package process
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- process
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ProcessResponse(id: ProcessId, versionId: VersionId, processName: ProcessName) extends Product with Serializable
- final case class UpdateProcessCategoryResponse(oldCategory: String, newCategory: String) extends Product with Serializable
- final case class UpdateProcessNameResponse(oldName: ProcessName, newName: ProcessName) extends Product with Serializable
- final case class UpdateProcessResponse(processResponse: Option[ProcessResponse], validationResult: ValidationResult) extends Product with Serializable
Value Members
- object ProcessResponse extends Serializable
- object UpdateProcessCategoryResponse extends Serializable
- object UpdateProcessNameResponse extends Serializable
- object UpdateProcessResponse extends Serializable