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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ActivityInstanceXto

public class ActivityInstanceXto
extends Object

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

ActivityInstanceXto

public ActivityInstanceXto()
Method Detail

getOid

public Long getOid()
Gets the value of the oid property.

Returns:
possible object is Long

setOid

public void setOid(Long value)
Sets the value of the oid property.

Parameters:
value - allowed object is Long

getModelElementId

public String getModelElementId()
Gets the value of the modelElementId property.

Returns:
possible object is String

setModelElementId

public void setModelElementId(String value)
Sets the value of the modelElementId property.

Parameters:
value - allowed object is String

getModelElementOid

public int getModelElementOid()
Gets the value of the modelElementOid property.


setModelElementOid

public void setModelElementOid(int value)
Sets the value of the modelElementOid property.


getModelOid

public int getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(int value)
Sets the value of the modelOid property.


getActivityId

public String getActivityId()
Gets the value of the activityId property.

Returns:
possible object is String

setActivityId

public void setActivityId(String value)
Sets the value of the activityId property.

Parameters:
value - allowed object is String

getActivityName

public String getActivityName()
Gets the value of the activityName property.

Returns:
possible object is String

setActivityName

public void setActivityName(String value)
Sets the value of the activityName property.

Parameters:
value - allowed object is String

getProcessOid

public long getProcessOid()
Gets the value of the processOid property.


setProcessOid

public void setProcessOid(long value)
Sets the value of the processOid property.


getProcessDefinitionId

public String getProcessDefinitionId()
Gets the value of the processDefinitionId property.

Returns:
possible object is String

setProcessDefinitionId

public void setProcessDefinitionId(String value)
Sets the value of the processDefinitionId property.

Parameters:
value - allowed object is String

getProcessDefinitionName

public String getProcessDefinitionName()
Gets the value of the processDefinitionName property.

Returns:
possible object is String

setProcessDefinitionName

public void setProcessDefinitionName(String value)
Sets the value of the processDefinitionName property.

Parameters:
value - allowed object is String

getConditionalPerformerId

public String getConditionalPerformerId()
Gets the value of the conditionalPerformerId property.

Returns:
possible object is String

setConditionalPerformerId

public void setConditionalPerformerId(String value)
Sets the value of the conditionalPerformerId property.

Parameters:
value - allowed object is String

getConditionalPerformerName

public String getConditionalPerformerName()
Gets the value of the conditionalPerformerName property.

Returns:
possible object is String

setConditionalPerformerName

public void setConditionalPerformerName(String value)
Sets the value of the conditionalPerformerName property.

Parameters:
value - allowed object is String

getStartTime

public Date getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(Date value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getLastModificationTime

public Date getLastModificationTime()
Gets the value of the lastModificationTime property.

Returns:
possible object is String

setLastModificationTime

public void setLastModificationTime(Date value)
Sets the value of the lastModificationTime property.

Parameters:
value - allowed object is String

getCurrentPerformer

public ParticipantInfoXto getCurrentPerformer()
Gets the value of the currentPerformer property.

Returns:
possible object is ParticipantInfoXto

setCurrentPerformer

public void setCurrentPerformer(ParticipantInfoXto value)
Sets the value of the currentPerformer property.

Parameters:
value - allowed object is ParticipantInfoXto

getPerformedBy

public UserInfoXto getPerformedBy()
Gets the value of the performedBy property.

Returns:
possible object is UserInfoXto

setPerformedBy

public void setPerformedBy(UserInfoXto value)
Sets the value of the performedBy property.

Parameters:
value - allowed object is UserInfoXto

getPerformedOnBehalfOf

public UserInfoXto getPerformedOnBehalfOf()
Gets the value of the performedOnBehalfOf property.

Returns:
possible object is UserInfoXto

setPerformedOnBehalfOf

public void setPerformedOnBehalfOf(UserInfoXto value)
Sets the value of the performedOnBehalfOf property.

Parameters:
value - allowed object is UserInfoXto

getUserPerformer

public UserXto getUserPerformer()
Gets the value of the userPerformer property.

Returns:
possible object is UserXto

setUserPerformer

public void setUserPerformer(UserXto value)
Sets the value of the userPerformer property.

Parameters:
value - allowed object is UserXto

isAssignedToModelParticipant

public boolean isAssignedToModelParticipant()
Gets the value of the assignedToModelParticipant property.


setAssignedToModelParticipant

public void setAssignedToModelParticipant(boolean value)
Sets the value of the assignedToModelParticipant property.


isAssignedToUser

public boolean isAssignedToUser()
Gets the value of the assignedToUser property.


setAssignedToUser

public void setAssignedToUser(boolean value)
Sets the value of the assignedToUser property.


isAssignedToUserGroup

public boolean isAssignedToUserGroup()
Gets the value of the assignedToUserGroup property.


setAssignedToUserGroup

public void setAssignedToUserGroup(boolean value)
Sets the value of the assignedToUserGroup property.


isScopeProcessInstanceNoteAvailable

public boolean isScopeProcessInstanceNoteAvailable()
Gets the value of the scopeProcessInstanceNoteAvailable property.


setScopeProcessInstanceNoteAvailable

public void setScopeProcessInstanceNoteAvailable(boolean value)
Sets the value of the scopeProcessInstanceNoteAvailable property.


getState

public org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getPermissionStates

public PermissionStatesXto getPermissionStates()
Gets the value of the permissionStates property.

Returns:
possible object is PermissionStatesXto

setPermissionStates

public void setPermissionStates(PermissionStatesXto value)
Sets the value of the permissionStates property.

Parameters:
value - allowed object is PermissionStatesXto

getInstanceProperties

public InstancePropertiesXto getInstanceProperties()
Gets the value of the instanceProperties property.

Returns:
possible object is InstancePropertiesXto

setInstanceProperties

public void setInstanceProperties(InstancePropertiesXto value)
Sets the value of the instanceProperties property.

Parameters:
value - allowed object is InstancePropertiesXto

getDescriptorDefinitions

public DataPathsXto getDescriptorDefinitions()
Gets the value of the descriptorDefinitions property.

Returns:
possible object is DataPathsXto

setDescriptorDefinitions

public void setDescriptorDefinitions(DataPathsXto value)
Sets the value of the descriptorDefinitions property.

Parameters:
value - allowed object is DataPathsXto

getHistoricalStates

public HistoricalStatesXto getHistoricalStates()
Gets the value of the historicalStates property.

Returns:
possible object is HistoricalStatesXto

setHistoricalStates

public void setHistoricalStates(HistoricalStatesXto value)
Sets the value of the historicalStates property.

Parameters:
value - allowed object is HistoricalStatesXto

getHistoricalEvents

public HistoricalEventsXto getHistoricalEvents()
Gets the value of the historicalEvents property.

Returns:
possible object is HistoricalEventsXto

setHistoricalEvents

public void setHistoricalEvents(HistoricalEventsXto value)
Sets the value of the historicalEvents property.

Parameters:
value - allowed object is HistoricalEventsXto

getCriticality

public double getCriticality()
Gets the value of the criticality property.


setCriticality

public void setCriticality(double value)
Sets the value of the criticality property.


getBenchmarkResult

public BenchmarkResultXto getBenchmarkResult()
Gets the value of the benchmarkResult property.

Returns:
possible object is BenchmarkResultXto

setBenchmarkResult

public void setBenchmarkResult(BenchmarkResultXto value)
Sets the value of the benchmarkResult property.

Parameters:
value - allowed object is BenchmarkResultXto

getQualityAssuranceInfo

public QualityAssuranceInfoXto getQualityAssuranceInfo()
Gets the value of the qualityAssuranceInfo property.

Returns:
possible object is QualityAssuranceInfoXto

setQualityAssuranceInfo

public void setQualityAssuranceInfo(QualityAssuranceInfoXto value)
Sets the value of the qualityAssuranceInfo property.

Parameters:
value - allowed object is QualityAssuranceInfoXto

getQualityAssuranceState

public QualityAssuranceStateXto getQualityAssuranceState()
Gets the value of the qualityAssuranceState property.

Returns:
possible object is QualityAssuranceStateXto

setQualityAssuranceState

public void setQualityAssuranceState(QualityAssuranceStateXto value)
Sets the value of the qualityAssuranceState property.

Parameters:
value - allowed object is QualityAssuranceStateXto

getAttributes

public ActivityInstanceAttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is ActivityInstanceAttributesXto

setAttributes

public void setAttributes(ActivityInstanceAttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is ActivityInstanceAttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.