public static interface ScopeDataUtils.ApplyResult
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScopeDataUtils.PropertyChange> |
getAppliedProperties()
Returns list of properties that were successfully applied.
|
java.util.List<ScopeDataUtils.PropertyError> |
getErrors()
Returns list of properties that failed to apply.
|
java.util.List<ScopeDataUtils.PropertyEntry> |
getSkippedProperties()
Returns list of properties that were skipped.
|
java.lang.String |
getSummary()
Returns a human-readable summary of apply results.
|
ScopeDataUtils.ValidationResult |
getValidationResult()
Returns the validation result if validateFirst was true.
|
boolean |
isPartialSuccess()
Returns true if at least some properties were applied.
|
boolean |
isSuccess()
Returns true if all properties were applied successfully (no errors).
|
boolean isSuccess()
boolean isPartialSuccess()
java.util.List<ScopeDataUtils.PropertyChange> getAppliedProperties()
java.util.List<ScopeDataUtils.PropertyEntry> getSkippedProperties()
java.util.List<ScopeDataUtils.PropertyError> getErrors()
ScopeDataUtils.ValidationResult getValidationResult()
java.lang.String getSummary()