Package ch.entwine.weblounge.common.repository

Examples of ch.entwine.weblounge.common.repository.IndexOperation


   * {@inheritDoc}
   *
   * @see ch.entwine.weblounge.common.repository.WritableContentRepository#indexAsynchronously()
   */
  public IndexOperation indexAsynchronously() throws ContentRepositoryException {
    IndexOperation op = new IndexOperationImpl();
    processor.enqueue(op);
    return op;
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.common.repository.IndexOperation

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.