BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.agents
Class ContentQueryAdviceResultsImpl

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.agents.ContentQueryAdviceResultsImpl

Deprecated. As of WLPS 3.1, replaced by ContentQueryAdviceResultsImpl

public class ContentQueryAdviceResultsImpl
extends java.lang.Object
implements ContentQueryAdviceResults, java.io.Serializable

This is a concrete interface for the results returned when querying for content. Note, all Advice Request classes must be Serializable. Make sure that all data in this object are Serializable.

See Also:
Serialized Form

Field Summary
protected  java.util.Collection contents
          Deprecated.  
 
Constructor Summary
protected ContentQueryAdviceResultsImpl(java.util.Collection contents)
          Deprecated. Creates a new instance.
 
Method Summary
 java.util.Collection getContent()
          Deprecated. Returns a collection of content objects or some subclass of Content such as Document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

protected java.util.Collection contents
Deprecated. 
Constructor Detail

ContentQueryAdviceResultsImpl

protected ContentQueryAdviceResultsImpl(java.util.Collection contents)
Deprecated. 
Creates a new instance.
Parameters:
Classification - The Classification object for the results of a classifier rule being run.
Method Detail

getContent

public java.util.Collection getContent()
Deprecated. 
Returns a collection of content objects or some subclass of Content such as Document. The type of content returned is dependent on the ContentManager used to query the content.
Specified by:
getContent in interface ContentQueryAdviceResults
Returns:
Collection The collection of Content objects. Returns null, if there is no content objects for the request made.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved