Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
-
Packages that use IResolvedAttachmentSourceDetails Package Description de.xima.fc.interfaces.workflow.retval de.xima.fc.workflow.processor.model -
-
Uses of IResolvedAttachmentSourceDetails in de.xima.fc.interfaces.workflow.retval
Subinterfaces of IResolvedAttachmentSourceDetails in de.xima.fc.interfaces.workflow.retval Modifier and Type Interface Description interface
IResolvedAttachmentSourcePreviousNode
AIResolvedAttachmentSourceDetails
for attachments created by a previously executed node.interface
IResolvedAttachmentSourceSearch
AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.interface
IResolvedAttachmentSourceUpload
AIResolvedAttachmentSourceDetails
for an attachment obtained from an upload element, submitted as a file upload by the user.Methods in de.xima.fc.interfaces.workflow.retval that return IResolvedAttachmentSourceDetails Modifier and Type Method Description IResolvedAttachmentSourceDetails
IResolvedAttachment. getSourceDetails()
-
Uses of IResolvedAttachmentSourceDetails in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachmentSourceDetails Modifier and Type Class Description class
ResolvedAttachmentSourcePreviousNode
Default POJO implementation ofIResolvedAttachmentSourcePreviousNode
.class
ResolvedAttachmentSourceSearch
Default POJO implementation ofIResolvedAttachmentSourceSearch
.class
ResolvedAttachmentSourceUpload
Default POJO implementation ofIResolvedAttachmentSourceUpload
.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentSourceDetails Modifier and Type Method Description IResolvedAttachmentSourceDetails
ResolvedAttachment. getSourceDetails()
Constructors in de.xima.fc.workflow.processor.model with parameters of type IResolvedAttachmentSourceDetails Constructor Description ResolvedAttachment(Attachment attachment, IResolvedAttachmentSourceDetails sourceDetails)
Creates a new POJO with the given data.
-