Package com.day.cq.wcm.api.msm
Interface LiveStatus
- All Superinterfaces:
JSONItem
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a map of pairs (name, status) which contains advanced status for the current relationship.getAdvancedStatus(String status) Deprecated.Returns value of an advanced status.Deprecated.Returns names of properties for which inheritance is canceled.booleanDeprecated.Returns true if relationship is cancelledbooleanDeprecated.Returns true if relationship is cancelled for children relationships.booleanDeprecated.Returns true if relationship can be edited, ie can be cancelled.booleanDeprecated.Returns true if relationship's source existsbooleanDeprecated.Returns true if relationship's target exists
-
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
Deprecated.Returns a map of pairs (name, status) which contains advanced status for the current relationship.- Returns:
- map of status
-
getAdvancedStatus
Deprecated.Returns value of an advanced status.- Parameters:
status- Status string for which advance status to be fetch.- Returns:
- value of advanced status
-
getCanceledProperties
Deprecated.Returns names of properties for which inheritance is canceled.- Returns:
- value of advanced status
-
LiveStatusinstead