7.0 Action Request System Java API

com.remedy.arsys.api
Class SchemaType

java.lang.Object
  extended bycom.remedy.arsys.api.SchemaType

public final class SchemaType
extends java.lang.Object

The SchemaType class retrieves a list of schemas on the specified server. You can retrieve all (accessible) schemas or limit the list to schemas of a particular type or schemas modified after a specified time.


Field Summary
static SchemaType ALL
          Returns all schema types.
static SchemaType ALL_WITH_DATA
          Returns all schemas with data fields.
static SchemaType DIALOG
          Returns all display-only schemas.
static SchemaType DOWNLINK
          Returns all base or join schemas that the form specified by the name parameter depends on
static SchemaType JOIN
          Returns all join schemas.
static SchemaType REGULAR
          Returns all base schemas.
static SchemaType UPLINK
          Returns all join schemas that depend on the schema specified by the name parameter.
static SchemaType VENDOR
          Returns all vendor schemas
static SchemaType VIEW
          Returns all view schemas
 
Method Summary
 int toInt()
          Returns an integer value of the schema type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final SchemaType ALL
Returns all schema types.


REGULAR

public static final SchemaType REGULAR
Returns all base schemas.


JOIN

public static final SchemaType JOIN
Returns all join schemas.


VIEW

public static final SchemaType VIEW
Returns all view schemas


UPLINK

public static final SchemaType UPLINK
Returns all join schemas that depend on the schema specified by the name parameter.


DOWNLINK

public static final SchemaType DOWNLINK
Returns all base or join schemas that the form specified by the name parameter depends on


DIALOG

public static final SchemaType DIALOG
Returns all display-only schemas.


ALL_WITH_DATA

public static final SchemaType ALL_WITH_DATA
Returns all schemas with data fields.


VENDOR

public static final SchemaType VENDOR
Returns all vendor schemas

Method Detail

toInt

public int toInt()
Returns an integer value of the schema type.


7.0 Action Request System Java API