public class OrganizationalUnit extends BusinessUnit
BusinessUnitEntity,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BU_ATTR_ORGUNIT_NAME
String constant for the naming attribute name.
|
BU_ATTR_SUPERVISORATTR_ACCESS_RIGHT, ATTR_LIFECYCLE_ENABLE, ATTR_URI, DESCRIPTION, NAME| Constructor and Description |
|---|
OrganizationalUnit()
Default empty constructor
|
OrganizationalUnit(AttributeValues attributes)
Constructs object with attribute information.
|
OrganizationalUnit(java.lang.String profileName,
AttributeValues attributes)
Deprecated.
Use OrganizationalUnit(AttributeValues) instead. Since 4.6
|
getSupervisor, setSupervisoraddAttribute, addAttributeValues, getAccessRights, getAttribute, getAttributes, getAuthorizationOwners, getMapAttributeNames, getMappedAttributes, getName, getNameAttribute, getOldMappedAttributes, getProfileName, getRawAttributes, getSortValue, getTenantDN, isLifecycleDefined, removeAttribute, removeAttribute, setAccessRights, setAttribute, setAttributes, setAuthorizationOwners, setProfileName, setTenantDN, toStringclearChange, clearChanges, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, setDistinguishedNamepublic static java.lang.String BU_ATTR_ORGUNIT_NAME
public OrganizationalUnit()
public OrganizationalUnit(AttributeValues attributes)
attributes - AttributeValues holding the attributes of the
organizational unit.public OrganizationalUnit(java.lang.String profileName,
AttributeValues attributes)
profileName - Name of the profile identifying the type of this
organizational unit.attributes - AttributeValues holding the attributes of the
organizational unit.