Class ReferenceOperation
- java.lang.Object
-
- org.fcrepo.kernel.impl.operations.AbstractResourceOperation
-
- org.fcrepo.kernel.impl.operations.ReferenceOperation
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.ResourceOperation
public class ReferenceOperation extends AbstractResourceOperation
Operation to track a reference operation.- Author:
- whikloj
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReferenceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.fcrepo.kernel.api.operations.ResourceOperationTypegetType()-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipal
-
-
-
-
Constructor Detail
-
ReferenceOperation
protected ReferenceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-
-
Method Detail
-
getType
public org.fcrepo.kernel.api.operations.ResourceOperationType getType()
-
-