Interface EvalQueryOptions

All Superinterfaces:
QueryOptions

@Exported public interface EvalQueryOptions extends QueryOptions
  • Method Details

    • addPrivateAndUpUserGUIDs

      boolean addPrivateAndUpUserGUIDs(String userGUID)
    • addSharedAndUpUserGUIDs

      boolean addSharedAndUpUserGUIDs(String userGUID)
    • addPublicUserGUIDs

      boolean addPublicUserGUIDs(String userGUID)
    • addPrivateAndUpScopes

      boolean addPrivateAndUpScopes(oracle.webcenter.framework.service.Scope scope)
    • addSharedScopes

      boolean addSharedScopes(oracle.webcenter.framework.service.Scope scope)
    • setProfilePermission

      void setProfilePermission(ActivityPermission permission)
    • getPrivateAndUpUserGUIDs

      List<String> getPrivateAndUpUserGUIDs()
    • getSharedAndUpUserGUIDs

      List<String> getSharedAndUpUserGUIDs()
    • getPublicUserGUIDs

      List<String> getPublicUserGUIDs()
    • getPrivateAndUpScopes

      List<oracle.webcenter.framework.service.Scope> getPrivateAndUpScopes()
    • getSharedScopes

      List<oracle.webcenter.framework.service.Scope> getSharedScopes()
    • getProfilePermission

      ActivityPermission getProfilePermission()
    • setFollowedObjectDetailIds

      void setFollowedObjectDetailIds(List<String> followedObjectDetailIds)
    • getFollowedObjectDetailIds

      List<String> getFollowedObjectDetailIds()