ProcessingStatus

uk.gov.hmrc.mongo.workitem.ProcessingStatus
See theProcessingStatus companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Cancelled extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Cancelled.type
case object Deferred extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Deferred.type
case object Duplicate extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Duplicate.type
case object Failed extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Failed.type
case object Ignored extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Ignored.type
object Implicits

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type
case object InProgress extends ProcessingStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
InProgress.type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
case object Succeeded extends ProcessingStatus, Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
Succeeded.type
case object ToDo extends ProcessingStatus

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ToDo.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Deprecated methods

def toBson(status: ProcessingStatus): BsonValue

Attributes

Deprecated
true

Concrete fields

val format: Format[ProcessingStatus]
val reads: Reads[ProcessingStatus]
val writes: Writes[ProcessingStatus]