org.apache.jackrabbit.oak.jcr.session.operation
Class UserManagerOperation<T>

java.lang.Object
  extended by org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation<T>
      extended by org.apache.jackrabbit.oak.jcr.session.operation.UserManagerOperation<T>

public abstract class UserManagerOperation<T>
extends SessionOperation<T>


Constructor Summary
protected UserManagerOperation(SessionDelegate delegate, String name)
           
 
Method Summary
 void checkPreconditions()
           
 
Methods inherited from class org.apache.jackrabbit.oak.jcr.session.operation.SessionOperation
isLogout, isRefresh, isSave, isUpdate, perform, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserManagerOperation

protected UserManagerOperation(SessionDelegate delegate,
                               String name)
Method Detail

checkPreconditions

public void checkPreconditions()
                        throws javax.jcr.RepositoryException
Overrides:
checkPreconditions in class SessionOperation<T>
Throws:
javax.jcr.RepositoryException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.