Uses of Class
org.ldaptive.schema.DITStructureRule
Packages that use DITStructureRule
-
Uses of DITStructureRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type DITStructureRuleModifier and TypeFieldDescriptionprivate final SchemaElementRegistry<Integer,DITStructureRule> Schema.ditStructureRulesDIT structure rules.Methods in org.ldaptive.schema that return DITStructureRuleModifier and TypeMethodDescriptionSchema.getDITStructureRule(int id) Returns the DIT structure rule with the supplied ID.Schema.getDITStructureRule(String name) Returns the DIT structure rule with the supplied name.static DITStructureRuleParses the supplied definition string and creates an initialized DIT structure rule.Methods in org.ldaptive.schema that return types with arguments of type DITStructureRuleMethods in org.ldaptive.schema with parameters of type DITStructureRuleModifier and TypeMethodDescriptionDITStructureRule.DefaultSchemaElementFormatter.format(DITStructureRule element) Method parameters in org.ldaptive.schema with type arguments of type DITStructureRuleModifier and TypeMethodDescriptionDITStructureRule.format(SchemaElementFormatter<DITStructureRule> formatter) Returns a string representation of this element.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 DITStructureRuleModifier and TypeMethodDescriptionDITStructureRuleValueTranscoder.decodeStringValue(String value) Methods in org.ldaptive.schema.transcode that return types with arguments of type DITStructureRule