package component
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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, nodesId: List[String], isSubprocess: Boolean, processCategory: String, modificationDate: LocalDateTime, modifiedAt: LocalDateTime, modifiedBy: String, createdAt: LocalDateTime, createdBy: String, lastAction: Option[ProcessAction]) extends Product with Serializable
Value Members
- object ComponentLink extends Serializable
- object ComponentListElement extends Serializable
- object ComponentUsagesInScenario extends Serializable