Package org.fcrepo.kernel.api.operations
Interface NonRdfSourceOperation
- All Superinterfaces:
ResourceOperation
- All Known Subinterfaces:
UpdateNonRdfSourceHeadersOperation
An operation for interacting with a non-RDF source resource.
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn the file name for the binary contentMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getType, getUserPrincipal
-
Method Details
-
getContentStream
- Returns:
- the content stream for a local binary
-
getExternalHandling
- Returns:
- the handling method for external content in this resource
-
getContentUri
- Returns:
- the URI for external content in this resource
-
getMimeType
- Returns:
- The MimeType of content associated with this resource.
-
getFilename
Return the file name for the binary content- Returns:
- original file name for the binary content, or the object's id.
-
getContentDigests
- Returns:
- the URIs of digests for the content in this resource
-
getContentSize
long getContentSize()- Returns:
- The size in bytes of content associated with this resource.
-