Skip navigation links


com.bea.content.manager.servlets.attribute.search
Interface SearchResolverConstants

All Superinterfaces
ContentResolverConstants
All Known Implementing Classes:
NodeSearchAttributeResolver, SearchAttributeResolver, VersionedSearchAttributeResolver

public interface SearchResolverConstants
extends ContentResolverConstants

This interface defines attribute constants for search related attribute context resolvers.


Field Summary
static String ATTR_CONTENT_CONTEXT_PARAMS
          Define a map of content context parameters to use.
static String ATTR_EXPRESSION_OVERRIDE
          Expression to use rather than use ATTR_SEARCH_QUERY
static String ATTR_IN_MEMORY_SORT
          Perform a sort in memory rather than using the VCR api to do it.
static String ATTR_IS_VERSIONED_SEARCH
          Include versioned content in the search?
static String ATTR_MAX_RESULTS
          Maximum number of nodes to return from the search.
static String ATTR_PROPERTY_PROVIDER
          The property provider to use when creating the expression for search.
static String ATTR_SEARCH_PATHS
          Narrow down the search to specific paths in the repository.
static String ATTR_SEARCH_QUERY
          Attribute to specify the query to use when executing the search.
static String ATTR_SORT_BY
          A comma separated list of properties to sort by.

 

Field Detail

ATTR_SEARCH_QUERY

static final String ATTR_SEARCH_QUERY
Attribute to specify the query to use when executing the search.
See Also
Constants Summary

ATTR_PROPERTY_PROVIDER

static final String ATTR_PROPERTY_PROVIDER
The property provider to use when creating the expression for search.
See Also
Constants Summary

ATTR_MAX_RESULTS

static final String ATTR_MAX_RESULTS
Maximum number of nodes to return from the search. Default is -1 for unlimited.
See Also
Constants Summary

ATTR_SORT_BY

static final String ATTR_SORT_BY
A comma separated list of properties to sort by.

For example, "prop1, prop2, prop3"

See Also
Constants Summary

ATTR_CONTENT_CONTEXT_PARAMS

static final String ATTR_CONTENT_CONTEXT_PARAMS
Define a map of content context parameters to use.
See Also
Constants Summary

ATTR_IS_VERSIONED_SEARCH

static final String ATTR_IS_VERSIONED_SEARCH
Include versioned content in the search?
See Also
Constants Summary

ATTR_EXPRESSION_OVERRIDE

static final String ATTR_EXPRESSION_OVERRIDE
Expression to use rather than use ATTR_SEARCH_QUERY
See Also
Constants Summary

ATTR_SEARCH_PATHS

static final String ATTR_SEARCH_PATHS
Narrow down the search to specific paths in the repository.
See Also
Constants Summary

ATTR_IN_MEMORY_SORT

static final String ATTR_IN_MEMORY_SORT
Perform a sort in memory rather than using the VCR api to do it.

This is necessary for SPI providers that may not support sorting.

See Also
Constants Summary

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.