Class UpdateNonRdfSourceOperation

    • Constructor Detail

      • UpdateNonRdfSourceOperation

        protected UpdateNonRdfSourceOperation​(org.fcrepo.kernel.api.identifiers.FedoraId rescId,
                                              InputStream content)
        Constructor for internal binaries.
        Parameters:
        rescId - the internal identifier.
        content - the stream of the content.
      • UpdateNonRdfSourceOperation

        protected UpdateNonRdfSourceOperation​(org.fcrepo.kernel.api.identifiers.FedoraId rescId,
                                              URI externalContentURI,
                                              String externalHandling)
        Constructor for external content.
        Parameters:
        rescId - the internal identifier.
        externalContentURI - the URI of the external content.
        externalHandling - the type of external content handling (REDIRECT, PROXY)
    • Method Detail

      • getType

        public org.fcrepo.kernel.api.operations.ResourceOperationType getType()