Class CreateVersionResourceOperationImpl
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperation
org.fcrepo.kernel.impl.operations.CreateVersionResourceOperationImpl
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.CreateVersionResourceOperation,org.fcrepo.kernel.api.operations.ResourceOperation
public class CreateVersionResourceOperationImpl
extends AbstractResourceOperation
implements org.fcrepo.kernel.api.operations.CreateVersionResourceOperation
Default impl of
CreateVersionResourceOperation- Author:
- pwinckles
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreateVersionResourceOperationImpl(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId) -
Method Summary
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.operations.CreateVersionResourceOperation
getTypeMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
Constructor Details
-
CreateVersionResourceOperationImpl
protected CreateVersionResourceOperationImpl(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId)
-