Uses of Interface
de.xima.fc.interfaces.workflow.triggers.ITriggerWithName
-
-
Uses of ITriggerWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type ITriggerWithName Modifier and Type Method Description List<ITriggerWithName>
IWorkflowProvider. getAllTriggersOfType(String type, boolean excludeSelf)
List<ITriggerWithName>
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 ITriggerWithName Modifier and Type Method Description List<ITriggerWithName>
WorkflowProviderBean. getAllTriggersOfType(String type, boolean excludeSelf)
List<ITriggerWithName>
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 ITriggerWithName Modifier and Type Method Description static 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 ITriggerWithName Modifier and Type Method Description static <T extends IWorkflowElementTypeProviding>
ITriggerWithNameWorkflowProviderHelper. 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 ITriggerWithName Modifier and Type Method Description static List<ITriggerWithName>
WorkflowProviderHelper. computeAllTriggersOfType(IWorkflowValidationEnvironmentData envData, WorkflowElementIndex elementIndex, String type, UUID taskToExclude)
static <T extends IWorkflowElementTypeProviding>
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 ITriggerWithName Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>
WorkflowProviderHelper. createTriggerSelectItems(List<ITriggerWithName> triggers)
-
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 ITriggerWithName Modifier and Type Method Description List<ITriggerWithName>
ValidationWorkflowProvider. getAllTriggersOfType(String type, boolean excludeSelf)
List<ITriggerWithName>
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 Modifier and Type Class Description class
TriggerWithName
POJO implementation ofITriggerWithName
.
-