Class PurgeResourceOperationBuilder
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
org.fcrepo.kernel.impl.operations.PurgeResourceOperationBuilder
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ResourceOperationBuilder
public class PurgeResourceOperationBuilder
extends AbstractResourceOperationBuilder
implements org.fcrepo.kernel.api.operations.ResourceOperationBuilder
Builder for operations to purge a resource
- Author:
- whikloj
-
Field Summary
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
rescId, transaction, userPrincipal -
Constructor Summary
ConstructorsConstructorDescriptionPurgeResourceOperationBuilder(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) Construct the builder -
Method Summary
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
userPrincipalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperationBuilder
userPrincipal
-
Constructor Details
-
PurgeResourceOperationBuilder
public PurgeResourceOperationBuilder(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) Construct the builder- Parameters:
transaction- the transactionrescId- identifier of the resource to delete
-
-
Method Details
-
build
- Specified by:
buildin interfaceorg.fcrepo.kernel.api.operations.ResourceOperationBuilder
-