Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.activitystreaming
Interface ActivityExtHandler


public interface ActivityExtHandler

ActivityExtHandler is a extension handler used by context that wants to integrate with Activity Streaming. For example, there are two extension handlers that implement this interface: Connection's Extension Handler and Group Space's Extension Handler.


Method Summary
 QueryOptions processQueryOptions(QueryOptions queryOptions)
          Process QueryOptions and return an Evaluated QueryOptions.

 

Method Detail

processQueryOptions

QueryOptions processQueryOptions(QueryOptions queryOptions)
                                 throws ActivityException
Process QueryOptions and return an Evaluated QueryOptions. An evaluated QueryOptions expands on the options specified in the original query options. For example, the original query options will just indicate that the query should return all group space activities of the current user. The GroupSpace Extension Handler will have knowledge about the current user's list of group space will need to fill in that information in the returned evaluated query options.
Parameters:
queryOptions -
Returns:
the evaluated QueryOptions.
Throws:
ActivityException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.