|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DITStructureRule | |
|---|---|
| org.ldaptive.schema | |
| org.ldaptive.schema.io | |
| Uses of DITStructureRule in org.ldaptive.schema |
|---|
| Methods in org.ldaptive.schema that return DITStructureRule | |
|---|---|
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. |
static DITStructureRule |
DITStructureRule.parse(String definition)
Parses the supplied definition string and creates an initialized DIT structure rule. |
| Methods in org.ldaptive.schema that return types with arguments of type DITStructureRule | |
|---|---|
Collection<DITStructureRule> |
Schema.getDitStructureRules()
Returns the DIT structure rules. |
| Method parameters in org.ldaptive.schema with type arguments of type DITStructureRule | |
|---|---|
void |
Schema.setDitStructureRules(Collection<DITStructureRule> c)
Sets the DIT structure rules. |
| Constructor parameters in org.ldaptive.schema with type arguments of type DITStructureRule | |
|---|---|
Schema(Collection<AttributeType> attributeTypes,
Collection<DITContentRule> ditContentRules,
Collection<DITStructureRule> ditStructureRules,
Collection<Syntax> syntaxes,
Collection<MatchingRule> matchingRules,
Collection<MatchingRuleUse> matchingRuleUses,
Collection<NameForm> nameForms,
Collection<ObjectClass> objectClasses)
Creates a new schema. |
|
| Uses of DITStructureRule in org.ldaptive.schema.io |
|---|
| Methods in org.ldaptive.schema.io that return DITStructureRule | |
|---|---|
DITStructureRule |
DITStructureRuleValueTranscoder.decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type. |
| Methods in org.ldaptive.schema.io that return types with arguments of type DITStructureRule | |
|---|---|
Class<DITStructureRule> |
DITStructureRuleValueTranscoder.getType()
Returns the type produced by this value transcoder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||