Class ReindexResourceOperationFactoryImpl
java.lang.Object
org.fcrepo.kernel.impl.operations.ReindexResourceOperationFactoryImpl
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ReindexResourceOperationFactory,org.fcrepo.kernel.api.operations.ResourceOperationFactory
@Component
public class ReindexResourceOperationFactoryImpl
extends Object
implements org.fcrepo.kernel.api.operations.ReindexResourceOperationFactory
Implementation of a reindex resource operation factory
- Author:
- dbernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId resourceId)
-
Constructor Details
-
ReindexResourceOperationFactoryImpl
public ReindexResourceOperationFactoryImpl()
-
-
Method Details
-
create
public ReindexResourceOperationBuilder create(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId resourceId) - Specified by:
createin interfaceorg.fcrepo.kernel.api.operations.ReindexResourceOperationFactory
-