|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectClass | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
Uses of ObjectClass in org.apache.directory.shared.ldap.schema |
Classes in org.apache.directory.shared.ldap.schema that implement ObjectClass | |
class |
DefaultObjectClass
Objectclass specification bean used to store the schema information for an objectclass definition. |
Methods in org.apache.directory.shared.ldap.schema that return ObjectClass | |
ObjectClass |
NameForm.getObjectClass()
Gets the STRUCTURAL ObjectClass this name form specifies naming attributes for. |
ObjectClass[] |
ObjectClass.getSuperClasses()
Gets the superclasses of this ObjectClass. |
ObjectClass |
DITContentRule.getObjectClass()
Gets the STRUCTURAL ObjectClass this DITContentRule specifies attributes for. |
ObjectClass[] |
DITContentRule.getAuxObjectClasses()
Gets all the AUXILIARY ObjectClasses this DITContentRule specifies for the given STRUCTURAL objectClass. |
ObjectClass[] |
DefaultObjectClass.getSuperClasses()
|
Methods in org.apache.directory.shared.ldap.schema with parameters of type ObjectClass | |
static java.lang.StringBuffer |
SchemaUtils.render(ObjectClass[] ocs)
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format. |
static java.lang.StringBuffer |
SchemaUtils.render(java.lang.StringBuffer buf,
ObjectClass[] ocs)
Renders a list of object classes for things like a list of superior objectClasses using the ( oid $ oid ) format into an existing buffer. |
static java.lang.StringBuffer |
SchemaUtils.render(ObjectClass oc)
Renders an objectClass into a new StringBuffer according to the Object Class Description Syntax 1.3.6.1.4.1.1466.115.121.1.37. |
static java.lang.String |
DescriptionUtils.getDescription(ObjectClass objectClass)
Generates the ObjectClassDescription for an ObjectClass as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.37. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |