Skip navigation links

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


oracle.webcenter.activitystreaming
Interface QueryItem<T>

Type Parameters:
T -

public interface QueryItem<T>

QueryItem is an item for the QueryOptions. Each QueryItem has an associated list of ActivityPermissions.


Method Summary
 java.util.List<ActivityPermission> getPermissions()
          Return the associated list of permissions for the query item
 T getValue()
          Return the value of the query item

 

Method Detail

getValue

T getValue()
Return the value of the query item
Returns:
the value of query item

getPermissions

java.util.List<ActivityPermission> getPermissions()
Return the associated list of permissions for the query item
Returns:
the associated list of permissions for the query item

Skip navigation links

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


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