|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModelParticipantInfo
A client side view with base information only of a workflow participant defined in a workflow model. A participant is a workflow element which performs manual or interactive activities.
| Field Summary | |
|---|---|
static ModelParticipantInfo |
ADMINISTRATOR
Public constant for the Administrator role. |
| Method Summary | |
|---|---|
boolean |
definesDepartmentScope()
Returns true if the model participant is modeled to support creation of its own departments. |
DepartmentInfo |
getDepartment()
Returns the department associated with this model participant or null if the participant has no department association. This method will return Department.DEFAULT instead of null if this object was obtained from Department.DEFAULT.getScopedParticipant(ModelParticipant). |
long |
getRuntimeElementOID()
Gets the runtime OID of the model element. |
boolean |
isDepartmentScoped()
Returns true if model participant is modeled to support departments, either directly or inherited from the parent. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ParticipantInfo |
|---|
getId, getName, getQualifiedId |
| Field Detail |
|---|
static final ModelParticipantInfo ADMINISTRATOR
| Method Detail |
|---|
long getRuntimeElementOID()
Contrary to the element OID, runtime element OIDs are guaranteed to be stable over model versions for model elements of same type and identical fully qualified IDs.
The fully qualified ID of a model element consists of the concatenation of the fully qualified element ID of its parent element, if existent, and the element ID.
ModelElement.getElementOID()boolean isDepartmentScoped()
boolean definesDepartmentScope()
DepartmentInfo getDepartment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||