Package com.tridion.meta

Examples of com.tridion.meta.ComponentMeta


    return cpFactory.getComponentPresentation(componentUri, componentTemplateUri);
  }

  private long getLastPublicationDate(ComponentPresentation cp) {
    ComponentMetaFactory factory = new ComponentMetaFactory(cp.getPublicationId());
    ComponentMeta meta = factory.getMeta(cp.getComponentId());

    return meta.getLastPublicationDate().getTime();
  }
View Full Code Here

TOP

Related Classes of com.tridion.meta.ComponentMeta

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.