public static interface ScopeDataUtils.ValidationResult
| Modifier and Type | Method and Description |
|---|---|
int |
getIssueCount()
Returns count of all issues.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getMissingDevices()
Returns list of properties where the device does not exist.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getMissingProperties()
Returns list of properties where the property name does not exist.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getPreInitProperties()
Returns list of properties that are pre-initialization only.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getReadOnlyProperties()
Returns list of properties that are read-only.
|
java.lang.String |
getSummary()
Returns a human-readable summary of validation results.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getValidProperties()
Returns list of properties that are valid and writable.
|
boolean |
hasAnyValid()
Returns true if at least some properties can be applied.
|
boolean |
isFullyValid()
Returns true if all properties in ScopeData exist and are writable.
|
boolean isFullyValid()
boolean hasAnyValid()
java.util.List<ScopeDataUtils.PropertyEntry> getValidProperties()
java.util.List<ScopeDataUtils.PropertyEntry> getMissingDevices()
java.util.List<ScopeDataUtils.PropertyEntry> getMissingProperties()
java.util.List<ScopeDataUtils.PropertyEntry> getReadOnlyProperties()
java.util.List<ScopeDataUtils.PropertyEntry> getPreInitProperties()
int getIssueCount()
java.lang.String getSummary()