public class GroupSearch extends GroupBase
This represents the Group search object.
Default search operators (which are constants that can be accessed in this
class) include:
like
equals
greater than
less than
greater
than or equal to
less then or equal to
does not equal
contains
starts with
ends with
Group Search will through UnsupportedOperatorException If an invalid Operator
value is passed in the GroupSearch Object.
Operator
,
Serialized FormModifier and Type | Class and Description |
---|---|
class |
GroupSearch.Operators |
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
CONTAINS
Deprecated.
|
static java.lang.Integer |
DOES_NOT_EQUAL
Deprecated.
|
static java.lang.Integer |
ENDS_WITH
Deprecated.
|
static java.lang.Integer |
EQUALS
Deprecated.
|
static java.lang.Integer |
GREATER_THAN
Deprecated.
|
static java.lang.Integer |
GREATER_THAN_OR_EQUALS
Deprecated.
|
static java.lang.Integer |
LESS_THAN
Deprecated.
|
static java.lang.Integer |
LESS_THAN_OR_EQUALS
Deprecated.
|
static java.lang.Integer |
LIKE
Deprecated.
|
static java.lang.Integer |
STARTS_WITH
Deprecated.
|
SECURITYMAP_PERSONAL, SECURITYMAP_PUBLIC, SECURITYMAP_TEAM
Constructor and Description |
---|
GroupSearch() |
Modifier and Type | Method and Description |
---|---|
int |
getOperatorCreated()
Returns the operator value for Group Created Date Search.
|
int |
getOperatorCreator()
Returns the operator value for Group Creator Search.
|
int |
getOperatorGroupName()
Returns the operator value for Group Name Search.
|
int |
getOperatorGroupTypeName()
Returns the operator value for Group Type Name Search.
|
int |
getOperatorLastModified()
Returns the operator value for Group Last modified date Search.
|
int |
getOperatorParentName()
Returns the operator value for Group Parent Name Search.
|
int |
getOperatorSecurityMapId()
Returns the operator value for Group Security Type Search.
|
void |
setOperatorCreated(int operatorCreated)
Sets the Operator for particular type of search on the Group Created
Date Field.
|
void |
setOperatorCreator(int operatorCreator)
Sets the Operator for particular type of search on the Group Creator
Field.
|
void |
setOperatorGroupName(int operatorGroupName)
Sets the Operator for particular type of search on the Group Name Field.
|
void |
setOperatorGroupTypeName(int operatorGroupTypeName)
Sets the Operator for particular type of search on the Group Type Name
Field.
|
void |
setOperatorLastModified(int operatorLastModified)
Sets the Operator for particular type of search on the Group Last
modified date Field.
|
void |
setOperatorParentName(int operatorParentName)
Sets the Operator for particular type of search on the Group Parent Name
Field.
|
void |
setOperatorSecurityMapId(int operatorSecurityMapId)
Sets the Operator for particular type of search on the Group Security
Type Field.
|
getCreated, getCreator, getGroupName, getGroupTypeName, getLastModified, getParentName, getSecurityMapId, setCreated, setCreator, setGroupName, setGroupTypeName, setLastModified, setParentName, setSecurityMapId, toString
public static final java.lang.Integer LIKE
public static final java.lang.Integer EQUALS
public static final java.lang.Integer GREATER_THAN
public static final java.lang.Integer LESS_THAN
public static final java.lang.Integer GREATER_THAN_OR_EQUALS
public static final java.lang.Integer LESS_THAN_OR_EQUALS
public static final java.lang.Integer DOES_NOT_EQUAL
public static final java.lang.Integer CONTAINS
public static final java.lang.Integer STARTS_WITH
public static final java.lang.Integer ENDS_WITH
public int getOperatorGroupName()
public void setOperatorGroupName(int operatorGroupName)
operatorGroupName
- Possible Values: LIKE, DOES_NOT_EQUAL, CONTAINS, STARTS_WITH,
ENDS_WITHpublic int getOperatorParentName()
public void setOperatorParentName(int operatorParentName)
operatorParentName
- Possible Values: LIKE, DOES_NOT_EQUAL, CONTAINS, STARTS_WITH,
ENDS_WITHpublic int getOperatorGroupTypeName()
public void setOperatorGroupTypeName(int operatorGroupTypeName)
operatorGroupTypeName
- Possible values: LIKE, DOES_NOT_EQUAL, CONTAINS, STARTS_WITH,
ENDS_WITHpublic int getOperatorCreator()
public void setOperatorCreator(int operatorCreator)
operatorCreator
- Possible values: LIKE, DOES_NOT_EQUAL, CONTAINS, STARTS_WITH,
ENDS_WITHpublic int getOperatorCreated()
public void setOperatorCreated(int operatorCreated)
operatorCreated
- Possible values: LIKE, GREATER_THAN, LESS_THAN,
GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, DOES_NOT_EQUALpublic int getOperatorLastModified()
public void setOperatorLastModified(int operatorLastModified)
operatorLastModified
- Possible values: LIKE, GREATER_THAN, LESS_THAN,
GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, DOES_NOT_EQUALpublic int getOperatorSecurityMapId()
public void setOperatorSecurityMapId(int operatorSecurityMapId)
operatorSecurityMapId
- Possible values: LIKE, DOES_NOT_EQUAL, CONTAINS, STARTS_WITH,
ENDS_WITHCopyright © 2003-2024 Appian Corporation. All Rights Reserved.