Package org.fcrepo.kernel.api.operations
Interface RelaxableResourceOperation
- All Superinterfaces:
ResourceOperation
- All Known Subinterfaces:
CreateRdfSourceOperation,RdfSourceOperation,UpdateNonRdfSourceHeadersOperation
Operation involving a resource with relaxable server managed properties
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptionGet created byGet the timestamp the resource was createdGet last modified byGet the timestamp the resource was last modifiedMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getType, getUserPrincipal
-
Method Details
-
getLastModifiedBy
Get last modified by- Returns:
- user that last modified the resource
-
getCreatedBy
Get created by- Returns:
- user that created the resource
-
getLastModifiedDate
Get the timestamp the resource was last modified- Returns:
- timestamp
-
getCreatedDate
Get the timestamp the resource was created- Returns:
- timestamp
-