Uses of Interface
de.xima.fc.interfaces.workflow.IFileProvidingWorkflowElement
-
Packages that use IFileProvidingWorkflowElement Package Description de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow.processor.model -
-
Uses of IFileProvidingWorkflowElement in de.xima.fc.interfaces.workflow.nodes
Subinterfaces of IFileProvidingWorkflowElement 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()
. -
Uses of IFileProvidingWorkflowElement in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of IFileProvidingWorkflowElement in de.xima.fc.interfaces.workflow.triggers Modifier and Type Interface Description interface
IFileProvidingTriggerWithName
A reference to a workflow trigger that provides files. -
Uses of IFileProvidingWorkflowElement in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IFileProvidingWorkflowElement Modifier and Type Class Description class
FileProvidingNodeWithName
POJO implementation ofIFileProvidingNodeWithName
.class
FileProvidingTriggerWithName
POJO implementation ofIFileProvidingTriggerWithName
.
-