Package org.fcrepo.kernel.api.operations
Interface OverwriteTombstoneOperation
-
- All Superinterfaces:
CreateResourceOperation,ResourceOperation
public interface OverwriteTombstoneOperation extends CreateResourceOperation
Operation for overwriting the tombstone of an existing resource- Author:
- mikejritter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ResourceOperationTypegetType()Returns the type of operation represented by this request-
Methods inherited from interface org.fcrepo.kernel.api.operations.CreateResourceOperation
getInteractionModel, getParentId, isArchivalGroup
-
Methods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
-
-
-
Method Detail
-
getType
default ResourceOperationType 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
-
-