|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.SchemaType
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 |
public static final SchemaType ALL
public static final SchemaType REGULAR
public static final SchemaType JOIN
public static final SchemaType VIEW
public static final SchemaType UPLINK
name
parameter.
public static final SchemaType DOWNLINK
name
parameter depends on
public static final SchemaType DIALOG
public static final SchemaType ALL_WITH_DATA
public static final SchemaType VENDOR
Method Detail |
public int toInt()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |