Uses of Package
de.xima.fc.interfaces.workflow.retval
-
Packages that use de.xima.fc.interfaces.workflow.retval Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.execution de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.params de.xima.fc.interfaces.workflow.retval de.xima.fc.interfaces.workflow.triggers de.xima.fc.workflow de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.designer.bean.triggers de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.itemlist de.xima.fc.workflow.processor.logic.analysis de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.model -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.analysis Class Description IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.elements Class Description IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.execution Class Description IHandleFileProvisionResult Represents the result ofIWorkflowFileHandler#handleFileProvision
IResolvedAttachmentItem Represents the result when resolving the attachments referenced by a singleAttachmentItem
.IResolvedAttachmentList Interface representing the resolved attachments as returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
resolveReferencedAttachments}.IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
IResolvedFileList Interface representing the resolved files as returned byresolveReferencedFiles
.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
. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.mixin Class Description IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.nodes Class Description IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.params Class Description IResolvedAttachment Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
-
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.retval Class Description IAttachmentItemResolutionErrorProviding Common interface for both the resolved attachment list and each resolved attachment item, which both provide access to the errors that occurred.IResolvedAttachment Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
IResolvedAttachmentItem Represents the result when resolving the attachments referenced by a singleAttachmentItem
.IResolvedAttachmentSourceDetails Models the type of source from which an attachment from the workflow was obtained, together with the details of the source, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
.IResolvedAttachmentSourcePreviousNode AIResolvedAttachmentSourceDetails
for attachments created by a previously executed node.IResolvedAttachmentSourceSearch AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.IResolvedAttachmentSourceUpload AIResolvedAttachmentSourceDetails
for an attachment obtained from an upload element, submitted as a file upload by the user.IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
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.IResolvedFileSourceWorkflowTrigger AIResolvedFileSourceDetails
for files created by a previously executed trigger.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. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.interfaces.workflow.triggers Class Description IOnTaskBeginRetVal Value that is returned byITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams)
.IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow Class Description IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.designer.bean.nodes Class Description IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.designer.bean.triggers Class Description IRetrieveElementPropsRetVal Parameters that are returned from toIElementPropertiesBean.retrieveCurrentProperties(Object)
when the workflow element is stored or saved. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.designer.registry.nodes Class Description IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.designer.registry.triggers Class Description IOnTaskBeginRetVal Value that is returned byITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams)
. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.itemlist Class Description IResolvedAttachment Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
-
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.processor.logic.analysis Class Description IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.processor.logic.execution Class Description IResolvedAttachment Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
IResolvedAttachmentItem Represents the result when resolving the attachments referenced by a singleAttachmentItem
.IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
IResolvedResourceItem Represents the result when resolving the files referenced by a singleResourceItem
. -
Classes in de.xima.fc.interfaces.workflow.retval used by de.xima.fc.workflow.processor.model Class Description IAttachmentItemResolutionErrorProviding Common interface for both the resolved attachment list and each resolved attachment item, which both provide access to the errors that occurred.IFlowGraphEndPoints Represents the result ofIWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e.IResolvedAttachment Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
IResolvedAttachmentItem Represents the result when resolving the attachments referenced by a singleAttachmentItem
.IResolvedAttachmentList Interface representing the resolved attachments as returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
resolveReferencedAttachments}.IResolvedAttachmentSourceDetails Models the type of source from which an attachment from the workflow was obtained, together with the details of the source, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
.IResolvedAttachmentSourcePreviousNode AIResolvedAttachmentSourceDetails
for attachments created by a previously executed node.IResolvedAttachmentSourceSearch AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.IResolvedAttachmentSourceUpload AIResolvedAttachmentSourceDetails
for an attachment obtained from an upload element, submitted as a file upload by the user.IResolvedFile Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, 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.IResolvedFileSourceWorkflowTrigger AIResolvedFileSourceDetails
for files created by a previously executed trigger.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.