|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ActivityInstanceXto
public class ActivityInstanceXto
The ActivityInstance represents a snapshot of the execution state of an activity instance.
Java class for ActivityInstance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityInstance">
<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="activityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="processDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="conditionalPerformerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conditionalPerformerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastModificationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="currentPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo" minOccurs="0"/>
<element name="performedBy" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo" minOccurs="0"/>
<element name="performedOnBehalfOf" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo" minOccurs="0"/>
<element name="userPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}User" minOccurs="0"/>
<element name="assignedToModelParticipant" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="assignedToUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="assignedToUserGroup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="scopeProcessInstanceNoteAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="state" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState"/>
<element name="permissionStates" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionStates" minOccurs="0"/>
<element name="instanceProperties" type="{http://eclipse.org/stardust/ws/v2012a/api}InstanceProperties" minOccurs="0"/>
<element name="descriptorDefinitions" type="{http://eclipse.org/stardust/ws/v2012a/api}DataPaths" minOccurs="0"/>
<element name="historicalStates" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalStates" minOccurs="0"/>
<element name="historicalEvents" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEvents" minOccurs="0"/>
<element name="criticality" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="benchmarkResult" type="{http://eclipse.org/stardust/ws/v2012a/api}BenchmarkResult"/>
<element name="qualityAssuranceInfo" type="{http://eclipse.org/stardust/ws/v2012a/api}QualityAssuranceInfo" minOccurs="0"/>
<element name="qualityAssuranceState" type="{http://eclipse.org/stardust/ws/v2012a/api}QualityAssuranceState" minOccurs="0"/>
<element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceAttributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ActivityInstanceXto()
|
|
| Method Summary | |
|---|---|
String |
getActivityId()
Gets the value of the activityId property. |
String |
getActivityName()
Gets the value of the activityName property. |
ActivityInstanceAttributesXto |
getAttributes()
Gets the value of the attributes property. |
BenchmarkResultXto |
getBenchmarkResult()
Gets the value of the benchmarkResult property. |
String |
getConditionalPerformerId()
Gets the value of the conditionalPerformerId property. |
String |
getConditionalPerformerName()
Gets the value of the conditionalPerformerName property. |
double |
getCriticality()
Gets the value of the criticality property. |
ParticipantInfoXto |
getCurrentPerformer()
Gets the value of the currentPerformer property. |
DataPathsXto |
getDescriptorDefinitions()
Gets the value of the descriptorDefinitions property. |
HistoricalEventsXto |
getHistoricalEvents()
Gets the value of the historicalEvents property. |
HistoricalStatesXto |
getHistoricalStates()
Gets the value of the historicalStates property. |
InstancePropertiesXto |
getInstanceProperties()
Gets the value of the instanceProperties property. |
Date |
getLastModificationTime()
Gets the value of the lastModificationTime 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. |
UserInfoXto |
getPerformedBy()
Gets the value of the performedBy property. |
UserInfoXto |
getPerformedOnBehalfOf()
Gets the value of the performedOnBehalfOf property. |
PermissionStatesXto |
getPermissionStates()
Gets the value of the permissionStates property. |
String |
getProcessDefinitionId()
Gets the value of the processDefinitionId property. |
String |
getProcessDefinitionName()
Gets the value of the processDefinitionName property. |
long |
getProcessOid()
Gets the value of the processOid property. |
QualityAssuranceInfoXto |
getQualityAssuranceInfo()
Gets the value of the qualityAssuranceInfo property. |
QualityAssuranceStateXto |
getQualityAssuranceState()
Gets the value of the qualityAssuranceState property. |
Date |
getStartTime()
Gets the value of the startTime property. |
org.eclipse.stardust.engine.api.runtime.ActivityInstanceState |
getState()
Gets the value of the state property. |
UserXto |
getUserPerformer()
Gets the value of the userPerformer property. |
boolean |
isAssignedToModelParticipant()
Gets the value of the assignedToModelParticipant property. |
boolean |
isAssignedToUser()
Gets the value of the assignedToUser property. |
boolean |
isAssignedToUserGroup()
Gets the value of the assignedToUserGroup property. |
boolean |
isScopeProcessInstanceNoteAvailable()
Gets the value of the scopeProcessInstanceNoteAvailable property. |
void |
setActivityId(String value)
Sets the value of the activityId property. |
void |
setActivityName(String value)
Sets the value of the activityName property. |
void |
setAssignedToModelParticipant(boolean value)
Sets the value of the assignedToModelParticipant property. |
void |
setAssignedToUser(boolean value)
Sets the value of the assignedToUser property. |
void |
setAssignedToUserGroup(boolean value)
Sets the value of the assignedToUserGroup property. |
void |
setAttributes(ActivityInstanceAttributesXto value)
Sets the value of the attributes property. |
void |
setBenchmarkResult(BenchmarkResultXto value)
Sets the value of the benchmarkResult property. |
void |
setConditionalPerformerId(String value)
Sets the value of the conditionalPerformerId property. |
void |
setConditionalPerformerName(String value)
Sets the value of the conditionalPerformerName property. |
void |
setCriticality(double value)
Sets the value of the criticality property. |
void |
setCurrentPerformer(ParticipantInfoXto value)
Sets the value of the currentPerformer property. |
void |
setDescriptorDefinitions(DataPathsXto value)
Sets the value of the descriptorDefinitions property. |
void |
setHistoricalEvents(HistoricalEventsXto value)
Sets the value of the historicalEvents property. |
void |
setHistoricalStates(HistoricalStatesXto value)
Sets the value of the historicalStates property. |
void |
setInstanceProperties(InstancePropertiesXto value)
Sets the value of the instanceProperties property. |
void |
setLastModificationTime(Date value)
Sets the value of the lastModificationTime 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 |
setPerformedBy(UserInfoXto value)
Sets the value of the performedBy property. |
void |
setPerformedOnBehalfOf(UserInfoXto value)
Sets the value of the performedOnBehalfOf property. |
void |
setPermissionStates(PermissionStatesXto value)
Sets the value of the permissionStates property. |
void |
setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property. |
void |
setProcessDefinitionName(String value)
Sets the value of the processDefinitionName property. |
void |
setProcessOid(long value)
Sets the value of the processOid property. |
void |
setQualityAssuranceInfo(QualityAssuranceInfoXto value)
Sets the value of the qualityAssuranceInfo property. |
void |
setQualityAssuranceState(QualityAssuranceStateXto value)
Sets the value of the qualityAssuranceState property. |
void |
setScopeProcessInstanceNoteAvailable(boolean value)
Sets the value of the scopeProcessInstanceNoteAvailable property. |
void |
setStartTime(Date value)
Sets the value of the startTime property. |
void |
setState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the state property. |
void |
setUserPerformer(UserXto value)
Sets the value of the userPerformer property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityInstanceXto()
| Method Detail |
|---|
public Long getOid()
Longpublic void setOid(Long value)
value - allowed object is
Longpublic 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 getActivityId()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getActivityName()
Stringpublic void setActivityName(String value)
value - allowed object is
Stringpublic long getProcessOid()
public void setProcessOid(long 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 String getConditionalPerformerId()
Stringpublic void setConditionalPerformerId(String value)
value - allowed object is
Stringpublic String getConditionalPerformerName()
Stringpublic void setConditionalPerformerName(String value)
value - allowed object is
Stringpublic Date getStartTime()
Stringpublic void setStartTime(Date value)
value - allowed object is
Stringpublic Date getLastModificationTime()
Stringpublic void setLastModificationTime(Date value)
value - allowed object is
Stringpublic ParticipantInfoXto getCurrentPerformer()
ParticipantInfoXtopublic void setCurrentPerformer(ParticipantInfoXto value)
value - allowed object is
ParticipantInfoXtopublic UserInfoXto getPerformedBy()
UserInfoXtopublic void setPerformedBy(UserInfoXto value)
value - allowed object is
UserInfoXtopublic UserInfoXto getPerformedOnBehalfOf()
UserInfoXtopublic void setPerformedOnBehalfOf(UserInfoXto value)
value - allowed object is
UserInfoXtopublic UserXto getUserPerformer()
UserXtopublic void setUserPerformer(UserXto value)
value - allowed object is
UserXtopublic boolean isAssignedToModelParticipant()
public void setAssignedToModelParticipant(boolean value)
public boolean isAssignedToUser()
public void setAssignedToUser(boolean value)
public boolean isAssignedToUserGroup()
public void setAssignedToUserGroup(boolean value)
public boolean isScopeProcessInstanceNoteAvailable()
public void setScopeProcessInstanceNoteAvailable(boolean value)
public org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getState()
Stringpublic void setState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
Stringpublic PermissionStatesXto getPermissionStates()
PermissionStatesXtopublic void setPermissionStates(PermissionStatesXto value)
value - allowed object is
PermissionStatesXtopublic InstancePropertiesXto getInstanceProperties()
InstancePropertiesXtopublic void setInstanceProperties(InstancePropertiesXto value)
value - allowed object is
InstancePropertiesXtopublic DataPathsXto getDescriptorDefinitions()
DataPathsXtopublic void setDescriptorDefinitions(DataPathsXto value)
value - allowed object is
DataPathsXtopublic HistoricalStatesXto getHistoricalStates()
HistoricalStatesXtopublic void setHistoricalStates(HistoricalStatesXto value)
value - allowed object is
HistoricalStatesXtopublic HistoricalEventsXto getHistoricalEvents()
HistoricalEventsXtopublic void setHistoricalEvents(HistoricalEventsXto value)
value - allowed object is
HistoricalEventsXtopublic double getCriticality()
public void setCriticality(double value)
public BenchmarkResultXto getBenchmarkResult()
BenchmarkResultXtopublic void setBenchmarkResult(BenchmarkResultXto value)
value - allowed object is
BenchmarkResultXtopublic QualityAssuranceInfoXto getQualityAssuranceInfo()
QualityAssuranceInfoXtopublic void setQualityAssuranceInfo(QualityAssuranceInfoXto value)
value - allowed object is
QualityAssuranceInfoXtopublic QualityAssuranceStateXto getQualityAssuranceState()
QualityAssuranceStateXtopublic void setQualityAssuranceState(QualityAssuranceStateXto value)
value - allowed object is
QualityAssuranceStateXtopublic ActivityInstanceAttributesXto getAttributes()
ActivityInstanceAttributesXtopublic void setAttributes(ActivityInstanceAttributesXto value)
value - allowed object is
ActivityInstanceAttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||