Package com.hlcl.rql.as

Examples of com.hlcl.rql.as.PageSearch


    String projectGuid = "73671509FA5C43ED8FC4171AD0298AD2";

    CmsClient client = new CmsClient(logonGuid);
    Project project = client.getProject(sessionKey, projectGuid);

    PageSearch search = project.definePageSearch();
//    search.addContentClassCriteriaEqual();
  }
View Full Code Here

TOP

Related Classes of com.hlcl.rql.as.PageSearch

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.