Packages

package process

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. process
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ProcessResponse(id: ProcessId, versionId: VersionId, processName: ProcessName) extends Product with Serializable
  2. final case class UpdateProcessCategoryResponse(oldCategory: String, newCategory: String) extends Product with Serializable
  3. final case class UpdateProcessNameResponse(oldName: ProcessName, newName: ProcessName) extends Product with Serializable
  4. final case class UpdateProcessResponse(processResponse: Option[ProcessResponse], validationResult: ValidationResult) extends Product with Serializable

Value Members

  1. object ProcessResponse extends Serializable
  2. object UpdateProcessCategoryResponse extends Serializable
  3. object UpdateProcessNameResponse extends Serializable
  4. object UpdateProcessResponse extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped