Uses of Class
de.xima.fc.workflow.TriggerKey
Packages that use TriggerKey
Package
Description
Package für Datenbankentitäten
Package für allgemeine Exceptions
-
Uses of TriggerKey in de.xima.fc.entities
Methods in de.xima.fc.entities that return TriggerKey -
Uses of TriggerKey in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return TriggerKeyConstructors in de.xima.fc.exceptions with parameters of type TriggerKey -
Uses of TriggerKey in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return TriggerKeyMethods in de.xima.fc.interfaces.workflow that return types with arguments of type TriggerKeyModifier and TypeMethodDescriptionList<? 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.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type TriggerKeyModifier and TypeMethodDescriptionIWorkflowElementStore.triggerByUuid(WorkflowProcess context, TriggerKey triggerKey) Gets the trigger with the given UUID.IWorkflowBpmnLocalization.triggerNameOptional(WorkflowProcess process, TriggerKey triggerKey) Localizes the name of a workflow trigger, identified by its key.IWorkflowBpmnLocalization.triggerNameRequired(WorkflowProcess process, TriggerKey triggerKey) Localizes the name of a workflow trigger, identified by its key. -
Uses of TriggerKey in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type TriggerKeyModifier and TypeMethodDescriptiondefault 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 TriggerKeyModifier and TypeMethodDescriptiondefault 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
Subinterfaces with type arguments of type TriggerKey in de.xima.fc.interfaces.workflow.triggersModifier and TypeInterfaceDescriptioninterfaceA reference to a workflow trigger that provides files.interfaceA reference to a workflow trigger.interfaceA reference to a workflow trigger.Methods in de.xima.fc.interfaces.workflow.triggers that return TriggerKey -
Uses of TriggerKey in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation with parameters of type TriggerKeyModifier and TypeMethodDescriptionIWorkflowGlobalHandlerValidationContext.getTriggerByUuid(TriggerKey key, String triggerType) -
Uses of TriggerKey in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource that return TriggerKeyModifier and TypeMethodDescriptionResourceItem.getTriggerKey()WhentypeisFIRED_TRIGGER: the key of the referenced trigger.Methods in de.xima.fc.mdl.resource with parameters of type TriggerKeyModifier and TypeMethodDescriptionstatic 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 TriggerKeyModifier and TypeMethodDescriptionstatic TriggerKeyTriggerKey.of(WorkflowTrigger trigger) static TriggerKeystatic TriggerKeystatic TriggerKeyDeprecated.ElementKey.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 TriggerKeyModifier and TypeMethodDescriptionList<? 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 -
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 -
Uses of TriggerKey in de.xima.fc.workflow.model.choices
Classes in de.xima.fc.workflow.model.choices that implement interfaces with type arguments of type TriggerKeyModifier and TypeClassDescriptionclassProvider for the that makes available all nodes in the entire workflow process that are of a giventype.Methods in de.xima.fc.workflow.model.choices that return types with arguments of type TriggerKeyModifier and TypeMethodDescriptionList<? 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 TriggerKeyModifier and TypeMethodDescriptionFcCopyFormRecordProps.getTriggerToInvoke()FcQueueTaskProps.getTriggerToInvoke()Methods in de.xima.fc.workflow.model.nodes with parameters of type TriggerKeyModifier and TypeMethodDescriptionstatic 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 TriggerKeyModifier and TypeMethodDescriptionstatic 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.FlowchartElementIndex.getTriggerByUuid()FlowchartElementIndex.getTriggers()FlowchartElementIndex.getTriggersByType(String type) Gets all triggers of a certaintype.Methods in de.xima.fc.workflow.processor.logic with parameters of type TriggerKeyModifier and TypeMethodDescriptionFlowchartElementIndex.getTaskByTrigger(TriggerKey triggerKey) Gets the task that contains a trigger.FlowchartElementIndex.getTriggerByUuid(TriggerKey key) Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type TriggerKeyModifier and TypeMethodDescriptionstatic List<IFileProvidingTriggerWithName> WorkflowProviderHelper.computeFileProvidingTriggerNames(Mandant client, Projekt project, FlowchartElementIndex elementIndex, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Iterable<TriggerKey> triggerKeys) static List<ITriggerWithName> WorkflowProviderHelper.computeTriggerNames(Mandant client, Projekt project, 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 TriggerKeyModifier and TypeMethodDescriptionList<? 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 TriggerKeyModifier and TypeMethodDescriptionDefaultWorkflowValidationContext.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 TriggerKeyModifier and TypeMethodDescriptionFileProvidingTriggerWithName.getElement()TriggerWithName.getElement()Methods in de.xima.fc.workflow.processor.model that return types with arguments of type TriggerKeyMethods in de.xima.fc.workflow.processor.model with parameters of type TriggerKeyModifier and TypeMethodDescriptionWorkflowElementIndex.getTaskByTrigger(TriggerKey triggerKey) Gets a task that the given trigger belongs to.WorkflowElementIndex.getTriggerByUuid(TriggerKey key) Constructors in de.xima.fc.workflow.processor.model with parameters of type TriggerKeyModifierConstructorDescriptionFileProvidingTriggerWithName(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 TriggerKeyModifier and TypeMethodDescriptionFlowchartSelection.getTriggerKey()TriggerDeletionUpdate.getTriggerKey()TriggerWithTask.getTriggerKey()Methods in de.xima.fc.workflow.taglib.model with parameters of type TriggerKeyModifier and TypeMethodDescriptionvoidTriggerDeletionUpdate.setTriggerKey(TriggerKey triggerKey)
TriggerKey.of(UUID)instead, the task UUID is not needed anymore and is ignored.