|
|||||||||
| 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
public class ModelParticipantXto
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 |
|---|
public ModelParticipantXto()
| Method Detail |
|---|
public boolean isDepartmentScoped()
public void setDepartmentScoped(boolean value)
public boolean isDefinesDepartmentScope()
public void setDefinesDepartmentScope(boolean value)
public DepartmentInfoXto getDepartment()
DepartmentInfoXtopublic void setDepartment(DepartmentInfoXto value)
value - allowed object is
DepartmentInfoXtopublic long getRuntimeElementOid()
public void setRuntimeElementOid(long value)
public OrganizationsXto getAllSuperOrganizations()
OrganizationsXtopublic void setAllSuperOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||