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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DExportTask.java225 HashSet<AttributeType> excludeAttributes = toAttributeTypes(excludeAttributeStrings);
226 HashSet<AttributeType> includeAttributes = toAttributeTypes(includeAttributeStrings);
486 private HashSet<AttributeType> toAttributeTypes(ArrayList<String> attributeStrings) method in class:ExportTask
H A DImportTask.java416 HashSet<AttributeType> excludeAttributes = toAttributeTypes(excludeAttributeStrings);
417 HashSet<AttributeType> includeAttributes = toAttributeTypes(includeAttributeStrings);
786 private HashSet<AttributeType> toAttributeTypes(ArrayList<String> attrNames) method in class:ImportTask
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DExportLDIF.java550 Set<AttributeType> excludeAttributes = toAttributeTypes(excludeAttributeStrings);
551 Set<AttributeType> includeAttributes = toAttributeTypes(includeAttributeStrings);
823 private Set<AttributeType> toAttributeTypes(StringArgument attributeArg) method in class:ExportLDIF

Completed in 23 milliseconds