com.ibm.pim.common
Interface ValidationErrors

All Known Subinterfaces:
ExtendedValidationErrors

public interface ValidationErrors

Provides the list of validation errors

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List<ValidationError> getErrors()
          Returns the list of validation errors on the source.
 AttributeOwner getSource()
          Returns the source object that this set of validation errors correspond to.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getSource

AttributeOwner getSource()
Returns the source object that this set of validation errors correspond to.

Returns:
the attribute owner object that is the source of these validation errors.

getErrors

java.util.List<ValidationError> getErrors()
Returns the list of validation errors on the source.

Returns:
a list of validation error objects.