Package org.fcrepo.kernel.api.operations
Interface UpdateNonRdfSourceHeadersOperation
-
- All Superinterfaces:
NonRdfSourceOperation
,RelaxableResourceOperation
,ResourceOperation
- All Known Implementing Classes:
UpdateNonRdfSourceHeadersOperationImpl
public interface UpdateNonRdfSourceHeadersOperation extends RelaxableResourceOperation, NonRdfSourceOperation
Operation for updating non-RDF source resource headers- Author:
- bbpennel
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ResourceOperationType
getType()
Returns the type of operation represented by this request-
Methods inherited from interface org.fcrepo.kernel.api.operations.NonRdfSourceOperation
getContentDigests, getContentSize, getContentStream, getContentUri, getExternalHandling, getFilename, getMimeType
-
Methods inherited from interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate
-
Methods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
-
-
-
Method Detail
-
getType
default ResourceOperationType getType()
Description copied from interface:ResourceOperation
Returns the type of operation represented by this request- Specified by:
getType
in interfaceResourceOperation
- Returns:
- operation type
-
-