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

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

public class HistoricalStateXto
extends Object

The HistoricalState represents a snapshot of the historic states of an activity instance.

Java class for HistoricalState complex type.

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

 <complexType name="HistoricalState">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activityOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="activityDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="processInstanceOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="processDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="activityState" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState"/>
         <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="until" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo"/>
         <element name="onBehalfOfParticipant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo"/>
         <element name="onBehalfOfUser" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
         <element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HistoricalStateXto()
           
 
Method Summary
 String getActivityDefinitionId()
          Gets the value of the activityDefinitionId property.
 long getActivityOid()
          Gets the value of the activityOid property.
 org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getActivityState()
          Gets the value of the activityState property.
 Date getFrom()
          Gets the value of the from property.
 ParticipantInfoXto getOnBehalfOfParticipant()
          Gets the value of the onBehalfOfParticipant property.
 UserInfoXto getOnBehalfOfUser()
          Gets the value of the onBehalfOfUser property.
 ParticipantInfoXto getParticipant()
          Gets the value of the participant property.
 String getProcessDefinitionId()
          Gets the value of the processDefinitionId property.
 long getProcessInstanceOid()
          Gets the value of the processInstanceOid property.
 Date getUntil()
          Gets the value of the until property.
 UserXto getUser()
          Gets the value of the user property.
 void setActivityDefinitionId(String value)
          Sets the value of the activityDefinitionId property.
 void setActivityOid(long value)
          Sets the value of the activityOid property.
 void setActivityState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
          Sets the value of the activityState property.
 void setFrom(Date value)
          Sets the value of the from property.
 void setOnBehalfOfParticipant(ParticipantInfoXto value)
          Sets the value of the onBehalfOfParticipant property.
 void setOnBehalfOfUser(UserInfoXto value)
          Sets the value of the onBehalfOfUser property.
 void setParticipant(ParticipantInfoXto value)
          Sets the value of the participant property.
 void setProcessDefinitionId(String value)
          Sets the value of the processDefinitionId property.
 void setProcessInstanceOid(long value)
          Sets the value of the processInstanceOid property.
 void setUntil(Date value)
          Sets the value of the until property.
 void setUser(UserXto value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalStateXto

public HistoricalStateXto()
Method Detail

getActivityOid

public long getActivityOid()
Gets the value of the activityOid property.


setActivityOid

public void setActivityOid(long value)
Sets the value of the activityOid property.


getActivityDefinitionId

public String getActivityDefinitionId()
Gets the value of the activityDefinitionId property.

Returns:
possible object is String

setActivityDefinitionId

public void setActivityDefinitionId(String value)
Sets the value of the activityDefinitionId property.

Parameters:
value - allowed object is String

getProcessInstanceOid

public long getProcessInstanceOid()
Gets the value of the processInstanceOid property.


setProcessInstanceOid

public void setProcessInstanceOid(long value)
Sets the value of the processInstanceOid 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

getActivityState

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

Returns:
possible object is String

setActivityState

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

Parameters:
value - allowed object is String

getFrom

public Date getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(Date value)
Sets the value of the from property.

Parameters:
value - allowed object is String

getUntil

public Date getUntil()
Gets the value of the until property.

Returns:
possible object is String

setUntil

public void setUntil(Date value)
Sets the value of the until property.

Parameters:
value - allowed object is String

getParticipant

public ParticipantInfoXto getParticipant()
Gets the value of the participant property.

Returns:
possible object is ParticipantInfoXto

setParticipant

public void setParticipant(ParticipantInfoXto value)
Sets the value of the participant property.

Parameters:
value - allowed object is ParticipantInfoXto

getOnBehalfOfParticipant

public ParticipantInfoXto getOnBehalfOfParticipant()
Gets the value of the onBehalfOfParticipant property.

Returns:
possible object is ParticipantInfoXto

setOnBehalfOfParticipant

public void setOnBehalfOfParticipant(ParticipantInfoXto value)
Sets the value of the onBehalfOfParticipant property.

Parameters:
value - allowed object is ParticipantInfoXto

getOnBehalfOfUser

public UserInfoXto getOnBehalfOfUser()
Gets the value of the onBehalfOfUser property.

Returns:
possible object is UserInfoXto

setOnBehalfOfUser

public void setOnBehalfOfUser(UserInfoXto value)
Sets the value of the onBehalfOfUser property.

Parameters:
value - allowed object is UserInfoXto

getUser

public UserXto getUser()
Gets the value of the user property.

Returns:
possible object is UserXto

setUser

public void setUser(UserXto value)
Sets the value of the user property.

Parameters:
value - allowed object is UserXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.