Package de.mhus.hair.jack.JackQueryResult

Examples of de.mhus.hair.jack.JackQueryResult.JackQueryList


  @Override
  public CaoList getChildren(CaoAccess access) throws CaoException {
       
    try {
      return new JackQueryList();
    } catch (RepositoryException e) {
      throw new CaoException(e);
    }
  }
View Full Code Here

TOP

Related Classes of de.mhus.hair.jack.JackQueryResult.JackQueryList

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.