Uses of Package
de.xima.fc.interfaces.workflow.execution
Packages that use de.xima.fc.interfaces.workflow.execution
Package
Description
Package für den API-Zugriff auf Workflowverarbeitung
Package für allgemeine Exceptions
Package für konkrete Helperklassen
The workflow engine is generic in the sense that it never checks the type of a
trigger or
node for special types, all logic is implemented in terms
of the ITriggerHandler and
INodeHandler interfaces.Commonly used enumeration that are mainly used in model classes.
Contains the API for a prompt service that abstract the details of a particular provider.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.api.rest.pub.impl.form_record.helperClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.api.workflowClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.bl.fdvClassDescriptionContext object that contains data related to the current execution of the workflow processing.Data related to the current workflow execution, such as the form record or the locale.Interface for the workflow placeholder handler that lets you replace placeholders in strings easily.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.common.form_record.chatClassDescriptionRepresents the result returned by the
IWorkflowEventRunner.Similar to theIEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.common.workflowClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.exceptionsClassDescriptionRepresents any result of
INodeHandler#execute, regardless how execution finished (normally or abruptly).Represents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a local control transfer statement (e.g. a break or continue statement).Error data provided by a workflow node either whenINodeHandler#executethrows an exception or completes normally withsoft errors.Represents the result ofINodeHandler#executewhen the node was completed abruptly by throwing an exception.Options that influence how files are retrieved byresolveReferencedFiles.Base interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.Represents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a return statement.Represents a successful result ofINodeHandler#execute, i.e. when the node completes normally or abruptly by returning.The result of execution aWorkflowTask, returned by the task runner when the task was not executed successfully.Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.form.processClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.gui.designer.form.utilsClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.handler.interfaces.workflowClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.handler.workflowClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.helperClassDescriptionInterface for a POJO view model class that describes a list of files that can be selected by the user.Interface for a POJO view model class that describes a single file that can be selected by the user.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.formClassDescriptionEnvironment data with basic info for within various backend environments.Similar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.placeholder.paramsClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.plugin.param.formClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.plugin.param.replacerClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.processingClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflowClassDescriptionEnvironment data with basic info for within various backend environments.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.bpmnClassDescriptionModel for workflow actions that provide a set of files.Base interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.eventClassDescriptionData related to the current workflow execution, such as the form record or the locale.Callback that is called after the workflow was executed, but before the final result is created.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.executionClassDescriptionOptions for
IWorkflowFileHandler#attachFilesToFormRecordOptions that influence how attachments are retrieved byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)(WorkflowNode, IReferencedFileList, IAttachmentSearchOptions) resolveReferencedFiles}.Descriptor for the attachments created by a workflow node when it is executed.Represents any result ofINodeHandler#execute, regardless how execution finished (normally or abruptly).Environment data with basic info for within various backend environments.Context object that contains data related to the current execution of the workflow processing.Represents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a local control transfer statement (e.g. a break or continue statement).Error data provided by a workflow node either whenINodeHandler#executethrows an exception or completes normally withsoft errors.Represents the result returned by theIWorkflowEventRunner.A builder for a list of workflow files.A configurator for a list of workflow files.A descriptor for a list of files provided by a workflow trigger or node when the trigger fires or the node gets executed.Model for workflow actions that provide a set of files.Handler for errors that may occur when aIFileProvisionis handled, seeIWorkflowFileHandler#handleFileProvision.Options forIWorkflowFileHandler#handleFileProvisionOptions that influence how files are retrieved byresolveReferencedFiles.A builder for a file value.A configurator for a file value.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOP.INodeExecutionDatafor nodes that wish to enter a form element field value index context during their execution.INodeExecutionDatafor nodes that wish to enter a form element repetition context during their execution.Represents the guessed content type of a file or data stream.Base interface for data provided by workflow nodes that represent a loop.Represents a nested list where items can be associated with multi indices, similar to a multidimensional array.Interface for a POJO view model class that describes a list of files that can be selected by the user.Base interface for data provided by anodewhile it is being executed, set viaprovideExecutionData()and accessible viagetExecutionDataForNode().Represents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.Builder forIOnTaskBeginRetVal.Base interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.Parameters with data passed to the various methods ofIRefinedExecutionResultDescriptor.Interface for a POJO view model class that describes a single file that can be selected by the user.Represents a successful result ofINodeHandler#execute, i.e. when the node completes normally or abruptly by returning.The result of execution aWorkflowTask, returned by the task runner when the task was not executed successfully.The result of executing aWorkflowTask, returned by the task runner when the task was executed successfully.The result of execution aWorkflowTask, returned by the task runner when the task was executed successfully.Represents the result of running one or multiple tasks.Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.TheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Data related to the current workflow execution, such as the form record or the locale.Handler for affecting how the workflow is executed.A single file provided by a workflow trigger or node.Handler with utility methods for working with files during the execution of a workflow, and making these files available to other workflow node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Handler with utility methods for working with the form and form records during the execution of a workflow.A handler for interacting with the current HTTP request within the context of a workflow execution.Handler with utility methods for creating protocol entries when a node is executed.Handler for locating nodes when a task is executed.Represents the result obtained when a workflow node was executed.Interface for the workflow placeholder handler that lets you replace placeholders in strings easily.Handler for locating triggers when a task is executed.Interface for the variable handler used during execution of the workflow. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.mixinClassDescriptionEach action may create data when it is executed.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.See
IExecutionResultDescriptorfor more details.SeeITriggerDataDescriptorfor more details.Each trigger may provide a set of data that is made available via placeholders when the task is executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.nodesClassDescriptionEach action may create data when it is executed.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.Represents the result of
INodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.SeeIExecutionResultDescriptorfor more details. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.paramsClassDescriptionEnvironment data with basic info for within various backend environments.Handler for errors that may occur when a
IFileProvisionis handled, seeIWorkflowFileHandler#handleFileProvision.Options forIWorkflowFileHandler#handleFileProvisionRepresents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.Builder forIOnTaskBeginRetVal.Handler for processing the results obtained when a list of referenced attachments was resolved, seeIResolvedAttachmentList.collectResult(IResolvedAttachmentListProcessor).Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor).Handler that can create the error code and error data for the standard attachment resolution error behavior, see alsoStandardErrorAttachmentListProcessor.Handler that can create the error code and error data for the standard file resolution error behavior, see alsoStandardErrorFileListProcessor.The result of executing aWorkflowTask, returned by the task runner when the task was executed successfully.Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.TheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Represents the result obtained when a workflow node was executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.referenceClassDescriptionInterface for a POJO view model class that describes a list of files that can be selected by the user.Interface for a POJO view model class that describes a single file that can be selected by the user.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.retvalClassDescriptionBase interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.Handler for processing the results obtained when a list of referenced attachments was resolved, see
IResolvedAttachmentList.collectResult(IResolvedAttachmentListProcessor).Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor).Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.triggersClassDescriptionDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.See
ITriggerDataDescriptorfor more details.Each trigger may provide a set of data that is made available via placeholders when the task is executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.validationClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.logic.form_record.chatClassDescriptionThe
IBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.logic.form_record.message
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.logic.workflow
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.mdl.enumsClassDescriptionOptions that influence how attachments are retrieved by
IWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)(WorkflowNode, IReferencedFileList, IAttachmentSearchOptions) resolveReferencedFiles}.Options that influence how files are retrieved byresolveReferencedFiles. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.mdl.formClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.mdl.placeholderClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.ms.test.workflowClassDescriptionRepresents the result returned by the
IWorkflowEventRunner.Represents a successful result ofINodeHandler#execute, i.e. when the node completes normally or abruptly by returning.The result of execution aWorkflowTask, returned by the task runner when the task was not executed successfully.The result of execution aWorkflowTask, returned by the task runner when the task was executed successfully.The workflow event runner is similar toIWorkflowTaskRunner.A single file provided by a workflow trigger or node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Represents the result obtained when a workflow node was executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.pdfClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.plugin.models.params.formClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.plugin.models.params.replacerClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.prompt.mgmt.gui.modelClassDescriptionA descriptor for a list of files provided by a workflow trigger or node when the trigger fires or the node gets executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.prompt.serviceClassDescriptionDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.prompt.service.supportClassDescriptionDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.servlet.event.resultClassDescriptionThe result of executing a
WorkflowTask, returned by the task runner when the task was executed successfully. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.statistic
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.web.common.respondClassDescriptionSimilar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.wordClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflowClassDescriptionDescriptor for the attachments created by a workflow node when it is executed.A builder for a list of workflow files.A descriptor for a list of files provided by a workflow trigger or node when the trigger fires or the node gets executed.Options that influence how files are retrieved by
resolveReferencedFiles.A builder for a file value.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.Callback that is called after the workflow was executed, but before the final result is created.A single file provided by a workflow trigger or node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.helperClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.logicClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.mixinClassDescriptionEach action may create data when it is executed.See
IExecutionResultDescriptorfor more details.SeeITriggerDataDescriptorfor more details.Each trigger may provide a set of data that is made available via placeholders when the task is executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.modelClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.registry.nodesClassDescriptionEach action may create data when it is executed.Represents the result of
INodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.SeeIExecutionResultDescriptorfor more details. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.registry.triggersClassDescriptionSee
ITriggerDataDescriptorfor more details.Each trigger may provide a set of data that is made available via placeholders when the task is executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.eventClassDescriptionData related to the current workflow execution, such as the form record or the locale.Callback that is called after the workflow was executed, but before the final result is created.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.executorClassDescriptionRepresents the result of
INodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.Interface for all executors for workflow actions.TheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Data related to the current workflow execution, such as the form record or the locale. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.executor.commonClassDescriptionThe
IBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Data related to the current workflow execution, such as the form record or the locale. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.ifaceClassDescriptionCallback that is called after the workflow was executed, but before the final result is created.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.itemlistClassDescriptionBase interface for data provided by a
nodewhile it is being executed, set viaprovideExecutionData()and accessible viagetExecutionDataForNode().Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.mixinClassDescriptionEach action may create data when it is executed.Base interface for data provided by a
nodewhile it is being executed, set viaprovideExecutionData()and accessible viagetExecutionDataForNode().Represents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.SeeIExecutionResultDescriptorfor more details.SeeITriggerDataDescriptorfor more details.Each trigger may provide a set of data that is made available via placeholders when the task is executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.modelClassDescriptionEnvironment data with basic info for within various backend environments.Similar to the
IEventExecutionResult, but with slightly different info so that it can be sent to the frontend server.Callback that is called after the workflow was executed, but before the final result is created. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.model.list_item_sourceClassDescriptionDescriptor for the attachments created by a workflow node when it is executed.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.model.loop_dataClassDescriptionThe
INodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOP.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by an attachments item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a character separated values item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a field values item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a files item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a form element repetitions value item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a JSON value item source.TheINodeExecutionDatapublished by theEWorkflowNodeType.FC_FOR_EACH_LOOPwhen iterating over items provided by a rows of character separated values item source.INodeExecutionDatafor nodes that wish to enter a form element field value index context during their execution.INodeExecutionDatafor nodes that wish to enter a form element repetition context during their execution.Base interface for data provided by workflow nodes that represent a loop.Base interface for data provided by anodewhile it is being executed, set viaprovideExecutionData()and accessible viagetExecutionDataForNode(). -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.model.nodesClassDescriptionModel for workflow actions that provide a set of files.Interface for a POJO view model class that describes a list of attachments that can be selected by the user.Interface for a POJO view model class that describes a list of files that can be selected by the user.Base interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.Interface for a POJO view model class that describes a single attachment that can be selected by the user.Interface for a POJO view model class that describes a single file that can be selected by the user.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.engineClassDescriptionRepresents the result returned by the
IWorkflowEventRunner.Represents the result of running one or multiple tasks.The workflow event runner is similar toIWorkflowTaskRunner.Starts the workflow for a givenWorkflowTaskof a project. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.ifaceClassDescriptionRepresents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Represents the result obtained when a workflow node was executed.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.logicClassDescriptionEnvironment data with basic info for within various backend environments.Represents the result returned by the
IWorkflowEventRunner.Similar to theIEventExecutionResult, but with slightly different info so that it can be sent to the frontend server. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.logic.executionClassDescriptionContext object that contains data related to the current execution of the workflow processing.Represents the result returned by the
IWorkflowEventRunner.Builder forIOnTaskBeginRetVal.Handler for processing the results obtained when a list of referenced attachments was resolved, seeIResolvedAttachmentList.collectResult(IResolvedAttachmentListProcessor).Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor).Handler that can create the error code and error data for the standard attachment resolution error behavior, see alsoStandardErrorAttachmentListProcessor.Handler that can create the error code and error data for the standard file resolution error behavior, see alsoStandardErrorFileListProcessor.The result of executing aWorkflowTask, returned by the task runner when the task was executed successfully.The result of execution aWorkflowTask, returned by the task runner when the task was executed successfully.Represents the result of running one or multiple tasks.TheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Data related to the current workflow execution, such as the form record or the locale.Callback that is called after the workflow was executed, but before the final result is created.Handler for affecting how the workflow is executed.Handler with utility methods for working with files during the execution of a workflow, and making these files available to other workflow node.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Handler with utility methods for working with the form and form records during the execution of a workflow.A handler for interacting with the current HTTP request within the context of a workflow execution.Handler with utility methods for creating protocol entries when a node is executed.Handler for locating nodes when a task is executed.Interface for the workflow placeholder handler that lets you replace placeholders in strings easily.Handler for locating triggers when a task is executed.Interface for the variable handler used during execution of the workflow. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.logic.validationClassDescriptionEnvironment data with basic info for within various backend environments.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.modelClassDescriptionRepresents any result of
INodeHandler#execute, regardless how execution finished (normally or abruptly).Environment data with basic info for within various backend environments.Represents the result returned by theIWorkflowEventRunner.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.Represents the guessed content type of a file or data stream.Represents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.Base interface for a POJO view model class, both for selecting a single attachment and for selecting multiple attachments within the workflow.Base interface for a POJO view model class, both for selecting a single file and for selecting multiple files within the workflow.Handler for processing the results obtained when a list of referenced attachments was resolved, seeIResolvedAttachmentList.collectResult(IResolvedAttachmentListProcessor).Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor).Represents a successful result ofINodeHandler#execute, i.e. when the node completes normally or abruptly by returning.The result of execution aWorkflowTask, returned by the task runner when the task was not executed successfully.The result of executing aWorkflowTask, returned by the task runner when the task was executed successfully.The result of execution aWorkflowTask, returned by the task runner when the task was executed successfully.Represents the result of running one or multiple tasks.Represents part of the result returned by a workflow node when executed, specifically the attachments that were created by the node.TheIBaseWorkflowExecutionContextfor the new workflow engine operating onWorkflowNodes.Data related to the current workflow execution, such as the form record or the locale.Represents part of the result provided by a workflow element. such as the files provided by a trigger or the files created by a node when executed.Represents the result obtained when a workflow node was executed. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.processingClassDescriptionContext object that contains data related to the current execution of the workflow processing.
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.retval.nodeClassDescriptionDescriptor for the attachments created by a workflow node when it is executed.Each action may create data when it is executed.Model for workflow actions that provide a set of files.Descriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.See
IExecutionResultDescriptorfor more details.Parameters with data passed to the various methods ofIRefinedExecutionResultDescriptor. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.retval.triggerClassDescriptionDescriptor for the files provided by a workflow element, such as the files made available when a trigger fires or when a workflow node gets executed.Each trigger may provide a set of data that is made available via placeholders when the task is executed.