|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CSOValidationInfo
CSOValidationInfo captures the information about the error prone Search elements and severity of the error prone.
Method Summary | |
---|---|
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 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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |