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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.ModelParticipantXto
Direct Known Subclasses:
OrganizationXto, RoleXto

public class ModelParticipantXto
extends ModelElementXto

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.

Java class for ModelParticipant complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ModelParticipant">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="departmentScoped" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="definesDepartmentScope" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="department" type="{http://eclipse.org/stardust/ws/v2012a/api}DepartmentInfo" minOccurs="0"/>
         <element name="runtimeElementOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="allSuperOrganizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ModelParticipantXto()
           
 
Method Summary
 OrganizationsXto getAllSuperOrganizations()
          Gets the value of the allSuperOrganizations property.
 DepartmentInfoXto getDepartment()
          Gets the value of the department property.
 long getRuntimeElementOid()
          Gets the value of the runtimeElementOid property.
 boolean isDefinesDepartmentScope()
          Gets the value of the definesDepartmentScope property.
 boolean isDepartmentScoped()
          Gets the value of the departmentScoped property.
 void setAllSuperOrganizations(OrganizationsXto value)
          Sets the value of the allSuperOrganizations property.
 void setDefinesDepartmentScope(boolean value)
          Sets the value of the definesDepartmentScope property.
 void setDepartment(DepartmentInfoXto value)
          Sets the value of the department property.
 void setDepartmentScoped(boolean value)
          Sets the value of the departmentScoped property.
 void setRuntimeElementOid(long value)
          Sets the value of the runtimeElementOid property.
 
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

ModelParticipantXto

public ModelParticipantXto()
Method Detail

isDepartmentScoped

public boolean isDepartmentScoped()
Gets the value of the departmentScoped property.


setDepartmentScoped

public void setDepartmentScoped(boolean value)
Sets the value of the departmentScoped property.


isDefinesDepartmentScope

public boolean isDefinesDepartmentScope()
Gets the value of the definesDepartmentScope property.


setDefinesDepartmentScope

public void setDefinesDepartmentScope(boolean value)
Sets the value of the definesDepartmentScope property.


getDepartment

public DepartmentInfoXto getDepartment()
Gets the value of the department property.

Returns:
possible object is DepartmentInfoXto

setDepartment

public void setDepartment(DepartmentInfoXto value)
Sets the value of the department property.

Parameters:
value - allowed object is DepartmentInfoXto

getRuntimeElementOid

public long getRuntimeElementOid()
Gets the value of the runtimeElementOid property.


setRuntimeElementOid

public void setRuntimeElementOid(long value)
Sets the value of the runtimeElementOid property.


getAllSuperOrganizations

public OrganizationsXto getAllSuperOrganizations()
Gets the value of the allSuperOrganizations property.

Returns:
possible object is OrganizationsXto

setAllSuperOrganizations

public void setAllSuperOrganizations(OrganizationsXto value)
Sets the value of the allSuperOrganizations property.

Parameters:
value - allowed object is OrganizationsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.