|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaService
Method Summary | |
---|---|
org.apache.directory.shared.ldap.schema.SchemaManager |
getSchemaManager()
|
SchemaPartition |
getSchemaPartition()
|
org.apache.directory.shared.ldap.entry.ServerEntry |
getSubschemaEntry(java.lang.String[] ids)
Gets the schemaSubentry based on specific search id parameters which include the special '*' and '+' operators. |
org.apache.directory.shared.ldap.entry.ServerEntry |
getSubschemaEntryCloned()
A seriously unsafe (unsynchronized) means to access the schemaSubentry. |
org.apache.directory.shared.ldap.entry.ServerEntry |
getSubschemaEntryImmutable()
A seriously unsafe (unsynchronized) means to access the schemaSubentry. |
void |
initialize()
Initializes the SchemaService |
boolean |
isSchemaSubentry(java.lang.String dnString)
Tells if the given DN is the schemaSubentry DN |
void |
setSchemaPartition(SchemaPartition schemaPartition)
|
Method Detail |
---|
boolean isSchemaSubentry(java.lang.String dnString) throws org.apache.directory.shared.ldap.exception.LdapException
dnString
- The DN we want to check
true
if the given DN is the Schema subentry DN
org.apache.directory.shared.ldap.exception.LdapException
- If the given DN is not validorg.apache.directory.shared.ldap.schema.SchemaManager getSchemaManager()
SchemaPartition getSchemaPartition()
void setSchemaPartition(SchemaPartition schemaPartition)
void initialize() throws java.lang.Exception
java.lang.Exception
- If the initializaion failsorg.apache.directory.shared.ldap.entry.ServerEntry getSubschemaEntryImmutable() throws java.lang.Exception
java.lang.Exception
- if there is a failure to access schema timestampsorg.apache.directory.shared.ldap.entry.ServerEntry getSubschemaEntryCloned() throws java.lang.Exception
java.lang.Exception
- if there is a failure to access schema timestampsorg.apache.directory.shared.ldap.entry.ServerEntry getSubschemaEntry(java.lang.String[] ids) throws java.lang.Exception
ids
- the ids of the attributes that should be returned from a search
java.lang.Exception
- if there are failures during schema info access
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |