|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ietf.ldap.LDAPAttribute
org.ietf.ldap.LDAPSchemaElement
org.ietf.ldap.LDAPDITStructureRuleSchema
public class LDAPDITStructureRuleSchema
Represents the definition of a specific DIT (Directory Information Tree) structure rule in the directory schema.
| Field Summary | |
|---|---|
private LDAPDITStructureRuleSchema |
schema
|
| Fields inherited from class org.ietf.ldap.LDAPSchemaElement |
|---|
schemaElement |
| Constructor Summary | |
|---|---|
LDAPDITStructureRuleSchema(LDAPDITStructureRuleSchema schema)
Constructs LDAPAttributeSchema from com.novell.ldap.LDAPAttributeSchema |
|
LDAPDITStructureRuleSchema(java.lang.String raw)
Constructs a DIT structure rule from the raw string value returned from a schema query for dITStructureRules. |
|
LDAPDITStructureRuleSchema(java.lang.String[] names,
int ruleID,
java.lang.String description,
boolean obsolete,
java.lang.String nameForm,
java.lang.String[] superiorIDs)
Constructs a DIT structure rule for adding to or deleting from the schema. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNameForm()
Returns the NameForm that this structure rule controls. |
int |
getRuleID()
Returns the rule ID for this structure rule. |
java.lang.String[] |
getSuperiors()
Returns a list of all structure rules that are superior to this structure rule. |
| Methods inherited from class org.ietf.ldap.LDAPSchemaElement |
|---|
getDescription, getID, getNames, getQualifier, getQualifierNames, isObsolete, setQualifier, toString |
| Methods inherited from class org.ietf.ldap.LDAPAttribute |
|---|
addValue, addValue, clone, compareTo, getBaseName, getBaseName, getByteValueArray, getByteValues, getLangSubtype, getName, getStringValueArray, getStringValues, getSubtypes, getSubtypes, getWrappedObject, hasSubtype, hasSubtypes, removeValue, removeValue, size |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private LDAPDITStructureRuleSchema schema
| Constructor Detail |
|---|
LDAPDITStructureRuleSchema(LDAPDITStructureRuleSchema schema)
public LDAPDITStructureRuleSchema(java.lang.String[] names,
int ruleID,
java.lang.String description,
boolean obsolete,
java.lang.String nameForm,
java.lang.String[] superiorIDs)
public LDAPDITStructureRuleSchema(java.lang.String raw)
| Method Detail |
|---|
public int getRuleID()
public java.lang.String getNameForm()
public java.lang.String[] getSuperiors()
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||