Class ReindexResourceOperationImpl
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperation
org.fcrepo.kernel.impl.operations.ReindexResourceOperationImpl
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ReindexResourceOperation,org.fcrepo.kernel.api.operations.ResourceOperation
public class ReindexResourceOperationImpl
extends AbstractResourceOperation
implements org.fcrepo.kernel.api.operations.ReindexResourceOperation
Operation for reindexing a resource
- Author:
- dbernstein
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReindexResourceOperationImpl(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) -
Method Summary
Modifier and TypeMethodDescriptionorg.fcrepo.kernel.api.Transactionorg.fcrepo.kernel.api.operations.ResourceOperationTypegetType()voidsetTransaction(org.fcrepo.kernel.api.Transaction tx) Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getUserPrincipal, setUserPrincipal
-
Constructor Details
-
ReindexResourceOperationImpl
protected ReindexResourceOperationImpl(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.fcrepo.kernel.api.operations.ResourceOperation
-
setTransaction
-
getTransaction
- Specified by:
getTransactionin interfaceorg.fcrepo.kernel.api.operations.ReindexResourceOperation- Specified by:
getTransactionin interfaceorg.fcrepo.kernel.api.operations.ResourceOperation- Overrides:
getTransactionin classAbstractResourceOperation
-