Package

pl.touk.nussknacker.restmodel

process

Permalink

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 ProcessId(value: Long) extends AnyVal with Product with Serializable

    Permalink
  2. final case class ProcessIdWithName(id: ProcessId, name: ProcessName) extends Product with Serializable

    Permalink
  3. final case class ProcessIdWithNameAndCategory(id: ProcessId, name: ProcessName, category: String) extends Product with Serializable

    Permalink
  4. final case class ProcessResponse(id: ProcessId, versionId: ProcessVersionId, processName: ProcessName) extends Product with Serializable

    Permalink
  5. final case class ProcessVersionId(value: Long) extends AnyVal with Product with Serializable

    Permalink
  6. final case class UpdateProcessCategoryResponse(oldCategory: String, newCategory: String) extends Product with Serializable

    Permalink
  7. final case class UpdateProcessNameResponse(oldName: ProcessName, newName: ProcessName) extends Product with Serializable

    Permalink
  8. final case class UpdateProcessResponse(processResponse: Option[ProcessResponse], validationResult: ValidationResult) extends Product with Serializable

    Permalink

Value Members

  1. object ProcessId extends Serializable

    Permalink
  2. object ProcessResponse extends Serializable

    Permalink
  3. object ProcessVersionId extends Serializable

    Permalink
  4. object UpdateProcessCategoryResponse extends Serializable

    Permalink
  5. object UpdateProcessNameResponse extends Serializable

    Permalink
  6. object UpdateProcessResponse extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped