com.qmetric.penfold.domain.model

Task

case class Task(uncommittedEvents: List[Event], aggregateId: AggregateId, version: AggregateVersion, created: DateTime, assignee: Option[User], 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[User], 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(expectedVersion: AggregateVersion): Task

  10. final def asInstanceOf[T0]: T0

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

  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(expectedVersion: AggregateVersion, user: Option[User], completionType: Option[String], assignee: Option[User], payloadUpdate: Option[Patch]): Task

  16. val created: DateTime

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

    Definition Classes
    AnyRef
  18. def finalize(): Unit

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

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

    Definition Classes
    Any
  21. def markCommitted: Task

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

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

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

    Definition Classes
    AnyRef
  25. val payload: Payload

  26. val queueBinding: QueueBinding

  27. def reassign(expectedVersion: AggregateVersion, assignee: User, reassignType: Option[String], payloadUpdate: Option[Patch]): Task

  28. def requeue(expectedVersion: AggregateVersion, requeueType: Option[String], assignee: Option[User], payloadUpdate: Option[Patch], score: Option[Long]): Task

  29. def reschedule(expectedVersion: AggregateVersion, triggerDate: DateTime, assignee: Option[User], rescheduleType: Option[String], payloadUpdate: Option[Patch], score: Option[Long]): Task

  30. val score: Long

  31. def start(expectedVersion: AggregateVersion, assignee: Option[User], payloadUpdate: Option[Patch]): Task

  32. val status: Status

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

    Definition Classes
    AnyRef
  34. def trigger(expectedVersion: AggregateVersion): Task

  35. val triggerDate: DateTime

  36. def unassign(expectedVersion: AggregateVersion, unassignType: Option[String], payloadUpdate: Option[Patch]): Task

  37. val uncommittedEvents: List[Event]

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

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

  40. val version: AggregateVersion

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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