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. final case class ComponentLink(id: String, title: String, icon: URI, url: URI) extends Product with Serializable
  2. 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
  3. 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

  1. object ComponentLink extends Serializable
  2. object ComponentListElement extends Serializable
  3. object ComponentUsagesInScenario extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped