Packages

package component

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

Type Members

  1. case class ComponentIdParts(componentName: Option[String], componentType: ComponentType) extends Product with Serializable
  2. final case class ComponentLink(id: String, title: String, icon: URI, url: URI) extends Product with Serializable
  3. final case class ComponentListElement(id: ComponentId, name: String, icon: String, componentType: ComponentType, componentGroupName: ComponentGroupName, categories: List[String], links: List[ComponentLink], usageCount: Long) extends Product with Serializable
  4. final case class ComponentUsagesInScenario(id: String, name: ProcessName, processId: ProcessId, nodesUsagesData: List[NodeUsageData], isFragment: Boolean, processCategory: String, modificationDate: Instant, modifiedAt: Instant, modifiedBy: String, createdAt: Instant, createdBy: String, lastAction: Option[ProcessAction]) extends Product with Serializable
  5. type NodeId = String
  6. sealed trait NodeUsageData extends AnyRef
  7. case class ScenarioComponentsUsages(value: Map[ComponentIdParts, List[NodeId]]) extends Product with Serializable

Value Members

  1. object ComponentLink extends Serializable
  2. object ComponentListElement extends Serializable
  3. object ComponentUsagesInScenario extends Serializable
  4. object NodeUsageData
  5. object ScenarioComponentsUsages extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped