Examples of TCMURI


Examples of tridion.contentmanager.TcmUri

    log.debug("Page done");
  }

  public void getComponent() {
    Component component = new Component(new TcmUri("tcm:1-36"), session);
    log.debug("Component title: " + component.getTitle());

    ItemFields itemFields = new ItemFields(component.getContent(), component.getSchema());
    log.debug("ItemFields created");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.