Package de.xima.fc.interfaces.workflow.retval
package de.xima.fc.interfaces.workflow.retval
-
InterfacesClassDescriptionCommon interface for both the resolved attachment list and each resolved attachment item, which both provide access to the errors that occurred.Represents the result of
IWorkflowNodeExecutionAnalyzer#createFlowGraph
, i.e. the set of all successor nodes to which a node can transfer control when executed.Value that is returned byITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams)
.Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
Represents the result when resolving the attachments referenced by a singleAttachmentItem
.Interface representing the resolved attachments as returned byIWorkflowFileHandler.resolveReferencedAttachments(WorkflowNode, IReferencedAttachmentList, IAttachmentSearchOptions)
resolveReferencedAttachments}.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)
.AIResolvedAttachmentSourceDetails
for attachments created by a previously executed node.AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.AIResolvedAttachmentSourceDetails
for an attachment obtained from an upload element, submitted as a file upload by the user.Represents an individual resolved file, returned byIWorkflowFileHandler.resolveReferencedFiles(WorkflowNode, IReferencedFileList, IFileSearchOptions)
Interface representing the resolved files as returned byresolveReferencedFiles
.AIResolvedFileSourceDetails
for files obtained from an attachment of the form record.AIResolvedFileSourceDetails
for a file from the client.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)
AIResolvedFileSourceDetails
for a file from the current form.AIResolvedFileSourceDetails
for a file obtained from an upload element, submitted as a file upload by the user.AIResolvedFileSourceDetails
for files obtained from an external URL.AIResolvedFileSourceDetails
for files created by a previously executed node.Deprecated.Implementations of this interface are returned only by deprecated methods, use non-deprecated methods instead, e.g.Represents the result when resolving the files referenced by a singleResourceItem
.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.