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
IFileProvidingWorkflowElement<T>
Reference to a workflow node or trigger that provides files.interface
ITaskWithName
A reference to a workflow trigger.interface
ITypedWorkflowElement<T>
A workflow element with a type, such as a trigger or node. -
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
IFileProvidingNodeWithName
A reference to a workflow node that provides files, such as those returned byIWorkflowProvider.getNormalCompletionProvidingPredecessors()
.interface
INodeWithName
A reference to a workflow node, such as those returned byIWorkflowProvider.getNormalCompletionProvidingPredecessors()
. -
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
IFileProvidingTriggerWithName
A reference to a workflow trigger that provides files.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
FileProvidingNodeWithName
POJO implementation ofIFileProvidingNodeWithName
.class
FileProvidingTriggerWithName
POJO implementation ofIFileProvidingTriggerWithName
.class
NodeWithName
POJO implementation ofINodeWithName
.class
TaskWithName
POJO implementation ofITaskWithName
.class
TriggerWithName
POJO implementation ofITriggerWithName
.
-