Searched defs:indexTypeDescriptors (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTypeDescriptor.java138 final Set<IndexTypeDescriptor> indexTypeDescriptors = new LinkedHashSet<>();
141 indexTypeDescriptors.add(fromBackendIndexType(indexType));
143 return indexTypeDescriptors;
150 * @param indexTypeDescriptors
156 final Set<IndexTypeDescriptor> indexTypeDescriptors)
159 for (final IndexTypeDescriptor indexTypeDescriptor : indexTypeDescriptors)
170 * @param indexTypeDescriptors
177 final Set<IndexTypeDescriptor> indexTypeDescriptors)
180 for (IndexTypeDescriptor indexType : indexTypeDescriptors)
155 toBackendIndexTypes( final Set<IndexTypeDescriptor> indexTypeDescriptors) argument
176 toNewConfigBackendIndexTypes( final Set<IndexTypeDescriptor> indexTypeDescriptors) argument

Completed in 28 milliseconds