org.eclipse.stardust.engine.api.ws
Class RoleXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.ModelParticipantXto
          extended by org.eclipse.stardust.engine.api.ws.RoleXto

public class RoleXto
extends ModelParticipantXto

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

RoleXto

public RoleXto()
Method Detail

getTeams

public OrganizationsXto getTeams()
Gets the value of the teams property.

Returns:
possible object is OrganizationsXto

setTeams

public void setTeams(OrganizationsXto value)
Sets the value of the teams property.

Parameters:
value - allowed object is OrganizationsXto

getClientOrganizations

public OrganizationsXto getClientOrganizations()
Gets the value of the clientOrganizations property.

Returns:
possible object is OrganizationsXto

setClientOrganizations

public void setClientOrganizations(OrganizationsXto value)
Sets the value of the clientOrganizations property.

Parameters:
value - allowed object is OrganizationsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.