LiveStatus
instead@Deprecated public interface LiveStatus extends JSONItem
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Boolean> |
getAdvancedStatus()
Deprecated.
Returns a map of pairs (name, status) which contains advanced status for the current relationship.
|
java.lang.Boolean |
getAdvancedStatus(java.lang.String status)
Deprecated.
Returns value of an advanced status.
|
java.util.List<java.lang.String> |
getCanceledProperties()
Deprecated.
Returns names of properties for which inheritance is canceled.
|
boolean |
isCancelled()
Deprecated.
Returns true if relationship is cancelled
|
boolean |
isCancelledForChildren()
Deprecated.
Returns true if relationship is cancelled for children relationships.
|
boolean |
isEditable()
Deprecated.
Returns true if relationship can be edited, ie can be cancelled.
|
boolean |
isSourceExisting()
Deprecated.
Returns true if relationship's source exists
|
boolean |
isTargetExisting()
Deprecated.
Returns true if relationship's target exists
|
boolean isCancelled()
boolean isCancelledForChildren()
boolean isEditable()
boolean isSourceExisting()
boolean isTargetExisting()
java.util.Map<java.lang.String,java.lang.Boolean> getAdvancedStatus()
java.lang.Boolean getAdvancedStatus(java.lang.String status)
status
- Status string for which advance status to be fetch.java.util.List<java.lang.String> getCanceledProperties()
Copyright © 2010 - 2020 Adobe. All Rights Reserved