Class ResolvedAttachment
java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedAttachment
- All Implemented Interfaces:
IResolvedAttachment,Serializable
Default POJO implementation of
IResolvedAttachment.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedAttachment(Attachment attachment, IResolvedAttachmentSourceDetails sourceDetails) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
ResolvedAttachment
Creates a new POJO with the given data.- Parameters:
attachment- Value returned bygetAttachment().sourceDetails- Value returned bygetSourceDetails().
-
-
Method Details
-
getAttachment
- Specified by:
getAttachmentin interfaceIResolvedAttachment- Returns:
- The resolved form record attachment.
-
getSourceDetails
- Specified by:
getSourceDetailsin interfaceIResolvedAttachment- Returns:
- Details regarding where the attachment originated from, e.g. whether it is an attachment from a previous node, an attachment from an upload element etc.
-
toString
-