|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Department
| Field Summary | |
|---|---|
static Department |
DEFAULT
This constants must be used to represent the default (all null) department when adding user grants. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.DepartmentInfo |
|---|
getId, getName, getOID, getRuntimeOrganizationOID |
| Field Detail |
|---|
static final Department DEFAULT
| Method Detail |
|---|
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).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||