Class ReferenceOperationBuilder
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
org.fcrepo.kernel.impl.operations.ReferenceOperationBuilder
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ResourceOperationBuilder
Build a reference operation.
- Author:
- whikloj
-
Field Summary
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
rescId, transaction, userPrincipal -
Constructor Summary
ConstructorsConstructorDescriptionReferenceOperationBuilder(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) Constructor. -
Method Summary
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperationBuilder
userPrincipal
-
Constructor Details
-
ReferenceOperationBuilder
public ReferenceOperationBuilder(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) Constructor.- Parameters:
transaction- the transactionrescId- the resource identifier.
-
-
Method Details
-
build
-