public interface HistoricalEventDescriptionStateChange extends HistoricalEventDescription
| Modifier and Type | Field and Description |
|---|---|
static int |
FROM_STATE_IDX
Valid index value for
HistoricalEventDescription.getItem(int). |
static int |
TO_PERFORMER_IDX
Valid index value for
HistoricalEventDescription.getItem(int). |
static int |
TO_STATE_IDX
Valid index value for
HistoricalEventDescription.getItem(int). |
| Modifier and Type | Method and Description |
|---|---|
ParticipantInfo |
getFromPerformer()
Will return the performer from before the state change was performed.
|
ActivityInstanceState |
getFromState()
Will return the state before state change was performed.
|
ParticipantInfo |
getOnBehalfOfPerformer()
Will return the performer this state change was performed on behalf of.
|
Participant |
getToPerformer()
Will return the performer after state change was performed.
|
ActivityInstanceState |
getToState()
Will return the state after state change was performed.
|
getItemstatic final int FROM_STATE_IDX
HistoricalEventDescription.getItem(int). Will return state before state change was performed.getFromState(),
Constant Field Valuesstatic final int TO_STATE_IDX
HistoricalEventDescription.getItem(int). Will return state after state change was performed.getToState(),
Constant Field Valuesstatic final int TO_PERFORMER_IDX
HistoricalEventDescription.getItem(int). Will return performer after state change was performed.getToPerformer(),
Constant Field ValuesActivityInstanceState getFromState()
ParticipantInfo getFromPerformer()
ActivityInstanceState getToState()
Participant getToPerformer()
ParticipantInfo getOnBehalfOfPerformer()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.