Interface LiveStatus

    • Method Detail

      • 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