|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.HistoricalEventDetailsXto
public class HistoricalEventDetailsXto
Contains details about the historical event. Different event types use different elements. Delegation uses: fromPerformer, toPerformer. StateChange uses: fromState, toState, toPerformer. Other event types only use text.
Java class for HistoricalEventDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoricalEventDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fromPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant" minOccurs="0"/>
<element name="toPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant" minOccurs="0"/>
<element name="fromState" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState" minOccurs="0"/>
<element name="toState" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HistoricalEventDetailsXto()
|
|
| Method Summary | |
|---|---|
ParticipantXto |
getFromPerformer()
Gets the value of the fromPerformer property. |
org.eclipse.stardust.engine.api.runtime.ActivityInstanceState |
getFromState()
Gets the value of the fromState property. |
String |
getText()
Gets the value of the text property. |
ParticipantXto |
getToPerformer()
Gets the value of the toPerformer property. |
org.eclipse.stardust.engine.api.runtime.ActivityInstanceState |
getToState()
Gets the value of the toState property. |
void |
setFromPerformer(ParticipantXto value)
Sets the value of the fromPerformer property. |
void |
setFromState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the fromState property. |
void |
setText(String value)
Sets the value of the text property. |
void |
setToPerformer(ParticipantXto value)
Sets the value of the toPerformer property. |
void |
setToState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the toState property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoricalEventDetailsXto()
| Method Detail |
|---|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic ParticipantXto getFromPerformer()
ParticipantXtopublic void setFromPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic ParticipantXto getToPerformer()
ParticipantXtopublic void setToPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getFromState()
Stringpublic void setFromState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
Stringpublic org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getToState()
Stringpublic void setToState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||