Interface NonRdfSourceOperation

All Superinterfaces:
ResourceOperation
All Known Subinterfaces:
UpdateNonRdfSourceHeadersOperation

public interface NonRdfSourceOperation extends ResourceOperation
An operation for interacting with a non-RDF source resource.
Author:
bbpennel
  • 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

      Returns:
      The size in bytes of content associated with this resource.