Uses of Class
org.ldaptive.schema.DITStructureRule
-
Packages that use DITStructureRule Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of DITStructureRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type DITStructureRule Modifier and Type Field Description private Collection<DITStructureRule>
Schema. ditStructureRules
DIT structure rules.Methods in org.ldaptive.schema that return DITStructureRule Modifier and Type Method Description DITStructureRule
Schema. getDITStructureRule(int id)
Returns the DIT structure rule with the supplied ID.DITStructureRule
Schema. getDITStructureRule(String name)
Returns the DIT structure rule with the supplied name.DITStructureRule
DITStructureRule.DefaultDefinitionFunction. parse(String definition)
static DITStructureRule
DITStructureRule. parse(String definition)
Parses the supplied definition string and creates an initialized DIT structure rule.DITStructureRule
DITStructureRule.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type DITStructureRule Modifier and Type Method Description Collection<DITStructureRule>
Schema. getDitStructureRules()
Returns the DIT structure rules.Method parameters in org.ldaptive.schema with type arguments of type DITStructureRule Modifier and Type Method Description void
Schema. setDitStructureRules(Collection<DITStructureRule> c)
Sets the DIT structure rules. -
Uses of DITStructureRule in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return DITStructureRule Modifier and Type Method Description DITStructureRule
DITStructureRuleValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type DITStructureRule Modifier and Type Method Description Class<DITStructureRule>
DITStructureRuleValueTranscoder. getType()
-