public interface Department extends DepartmentInfo
| Modifier and Type | Field and Description |
|---|---|
static Department |
DEFAULT
This constants must be used to represent the default (all null) department
when adding user grants.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of this department.
|
Organization |
getOrganization()
Gets the organization bound to this department.
|
Department |
getParentDepartment()
Returns the parent department.
|
org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo |
getScopedParticipant(ModelParticipant participant)
Creates a client side model participant bound to this department.
|
getId, getName, getOID, getRuntimeOrganizationOIDstatic final Department DEFAULT
String getDescription()
Department getParentDepartment()
Organization getOrganization()
org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo getScopedParticipant(ModelParticipant participant) throws org.eclipse.stardust.common.error.InvalidArgumentException
participant - The participant.org.eclipse.stardust.common.error.InvalidArgumentException - if the organization is not directly
or indirectly part of the organization to which the department
is assigned (invalid hierarchy).Copyright © 2016 Eclipse Stardust. All Rights Reserved.