public class UserFacetParam
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserFacetParam.UserFacetAction
The 'A' value in: {!T A}[DATA]
m = Me, & o = Others
|
static class |
UserFacetParam.UserFacetType
The 'T' value in: {!T A}[DATA]
!c = CreatedBy, !l = LastModifiedBy, & !o = NameOnObject
|
| Constructor and Description |
|---|
UserFacetParam(java.lang.String userData)
Constructs a UserFacetParam object to be used for user facet search.
|
| Modifier and Type | Method and Description |
|---|---|
UserFacetParam.UserFacetAction |
getAction()
Get the user facet action: Me, and Others
|
UserFacetParam.UserFacetType |
getType()
Get the user facet type: Created By, Last Modified By, and Name On Object
|
java.lang.String |
getUser()
Get the user facet data formated for Solr usage.
|
boolean |
isValid()
Checks to see if this object contains valid user parameters or not.
|
void |
setAction(UserFacetParam.UserFacetAction action)
Set the user facet action: Me, and Others
|
void |
setType(UserFacetParam.UserFacetType type)
Set the user facet type: Created By, Last Modified By, and Name On Object
|
void |
setUser(java.lang.String user)
Set the user facet data for Solr usage.
|
java.lang.String |
toString() |
public UserFacetParam(java.lang.String userData)
userData - The user facet syntaxpublic boolean isValid()
public UserFacetParam.UserFacetType getType()
public void setType(UserFacetParam.UserFacetType type)
type - The user facet type.public UserFacetParam.UserFacetAction getAction()
public void setAction(UserFacetParam.UserFacetAction action)
action - The user facet action.public java.lang.String getUser()
public void setUser(java.lang.String user)
user - The user facet data.public java.lang.String toString()
toString in class java.lang.Object
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.