|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.admin.PropertyDefinition.AbstractBuilder<DN,DNPropertyDefinition>
org.opends.server.admin.DNPropertyDefinition.Builder
public static class DNPropertyDefinition.Builder
An interface for incrementally constructing DN property definitions.
| Method Summary | |
|---|---|
protected DNPropertyDefinition |
buildInstance(AbstractManagedObjectDefinition<?,?> d,
java.lang.String propertyName,
java.util.EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<DN> defaultBehavior)
Build a property definition based on the properties of this builder. |
void |
setBaseDN(DN baseDN)
Set the base DN which all valid values must be immediately subordinate to. |
void |
setBaseDN(java.lang.String baseDN)
Set the base DN which all valid values must be immediately subordinate to. |
| Methods inherited from class org.opends.server.admin.PropertyDefinition.AbstractBuilder |
|---|
getInstance, setAdministratorAction, setDefaultBehaviorProvider, setOption |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setBaseDN(java.lang.String baseDN)
throws java.lang.IllegalArgumentException
baseDN - The string representation of the base DN.
java.lang.IllegalArgumentException - If the provided string is not a valid DN string
representation.public void setBaseDN(DN baseDN)
baseDN - The base DN.
protected DNPropertyDefinition buildInstance(AbstractManagedObjectDefinition<?,?> d,
java.lang.String propertyName,
java.util.EnumSet<PropertyOption> options,
AdministratorAction adminAction,
DefaultBehaviorProvider<DN> defaultBehavior)
buildInstance in class PropertyDefinition.AbstractBuilder<DN,DNPropertyDefinition>d - The managed object definition associated with this
property definition.propertyName - The property name.options - Options applicable to this definition.adminAction - The administrator action.defaultBehavior - The default behavior provider.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||