org.jasig.portlet.utils.search
Class SearchConstants

java.lang.Object
  extended by org.jasig.portlet.utils.search.SearchConstants

public final class SearchConstants
extends Object

Constants related to the portal search API

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
static String NAMESPACE
          Namespace used by uPortal search events
static String SEARCH_REQUEST_LOCAL_NAME
          Local SearchRequest event name
static QName SEARCH_REQUEST_QNAME
          SearchRequest QName
static String SEARCH_REQUEST_QNAME_STRING
          Same as QName.toString() on SEARCH_REQUEST_QNAME but hard coded to allow use in annotations
static String SEARCH_RESULTS_LOCAL_NAME
          Local SearchRequest event name
static QName SEARCH_RESULTS_QNAME
          SearchResponse QName
static String SEARCH_RESULTS_QNAME_STRING
          Same as QName.toString() on SEARCH_RESULTS_QNAME but hard coded to allow use in annotations
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
Namespace used by uPortal search events

See Also:
Constant Field Values

SEARCH_REQUEST_LOCAL_NAME

public static final String SEARCH_REQUEST_LOCAL_NAME
Local SearchRequest event name

See Also:
Constant Field Values

SEARCH_REQUEST_QNAME

public static final QName SEARCH_REQUEST_QNAME
SearchRequest QName


SEARCH_REQUEST_QNAME_STRING

public static final String SEARCH_REQUEST_QNAME_STRING
Same as QName.toString() on SEARCH_REQUEST_QNAME but hard coded to allow use in annotations

See Also:
Constant Field Values

SEARCH_RESULTS_LOCAL_NAME

public static final String SEARCH_RESULTS_LOCAL_NAME
Local SearchRequest event name

See Also:
Constant Field Values

SEARCH_RESULTS_QNAME

public static final QName SEARCH_RESULTS_QNAME
SearchResponse QName


SEARCH_RESULTS_QNAME_STRING

public static final String SEARCH_RESULTS_QNAME_STRING
Same as QName.toString() on SEARCH_RESULTS_QNAME but hard coded to allow use in annotations

See Also:
Constant Field Values


Copyright © 2012 Jasig. All Rights Reserved.