com.qmetric.penfold.domain.model

Task

Related Docs: object Task | package model

case class Task(uncommittedEvents: List[Event], aggregateId: AggregateId, version: AggregateVersion, created: DateTime, assignee: Option[User], queue: QueueId, 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], queue: QueueId, status: Status, triggerDate: DateTime, payload: Payload, score: Long)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. val aggregateId: AggregateId

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

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

    Definition Classes
    TaskEventSourced
  7. def archive(expectedVersion: AggregateVersion): Task

  8. final def asInstanceOf[T0]: T0

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

  10. def cancel(expectedVersion: AggregateVersion, user: Option[User], reason: Option[String], payloadUpdate: Option[Patch]): Task

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

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

    Definition Classes
    AggregateRoot
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def close(expectedVersion: AggregateVersion, user: Option[User], reason: Option[String], resultType: Option[CloseResultType], payloadUpdate: Option[Patch]): Task

  15. val created: DateTime

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

    Definition Classes
    AnyRef
  17. def finalize(): Unit

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

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

    Definition Classes
    Any
  20. def markCommitted: Task

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

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

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

    Definition Classes
    AnyRef
  24. val payload: Payload

  25. val queue: QueueId

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

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

  28. val score: Long

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

  30. val status: Status

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

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

  33. val triggerDate: DateTime

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

  35. val uncommittedEvents: List[Event]

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

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

  38. val version: AggregateVersion

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

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

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