org.eclipse.stardust.engine.api.model
Interface Role
- All Superinterfaces:
- ModelElement, ModelParticipant, ModelParticipantInfo, Participant, ParticipantInfo, org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo, org.eclipse.stardust.engine.api.model.QualifiedRoleInfo, RoleInfo, java.io.Serializable
public interface Role
- extends ModelParticipant, org.eclipse.stardust.engine.api.model.QualifiedRoleInfo
A client view of a workflow role.
A role represents the context in which the user participates in the execution of a
process or activity.
- Version:
- $Revision$
- Author:
- ubirkemeyer
|
Method Summary |
java.util.List |
getClientOrganizations()
Retrieves the organizations this role works for. |
java.util.List |
getTeams()
Retrieves the organizations this role serves as team lead. |
| Methods inherited from interface org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo |
getQualifiedId |
getTeams
java.util.List getTeams()
- Retrieves the organizations this role serves as team lead.
getClientOrganizations
java.util.List getClientOrganizations()
- Retrieves the organizations this role works for.
Copyright © 2014 SunGard CSA LLC. All Rights Reserved.