Package org.fcrepo.kernel.api.operations
Interface DeleteResourceOperationFactory
- All Superinterfaces:
ResourceOperationFactory
Factory for delete resource operations
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptiondeleteBuilder(Transaction transaction, FedoraId rescId) Get a builder for an operation to delete a resourcepurgeBuilder(Transaction transaction, FedoraId rescId) Get a builder for an operation to purge a deleted resource.
-
Method Details
-
deleteBuilder
Get a builder for an operation to delete a resource- Parameters:
transaction- the transactionrescId- id of the resource to delete- Returns:
- new builder
-
purgeBuilder
Get a builder for an operation to purge a deleted resource.- Parameters:
transaction- the transactionrescId- id of the resource to purge- Returns:
- new builder
-