package component
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class ComponentIdParts(componentName: Option[String], componentType: ComponentType) extends Product with Serializable
- final case class ComponentLink(id: String, title: String, icon: URI, url: URI) extends Product with Serializable
- 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
- 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
- type NodeId = String
- sealed trait NodeUsageData extends AnyRef
- final case class ScenarioComponentsUsages(value: Map[ComponentIdParts, List[NodeId]]) extends Product with Serializable
Value Members
- object ComponentLink extends Serializable
- object ComponentListElement extends Serializable
- object ComponentUsagesInScenario extends Serializable
- object NodeUsageData
- object ScenarioComponentsUsages extends Serializable