|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModelParticipant
A client side view of a workflow participant defined in a workflow model. A participant is a workflow element which performs manual or interactive activities.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo |
|---|
ADMINISTRATOR |
| Method Summary | |
|---|---|
List<Organization> |
getAllSuperOrganizations()
Returns the list of organizations this participant is part of. |
int |
getElementOID()
Gets the OID of the model element. |
int |
getModelOID()
Gets the OID of the model. |
String |
getNamespace()
Gets the namespace of the model element. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.Participant |
|---|
getAllAttributes, getAttribute, getPartitionId, getPartitionOID |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement |
|---|
getDescription, getId, getName, getQualifiedId |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo |
|---|
getQualifiedId |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelParticipantInfo |
|---|
definesDepartmentScope, getDepartment, getRuntimeElementOID, isDepartmentScoped |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.ParticipantInfo |
|---|
getId, getName |
| Method Detail |
|---|
int getModelOID()
ModelElementThe model OID is used to identify the model defining that model element in the scope of the CARNOT runtime.
getModelOID in interface ModelElementgetModelOID in interface ParticipantModelElement.getModelOID()int getElementOID()
ModelElementEach model element has a unique OID in the scope of the defining model.
getElementOID in interface ModelElementgetElementOID in interface ParticipantModelElement.getElementOID()String getNamespace()
ModelElement
getNamespace in interface ModelElementgetNamespace in interface ParticipantModelElement.getNamespace()List<Organization> getAllSuperOrganizations()
getAllSuperOrganizations in interface ParticipantOrganization instances.getAllSuperOrganizations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||