Packages

o

pl.touk.nussknacker.ui.process

ProcessObjectsFinder

object ProcessObjectsFinder

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

Value Members

  1. def componentIds(processDefinitions: List[ProcessDefinition[ObjectDefinition]], subprocessIds: List[String]): List[String]
  2. def computeComponentsUsage(componentIdProvider: ComponentIdProvider, processes: List[ProcessDetails]): Map[ComponentId, List[(ProcessDetails, List[String])]]
  3. def computeComponentsUsageCount(componentIdProvider: ComponentIdProvider, processes: List[ProcessDetails]): Map[ComponentId, Long]
  4. def findQueries(processes: List[ProcessDetails], definitions: Iterable[ProcessDefinition[ObjectDefinition]]): Map[QueryableStateName, List[String]]
  5. def findSignals(processes: List[ProcessDetails], definitions: Iterable[ProcessDefinition[ObjectDefinition]]): Map[String, SignalDefinition]