Interface IResolvedResourceItem
- All Superinterfaces:
IResourceItemResolutionErrorProviding
- All Known Implementing Classes:
ResolvedResourceItem
Represents the result when resolving the files referenced by a single
ResourceItem.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves all files that were found for the resource item.Methods inherited from interface IResourceItemResolutionErrorProviding
getErrors, getErrors, getErrorsAttachmentFilterDoesNotMatch, getErrorsCannotProcessFileList, getErrorsCannotProcessResourceItem, getErrorsClientFileDoesNotExist, getErrorsDatabaseError, getErrorsExternalUrlCannotBeRead, getErrorsExternalUrlIsSyntacticallyInvalid, getErrorsFileCountReducedTozeroByFilterOptions, getErrorsFileSystemError, getErrorsFormFileDoesNotExist, getErrorsNodeDoesNotExist, getErrorsNodeDoesNotProvideFiles, getErrorsNodeNotExecuted, getErrorsTriggerDoesNotExist, getErrorsTriggerDoesNotProvideFiles, getErrorsTriggerNotFired, getErrorsUploadFieldDoesNotExist, getErrorsUploadFieldDoesNotProvideFiles, isHasError
-
Method Details
-
getIndividualFiles
Retrieves all files that were found for the resource item. This is done on a best-effort basis. When theerrorsare not empty, this list may contain only some of the files referenced by the resource item.- Returns:
- A list of all files that were found for the resource item.
-
getResourceItem
- Returns:
- The resource item that was resolved.
-