Interface ElementInfo

All Superinterfaces:
BasicElementInfo, BasicInfo, Comparable<ElementInfo>, Serializable, ValueOfContractor

public interface ElementInfo extends BasicElementInfo, Comparable<ElementInfo>, ValueOfContractor
Since:
4.0
  • Method Details

    • getParentPath

      List<Long> getParentPath()
      Returns a list of ID's of the original parent path of the underlying deleted element starting with the ID of the root node descending to the direct parent node.
      Returns:
      the orginal parent path
      Since:
      4.0
    • getUidPath

      List<String> getUidPath()
      Returns a list of UID's of the original parent path of the underlying deleted element starting with the UID of the root node descending to the direct parent node.

      Be aware that all elements of the parent path are returned no matter if they have a UID or not (e.g. *TemplateFolder or GCAFolder). If an element has no UID, the name is used for the path.

      Returns:
      the orginal parent path
      Since:
      4.0
    • getRevision

      Revision getRevision()
      Since:
      4.0
    • getEditor

      String getEditor()
      Since:
      4.0
    • getComment

      String getComment()
      Since:
      4.0
    • getTime

      long getTime()
      Since:
      4.0