Uses of Interface
de.xima.fc.interfaces.workflow.retval.IResolvedAttachmentSourceDetails
Packages that use IResolvedAttachmentSourceDetails
-
Uses of IResolvedAttachmentSourceDetails in de.xima.fc.interfaces.workflow.retval
Subinterfaces of IResolvedAttachmentSourceDetails in de.xima.fc.interfaces.workflow.retvalModifier and TypeInterfaceDescriptioninterface
AIResolvedAttachmentSourceDetails
for attachments created by a previously executed node.interface
AIResolvedAttachmentSourceDetails
for files obtained via a search for attachment by file name and type.interface
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 -
Uses of IResolvedAttachmentSourceDetails in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IResolvedAttachmentSourceDetailsModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIResolvedAttachmentSourcePreviousNode
.final class
Default POJO implementation ofIResolvedAttachmentSourceSearch
.final class
Default POJO implementation ofIResolvedAttachmentSourceUpload
.Methods in de.xima.fc.workflow.processor.model that return IResolvedAttachmentSourceDetailsConstructors in de.xima.fc.workflow.processor.model with parameters of type IResolvedAttachmentSourceDetailsModifierConstructorDescriptionResolvedAttachment
(Attachment attachment, IResolvedAttachmentSourceDetails sourceDetails) Creates a new POJO with the given data.