Package ch.entwine.weblounge.contentrepository.impl.operation

Examples of ch.entwine.weblounge.contentrepository.impl.operation.LockOperationImpl


      throws IOException, ContentRepositoryException, IllegalStateException {

    if (!isStarted())
      throw new IllegalStateException("Content repository is not connected");

    LockOperation lockOperation = new LockOperationImpl(uri, user);
    processor.enqueue(lockOperation);
    return lockOperation;
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.contentrepository.impl.operation.LockOperationImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.