public class HistoricalStateXto extends Object
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 and Description |
|---|
HistoricalStateXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getActivityOid()
public void setActivityOid(long value)
public String getActivityDefinitionId()
Stringpublic void setActivityDefinitionId(String value)
value - allowed object is
Stringpublic long getProcessInstanceOid()
public void setProcessInstanceOid(long value)
public String getProcessDefinitionId()
Stringpublic void setProcessDefinitionId(String value)
value - allowed object is
Stringpublic org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getActivityState()
Stringpublic void setActivityState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
Stringpublic Date getFrom()
Stringpublic void setFrom(Date value)
value - allowed object is
Stringpublic Date getUntil()
Stringpublic void setUntil(Date value)
value - allowed object is
Stringpublic ParticipantInfoXto getParticipant()
ParticipantInfoXtopublic void setParticipant(ParticipantInfoXto value)
value - allowed object is
ParticipantInfoXtopublic ParticipantInfoXto getOnBehalfOfParticipant()
ParticipantInfoXtopublic void setOnBehalfOfParticipant(ParticipantInfoXto value)
value - allowed object is
ParticipantInfoXtopublic UserInfoXto getOnBehalfOfUser()
UserInfoXtopublic void setOnBehalfOfUser(UserInfoXto value)
value - allowed object is
UserInfoXtopublic UserXto getUser()
UserXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.