Interface NumSubordinatesVirtualAttributeCfgClient
-
- All Superinterfaces:
ConfigurationClient,VirtualAttributeCfgClient
public interface NumSubordinatesVirtualAttributeCfgClient extends VirtualAttributeCfgClient
A client-side interface for reading and modifying Num Subordinates Virtual Attribute settings.The Num Subordinates Virtual Attribute generates a virtual attribute that specifies the number of immediate child entries that exist below the entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectDefinition<? extends NumSubordinatesVirtualAttributeCfgClient,? extends NumSubordinatesVirtualAttributeCfg>definition()Get the configuration definition associated with this Num Subordinates Virtual Attribute.org.forgerock.opendj.ldap.schema.AttributeTypegetAttributeType()Gets the "attribute-type" property.VirtualAttributeCfgDefn.ConflictBehaviorgetConflictBehavior()Gets the "conflict-behavior" property.StringgetJavaClass()Gets the "java-class" property.voidsetAttributeType(org.forgerock.opendj.ldap.schema.AttributeType value)Sets the "attribute-type" property.voidsetConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)Sets the "conflict-behavior" property.voidsetJavaClass(String value)Sets the "java-class" property.-
Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
-
Methods inherited from interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
getBaseDN, getFilter, getGroupDN, getScope, isEnabled, setBaseDN, setEnabled, setFilter, setGroupDN, setScope
-
-
-
-
Method Detail
-
definition
ManagedObjectDefinition<? extends NumSubordinatesVirtualAttributeCfgClient,? extends NumSubordinatesVirtualAttributeCfg> definition()
Get the configuration definition associated with this Num Subordinates Virtual Attribute.- Specified by:
definitionin interfaceConfigurationClient- Specified by:
definitionin interfaceVirtualAttributeCfgClient- Returns:
- Returns the configuration definition associated with this Num Subordinates Virtual Attribute.
-
getAttributeType
org.forgerock.opendj.ldap.schema.AttributeType getAttributeType()
Gets the "attribute-type" property.Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
- Specified by:
getAttributeTypein interfaceVirtualAttributeCfgClient- Returns:
- Returns the value of the "attribute-type" property.
-
setAttributeType
void setAttributeType(org.forgerock.opendj.ldap.schema.AttributeType value) throws PropertyExceptionSets the "attribute-type" property.Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
- Specified by:
setAttributeTypein interfaceVirtualAttributeCfgClient- Parameters:
value- The value of the "attribute-type" property.- Throws:
PropertyException- If the new value is invalid.
-
getConflictBehavior
VirtualAttributeCfgDefn.ConflictBehavior getConflictBehavior()
Gets the "conflict-behavior" property.Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
- Specified by:
getConflictBehaviorin interfaceVirtualAttributeCfgClient- Returns:
- Returns the value of the "conflict-behavior" property.
-
setConflictBehavior
void setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value) throws PropertyException
Sets the "conflict-behavior" property.Specifies the behavior that the server is to exhibit for entries that already contain one or more real values for the associated attribute.
- Specified by:
setConflictBehaviorin interfaceVirtualAttributeCfgClient- Parameters:
value- The value of the "conflict-behavior" property.- Throws:
PropertyException- If the new value is invalid.
-
getJavaClass
String getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
- Specified by:
getJavaClassin interfaceVirtualAttributeCfgClient- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
void setJavaClass(String value) throws PropertyException
Sets the "java-class" property.Specifies the fully-qualified name of the virtual attribute provider class that generates the attribute values.
- Specified by:
setJavaClassin interfaceVirtualAttributeCfgClient- Parameters:
value- The value of the "java-class" property.- Throws:
PropertyException- If the new value is invalid.
-
-