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 interfaceIFileProvidingWorkflowElement<T>Reference to a workflow node or trigger that provides files.interfaceITaskWithNameA reference to a workflow trigger.interfaceITypedWorkflowElement<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 interfaceIFileProvidingNodeWithNameA reference to a workflow node that provides files, such as those returned byIWorkflowProvider.getNormalCompletionProvidingPredecessors().interfaceINodeWithNameA 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 interfaceIFileProvidingTriggerWithNameA reference to a workflow trigger that provides files.interfaceITriggerWithNameA 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 classFileProvidingNodeWithNamePOJO implementation ofIFileProvidingNodeWithName.classFileProvidingTriggerWithNamePOJO implementation ofIFileProvidingTriggerWithName.classNodeWithNamePOJO implementation ofINodeWithName.classTaskWithNamePOJO implementation ofITaskWithName.classTriggerWithNamePOJO implementation ofITriggerWithName. 
 -