|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.ModelParticipantXto
org.eclipse.stardust.engine.api.ws.RoleXto
public class RoleXto
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.
Java class for Role complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Role">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipant">
<sequence>
<element name="teams" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
<element name="clientOrganizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RoleXto()
|
|
| Method Summary | |
|---|---|
OrganizationsXto |
getClientOrganizations()
Gets the value of the clientOrganizations property. |
OrganizationsXto |
getTeams()
Gets the value of the teams property. |
void |
setClientOrganizations(OrganizationsXto value)
Sets the value of the clientOrganizations property. |
void |
setTeams(OrganizationsXto value)
Sets the value of the teams property. |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelParticipantXto |
|---|
getAllSuperOrganizations, getDepartment, getRuntimeElementOid, isDefinesDepartmentScope, isDepartmentScoped, setAllSuperOrganizations, setDefinesDepartmentScope, setDepartment, setDepartmentScoped, setRuntimeElementOid |
| Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto |
|---|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleXto()
| Method Detail |
|---|
public OrganizationsXto getTeams()
OrganizationsXtopublic void setTeams(OrganizationsXto value)
value - allowed object is
OrganizationsXtopublic OrganizationsXto getClientOrganizations()
OrganizationsXtopublic void setClientOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||