com.bmc.arsys.api
Class ViewCriteria
java.lang.Object
com.bmc.arsys.api.CriteriaFlags
com.bmc.arsys.api.ObjectBaseCriteria
com.bmc.arsys.api.ViewCriteria
- All Implemented Interfaces:
- Serializable, Cloneable
public class ViewCriteria
- extends ObjectBaseCriteria
- implements Serializable
The ViewCriteria
class is used to specify
the list of View
information for any view object on
the AR System server.
- See Also:
- Serialized Form
Field Summary |
static int |
DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags. |
static int |
LOCALE
Locale of specified VUI. |
static int |
OBJ_PROPERTY_LIST
Object Property List |
static int |
VIEW_NAME
Deprecated. Prefer to use NAME. |
static int |
VUI_TYPE
VUI-type |
VIEW_NAME
@Deprecated
public static final int VIEW_NAME
- Deprecated. Prefer to use NAME.
LOCALE
public static final int LOCALE
- Locale of specified VUI.
VUI_TYPE
public static final int VUI_TYPE
- VUI-type
OBJ_PROPERTY_LIST
public static final int OBJ_PROPERTY_LIST
- Object Property List
DEFAULT_CRITERIA
public static final int DEFAULT_CRITERIA
- The default criteria -- allows for setting all other criteria flags.
ViewCriteria
public ViewCriteria()
© Copyright 2006, 2007 BMC Software, Inc.