|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProducerTypeEnum in org.apache.ldap.server.schema.bootstrap |
Fields in org.apache.ldap.server.schema.bootstrap declared as ProducerTypeEnum | |
static ProducerTypeEnum |
ProducerTypeEnum.NORMALIZER_PRODUCER
enum for BootstrapProducers of Normalizer schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.COMPARATOR_PRODUCER
enum for BootstrapProducers of Comparator schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.SYNTAX_CHECKER_PRODUCER
enum for BootstrapProducers of SyntaxChecker schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.SYNTAX_PRODUCER
enum for BootstrapProducers of Syntax schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.MATCHING_RULE_PRODUCER
enum for BootstrapProducers of MatchingRule schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.ATTRIBUTE_TYPE_PRODUCER
enum for BootstrapProducers of AttributeType schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.OBJECT_CLASS_PRODUCER
enum for BootstrapProducers of ObjectClass schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.MATCHING_RULE_USE_PRODUCER
enum for BootstrapProducers of MatchingRule schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.DIT_CONTENT_RULE_PRODUCER
enum for BootstrapProducers of DitContentRule schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.NAME_FORM_PRODUCER
enum for BootstrapProducers of NameForm schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.DIT_STRUCTURE_RULE_PRODUCER
enum for BootstrapProducers of DitStructureRule schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.STATE_FACTORY_PRODUCER
enum for BootstrapProducers of StateFactory schema objects |
static ProducerTypeEnum |
ProducerTypeEnum.OBJECT_FACTORY_PRODUCER
enum for BootstrapProducers of ObjectFactory schema objects |
Methods in org.apache.ldap.server.schema.bootstrap that return ProducerTypeEnum | |
static ProducerTypeEnum |
ProducerTypeEnum.getProducerType(java.lang.String producerType)
Gets the enumeration type for the attributeType producerType string regardless of case. |
Methods in org.apache.ldap.server.schema.bootstrap with parameters of type ProducerTypeEnum | |
java.lang.String |
BootstrapSchema.getFullClassName(ProducerTypeEnum type)
Gets the class name for bootstrap Schema class producer type. |
java.lang.String |
BootstrapSchema.getFullDefaultBaseClassName(ProducerTypeEnum type)
If the base class name for the target class does not resolve, we attempt to load another backup class using this default base class name which tries another package for the target class factory to load. |
java.lang.String |
BootstrapSchema.getUnqualifiedClassName(ProducerTypeEnum type)
Gets the unqualified class name for bootstrap Schema class producer type. |
java.lang.String |
AbstractBootstrapSchema.getFullClassName(ProducerTypeEnum type)
|
java.lang.String |
AbstractBootstrapSchema.getFullDefaultBaseClassName(ProducerTypeEnum type)
|
java.lang.String |
AbstractBootstrapSchema.getUnqualifiedClassName(ProducerTypeEnum type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |