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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractRelaxableResourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetCreatedBy(String createdBy) protected voidsetCreatedDate(Instant createdDate) protected voidsetLastModifiedBy(String lastModifiedBy) protected voidsetLastModifiedDate(Instant lastModifiedDate) Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getType, getUserPrincipal
-
Field Details
-
lastModifiedBy
-
createdBy
-
lastModifiedDate
-
createdDate
-
-
Constructor Details
-
AbstractRelaxableResourceOperation
protected AbstractRelaxableResourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-
-
Method Details
-
getLastModifiedBy
- Specified by:
getLastModifiedByin interfaceorg.fcrepo.kernel.api.operations.RelaxableResourceOperation
-
getCreatedBy
- Specified by:
getCreatedByin interfaceorg.fcrepo.kernel.api.operations.RelaxableResourceOperation
-
getLastModifiedDate
- Specified by:
getLastModifiedDatein interfaceorg.fcrepo.kernel.api.operations.RelaxableResourceOperation
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceorg.fcrepo.kernel.api.operations.RelaxableResourceOperation
-
setLastModifiedBy
- Parameters:
lastModifiedBy- the lastModifiedBy to set
-
setCreatedBy
- Parameters:
createdBy- the createdBy to set
-
setLastModifiedDate
- Parameters:
lastModifiedDate- the lastModifiedDate to set
-
setCreatedDate
- Parameters:
createdDate- the createdDate to set
-