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 interfaceITaskWithNameA 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 interfaceINodeWithNameA 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 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 classNodeWithNamePOJO implementation ofINodeWithName.classTaskWithNamePOJO implementation ofITaskWithName.classTriggerWithNamePOJO implementation ofITriggerWithName. 
 -