Uses of Class
de.xima.fc.workflow.TriggerKey
-
-
Uses of TriggerKey in de.xima.fc.entities
Methods in de.xima.fc.entities that return TriggerKey Modifier and Type Method Description TriggerKeyWorkflowTrigger. getTriggerKey() -
Uses of TriggerKey in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return TriggerKey Modifier and Type Method Description TriggerKeyAFileListResolutionError.TriggerDoesNotExist. getTriggerKey()Constructors in de.xima.fc.exceptions with parameters of type TriggerKey Constructor Description TriggerDoesNotExist(ResourceItem item, TriggerKey triggerKey) -
Uses of TriggerKey in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return TriggerKey Modifier and Type Method Description TriggerKeyITriggerKeyProviding. getTriggerKey()Methods in de.xima.fc.interfaces.workflow that return types with arguments of type TriggerKey Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>IWorkflowProvider. getAllTriggersOfTypeSelectItems(String type, boolean excludeSelf)Same asIWorkflowProvider.getAllTriggersOfType(String, boolean), but converted to select items with the trigger key as the value.List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>IWorkflowProvider. getAllTriggersOfTypeSelectItems(String type, UUID taskToExclude)Same asIWorkflowProvider.getAllTriggersOfType(String, UUID), but converted to select items with the trigger key as the value. -
Uses of TriggerKey in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type TriggerKey Modifier and Type Method Description default WorkflowTriggerIWorkflowTriggerLocator. byUuid(TriggerKey triggerKey)Finds the trigger by the given UUID in the current workflow execution context.default List<WorkflowTrigger>IWorkflowTriggerLocator. byUuids(TriggerKey... triggerKeys)Finds the triggers by the given UUID in the current workflow execution context.default booleanIWorkflowTriggerLocator. isCurrentlyFiring(TriggerKey triggerKey)Whether the trigger with the given key initiated the current task execution.Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type TriggerKey Modifier and Type Method Description default List<WorkflowTrigger>IWorkflowTriggerLocator. byUuids(Iterable<TriggerKey> triggerKeys)Finds the triggers by the given UUID in the current workflow execution context. -
Uses of TriggerKey in de.xima.fc.interfaces.workflow.triggers
Methods in de.xima.fc.interfaces.workflow.triggers that return TriggerKey Modifier and Type Method Description TriggerKeyITriggerWithName. getElement() -
Uses of TriggerKey in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation with parameters of type TriggerKey Modifier and Type Method Description IWorkflowElementWithDeserializedModel<?,WorkflowTrigger>IWorkflowGlobalHandlerValidationContext. getTriggerByUuid(TriggerKey key, String triggerType) -
Uses of TriggerKey in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return TriggerKey Modifier and Type Method Description TriggerKeyResourceItem. getTriggerKey()WhentypeisFIRED_TRIGGER: the key of the referenced trigger.Methods in de.xima.fc.mdl.resource with parameters of type TriggerKey Modifier and Type Method Description static ResourceItemResourceItem. forWorkflowTrigger(TriggerKey triggerKey)Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItemResourceItem. forWorkflowTrigger(TriggerKey triggerKey, String fileKey)Creates a new resource item that references files provided by a workflow trigger for the given file type.voidResourceItem. setTriggerKey(TriggerKey triggerKey)WhentypeisFIRED_TRIGGER: the key of the referenced trigger. -
Uses of TriggerKey in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return TriggerKey Modifier and Type Method Description static TriggerKeyTriggerKey. of(WorkflowTrigger trigger)static TriggerKeyTriggerKey. of(String value)static TriggerKeyTriggerKey. of(UUID taskUuid, UUID triggerUuid)TriggerKeyElementKey. toTriggerKey() -
Uses of TriggerKey in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type TriggerKey Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>WorkflowProviderBean. getAllTriggersOfTypeSelectItems(String type, boolean excludeSelf)List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>WorkflowProviderBean. getAllTriggersOfTypeSelectItems(String type, UUID taskToExclude) -
Uses of TriggerKey in de.xima.fc.workflow.designer.exception
Methods in de.xima.fc.workflow.designer.exception that return types with arguments of type TriggerKey Modifier and Type Method Description Map<TriggerKey,String>StateReferencedByElementsException. getTriggerNames() -
Uses of TriggerKey in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type TriggerKey Modifier and Type Method Description Map<TriggerKey,String>WorkflowEntityReferences. getTriggerNames() -
Uses of TriggerKey in de.xima.fc.workflow.model.choices
Methods in de.xima.fc.workflow.model.choices that return types with arguments of type TriggerKey Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>TriggersOfTypeChoiceProvider. getChoices(de.xima.cmn.validation.spec.IChoiceProvidingParams params) -
Uses of TriggerKey in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return TriggerKey Modifier and Type Method Description TriggerKeyFcCopyFormRecordProps. getTriggerToInvoke()TriggerKeyFcQueueTaskProps. getTriggerToInvoke()Methods in de.xima.fc.workflow.model.nodes with parameters of type TriggerKey Modifier and Type Method Description static SingleFileSingleFile. forWorkflowTrigger(TriggerKey triggerKey)Creates a new single file reference to the file produces by a workflow trigger with the default file type.static SingleFileSingleFile. forWorkflowTrigger(TriggerKey triggerKey, String fileKey)Creates a new single file reference to the file produces by a workflow trigger with the given file type.voidFcCopyFormRecordProps. setTriggerToInvoke(TriggerKey triggerToInvoke)voidFcQueueTaskProps. setTriggerToInvoke(TriggerKey triggerToInvoke) -
Uses of TriggerKey in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type TriggerKey Modifier and Type Method Description static List<TriggerKey>WorkflowProviderHelper. computeAssignedProvidingTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)static List<TriggerKey>WorkflowProviderHelper. computeAssignedTriggers(Mandant client, NodeKey target, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap)static 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.Map<TriggerKey,TriggerModel>FlowchartElementIndex. getTriggerByUuid()Set<TriggerKey>FlowchartElementIndex. getTriggers()List<TriggerKey>FlowchartElementIndex. getTriggersByType(String type)Gets all triggers of a certaintype.Methods in de.xima.fc.workflow.processor.logic with parameters of type TriggerKey Modifier and Type Method Description TriggerModelFlowchartElementIndex. getTriggerByUuid(TriggerKey key)Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type TriggerKey Modifier and Type Method Description static List<IFileProvidingTriggerWithName>WorkflowProviderHelper. computeFileProvidingTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys)static List<ITriggerWithName>WorkflowProviderHelper. computeTriggerNames(Mandant client, FlowchartElementIndex elementIndex, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) -
Uses of TriggerKey in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type TriggerKey Modifier and Type Method Description List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>ValidationWorkflowProvider. getAllTriggersOfTypeSelectItems(String type, boolean excludeSelf)List<? extends de.xima.cmn.validation.spec.IChoiceEntry<TriggerKey>>ValidationWorkflowProvider. getAllTriggersOfTypeSelectItems(String type, UUID taskToExclude)Methods in de.xima.fc.workflow.processor.logic.validation with parameters of type TriggerKey Modifier and Type Method Description IWorkflowElementWithDeserializedModel<?,WorkflowTrigger>DefaultWorkflowValidationContext. getTriggerByUuid(TriggerKey key, String triggerType) -
Uses of TriggerKey in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return TriggerKey Modifier and Type Method Description TriggerKeyFileProvidingTriggerWithName. getElement()TriggerKeyTriggerWithName. getElement()Methods in de.xima.fc.workflow.processor.model that return types with arguments of type TriggerKey Modifier and Type Method Description Map<TriggerKey,IWorkflowElementWithDeserializedModel<?,WorkflowTrigger>>WorkflowElementIndex. getTriggersByUuid()Methods in de.xima.fc.workflow.processor.model with parameters of type TriggerKey Modifier and Type Method Description IWorkflowElementWithDeserializedModel<?,WorkflowTrigger>WorkflowElementIndex. getTriggerByUuid(TriggerKey key)Constructors in de.xima.fc.workflow.processor.model with parameters of type TriggerKey Constructor Description FileProvidingTriggerWithName(TriggerKey key, String name, String type, IFileValueDescriptor fileValueDescriptor)Creates a new POJO instance with the given values.TriggerWithName(TriggerKey key, String name, String type)Creates a new POJO instance with the given values. -
Uses of TriggerKey in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model that return TriggerKey Modifier and Type Method Description TriggerKeyFlowchartSelection. getTriggerKey()TriggerKeyTriggerDeletionUpdate. getTriggerKey()TriggerKeyTriggerWithTask. getTriggerKey()Methods in de.xima.fc.workflow.taglib.model with parameters of type TriggerKey Modifier and Type Method Description voidTriggerDeletionUpdate. setTriggerKey(TriggerKey triggerKey)
-