Package org.fcrepo.kernel.api.operations
Interface UpdateNonRdfSourceHeadersOperation
- All Superinterfaces:
NonRdfSourceOperation,RelaxableResourceOperation,ResourceOperation
public interface UpdateNonRdfSourceHeadersOperation
extends RelaxableResourceOperation, NonRdfSourceOperation
Operation for updating non-RDF source resource headers
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptiondefault ResourceOperationTypegetType()Returns the type of operation represented by this requestMethods inherited from interface org.fcrepo.kernel.api.operations.NonRdfSourceOperation
getContentDigests, getContentSize, getContentStream, getContentUri, getExternalHandling, getFilename, getMimeTypeMethods inherited from interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDateMethods 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
-