public interface HistoricalState extends Serializable
HistoricalState represents a snapshot of the historic states of an
activity instance.
The corresponding runtime object is stored in the act_inst_history
table of the audit trail database.
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the ID workflow activity corresponding to this activity instance historic state.
|
long |
getActivityInstanceOID()
Gets the OID of the workflow activity corresponding to this activity instance historic state.
|
Date |
getFrom()
Gets the start time for the period the state was set.
|
Participant |
getOnBehalfOf()
Deprecated.
Superseded by
getOnBehalfOfParticipant() |
ParticipantInfo |
getOnBehalfOfParticipant()
Gets the participant on whose worklist the activity instance has been when it was
activated.
|
UserInfo |
getOnBehalfOfUser()
Gets the user on behalf of which the activity state changed.
|
ParticipantInfo |
getParticipant()
Gets the participant on whose worklist the activity instance was in the period.
|
Participant |
getPerfomer()
Deprecated.
Superseded by
getParticipant() |
String |
getProcessDefinitionId()
Gets the id of the process definition containing the workflow activity associated
with this activity instance historic state.
|
long |
getProcessInstanceOID()
Gets the OID of the process instance containing this activity instance historic state.
|
ActivityInstanceState |
getState()
Gets the historic state for the corresponding activity instance.
|
Date |
getUntil()
Gets the end time for the period the state was set.
|
User |
getUser()
Gets the workflow user who changed the state or worklist of the activity instance.
|
String getProcessDefinitionId()
ProcessDefinitionlong getProcessInstanceOID()
String getActivityId()
long getActivityInstanceOID()
ActivityInstanceState getState()
Date getFrom()
getState()Date getUntil()
getState()@Deprecated Participant getPerfomer()
getParticipant()ParticipantInfo getParticipant()
@Deprecated Participant getOnBehalfOf()
getOnBehalfOfParticipant()ParticipantInfo getOnBehalfOfParticipant()
UserInfo getOnBehalfOfUser()
User getUser()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.