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 TriggerKey
WorkflowTrigger. getTriggerKey()
-
Uses of TriggerKey in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return TriggerKey Modifier and Type Method Description TriggerKey
AFileListResolutionError.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 TriggerKey
ITriggerKeyProviding. 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 WorkflowTrigger
IWorkflowTriggerLocator. 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 boolean
IWorkflowTriggerLocator. 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 TriggerKey
ITriggerWithName. 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 TriggerKey
ResourceItem. getTriggerKey()
Whentype
isFIRED_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 ResourceItem
ResourceItem. forWorkflowTrigger(TriggerKey triggerKey)
Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItem
ResourceItem. forWorkflowTrigger(TriggerKey triggerKey, String fileKey)
Creates a new resource item that references files provided by a workflow trigger for the given file type.void
ResourceItem. setTriggerKey(TriggerKey triggerKey)
Whentype
isFIRED_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 TriggerKey
TriggerKey. of(WorkflowTrigger trigger)
static TriggerKey
TriggerKey. of(String value)
static TriggerKey
TriggerKey. of(UUID taskUuid, UUID triggerUuid)
TriggerKey
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 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 TriggerKey
FcCopyFormRecordProps. getTriggerToInvoke()
TriggerKey
FcQueueTaskProps. getTriggerToInvoke()
Methods in de.xima.fc.workflow.model.nodes with parameters of type TriggerKey Modifier and Type Method Description static SingleFile
SingleFile. forWorkflowTrigger(TriggerKey triggerKey)
Creates a new single file reference to the file produces by a workflow trigger with the default file type.static SingleFile
SingleFile. forWorkflowTrigger(TriggerKey triggerKey, String fileKey)
Creates a new single file reference to the file produces by a workflow trigger with the given file type.void
FcCopyFormRecordProps. setTriggerToInvoke(TriggerKey triggerToInvoke)
void
FcQueueTaskProps. 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 ofWorkflowTrigger
s.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 TriggerModel
FlowchartElementIndex. 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 TriggerKey
FileProvidingTriggerWithName. getElement()
TriggerKey
TriggerWithName. 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 TriggerKey
FlowchartSelection. getTriggerKey()
TriggerKey
TriggerDeletionUpdate. getTriggerKey()
TriggerKey
TriggerWithTask. getTriggerKey()
Methods in de.xima.fc.workflow.taglib.model with parameters of type TriggerKey Modifier and Type Method Description void
TriggerDeletionUpdate. setTriggerKey(TriggerKey triggerKey)
-