|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.CriteriaFlags com.bmc.arsys.api.ObjectBaseCriteria com.bmc.arsys.api.FilterCriteria
public class FilterCriteria
The FilterCriteria
class is used to specify the list of Filter
information to retrieve
from the AR System server.
Field Summary | |
---|---|
static int |
ACTION_LIST
Returns If list of specified filter. |
static int |
DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags. |
static int |
ELSE_LIST
Returns Else list of specified filter. |
static int |
ENABLE
Returns information whether specified filter is disabled or enabled. |
static int |
ERROR_FILTER_NAME
|
static int |
ERROR_FILTER_OPT
|
static int |
OPERATION_SET
Returns information about form operations that trigger the filter. |
static int |
ORDER
Returns execution order (from 0 to 1000) of specified filter. |
static int |
QUERY
Returns qualifications that execute the specified filter. |
int |
USE_REALNAME
Overlay: Returns filters with real name. |
static int |
WORKFLOW_CONNECT
Returns list of forms connected to specified filter. |
Fields inherited from class com.bmc.arsys.api.ObjectBaseCriteria |
---|
CHANGE_DIARY, HELP_TEXT, LAST_CHANGED, NAME, OWNER, PERMISSIONS, PROPERTY_LIST, TIMESTAMP |
Constructor Summary | |
---|---|
FilterCriteria()
|
Method Summary |
---|
Methods inherited from class com.bmc.arsys.api.ObjectBaseCriteria |
---|
equals, hashCode, toString |
Methods inherited from class com.bmc.arsys.api.CriteriaFlags |
---|
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ORDER
public static final int WORKFLOW_CONNECT
public static final int OPERATION_SET
public static final int ENABLE
public static final int QUERY
public static final int ACTION_LIST
public static final int ELSE_LIST
public static final int ERROR_FILTER_OPT
public static final int ERROR_FILTER_NAME
public final int USE_REALNAME
public static final int DEFAULT_CRITERIA
Constructor Detail |
---|
public FilterCriteria()
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |