Package org.fcrepo.kernel.api.operations
Interface CreateVersionResourceOperation
- All Superinterfaces:
ResourceOperation
An operation for creating a new version of a resource
- Author:
- pwinckles
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceOperationTypegetType()Returns the type of operation represented by this requestMethods 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 interfaceResourceOperation- Returns:
- operation type
-