Uses of Class
org.ldaptive.schema.DITContentRule
-
Packages that use DITContentRule Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of DITContentRule in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type DITContentRule Modifier and Type Field Description private Collection<DITContentRule>Schema. ditContentRulesDIT content rules.Methods in org.ldaptive.schema that return DITContentRule Modifier and Type Method Description DITContentRuleSchema. getDITContentRule(String name)Returns the DIT content rule with the supplied OID or name.DITContentRuleDITContentRule.DefaultDefinitionFunction. parse(String definition)static DITContentRuleDITContentRule. parse(String definition)Parses the supplied definition string and creates an initialized DIT content rule.DITContentRuleDITContentRule.RegexDefinitionFunction. parse(String definition)Methods in org.ldaptive.schema that return types with arguments of type DITContentRule Modifier and Type Method Description Collection<DITContentRule>Schema. getDitContentRules()Returns the DIT content rules.Method parameters in org.ldaptive.schema with type arguments of type DITContentRule Modifier and Type Method Description voidSchema. setDitContentRules(Collection<DITContentRule> c)Sets the DIT content rules. -
Uses of DITContentRule in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return DITContentRule Modifier and Type Method Description DITContentRuleDITContentRuleValueTranscoder. decodeStringValue(String value)Methods in org.ldaptive.schema.transcode that return types with arguments of type DITContentRule Modifier and Type Method Description Class<DITContentRule>DITContentRuleValueTranscoder. getType()
-