Package com.tridion.storage

Examples of com.tridion.storage.PageMeta


    Query query = queryBuilder.getQuery();
    Item[] items = query.executeEntityQuery();

    for (Item item : items) {
      PageMeta pageMeta = new PageMeta((com.tridion.meta.PageMeta) item);
      result.add(pageMeta);
    }

    return result;
  }
View Full Code Here

TOP

Related Classes of com.tridion.storage.PageMeta

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.