Uses of Interface
de.xima.fc.interfaces.workflow.ITaskWithName
Packages that use ITaskWithName
Package
Description
- 
Uses of ITaskWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ITaskWithNameModifier and TypeMethodDescriptionIWorkflowProvider.getAllTasks(boolean excludeSelf) 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 ITaskWithNameModifier and TypeMethodDescriptionWorkflowProviderBean.getAllTasks(boolean excludeSelf) 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 ITaskWithNameModifier and TypeMethodDescriptionstatic 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 ITaskWithNameModifier and TypeMethodDescriptionstatic List<ITaskWithName>WorkflowProviderHelper.computeAllTasks(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, UUID taskToExclude) Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type ITaskWithNameModifier and TypeMethodDescriptionWorkflowProviderHelper.createTaskSelectItems(List<ITaskWithName> tasks) Creates select items for the UI from the given list ofWorkflowTasks. - 
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 ITaskWithNameModifier and TypeMethodDescriptionValidationWorkflowProvider.getAllTasks(boolean excludeSelf) 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 - 
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 ITaskWithNameMethod parameters in de.xima.fc.workflow.taglib.model with type arguments of type ITaskWithNameModifier and TypeMethodDescriptionvoidViewSettingsModel.setTasksWithName(List<ITaskWithName> tasksWithName)