|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.HistoricalEventXto
public class HistoricalEventXto
The HistoricalEvent represents a single event which was recorded during lifetime of a process or activity instance. Mainly those events consist of state change, delegation, note or exception events.
Java class for HistoricalEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoricalEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eventType" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEventType"/>
<element name="eventTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
<element name="eventDetails" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEventDetails"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HistoricalEventXto()
|
|
| Method Summary | |
|---|---|
HistoricalEventDetailsXto |
getEventDetails()
Gets the value of the eventDetails property. |
Date |
getEventTime()
Gets the value of the eventTime property. |
HistoricalEventTypeXto |
getEventType()
Gets the value of the eventType property. |
UserXto |
getUser()
Gets the value of the user property. |
void |
setEventDetails(HistoricalEventDetailsXto value)
Sets the value of the eventDetails property. |
void |
setEventTime(Date value)
Sets the value of the eventTime property. |
void |
setEventType(HistoricalEventTypeXto value)
Sets the value of the eventType property. |
void |
setUser(UserXto value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoricalEventXto()
| Method Detail |
|---|
public HistoricalEventTypeXto getEventType()
HistoricalEventTypeXtopublic void setEventType(HistoricalEventTypeXto value)
value - allowed object is
HistoricalEventTypeXtopublic Date getEventTime()
Stringpublic void setEventTime(Date value)
value - allowed object is
Stringpublic UserXto getUser()
UserXtopublic void setUser(UserXto value)
value - allowed object is
UserXtopublic HistoricalEventDetailsXto getEventDetails()
HistoricalEventDetailsXtopublic void setEventDetails(HistoricalEventDetailsXto value)
value - allowed object is
HistoricalEventDetailsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||