AR System Java API

com.bmc.arsys.api
Class FilterCriteria

java.lang.Object
  extended by com.bmc.arsys.api.CriteriaFlags
      extended by com.bmc.arsys.api.ObjectBaseCriteria
          extended by com.bmc.arsys.api.FilterCriteria
All Implemented Interfaces:
Serializable, Cloneable

public class FilterCriteria
extends ObjectBaseCriteria
implements Serializable

The FilterCriteria class is used to specify the list of Filter information to retrieve from the AR System server.

See Also:
Serialized Form

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.
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

ORDER

public static final int ORDER
Returns execution order (from 0 to 1000) of specified filter.


WORKFLOW_CONNECT

public static final int WORKFLOW_CONNECT
Returns list of forms connected to specified filter. The filter must be associated with a single form or a list of forms that currently exists on the server.


OPERATION_SET

public static final int OPERATION_SET
Returns information about form operations that trigger the filter.


ENABLE

public static final int ENABLE
Returns information whether specified filter is disabled or enabled.


QUERY

public static final int QUERY
Returns qualifications that execute the specified filter.


ACTION_LIST

public static final int ACTION_LIST
Returns If list of specified filter.


ELSE_LIST

public static final int ELSE_LIST
Returns Else list of specified filter.


ERROR_FILTER_OPT

public static final int ERROR_FILTER_OPT

ERROR_FILTER_NAME

public static final int ERROR_FILTER_NAME

DEFAULT_CRITERIA

public static final int DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags.

Constructor Detail

FilterCriteria

public FilterCriteria()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.