Class AbstractRdfSourceOperation

    • Constructor Detail

      • AbstractRdfSourceOperation

        protected AbstractRdfSourceOperation​(org.fcrepo.kernel.api.Transaction transaction,
                                             org.fcrepo.kernel.api.identifiers.FedoraId rescId,
                                             org.fcrepo.kernel.api.RdfStream triples)
    • Method Detail

      • getTriples

        public org.fcrepo.kernel.api.RdfStream getTriples()
        Specified by:
        getTriples in interface org.fcrepo.kernel.api.operations.RdfSourceOperation
      • getLastModifiedBy

        public String getLastModifiedBy()
        Specified by:
        getLastModifiedBy in interface org.fcrepo.kernel.api.operations.RdfSourceOperation
      • getCreatedBy

        public String getCreatedBy()
        Specified by:
        getCreatedBy in interface org.fcrepo.kernel.api.operations.RdfSourceOperation
      • getLastModifiedDate

        public Instant getLastModifiedDate()
        Specified by:
        getLastModifiedDate in interface org.fcrepo.kernel.api.operations.RdfSourceOperation
      • getCreatedDate

        public Instant getCreatedDate()
        Specified by:
        getCreatedDate in interface org.fcrepo.kernel.api.operations.RdfSourceOperation
      • setLastModifiedBy

        protected void setLastModifiedBy​(String lastModifiedBy)
        Parameters:
        lastModifiedBy - the lastModifiedBy to set
      • setCreatedBy

        protected void setCreatedBy​(String createdBy)
        Parameters:
        createdBy - the createdBy to set
      • setLastModifiedDate

        protected void setLastModifiedDate​(Instant lastModifiedDate)
        Parameters:
        lastModifiedDate - the lastModifiedDate to set
      • setCreatedDate

        protected void setCreatedDate​(Instant createdDate)
        Parameters:
        createdDate - the createdDate to set