Uses of Package
de.xima.fc.interfaces.workflow.execution
-
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.api.workflow Class Description IRemoteEventExecutionResult 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.bl.fdv Class Description IBaseWorkflowExecutionContext Context object that contains data related to the current execution of the workflow processing.IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowPlaceholderHandler 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.e2e.containerplugin.plugin Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.exceptions Class Description IBaseCompletionResult Represents any result ofINodeHandler#execute
, regardless how execution finished (normally or abruptly).IErrorResultData Error data provided by a workflow node either whenINodeHandler#execute
throws an exception or completes normally withsoft errors
.IExceptionalCompletionResult Represents the result ofINodeHandler#execute
when the node was completed abruptly by throwing an exception.IReferencedFileList Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow.IReturningCompletionResult Represents the result ofINodeHandler#execute
when the node was completed abruptly by issuing a return statement.ISuccessResultData Represents a successful result ofINodeHandler#execute
, i.e.ITaskExecutionErrorResult The result of execution aWorkflowTask
, returned by the task runner when the task was not executed successfully.IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.form.process Class Description IRemoteEventExecutionResult 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.handler.interfaces.workflow Class Description IRemoteEventExecutionResult 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.handler.workflow Class Description IRemoteEventExecutionResult 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.helper Class Description IMultiFileProviding Interface for a POJO view model class that describes a list of files that can be selected by the user.ISingleFileProviding 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.form Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments.IRemoteEventExecutionResult 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.interfaces.placeholder.params Class Description IBaseWorkflowExecutionContext Context 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.form Class Description IRemoteEventExecutionResult 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.interfaces.plugin.param.replacer Class Description IBaseWorkflowExecutionContext Context 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.processing Class Description IBaseWorkflowExecutionContext Context 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.workflow Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.event Class Description IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowExecutionPostProcessor 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.execution Class Description IBaseCompletionResult Represents any result ofINodeHandler#execute
, regardless how execution finished (normally or abruptly).IBaseEnvironmentData Environment data with basic info for within various backend environments.IBaseWorkflowExecutionContext Context object that contains data related to the current execution of the workflow processing.IErrorResultData Error data provided by a workflow node either whenINodeHandler#execute
throws an exception or completes normally withsoft errors
.IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
.IFileSearchOptions Options that influence how files are retrieved byresolveReferencedFiles
.IFileValueDescriptor Descriptor for the files returned when a workflow node is executed.IGuessedContentType Represents the guessed content type of a file or data stream.IMultiFileProviding Interface for a POJO view model class that describes a list of files that can be selected by the user.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e.IOnTaskBeginRetValBuilder Builder forIOnTaskBeginRetVal
.IReferencedFileList Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow.ISingleFileProviding Interface for a POJO view model class that describes a single file that can be selected by the user.ISuccessResultData Represents a successful result ofINodeHandler#execute
, i.e.ITaskExecutionErrorResult The result of execution aWorkflowTask
, returned by the task runner when the task was not executed successfully.ITaskExecutionResult The result of executing aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskExecutionSuccessResult The result of execution aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskQueueExecutionResult Represents the result of running one or multiple tasks.IWorkflowExecutionContext TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s.IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowExecutionPostProcessParams IWorkflowExecutor Handler for running other nodes during the execution of a task, or triggering events.IWorkflowFileHandler Handler with utility methods for working with files during the execution of a workflow, and making these files available to other workflow node.IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node.IWorkflowFormHandler Handler with utility methods for working with the form and form records during the execution of a workflow.IWorkflowHttpHandler A handler for interacting with the current HTTP request within the context of a workflow execution.IWorkflowLoggingHandler Handler with utility methods for creating protocol entries when a node is executed.IWorkflowNodeLocator Handler for locating nodes when a task is executed.IWorkflowNodeResult Represents the result obtained when a workflow node was executed.IWorkflowPlaceholderHandler Interface for the workflow placeholder handler that lets you replace placeholders in strings easily.IWorkflowVariableHandler 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.mixin Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.IFileValueDescriptor Descriptor for the files returned when a workflow node is executed.ITriggerDataDescriptor 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.nodes Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.params Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments.IOnTaskBeginRetValBuilder Builder forIOnTaskBeginRetVal
.IResolvedFileListProcessor Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor)
.IStandardFileListResolutionErrorCreator Handler that can create the error code and error data for the standard file resolution error behavior, see alsoStandardErrorFileListProcessor
.ITaskExecutionResult The result of executing aWorkflowTask
, returned by the task runner when the task was executed successfully.IWorkflowExecutionContext TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s.IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.reference Class Description IMultiFileProviding Interface for a POJO view model class that describes a list of files that can be selected by the user.ISingleFileProviding 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.retval Class Description IReferencedFileList Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow.IResolvedFileListProcessor Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor)
. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.interfaces.workflow.triggers Class Description ITriggerDataDescriptor 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.validation Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.mdl.enums Class Description IFileSearchOptions Options that influence how files are retrieved byresolveReferencedFiles
. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.mdl.form Class Description IRemoteEventExecutionResult 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.mdl.placeholder Class Description IBaseWorkflowExecutionContext Context 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.pdf Class Description IBaseWorkflowExecutionContext Context 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.placeholder.replacer Class Description IBaseWorkflowExecutionContext Context 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.form Class Description IRemoteEventExecutionResult 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.plugin.models.params.replacer Class Description IBaseWorkflowExecutionContext Context 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.servlet.event.result Class Description ITaskExecutionResult The result of executing aWorkflowTask
, 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 Class Description IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.web.common.respond Class Description IRemoteEventExecutionResult 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.word Class Description IBaseWorkflowExecutionContext Context 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 Class Description IFileSearchOptions Options that influence how files are retrieved byresolveReferencedFiles
.IFileValueDescriptor Descriptor for the files returned when a workflow node is executed.IWorkflowExecutionPostProcessor Callback that is called after the workflow was executed, but before the final result is created.IWorkflowExecutionPostProcessParams IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.logic Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.mixin Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.ITriggerDataDescriptor 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.registry.nodes Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.designer.registry.triggers Class Description ITriggerDataDescriptor 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.event Class Description IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowExecutionPostProcessor 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.executor Class Description INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e.IWorkflowActionExecutor Interface for all executors for workflow actions.IWorkflowExecutionContext TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s.IWorkflowExecutionEnvironmentData 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.iface Class Description IWorkflowExecutionPostProcessor 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.mixin Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e.ITriggerDataDescriptor 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.model Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments.IRemoteEventExecutionResult Similar to theIEventExecutionResult
, but with slightly different info so that it can be sent to the frontend server.IWorkflowExecutionPostProcessor 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.nodes Class Description IMultiFileProviding Interface for a POJO view model class that describes a list of files that can be selected by the user.IReferencedFileList Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow.ISingleFileProviding 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.engine Class Description IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
.ITaskQueueExecutionResult Represents the result of running one or multiple tasks.IWorkflowEventRunner The workflow event runner is similar toIWorkflowTaskRunner
.IWorkflowTaskRunner Starts the workflow for a givenWorkflowTask
of a project. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.iface Class Description IWorkflowNodeResult 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.logic Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments.IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
.IRemoteEventExecutionResult 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.execution Class Description IBaseWorkflowExecutionContext Context object that contains data related to the current execution of the workflow processing.IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e.IOnTaskBeginRetValBuilder Builder forIOnTaskBeginRetVal
.IResolvedFileListProcessor Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor)
.IStandardFileListResolutionErrorCreator Handler that can create the error code and error data for the standard file resolution error behavior, see alsoStandardErrorFileListProcessor
.ITaskExecutionResult The result of executing aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskExecutionSuccessResult The result of execution aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskQueueExecutionResult Represents the result of running one or multiple tasks.IWorkflowExecutionContext TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s.IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowExecutionPostProcessor Callback that is called after the workflow was executed, but before the final result is created.IWorkflowExecutor Handler for running other nodes during the execution of a task, or triggering events.IWorkflowFileHandler Handler with utility methods for working with files during the execution of a workflow, and making these files available to other workflow node.IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node.IWorkflowFormHandler Handler with utility methods for working with the form and form records during the execution of a workflow.IWorkflowHttpHandler A handler for interacting with the current HTTP request within the context of a workflow execution.IWorkflowLoggingHandler Handler with utility methods for creating protocol entries when a node is executed.IWorkflowNodeLocator Handler for locating nodes when a task is executed.IWorkflowNodeResult Represents the result obtained when a workflow node was executed.IWorkflowPlaceholderHandler Interface for the workflow placeholder handler that lets you replace placeholders in strings easily.IWorkflowVariableHandler 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.validation Class Description IBaseEnvironmentData Environment data with basic info for within various backend environments. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.processor.model Class Description IBaseCompletionResult Represents any result ofINodeHandler#execute
, regardless how execution finished (normally or abruptly).IBaseEnvironmentData Environment data with basic info for within various backend environments.IEventExecutionResult Represents the result returned by theIWorkflowEventRunner
.IGuessedContentType Represents the guessed content type of a file or data stream.INormalCompletionResult Represents the result ofINodeHandler#execute
when the node was executed normally, i.e.IReferencedFileList Base interface for a POJO view model class, both for selecting a single file as well as selecting multiple files within the workflow.IResolvedFileListProcessor Handler for processing the results obtained when a list of referenced files was resolved, seeIResolvedFileList.collectResult(IResolvedFileListProcessor)
.ISuccessResultData Represents a successful result ofINodeHandler#execute
, i.e.ITaskExecutionErrorResult The result of execution aWorkflowTask
, returned by the task runner when the task was not executed successfully.ITaskExecutionResult The result of executing aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskExecutionSuccessResult The result of execution aWorkflowTask
, returned by the task runner when the task was executed successfully.ITaskQueueExecutionResult Represents the result of running one or multiple tasks.IWorkflowExecutionContext TheIBaseWorkflowExecutionContext
for the new workflow engine operating onWorkflowNode
s.IWorkflowExecutionEnvironmentData Data related to the current workflow execution, such as the form record or the locale.IWorkflowFileValue Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node.IWorkflowNodeResult 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.processing Class Description IBaseWorkflowExecutionContext Context 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.node Class Description IExecutionResultDescriptor Each action may create data when it is executed, that describe the result of the action. -
Classes in de.xima.fc.interfaces.workflow.execution used by de.xima.fc.workflow.retval.trigger Class Description ITriggerDataDescriptor Each trigger may provide a set of data that is made available via placeholders when the task is executed.