Package org.fcrepo.kernel.api.operations
Interface OverwriteTombstoneOperation
- All Superinterfaces:
CreateResourceOperation,ResourceOperation
Operation for overwriting the tombstone of an existing resource
- Author:
- mikejritter
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceOperationTypegetType()Returns the type of operation represented by this requestMethods inherited from interface org.fcrepo.kernel.api.operations.CreateResourceOperation
getInteractionModel, getParentId, isArchivalGroupMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
Method Details
-
getType
Description copied from interface:ResourceOperationReturns the type of operation represented by this request- Specified by:
getTypein interfaceCreateResourceOperation- Specified by:
getTypein interfaceResourceOperation- Returns:
- operation type
-