Uses of Interface
de.xima.fc.interfaces.workflow.nodes.INodeWithName
- 
- 
Uses of INodeWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type INodeWithName Modifier and Type Method Description List<INodeWithName>IWorkflowProvider. getAllNodesOfType(String type)List<INodeWithName>IWorkflowProvider. getPredecessors()List<INodeWithName>IWorkflowProvider. getPredecessors(NodeKey key)List<INodeWithName>IWorkflowProvider. getProvidingPredecessors()Returns a list of all predecessors of the currently selected node, if it provides files.List<INodeWithName>IWorkflowProvider. getProvidingPredecessors(NodeKey key)Returns a list of all predecessors of the given node that provide files. - 
Uses of INodeWithName in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type INodeWithName Modifier and Type Method Description List<INodeWithName>WorkflowProviderBean. getAllNodesOfType(String type)List<INodeWithName>WorkflowProviderBean. getPredecessors()List<INodeWithName>WorkflowProviderBean. getPredecessors(NodeKey key)List<INodeWithName>WorkflowProviderBean. getProvidingPredecessors()List<INodeWithName>WorkflowProviderBean. getProvidingPredecessors(NodeKey key) - 
Uses of INodeWithName in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type INodeWithName Modifier and Type Method Description static List<INodeWithName>AssociateHelper. getAllNodesOfType(AssociatesModel ass, FlowchartModel model, Mandant client, String type)static List<INodeWithName>AssociateHelper. getPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)static List<INodeWithName>AssociateHelper. getProvidingPredecessors(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode) - 
Uses of INodeWithName in de.xima.fc.workflow.processor.logic
Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type INodeWithName Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<NodeKey>>WorkflowProviderHelper. createNodeSelectItems(List<INodeWithName> nodes) - 
Uses of INodeWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type INodeWithName Modifier and Type Method Description List<INodeWithName>ValidationWorkflowProvider. getAllNodesOfType(String type)List<INodeWithName>ValidationWorkflowProvider. getPredecessors()List<INodeWithName>ValidationWorkflowProvider. getPredecessors(NodeKey nodeKey)List<INodeWithName>ValidationWorkflowProvider. getProvidingPredecessors()List<INodeWithName>ValidationWorkflowProvider. getProvidingPredecessors(NodeKey nodeKey) - 
Uses of INodeWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement INodeWithName Modifier and Type Class Description classNodeWithNamePOJO implementation ofINodeWithName. 
 -