7.0 Action Request System Java API

com.remedy.arsys.api
Class SchemaCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.remedy.arsys.api.SchemaCriteria

public class SchemaCriteria
extends CriteriaFlags

The SchemaCriteria class is used to specify the list of Schema information to retrieve on a findByKey or findObjects call.


Field Summary
static int ADMIN_GROUP_LIST
          Returns groups who can administer this schema.
static int ARCHIVE_INFO
          Returns archive info of specified schema
static int CHANGE_DIARY
          Returns change diary of specified schema.
static int DEFAULT_VUI
          Returns default view of specified schema
static int ENTRYLIST_FIELDLIST
          Returns fields that identify the default query list for retrieving schema entries.
static int HELP_TEXT
          Returns help text of specified schema.
static int INDEX_LIST
          Returns indexes of schema.
static int LAST_CHANGED
          Returns user who made last change to specified schema.
static int NAME
          Returns the name of the specified schema.
static int OWNER
          Returns owner of specified schema.
static int PERMISSIONS
          Returns schema permissions.
static int PROPERTY_LIST
          Returns object property tags of specified schema.
static int SCHEMA_TYPE
          Returns specific type of schema, whether regular ("base") or join.
static int SORT_LIST
          Returns fields that identify the default sort order for retrieving schema entries.
static int TIMESTAMP
          Returns time stamp of specified schema.
 
Constructor Summary
SchemaCriteria()
          Constructs a new SchemaCriteria object.
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getParameters, getPropertiesToRetrieve, resetChangeFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_TYPE

public static final int SCHEMA_TYPE
Returns specific type of schema, whether regular ("base") or join.


PERMISSIONS

public static final int PERMISSIONS
Returns schema permissions.


ADMIN_GROUP_LIST

public static final int ADMIN_GROUP_LIST
Returns groups who can administer this schema.


ENTRYLIST_FIELDLIST

public static final int ENTRYLIST_FIELDLIST
Returns fields that identify the default query list for retrieving schema entries.


SORT_LIST

public static final int SORT_LIST
Returns fields that identify the default sort order for retrieving schema entries.


INDEX_LIST

public static final int INDEX_LIST
Returns indexes of schema.


HELP_TEXT

public static final int HELP_TEXT
Returns help text of specified schema.


TIMESTAMP

public static final int TIMESTAMP
Returns time stamp of specified schema.


OWNER

public static final int OWNER
Returns owner of specified schema.


LAST_CHANGED

public static final int LAST_CHANGED
Returns user who made last change to specified schema.


CHANGE_DIARY

public static final int CHANGE_DIARY
Returns change diary of specified schema.


PROPERTY_LIST

public static final int PROPERTY_LIST
Returns object property tags of specified schema. These are defined by AR System. You can select from the following constants:


DEFAULT_VUI

public static final int DEFAULT_VUI
Returns default view of specified schema


ARCHIVE_INFO

public static final int ARCHIVE_INFO
Returns archive info of specified schema


NAME

public static final int NAME
Returns the name of the specified schema.

Constructor Detail

SchemaCriteria

public SchemaCriteria()
Constructs a new SchemaCriteria object. By default all schema information is retrieved.


7.0 Action Request System Java API