object WorkflowEvent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkflowEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ActivityCompleted (scheduledEvent: Option[ActivityScheduled], result: Option[String], timestamp: DateTime, id: swf.EventId, scheduledEventId: swf.EventId) extends WorkflowEvent with Product with Serializable
- case class ActivityFailed (timestamp: DateTime, id: swf.EventId, reason: Option[String], detail: Option[String], scheduledEventId: swf.EventId, scheduledEvent: Option[ActivityScheduled]) extends WorkflowEvent with Product with Serializable
- case class ActivityScheduled (activity: Activity, timestamp: DateTime, id: swf.EventId, details: Details) extends WorkflowEvent with Product with Serializable
- case class ActivityStarted (timestamp: DateTime, id: swf.EventId, scheduledEventId: swf.EventId, scheduledEvent: Option[ActivityScheduled]) extends WorkflowEvent with Product with Serializable
- case class TimerFired (startedEvent: Option[TimerStarted], timestamp: DateTime, id: swf.EventId, timerId: swf.TimerId, startedEventId: swf.EventId) extends WorkflowEvent with Product with Serializable
- case class TimerStarted (timestamp: DateTime, id: swf.EventId, timerId: swf.TimerId, timeout: FiniteDuration, triggeringDecision: swf.EventId, control: Option[String]) extends WorkflowEvent with Product with Serializable
- case class UnknownEvent (timestamp: DateTime, id: swf.EventId, event: HistoryEvent) extends WorkflowEvent with Product with Serializable
- case class WorkflowExecutionStarted (timestamp: DateTime, id: swf.EventId, details: Details) extends WorkflowEvent with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(e: WorkflowEvent, others: List[WorkflowEvent]): WorkflowEvent
- def apply(h: HistoryEvent): WorkflowEvent
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ActivityScheduled extends Serializable
- object WorkflowExecutionStarted extends Serializable