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. Protected

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

Inherited from AnyRef

Inherited from Any

Ungrouped