Uses of Interface
de.xima.fc.interfaces.workflow.ITaskWithName
-
-
Uses of ITaskWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ITaskWithName Modifier and Type Method Description List<ITaskWithName>IWorkflowProvider. getAllTasks(boolean excludeSelf)List<ITaskWithName>IWorkflowProvider. getAllTasks(UUID taskToExclude) -
Uses of ITaskWithName in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ITaskWithName Modifier and Type Method Description List<ITaskWithName>WorkflowProviderBean. getAllTasks(boolean excludeSelf)List<ITaskWithName>WorkflowProviderBean. getAllTasks(UUID taskToExclude) -
Uses of ITaskWithName in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ITaskWithName Modifier and Type Method Description static List<ITaskWithName>AssociateHelper. getAllTasks(AssociatesModel ass, FlowchartModel model, UUID taskToExclude) -
Uses of ITaskWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ITaskWithName Modifier and Type Method Description static List<ITaskWithName>WorkflowProviderHelper. computeAllTasks(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, UUID taskToExclude)Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type ITaskWithName Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UUID>>WorkflowProviderHelper. createTaskSelectItems(List<ITaskWithName> tasks) -
Uses of ITaskWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ITaskWithName Modifier and Type Method Description List<ITaskWithName>ValidationWorkflowProvider. getAllTasks(boolean excludeSelf)List<ITaskWithName>ValidationWorkflowProvider. getAllTasks(UUID taskToExclude) -
Uses of ITaskWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITaskWithName Modifier and Type Class Description classTaskWithNamePOJO implementation ofITaskWithName. -
Uses of ITaskWithName in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return types with arguments of type ITaskWithName Modifier and Type Method Description List<ITaskWithName>ViewSettingsModel. getTasksWithName()Method parameters in de.xima.fc.workflow.taglib.model with type arguments of type ITaskWithName Modifier and Type Method Description voidViewSettingsModel. setTasksWithName(List<ITaskWithName> tasksWithName)
-