Skip navigation links


com.bea.content.manager.servlets.attribute.search
Class NodeSearchAttributeResolver

java.lang.Object
  extended by com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver<V>
      extended by com.bea.content.manager.servlets.attribute.search.SearchAttributeResolver<Node[]>
          extended by com.bea.content.manager.servlets.attribute.search.NodeSearchAttributeResolver

All Implemented Interfaces
AttributeResolver<Node[]>, ContentResolverConstants, SearchResolverConstants

public class NodeSearchAttributeResolver
extends SearchAttributeResolver<Node[]>

This resolver is specific to retrieving nodes via a search.


Field Summary

 

Fields inherited from class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver
debug, txDebug

 

Fields inherited from interface com.bea.content.manager.servlets.attribute.search.SearchResolverConstants
ATTR_CONTENT_CONTEXT_PARAMS, ATTR_EXPRESSION_OVERRIDE, ATTR_IN_MEMORY_SORT, ATTR_IS_VERSIONED_SEARCH, ATTR_MAX_RESULTS, ATTR_PROPERTY_PROVIDER, ATTR_SEARCH_PATHS, ATTR_SEARCH_QUERY, ATTR_SORT_BY

 

Constructor Summary
NodeSearchAttributeResolver()
           

 

Method Summary
 Node[] resolveAttribute(AttributeContext context)
          Resolves an object based on the provided AttributeContext.

 

Methods inherited from class com.bea.content.manager.servlets.attribute.search.SearchAttributeResolver
getContextParams, getDefaultContextValues, getExpression, getInitialExpression, getMaxResults, getPropertyProvider, getQuery, getRequiredContextAttributes, getSearch, getSearchPaths, getSearchResolver, getSortBy, getSpecifiedExpression, getValidContextAttributeClasses, isSortInMemory, resolveAttribute, resolveAttributeToString, validateAttributeContext

 

Methods inherited from class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver
checkCallerCanViewNode, getContextAttribute, validateAttributeValueFromOptions

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NodeSearchAttributeResolver

public NodeSearchAttributeResolver()

Method Detail

resolveAttribute

public Node[] resolveAttribute(AttributeContext context)
Description copied from interface: AttributeResolver
Resolves an object based on the provided AttributeContext.

If propertyName is null, the default primary property value will be returned.

Specified by:
resolveAttribute in interface AttributeResolver<Node[]>
Specified by:
resolveAttribute in class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver<Node[]>
Parameters
context - The AttributeContext to use when resolving this attribute.
Returns
The specified property value.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.