com.endeca.portal.attributes
Interface ISemanticViewValidator
public interface ISemanticViewValidator
Validator for semantic view
- Author:
- Endeca Technologies, Inc
Method Summary |
java.lang.String |
validate(javax.portlet.PortletRequest request,
java.lang.String dataSourceId,
java.lang.String viewKey)
Validate the semantic view whether is available. |
validate
java.lang.String validate(javax.portlet.PortletRequest request,
java.lang.String dataSourceId,
java.lang.String viewKey)
- Validate the semantic view whether is available.
- Parameters:
request
- dataSourceId
- viewKey
-
- Returns:
- Error message(or resource key) for unavailable view. null indicates the view is available.