Interface IResolvedResourceItem
- 
- All Superinterfaces:
 IResourceItemResolutionErrorProviding
- All Known Implementing Classes:
 ResolvedResourceItem
public interface IResolvedResourceItem extends IResourceItemResolutionErrorProviding
Represents the result when resolving the files referenced by a singleResourceItem.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IResolvedFile>getIndividualFiles()Retrieves all files that were found for the resource item.ResourceItemgetResourceItem()- 
Methods inherited from interface de.xima.fc.interfaces.workflow.retval.IResourceItemResolutionErrorProviding
getErrors, getErrors, getErrorsAttachmentFilterDoesNotMatch, getErrorsCannotProcessFileList, getErrorsCannotProcessResourceItem, getErrorsClientFileDoesNotExist, getErrorsDatabaseError, getErrorsExternalUrlCannotBeRead, getErrorsExternalUrlIsSyntacticallyInvalid, getErrorsFileCountReducedTozeroByFilterOptions, getErrorsFileSystemError, getErrorsFormFileDoesNotExist, getErrorsNodeDoesNotExist, getErrorsNodeDoesNotProvideFiles, getErrorsNodeNotExecuted, getErrorsUploadFieldDoesNotExist, getErrorsUploadFieldDoesNotProvideFiles, isHasError 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIndividualFiles
@Nonnull List<IResolvedFile> 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
@Nonnull ResourceItem getResourceItem()
- Returns:
 - The resource item that was resolved.
 
 
 - 
 
 -