|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ProcessInstanceXto
public class ProcessInstanceXto
The ProcessInstance represents a snapshot of the execution state of an process instance.
Java class for ProcessInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstance">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="modelElementId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modelElementOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rootProcessOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="scopeProcessOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="parentProcessOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="terminationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="startingUser" type="{http://eclipse.org/stardust/ws/v2012a/api}User" minOccurs="0"/>
<element name="benchmark" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="benchmarkResult" type="{http://eclipse.org/stardust/ws/v2012a/api}BenchmarkResult"/>
<element name="state" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceState"/>
<element name="detailsLevel" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceDetailsLevel"/>
<element name="detailsOptions" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceDetailsOptions"/>
<element name="instanceProperties" type="{http://eclipse.org/stardust/ws/v2012a/api}InstanceProperties" minOccurs="0"/>
<element name="historicalEvents" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEvents" minOccurs="0"/>
<element name="permissionStates" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionStates" minOccurs="0"/>
<element name="caseProcessInstance" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="linkedProcessInstances" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceLinks" minOccurs="0"/>
<element name="descriptorDefinitions" type="{http://eclipse.org/stardust/ws/v2012a/api}DataPaths" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ProcessInstanceXto()
|
|
| Method Summary | |
|---|---|
long |
getBenchmark()
Gets the value of the benchmark property. |
BenchmarkResultXto |
getBenchmarkResult()
Gets the value of the benchmarkResult property. |
DataPathsXto |
getDescriptorDefinitions()
Gets the value of the descriptorDefinitions property. |
ProcessInstanceDetailsLevelXto |
getDetailsLevel()
Gets the value of the detailsLevel property. |
ProcessInstanceDetailsOptionsXto |
getDetailsOptions()
Gets the value of the detailsOptions property. |
HistoricalEventsXto |
getHistoricalEvents()
Gets the value of the historicalEvents property. |
InstancePropertiesXto |
getInstanceProperties()
Gets the value of the instanceProperties property. |
ProcessInstanceLinksXto |
getLinkedProcessInstances()
Gets the value of the linkedProcessInstances property. |
String |
getModelElementId()
Gets the value of the modelElementId property. |
int |
getModelElementOid()
Gets the value of the modelElementOid property. |
int |
getModelOid()
Gets the value of the modelOid property. |
long |
getOid()
Gets the value of the oid property. |
long |
getParentProcessOid()
Gets the value of the parentProcessOid property. |
PermissionStatesXto |
getPermissionStates()
Gets the value of the permissionStates property. |
int |
getPriority()
Gets the value of the priority property. |
String |
getProcessDefinitionId()
Gets the value of the processDefinitionId property. |
String |
getProcessDefinitionName()
Gets the value of the processDefinitionName property. |
long |
getRootProcessOid()
Gets the value of the rootProcessOid property. |
long |
getScopeProcessOid()
Gets the value of the scopeProcessOid property. |
UserXto |
getStartingUser()
Gets the value of the startingUser property. |
Date |
getStartTime()
Gets the value of the startTime property. |
org.eclipse.stardust.engine.api.runtime.ProcessInstanceState |
getState()
Gets the value of the state property. |
Date |
getTerminationTime()
Gets the value of the terminationTime property. |
boolean |
isCaseProcessInstance()
Gets the value of the caseProcessInstance property. |
void |
setBenchmark(long value)
Sets the value of the benchmark property. |
void |
setBenchmarkResult(BenchmarkResultXto value)
Sets the value of the benchmarkResult property. |
void |
setCaseProcessInstance(boolean value)
Sets the value of the caseProcessInstance property. |
void |
setDescriptorDefinitions(DataPathsXto value)
Sets the value of the descriptorDefinitions property. |
void |
setDetailsLevel(ProcessInstanceDetailsLevelXto value)
Sets the value of the detailsLevel property. |
void |
setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
Sets the value of the detailsOptions property. |
void |
setHistoricalEvents(HistoricalEventsXto value)
Sets the value of the historicalEvents property. |
void |
setInstanceProperties(InstancePropertiesXto value)
Sets the value of the instanceProperties property. |
void |
setLinkedProcessInstances(ProcessInstanceLinksXto value)
Sets the value of the linkedProcessInstances property. |
void |
setModelElementId(String value)
Sets the value of the modelElementId property. |
void |
setModelElementOid(int value)
Sets the value of the modelElementOid property. |
void |
setModelOid(int value)
Sets the value of the modelOid property. |
void |
setOid(long value)
Sets the value of the oid property. |
void |
setParentProcessOid(long value)
Sets the value of the parentProcessOid property. |
void |
setPermissionStates(PermissionStatesXto value)
Sets the value of the permissionStates property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property. |
void |
setProcessDefinitionName(String value)
Sets the value of the processDefinitionName property. |
void |
setRootProcessOid(long value)
Sets the value of the rootProcessOid property. |
void |
setScopeProcessOid(long value)
Sets the value of the scopeProcessOid property. |
void |
setStartingUser(UserXto value)
Sets the value of the startingUser property. |
void |
setStartTime(Date value)
Sets the value of the startTime property. |
void |
setState(org.eclipse.stardust.engine.api.runtime.ProcessInstanceState value)
Sets the value of the state property. |
void |
setTerminationTime(Date value)
Sets the value of the terminationTime property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstanceXto()
| Method Detail |
|---|
public long getOid()
public void setOid(long value)
public String getModelElementId()
Stringpublic void setModelElementId(String value)
value - allowed object is
Stringpublic int getModelElementOid()
public void setModelElementOid(int value)
public int getModelOid()
public void setModelOid(int value)
public String getProcessDefinitionId()
Stringpublic void setProcessDefinitionId(String value)
value - allowed object is
Stringpublic String getProcessDefinitionName()
Stringpublic void setProcessDefinitionName(String value)
value - allowed object is
Stringpublic long getRootProcessOid()
public void setRootProcessOid(long value)
public long getScopeProcessOid()
public void setScopeProcessOid(long value)
public long getParentProcessOid()
public void setParentProcessOid(long value)
public int getPriority()
public void setPriority(int value)
public Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getTerminationTime()
Stringpublic void setTerminationTime(Date value)
value - allowed object is
Stringpublic UserXto getStartingUser()
UserXtopublic void setStartingUser(UserXto value)
value - allowed object is
UserXtopublic long getBenchmark()
public void setBenchmark(long value)
public BenchmarkResultXto getBenchmarkResult()
BenchmarkResultXtopublic void setBenchmarkResult(BenchmarkResultXto value)
value - allowed object is
BenchmarkResultXtopublic org.eclipse.stardust.engine.api.runtime.ProcessInstanceState getState()
Stringpublic void setState(org.eclipse.stardust.engine.api.runtime.ProcessInstanceState value)
value - allowed object is
Stringpublic ProcessInstanceDetailsLevelXto getDetailsLevel()
ProcessInstanceDetailsLevelXtopublic void setDetailsLevel(ProcessInstanceDetailsLevelXto value)
value - allowed object is
ProcessInstanceDetailsLevelXtopublic ProcessInstanceDetailsOptionsXto getDetailsOptions()
ProcessInstanceDetailsOptionsXtopublic void setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
value - allowed object is
ProcessInstanceDetailsOptionsXtopublic InstancePropertiesXto getInstanceProperties()
InstancePropertiesXtopublic void setInstanceProperties(InstancePropertiesXto value)
value - allowed object is
InstancePropertiesXtopublic HistoricalEventsXto getHistoricalEvents()
HistoricalEventsXtopublic void setHistoricalEvents(HistoricalEventsXto value)
value - allowed object is
HistoricalEventsXtopublic PermissionStatesXto getPermissionStates()
PermissionStatesXtopublic void setPermissionStates(PermissionStatesXto value)
value - allowed object is
PermissionStatesXtopublic boolean isCaseProcessInstance()
public void setCaseProcessInstance(boolean value)
public ProcessInstanceLinksXto getLinkedProcessInstances()
ProcessInstanceLinksXtopublic void setLinkedProcessInstances(ProcessInstanceLinksXto value)
value - allowed object is
ProcessInstanceLinksXtopublic DataPathsXto getDescriptorDefinitions()
DataPathsXtopublic void setDescriptorDefinitions(DataPathsXto value)
value - allowed object is
DataPathsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||