public interface CSOValidationInfo
Modifier and Type | Method and Description |
---|---|
CSOSearchCondition |
getCondition()
Provides the problematic
CSOSearchCondition object if present, else returns null. |
java.lang.String |
getInfoType()
Validation Info Type which helps to understand the level of the validation error i.e ERROR, WARNING.
|
java.lang.String |
getMessage()
The detailed message describes about the validation error.
|
CentraSiteObjectAttribute |
getResultAttribute()
Provides the problematic
CentraSiteObjectAttribute if present in the result attributes, else return null. |
CSOSearchScope |
getScope()
Provides the problematic
CSOSearchScope in the search if present, else returns null. |
CSOSortSpecifier |
getSortSpecifier()
Provides the problematic
CSOSortSpecifier else return null. |
java.lang.String getMessage()
java.lang.String getInfoType()
CSOSearchScope getScope()
CSOSearchScope
in the search if present, else returns null.CSOSearchScope
in the search if present, else returns null.CSOSearchCondition getCondition()
CSOSearchCondition
object if present, else returns null.CSOSearchCondition
object if present, else returns null.CentraSiteObjectAttribute getResultAttribute()
CentraSiteObjectAttribute
if present in the result attributes, else return null.CentraSiteObjectAttribute
if present in the result attributes, else return null.CSOSortSpecifier getSortSpecifier()
CSOSortSpecifier
else return null.CSOSortSpecifier
else return null.