Package

pl.touk.nussknacker.restmodel

displayedgraph

Permalink

package displayedgraph

Visibility
  1. Public
  2. All

Type Members

  1. case class DisplayableProcess(id: String, properties: ProcessProperties, nodes: List[NodeData], edges: List[Edge], processingType: ProcessingType) extends Product with Serializable

    Permalink
  2. case class ProcessProperties(typeSpecificProperties: TypeSpecificData, exceptionHandler: ExceptionHandlerRef, isSubprocess: Boolean = false, additionalFields: Option[ProcessAdditionalFields] = scala.None, subprocessVersions: Map[String, Long] = ...) extends Product with Serializable

    Permalink
  3. case class ValidatedDisplayableProcess(id: String, properties: ProcessProperties, nodes: List[NodeData], edges: List[Edge], processingType: ProcessingType, validationResult: ValidationResult) extends Product with Serializable

    Permalink

Value Members

  1. object DisplayableProcess extends Serializable

    Permalink
  2. object ProcessProperties extends Serializable

    Permalink
  3. object ProcessStatus

    Permalink
  4. object ValidatedDisplayableProcess extends Serializable

    Permalink
  5. object displayablenode

    Permalink

Ungrouped