|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HistoricalEventDescriptionStateChange
Description object for a state change event.
| Field Summary | |
|---|---|
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). |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.HistoricalEventDescription |
|---|
getItem |
| Field Detail |
|---|
static 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 Values| Method Detail |
|---|
ActivityInstanceState getFromState()
ParticipantInfo getFromPerformer()
ActivityInstanceState getToState()
Participant getToPerformer()
ParticipantInfo getOnBehalfOfPerformer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||