Class AbstractRelaxableResourceOperation

java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperation
org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
All Implemented Interfaces:
org.fcrepo.kernel.api.operations.RelaxableResourceOperation, org.fcrepo.kernel.api.operations.ResourceOperation
Direct Known Subclasses:
AbstractRdfSourceOperation, UpdateNonRdfSourceHeadersOperationImpl

public abstract class AbstractRelaxableResourceOperation extends AbstractResourceOperation implements org.fcrepo.kernel.api.operations.RelaxableResourceOperation
Abstract operation for a relaxable resource operations
Author:
bbpennel
  • Field Details

  • Constructor Details

    • AbstractRelaxableResourceOperation

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

    • 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

      Specified by:
      getLastModifiedDate in interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
    • 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