java.lang.Object
com.adobe.cq.testing.client.tagging.Tag

public class Tag extends Object
Created with IntelliJ IDEA. User: catalan Date: 5/30/12 Time: 3:37 PM
  • Field Details

  • Constructor Details

  • Method Details

    • getParentTagId

      public String getParentTagId()
    • moveTo

      public String moveTo(Tag tag) throws org.apache.sling.testing.clients.ClientException
      Throws:
      org.apache.sling.testing.clients.ClientException
    • addTag

      public Tag addTag(String id, String title, String description)
    • getPath

      public String getPath()
    • getNamespacePath

      public String getNamespacePath()
    • getJsonNode

      public com.fasterxml.jackson.databind.JsonNode getJsonNode() throws org.apache.sling.testing.clients.ClientException
      Throws:
      org.apache.sling.testing.clients.ClientException
    • getJsonNode

      public com.fasterxml.jackson.databind.JsonNode getJsonNode(String propName)
      Get the JsonNode of a property. The property can have multiple levels.
      Parameters:
      propName - the name of the property
      Returns:
      the json node for the property
    • getId

      public String getId()
    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()