Package de.xima.fc.interfaces.workflow.retval
-
Interface Summary Interface Description IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e.IOnTaskBeginRetVal Value that is returned byITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams)
.IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.getFilesMulti(WorkflowNode, IMultiFileProviding, IFileSearchOptions)
andIWorkflowFileHandler.getFileSingle(WorkflowNode, ISingleFileProviding, IFileSearchOptions)
IResolvedFileList Interface representing the resolved files as returned byresolveReferencedFiles
.IResolvedFileSourceAttachment AIResolvedFileSourceDetails
for files obtained from an attachment of the form record.IResolvedFileSourceClientFile AIResolvedFileSourceDetails
for a file from the client.IResolvedFileSourceDetails Models the type of source where a file from the workflow was obtained from, together with the details of the source, returned byIWorkflowFileHandler.getFilesMulti(WorkflowNode, IMultiFileProviding, IFileSearchOptions)
andIWorkflowFileHandler.getFileSingle(WorkflowNode, ISingleFileProviding, IFileSearchOptions)
IResolvedFileSourceFormFile AIResolvedFileSourceDetails
for a file from the current form.IResolvedFileSourceUploadElement AIResolvedFileSourceDetails
for a file obtained from an upload element, submitted as a file upload by the user.IResolvedFileSourceUrl AIResolvedFileSourceDetails
for files obtained from an external URL.IResolvedFileSourceWorkflowNode AIResolvedFileSourceDetails
for files created by a previously executed node.IResolvedMultiFile Deprecated. Implementations of this interface are returned only by deprecated methods, use non-deprecated methods instead, e.g.IResolvedResourceItem Represents the result when resolving the files referenced by a singleResourceItem
.IResourceItemResolutionErrorProviding Common interface for both the resolved file list and each resolved resource item, which both provide access to the errors that occurred.IRetrieveElementPropsRetVal<TCustomData> Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved.