Uses of Interface
de.xima.fc.interfaces.INamedElement
-
Packages that use INamedElement Package Description de.xima.fc.interfaces.workflow de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.processor.model -
-
Uses of INamedElement in de.xima.fc.interfaces.workflow
Subinterfaces of INamedElement in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
ITaskWithName
A reference to a workflow trigger. -
Uses of INamedElement in de.xima.fc.interfaces.workflow.nodes
Subinterfaces of INamedElement in de.xima.fc.interfaces.workflow.nodes Modifier and Type Interface Description interface
INodeWithName
A reference to a workflow node, such as those returned byIWorkflowProvider.getProvidingPredecessors(NodeKey)
. -
Uses of INamedElement in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of INamedElement in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interface
ITriggerWithName
A reference to a workflow trigger. -
Uses of INamedElement in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement INamedElement Modifier and Type Class Description class
NodeWithName
POJO implementation ofINodeWithName
.class
TaskWithName
POJO implementation ofITaskWithName
.class
TriggerWithName
POJO implementation ofITriggerWithName
.
-