|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryOptions
QueryOptions represents query criteria that needs to be interpreted or evaluated in a specific context by a extension handler.
| Method Summary | |
|---|---|
java.lang.String |
getAdvancedQuery()Returns the advanced query condition. |
QueryItem<java.util.List<java.lang.String>> |
getConnectionLists()Deprecated. |
boolean |
getFollowEnforced()Get if the follow logic is enforced. |
QueryItem<java.util.List<oracle.webcenter.framework.service.Scope>> |
getGroupSpaces()Deprecated. |
java.util.List<java.lang.String> |
getHiddenActors()Return a list of actors to be hidden |
java.util.List<java.lang.String> |
getHiddenObjects()Return the list of objects to be hidden |
java.util.List<java.lang.String> |
getHiddenScopes()Return a list of hidden scopes |
java.util.List<java.lang.String> |
getIncludeSelectedConnections()Whether to include personal activities of the selected connection lists |
java.util.List<ActivityObject> |
getIncludeSelectedFollowedObjects()Get the list of include selected followed objects. |
java.util.List<oracle.webcenter.framework.service.Scope> |
getIncludeSelectedGroupSpaces()Whether to include all activities in the selected group spaces |
boolean |
getObjectExtensionHandlerEnabled()Retrieve the flag that indicates if the object extension handler is enabled. |
boolean |
getObjectSecured()Retrieve the flag that indicates if the object security is enabled. |
java.lang.String |
getProfileUserGUID() |
java.lang.String |
getProfileUserID() |
QueryItem<java.lang.Boolean> |
getShowAllConnections()Deprecated. |
QueryItem<java.lang.Boolean> |
getShowAllGroupSpaces()Deprecated. |
QueryItem<java.lang.Boolean> |
getShowFollowedObjects()Deprecated. |
QueryItem<java.lang.Boolean> |
getShowPersonal()Deprecated. |
boolean |
isIncludeAllConnections()Whether to include personal activities of the profile user's connections |
boolean |
isIncludeAllFollowedObjects()Whether to include all activities on the objects that the user follow |
boolean |
isIncludeAllFollowedObjectsOnProfile()Whether to include the user's activities on the objects that the user follows |
boolean |
isIncludeAllGroupSpaces()Whether to include all activities in the user's spaces including public spaces. |
boolean |
isIncludeAllGroupSpacesOnProfile()Whether to include user's activities in the user's spaces including public spaces. |
boolean |
isIncludeMySpaces()Whether to include all activities in the user's group spaces. |
boolean |
isIncludeProfile()Whether to include personal activities of the profile user |
void |
setAdvancedQuery(java.lang.String advancedQuery)Sets the advanced query condition that should be used to fetch results. |
void |
setConnectionLists(QueryItem<java.util.List<java.lang.String>> connectionLists)Deprecated. |
void |
setFollowEnforced(boolean enforced)Set if the follow logic is enforced. |
void |
setGroupSpaces(QueryItem<java.util.List<oracle.webcenter.framework.service.Scope>> scopes)Deprecated. |
void |
setHiddenActors(java.util.List<java.lang.String> actors)To set actors to be hidden |
void |
setHiddenObjects(java.util.List<java.lang.String> objects)To set list of objects to be hidden |
void |
setHiddenScopes(java.util.List<java.lang.String> scopes)To set scopes to be hidden |
void |
setIncludeAllConnections(boolean allConnections)To set whether to include personal activities of the profile user's connections |
void |
setIncludeAllFollowedObjects(boolean allFollowedObjects)To set whether to include all activities on the objects that the user follow |
void |
setIncludeAllFollowedObjectsOnProfile(boolean allFollowedObjectsOnProfile)To set whether to include the user's activities on the objects that the user follows |
void |
setIncludeAllGroupSpaces(boolean allGroupSpaces)To set whether to include all activities in the user's spaces including public spaces. |
void |
setIncludeAllGroupSpacesOnProfile(boolean allGroupSpacesOnProfile)To set whether to include the user's activities in the user's spaces including public spaces. |
void |
setIncludeMySpaces(boolean mySpaces)To set whether to include all activities in the user's spaces. |
void |
setIncludeProfile(boolean profile)To set whether to include personal activities of the profile user |
void |
setIncludeSelectedConnections(java.util.List<java.lang.String> selectedConnections)To set whether to include personal activities of the selected connection lists |
void |
setIncludeSelectedFollowedObjects(java.util.List<ActivityObject> selectedFollowedObjects)To set whether to include activities of the selected followed objects. |
void |
setIncludeSelectedGroupSpaces(java.util.List<oracle.webcenter.framework.service.Scope> selectedGroupSpaces)To set whether to include all activities in the selected group spaces |
void |
setObjectExtensionHandlerEnabled(boolean enabled)Set the flag that indicates if the object extension handler is enabled. |
void |
setObjectSecured(boolean secured)Set the flag that indicates if the object security is enabled. |
void |
setProfileUserGUID(java.lang.String profileUserGUID)The profile user we want to see. |
void |
setShowAllConnections(QueryItem<java.lang.Boolean> showConnections)Deprecated. |
void |
setShowAllGroupSpaces(QueryItem<java.lang.Boolean> showGroupSpaces)Deprecated. |
void |
setShowFollowedObjects(QueryItem<java.lang.Boolean> showFollowedObjects)Deprecated. |
void |
setShowPersonal(QueryItem<java.lang.Boolean> showPersonal)Deprecated. |
| Method Detail |
|---|
void setProfileUserGUID(java.lang.String profileUserGUID)
java.lang.String getProfileUserGUID()
java.lang.String getProfileUserID()
@Deprecated
QueryItem<java.lang.Boolean> getShowPersonal()
@Deprecated
void setShowPersonal(QueryItem<java.lang.Boolean> showPersonal)
@Deprecated
void setShowAllConnections(QueryItem<java.lang.Boolean> showConnections)
showConnections -
@Deprecated
QueryItem<java.lang.Boolean> getShowAllConnections()
@Deprecated
void setConnectionLists(QueryItem<java.util.List<java.lang.String>> connectionLists)
connectionLists -
@Deprecated
QueryItem<java.util.List<java.lang.String>> getConnectionLists()
@Deprecated
void setShowAllGroupSpaces(QueryItem<java.lang.Boolean> showGroupSpaces)
@Deprecated
QueryItem<java.lang.Boolean> getShowAllGroupSpaces()
@Deprecated
void setGroupSpaces(QueryItem<java.util.List<oracle.webcenter.framework.service.Scope>> scopes)
scopes -
@Deprecated
QueryItem<java.util.List<oracle.webcenter.framework.service.Scope>> getGroupSpaces()
@Deprecated
void setShowFollowedObjects(QueryItem<java.lang.Boolean> showFollowedObjects)
showFollowedObjects - whether to show activities on followed objects
@Deprecated
QueryItem<java.lang.Boolean> getShowFollowedObjects()
void setIncludeProfile(boolean profile)
profile - whether to include personal activities of the profile userboolean isIncludeProfile()
void setIncludeAllConnections(boolean allConnections)
allConnections - whether to include personal activities of the profile user's connectionsboolean isIncludeAllConnections()
void setIncludeSelectedConnections(java.util.List<java.lang.String> selectedConnections)
selectedConnections - a connection lists namesjava.util.List<java.lang.String> getIncludeSelectedConnections()
void setIncludeAllGroupSpacesOnProfile(boolean allGroupSpacesOnProfile)
allGroupSpacesOnProfile - whether to include user's activities in the user's spaces.boolean isIncludeAllGroupSpacesOnProfile()
void setIncludeAllGroupSpaces(boolean allGroupSpaces)
allGroupSpaces - whether to include all activities in the user's spaces.boolean isIncludeAllGroupSpaces()
void setIncludeMySpaces(boolean mySpaces)
mySpaces - whether to include all activities in the user's spaces.boolean isIncludeMySpaces()
void setIncludeSelectedGroupSpaces(java.util.List<oracle.webcenter.framework.service.Scope> selectedGroupSpaces)
selectedGroupSpaces - whether to include all activities in the selected group spacesjava.util.List<oracle.webcenter.framework.service.Scope> getIncludeSelectedGroupSpaces()
void setIncludeAllFollowedObjectsOnProfile(boolean allFollowedObjectsOnProfile)
allFollowedObjectsOnProfile - whether to include the user's activities on the objects that the user followsboolean isIncludeAllFollowedObjectsOnProfile()
void setIncludeAllFollowedObjects(boolean allFollowedObjects)
allFollowedObjects - whether to include all activities on the objects that the user followboolean isIncludeAllFollowedObjects()
void setIncludeSelectedFollowedObjects(java.util.List<ActivityObject> selectedFollowedObjects)
selectedFollowedObjects - a list of the followed objects.java.util.List<ActivityObject> getIncludeSelectedFollowedObjects()
boolean getFollowEnforced()
void setFollowEnforced(boolean enforced)
enforced - The flog indicates if follow is enforced.void setHiddenActors(java.util.List<java.lang.String> actors)
actors - actors to be hidden. The ID is the User GUIDjava.util.List<java.lang.String> getHiddenActors()
void setHiddenScopes(java.util.List<java.lang.String> scopes)
scopes - list of scopes to be hidden. The ID is the Scope GUIDsjava.util.List<java.lang.String> getHiddenScopes()
void setHiddenObjects(java.util.List<java.lang.String> objects)
objects - objects to be hidden. The ID is the Object Detail GUIDsjava.util.List<java.lang.String> getHiddenObjects()
void setObjectSecured(boolean secured)
secured - the security flag.boolean getObjectSecured()
void setObjectExtensionHandlerEnabled(boolean enabled)
enabled - the flag that indicates if the object extension handler is enabled.boolean getObjectExtensionHandlerEnabled()
void setAdvancedQuery(java.lang.String advancedQuery)
clause - - the advanced query condition.java.lang.String getAdvancedQuery()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||