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. ditStructureRulesDIT structure rules.Methods in org.ldaptive.schema that return DITStructureRule Modifier and Type Method Description DITStructureRuleSchema. getDITStructureRule(int id)Returns the DIT structure rule with the supplied ID.DITStructureRuleSchema. getDITStructureRule(String name)Returns the DIT structure rule with the supplied name.DITStructureRuleDITStructureRule.DefaultDefinitionFunction. parse(String definition)static DITStructureRuleDITStructureRule. parse(String definition)Parses the supplied definition string and creates an initialized DIT structure rule.DITStructureRuleDITStructureRule.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 voidSchema. 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 DITStructureRuleDITStructureRuleValueTranscoder. 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()
-