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

java.lang.Object
  extended by com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver<V>
      extended by com.bea.content.manager.servlets.attribute.search.SearchAttributeResolver<Version[]>
          extended by com.bea.content.manager.servlets.attribute.search.VersionedSearchAttributeResolver
All Implemented Interfaces
AttributeResolver<Version[]>, ContentResolverConstants, SearchResolverConstants

public class VersionedSearchAttributeResolver
extends SearchAttributeResolver<Version[]>


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
VersionedSearchAttributeResolver()
           
 
Method Summary
 Version[] 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

VersionedSearchAttributeResolver

public VersionedSearchAttributeResolver()
Method Detail

resolveAttribute

public Version[] 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<Version[]>
Specified by:
resolveAttribute in class com.bea.content.manager.servlets.attribute.impl.AbstractContentAttributeResolver<Version[]>
Parameters
context - The AttributeContext to use when resolving this attribute.
Returns
The specified property value.


Copyright © 2011, Oracle. All rights reserved.