Interface IResolvedAttachmentItem
- All Superinterfaces:
IAttachmentItemResolutionErrorProviding
- All Known Implementing Classes:
ResolvedAttachmentItem
Represents the result when resolving the attachments referenced by a single
AttachmentItem
.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves all attachments that were found for the attachment item.Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IAttachmentItemResolutionErrorProviding
getErrors, getErrors, getErrorsAttachmentCountReducedTozeroByFilterOptions, getErrorsAttachmentFilterDoesNotMatch, getErrorsCannotProcessAttachmentItem, getErrorsCannotProcessAttachmentList, getErrorsDatabaseError, getErrorsFileSystemError, getErrorsNodeDoesNotExist, getErrorsNodeDoesNotProvideAttachments, getErrorsNodeNotExecuted, getErrorsUploadFieldDoesNotExist, getErrorsUploadFieldDoesNotProvideAttachments, isHasError
-
Method Details
-
getAttachmentItem
- Returns:
- The attachment item that was resolved.
-
getIndividualAttachments
Retrieves all attachments that were found for the attachment item. This is done on a best-effort basis. When theerrors
are not empty, this list may contain only some of the attachments referenced by the attachment item.- Returns:
- A list of all attachments that were found for the attachment item.
-