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) -
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) -
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) -
Uses of ITriggerWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return ITriggerWithNameModifier and TypeMethodDescriptionstatic ITriggerWithName
WorkflowProviderHelper.computeTriggerName
(UUID taskUuid, 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
(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, String type, UUID taskToExclude) static List<ITriggerWithName>
WorkflowProviderHelper.computeTriggerNames
(Mandant client, 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 ofWorkflowTrigger
s. -
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) -
Uses of ITriggerWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITriggerWithName