com.qmetric.penfold.domain.model

Task

case class Task(uncommittedEvents: List[Event], aggregateId: AggregateId, version: AggregateVersion, created: DateTime, assignee: Option[Assignee], concluder: Option[User], conclusionType: Option[String], queueBinding: QueueBinding, status: Status, triggerDate: DateTime, payload: Payload, score: Long) extends AggregateRoot with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AggregateRoot, EventSourced, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Task
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AggregateRoot
  7. EventSourced
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Task(uncommittedEvents: List[Event], aggregateId: AggregateId, version: AggregateVersion, created: DateTime, assignee: Option[Assignee], concluder: Option[User], conclusionType: Option[String], queueBinding: QueueBinding, status: Status, triggerDate: DateTime, payload: Payload, score: Long)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val aggregateId: AggregateId

    Definition Classes
    TaskAggregateRoot
  7. def aggregateType: AggregateType.Task.type

    Definition Classes
    TaskAggregateRoot
  8. def applyEvent: (Event) ⇒ EventSourced

    Definition Classes
    TaskEventSourced
  9. def archive: Task

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val assignee: Option[Assignee]

  12. def checkConflict(requirement: Boolean, message: ⇒ Any): Unit

    Definition Classes
    AggregateRoot
  13. def checkVersion(expectedVersion: AggregateVersion): Unit

    Definition Classes
    AggregateRoot
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def close(user: Option[User] = None, completionType: Option[String] = None): Task

  16. val concluder: Option[User]

  17. val conclusionType: Option[String]

  18. val created: DateTime

  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def markCommitted: Task

    Definition Classes
    TaskAggregateRoot
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val payload: Payload

  28. val queueBinding: QueueBinding

  29. def requeue: Task

  30. val score: Long

  31. def start(assignee: Option[Assignee]): Task

  32. val status: Status

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def trigger: Task

  35. val triggerDate: DateTime

  36. val uncommittedEvents: List[Event]

    Definition Classes
    TaskAggregateRoot
  37. def unhandled(event: Event): Nothing

    Definition Classes
    EventSourced
  38. def updatePayload(expectedVersion: AggregateVersion, payloadUpdate: Patch, updateType: Option[String], score: Option[Long]): Task

  39. val version: AggregateVersion

    Definition Classes
    TaskAggregateRoot
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AggregateRoot

Inherited from EventSourced

Inherited from AnyRef

Inherited from Any

Ungrouped