Uses of Interface
de.xima.fc.interfaces.workflow.triggers.ITriggerWithName
Packages that use ITriggerWithName
Package
Description
-
Uses of ITriggerWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ITriggerWithNameModifier and TypeMethodDescriptionIWorkflowProvider.getAllTriggersOfType(String type, boolean excludeSelf) IWorkflowProvider.getAllTriggersOfType(String type, UUID taskToExclude) IWorkflowProvider.getAssignedTriggers()Returns the triggers of the workflow task that contains the given node.IWorkflowProvider.getAssignedTriggers(NodeKey key) Returns the triggers of the workflow task that contains the given node. -
Uses of ITriggerWithName in de.xima.fc.interfaces.workflow.triggers
Subinterfaces of ITriggerWithName in de.xima.fc.interfaces.workflow.triggersModifier and TypeInterfaceDescriptioninterfaceA reference to a workflow trigger that provides files. -
Uses of ITriggerWithName in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type ITriggerWithNameModifier and TypeMethodDescriptionWorkflowProviderBean.getAllTriggersOfType(String type, boolean excludeSelf) WorkflowProviderBean.getAllTriggersOfType(String type, UUID taskToExclude) WorkflowProviderBean.getAssignedTriggers()WorkflowProviderBean.getAssignedTriggers(NodeKey key) -
Uses of ITriggerWithName in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type ITriggerWithNameModifier and TypeMethodDescriptionstatic List<ITriggerWithName> AssociateHelper.getAllTriggersOfType(AssociatesModel ass, FlowchartModel model, Mandant client, String type, UUID taskToExclude) static List<ITriggerWithName> AssociateHelper.getAssignedTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, Projekt project, NodeKey targetNode) -
Uses of ITriggerWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return ITriggerWithNameModifier and TypeMethodDescriptionstatic ITriggerWithNameWorkflowProviderHelper.computeTriggerName(TriggerModel trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type ITriggerWithNameModifier and TypeMethodDescriptionstatic List<ITriggerWithName> WorkflowProviderHelper.computeAllTriggersOfType(WorkflowElementIndex elementIndex, String type, UUID taskToExclude) static List<ITriggerWithName> WorkflowProviderHelper.computeAssignedTriggers(IBaseWorkflowEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index) static List<ITriggerWithName> WorkflowProviderHelper.computeTriggerNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type ITriggerWithNameModifier and TypeMethodDescriptionstatic List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>> WorkflowProviderHelper.createTriggerSelectItems(List<ITriggerWithName> triggers) Creates select items for the UI from the given list ofWorkflowTriggers. -
Uses of ITriggerWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type ITriggerWithNameModifier and TypeMethodDescriptionValidationWorkflowProvider.getAllTriggersOfType(String type, boolean excludeSelf) ValidationWorkflowProvider.getAllTriggersOfType(String type, UUID taskToExclude) ValidationWorkflowProvider.getAssignedTriggers()ValidationWorkflowProvider.getAssignedTriggers(NodeKey nodeKey) -
Uses of ITriggerWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITriggerWithNameModifier and TypeClassDescriptionfinal classPOJO implementation ofIFileProvidingTriggerWithName.final classPOJO implementation ofITriggerWithName.