Class DeleteResourceOperation
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperation
org.fcrepo.kernel.impl.operations.DeleteResourceOperation
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ResourceOperation
Operation for deleting a resource
- Author:
- bbpennel
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeleteResourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) -
Method Summary
Modifier and TypeMethodDescriptionorg.fcrepo.kernel.api.operations.ResourceOperationTypegetType()Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipal
-
Constructor Details
-
DeleteResourceOperation
protected DeleteResourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-
-
Method Details
-
getType
-