Uses of Interface
de.xima.fc.interfaces.workflow.triggers.IFileProvidingTriggerWithName
-
-
Uses of IFileProvidingTriggerWithName in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IFileProvidingTriggerWithName Modifier and Type Method Description List<IFileProvidingTriggerWithName>
IWorkflowProvider. getAssignedProvidingTriggers()
Returns the triggers of the workflow task that contains the given node and also provide files.List<IFileProvidingTriggerWithName>
IWorkflowProvider. getAssignedProvidingTriggers(NodeKey key)
Returns the triggers of the workflow task that contains the given node and also provide files. -
Uses of IFileProvidingTriggerWithName in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type IFileProvidingTriggerWithName Modifier and Type Method Description List<IFileProvidingTriggerWithName>
WorkflowProviderBean. getAssignedProvidingTriggers()
List<IFileProvidingTriggerWithName>
WorkflowProviderBean. getAssignedProvidingTriggers(NodeKey key)
-
Uses of IFileProvidingTriggerWithName in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type IFileProvidingTriggerWithName Modifier and Type Method Description static List<IFileProvidingTriggerWithName>
AssociateHelper. getAssignedProvidingTriggers(AssociatesModel ass, FlowchartModel model, Mandant client, NodeKey targetNode)
-
Uses of IFileProvidingTriggerWithName in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type IFileProvidingTriggerWithName Modifier and Type Method Description static List<IFileProvidingTriggerWithName>
WorkflowProviderHelper. computeAssignedProvidingTriggers(IBaseEnvironmentData environmentData, NodeKey target, WorkflowElementIndex index)
static List<IFileProvidingTriggerWithName>
WorkflowProviderHelper. computeFileProvidingTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys)
-
Uses of IFileProvidingTriggerWithName in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type IFileProvidingTriggerWithName Modifier and Type Method Description List<IFileProvidingTriggerWithName>
ValidationWorkflowProvider. getAssignedProvidingTriggers()
List<IFileProvidingTriggerWithName>
ValidationWorkflowProvider. getAssignedProvidingTriggers(NodeKey nodeKey)
-
Uses of IFileProvidingTriggerWithName in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IFileProvidingTriggerWithName Modifier and Type Class Description class
FileProvidingTriggerWithName
POJO implementation ofIFileProvidingTriggerWithName
.
-