Uses of Class
de.xima.fc.workflow.designer.model.WorkflowElementList
-
Packages that use WorkflowElementList Package Description de.xima.fc.workflow.designer.exception de.xima.fc.workflow.designer.model -
-
Uses of WorkflowElementList in de.xima.fc.workflow.designer.exception
Methods in de.xima.fc.workflow.designer.exception that return WorkflowElementList Modifier and Type Method Description WorkflowElementList
StateReferencedByElementsException. getElements()
Constructors in de.xima.fc.workflow.designer.exception with parameters of type WorkflowElementList Constructor Description StateReferencedByElementsException(WorkflowStateModel stateModel, WorkflowElementList elements, Map<NodeKey,String> nodeNames, Map<TriggerKey,String> triggerNames)
-
Uses of WorkflowElementList in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return WorkflowElementList Modifier and Type Method Description static WorkflowElementList
WorkflowElementList. empty()
WorkflowElementList
WorkflowEntityReferences. getReferences(Class<WorkflowState> entityType, UUID uuid)
Constructor parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowElementList Constructor Description WorkflowEntityReferences(Map<Class<? extends IUUIDEntity>,Map<UUID,WorkflowElementList>> refs, Map<NodeKey,String> nodeNames, Map<TriggerKey,String> triggerNames)
-