Interface LiveStatus

All Superinterfaces:
JSONItem

@Deprecated public interface LiveStatus extends JSONItem
Deprecated.
since 5.3 use LiveStatus instead
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns a map of pairs (name, status) which contains advanced status for the current relationship.
    Deprecated.
    Returns value of an advanced status.
    Deprecated.
    Returns names of properties for which inheritance is canceled.
    boolean
    Deprecated.
    Returns true if relationship is cancelled
    boolean
    Deprecated.
    Returns true if relationship is cancelled for children relationships.
    boolean
    Deprecated.
    Returns true if relationship can be edited, ie can be cancelled.
    boolean
    Deprecated.
    Returns true if relationship's source exists
    boolean
    Deprecated.
    Returns true if relationship's target exists

    Methods inherited from interface com.day.cq.commons.JSONItem

    write
  • Method Details

    • isCancelled

      boolean isCancelled()
      Deprecated.
      Returns true if relationship is cancelled
      Returns:
      true if relationship is cancelled
    • isCancelledForChildren

      boolean isCancelledForChildren()
      Deprecated.
      Returns true if relationship is cancelled for children relationships. Only possible if isCancelled() is true.
      Returns:
      true if relationship is cancelled for children relationships
    • isEditable

      boolean isEditable()
      Deprecated.
      Returns true if relationship can be edited, ie can be cancelled.
      Returns:
      true if relationship can be edited
    • isSourceExisting

      boolean isSourceExisting()
      Deprecated.
      Returns true if relationship's source exists
      Returns:
      true if relationship's source exists
    • isTargetExisting

      boolean isTargetExisting()
      Deprecated.
      Returns true if relationship's target exists
      Returns:
      true if relationship's target exists
    • getAdvancedStatus

      Map<String,Boolean> getAdvancedStatus()
      Deprecated.
      Returns a map of pairs (name, status) which contains advanced status for the current relationship.
      Returns:
      map of status
    • getAdvancedStatus

      Boolean getAdvancedStatus(String status)
      Deprecated.
      Returns value of an advanced status.
      Parameters:
      status - Status string for which advance status to be fetch.
      Returns:
      value of advanced status
    • getCanceledProperties

      List<String> getCanceledProperties()
      Deprecated.
      Returns names of properties for which inheritance is canceled.
      Returns:
      value of advanced status