Uses of Class
org.ldaptive.schema.DITContentRule

Packages that use DITContentRule
org.ldaptive.schema   
org.ldaptive.schema.io   
 

Uses of DITContentRule in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return DITContentRule
 DITContentRule Schema.getDITContentRule(String name)
          Returns the DIT content rule with the supplied OID or name.
static DITContentRule DITContentRule.parse(String definition)
          Parses the supplied definition string and creates an initialized DIT content rule.
 

Methods in org.ldaptive.schema that return types with arguments of type DITContentRule
 Collection<DITContentRule> Schema.getDitContentRules()
          Returns the DIT content rules.
 

Method parameters in org.ldaptive.schema with type arguments of type DITContentRule
 void Schema.setDitContentRules(Collection<DITContentRule> c)
          Sets the DIT content rules.
 

Constructor parameters in org.ldaptive.schema with type arguments of type DITContentRule
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 DITContentRule in org.ldaptive.schema.io
 

Methods in org.ldaptive.schema.io that return DITContentRule
 DITContentRule DITContentRuleValueTranscoder.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 DITContentRule
 Class<DITContentRule> DITContentRuleValueTranscoder.getType()
          Returns the type produced by this value transcoder.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.