Class CreateVersionResourceOperationImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.operations.AbstractResourceOperation
-
- org.fcrepo.kernel.impl.operations.CreateVersionResourceOperationImpl
-
- All Implemented Interfaces:
CreateVersionResourceOperation
,ResourceOperation
public class CreateVersionResourceOperationImpl extends AbstractResourceOperation implements CreateVersionResourceOperation
Default impl ofCreateVersionResourceOperation
- Author:
- pwinckles
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CreateVersionResourceOperationImpl(Transaction transaction, FedoraId rescId)
-
Method Summary
-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fcrepo.kernel.api.operations.CreateVersionResourceOperation
getType
-
Methods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
-
-
-
Constructor Detail
-
CreateVersionResourceOperationImpl
protected CreateVersionResourceOperationImpl(Transaction transaction, FedoraId rescId)
-
-