public interface ElementValidationReport extends Serializable
| Modifier and Type | Method and Description |
|---|---|
IDProvider |
getElement()
Deprecated.
since 5.0.311, use
getElement(SpecialistsBroker) instead. |
IDProvider |
getElement(SpecialistsBroker broker)
Get the element this report is generated for.
|
MultiFormValidationReport |
getReport(ValidationAgent.ValidationScope scope)
Get the report for a given scope.
|
boolean |
isValid()
Indicates the validated element to be valid and no reports being generated.
|
boolean isValid()
true, if valid.@Deprecated @NotNull IDProvider getElement() throws UnsupportedOperationException
getElement(SpecialistsBroker) instead.
Note: might throw UnsupportedOperationException, if used in a remote environment.
UnsupportedOperationException - if used in a remote environment.@NotNull IDProvider getElement(SpecialistsBroker broker) throws NoSuchElementException
broker - A broker to resolve the element.NoSuchElementException - if the referenced element does not exist.@Nullable MultiFormValidationReport getReport(ValidationAgent.ValidationScope scope)
scope - The scope to get reports for.null, if no report is available for the given scope.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408