| Package | Description |
|---|---|
| com.bmc.arsys.api | |
| com.bmc.arsys.demo.javadriver |
| Modifier and Type | Field and Description |
|---|---|
static FormType |
FormType.ALL
Returns all form types.
|
static FormType |
FormType.ALL_WITH_DATA
Returns all forms with data fields.
|
static FormType |
FormType.ALLOWED_IN_MFSEARCH
Returns list of all forms allowed in multi-form searches
|
static FormType |
FormType.ARCHIVE_DOWNLINK
Returns all forms that will get archived due to 'associations to follow for archive' if the
form specified by the
name parameter gets archived. |
static FormType |
FormType.DIALOG
Returns all display-only forms.
|
static FormType |
FormType.DOWNLINK
Returns all base or join forms that the form specified
by the
name parameter depends on |
static FormType |
FormType.FTS_SCAN_TIME
Returns list of all forms that should have fts scan update (view, vendor & join).
|
static FormType |
FormType.JOIN
Returns all join forms.
|
static FormType |
FormType.REGULAR
Returns all base forms.
|
static FormType |
FormType.UPLINK
Returns all join forms that depend on the form specified by the
name
parameter. |
static FormType |
FormType.VENDOR
Returns all vendor forms
|
static FormType |
FormType.VIEW
Returns all view forms
|
| Modifier and Type | Method and Description |
|---|---|
static FormType |
InputReader.getFormType() |
static FormType[] |
InputReader.getFormTypeList() |
? Copyright 2013 BMC Software, Inc.