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. ditContentRules
DIT content rules.Methods in org.ldaptive.schema that return DITContentRule Modifier and Type Method Description DITContentRule
Schema. getDITContentRule(String name)
Returns the DIT content rule with the supplied OID or name.DITContentRule
DITContentRule.DefaultDefinitionFunction. parse(String definition)
static DITContentRule
DITContentRule. parse(String definition)
Parses the supplied definition string and creates an initialized DIT content rule.DITContentRule
DITContentRule.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 void
Schema. 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 DITContentRule
DITContentRuleValueTranscoder. 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()
-