BEA Systems, Inc.

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

java.lang.Object
  |
  +--com.beasys.commerce.axiom.p13n.agents.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

Method Summary
 java.util.Collection getContent()
          Returns a collection of content objects or some subclass of Content such as Document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContent

public java.util.Collection getContent()
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