Class AbstractRelaxableResourceOperation

    • Constructor Detail

      • AbstractRelaxableResourceOperation

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

      • getLastModifiedBy

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

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

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

        public Instant getCreatedDate()
        Specified by:
        getCreatedDate in interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
      • 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