|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.ReferenceType
The ReferenceType class specifies the type of
internal and external references that can be
used by the ReferenceBase.getReferenceType() method.
| Field Summary | |
static ReferenceType |
ABOUT_BOX_FORM
External reference to an About box schema. |
static ReferenceType |
ABOUT_BOX_IMAGE
External reference to an About box image |
static ReferenceType |
ACTIVELINK
Internal reference to an active link |
static ReferenceType |
ALL
All reference types |
static ReferenceType |
APPLICATION_DISABLE_BEGIN_TASK
External reference to a boolean value that specifies whether the Begin a Task menu item is disabled for this application. |
static ReferenceType |
APPLICATION_FORM_VUI
External reference to the ID of the schema view to use with the previous schema referenced in the list. |
static ReferenceType |
APPLICATION_FORMS
External reference specifying that the next reference in the list is a schema. |
static ReferenceType |
APPLICATION_HAS_EXT_HELP
External reference to whether application uses external help or not (boolean value) |
static ReferenceType |
APPLICATION_HELP_EXT
External reference to a string that specifies the help filename extension |
static ReferenceType |
APPLICATION_HELP_EXT2
|
static ReferenceType |
APPLICATION_HELP_EXT3
|
static ReferenceType |
APPLICATION_HELP_EXT4
|
static ReferenceType |
APPLICATION_HELP_EXT5
|
static ReferenceType |
APPLICATION_HELP_FILE
External reference to a bytelist that specifies the contents (not the name) of the help file to use with this application |
static ReferenceType |
APPLICATION_HELP_FILE_NAME
External reference to an application object help file's name, without the extension |
static ReferenceType |
APPLICATION_HELP_FILE_NAME2
|
static ReferenceType |
APPLICATION_HELP_FILE_NAME3
|
static ReferenceType |
APPLICATION_HELP_FILE_NAME4
|
static ReferenceType |
APPLICATION_HELP_FILE_NAME5
|
static ReferenceType |
APPLICATION_HELP_FILE2
|
static ReferenceType |
APPLICATION_HELP_FILE3
|
static ReferenceType |
APPLICATION_HELP_FILE4
|
static ReferenceType |
APPLICATION_HELP_FILE5
|
static ReferenceType |
APPLICATION_HELP_INDEX_EXT
External reference to an application object help file's index file extension |
static ReferenceType |
APPLICATION_HELP_INDEX_EXT2
|
static ReferenceType |
APPLICATION_HELP_INDEX_EXT3
|
static ReferenceType |
APPLICATION_HELP_INDEX_EXT4
|
static ReferenceType |
APPLICATION_HELP_INDEX_EXT5
|
static ReferenceType |
APPLICATION_HELP_INDEX_FILE
External reference to an application object help file's index file |
static ReferenceType |
APPLICATION_HELP_INDEX_FILE2
|
static ReferenceType |
APPLICATION_HELP_INDEX_FILE3
|
static ReferenceType |
APPLICATION_HELP_INDEX_FILE4
|
static ReferenceType |
APPLICATION_HELP_INDEX_FILE5
|
static ReferenceType |
APPLICATION_HELP_LABEL
|
static ReferenceType |
APPLICATION_HELP_LABEL2
|
static ReferenceType |
APPLICATION_HELP_LABEL3
|
static ReferenceType |
APPLICATION_HELP_LABEL4
|
static ReferenceType |
APPLICATION_HELP_LABEL5
|
static ReferenceType |
APPLICATION_PRIMARY_FORM
External reference specifying that the next reference in the list is the primary schema for this application. |
static ReferenceType |
APPLICATION_SUPPORT_FILES
|
static ReferenceType |
CHAR_MENU
Internal reference to a character menu |
static ReferenceType |
CONTAINER
Internal reference to a container |
static ReferenceType |
DISTMAPPING_DATA
External reference to a packing list's reference to data in the Distributed Mapping schema |
static ReferenceType |
ESCALATION
Internal reference to an escalation |
static ReferenceType |
FILTER
Internal reference to a filter |
static ReferenceType |
FLASH_BOARD_DEF
|
static ReferenceType |
FLASH_DATA_SOURCE_DEF
|
static ReferenceType |
FLASH_VARIABLE_DEF
|
static ReferenceType |
GROUP_DATA
External reference to a packing list's reference to data in the Group schema |
static ReferenceType |
ICON
External reference to an icon |
static ReferenceType |
MAXIMIZE_FORMS
External reference to a boolean value in container that specifies whether to maximize the forms of an application. |
static ReferenceType |
NONE
No references |
static ReferenceType |
NULL_STRING
External reference to a NULL string. |
static ReferenceType |
PACKINGLIST_APP
External reference to a packing list's reference to an application |
static ReferenceType |
PACKINGLIST_DSOPOOL
|
static ReferenceType |
PACKINGLIST_FILTER_GUIDE
|
static ReferenceType |
PACKINGLIST_GUIDE
External reference to a packing list's reference to a Guide |
static ReferenceType |
PACKINGLIST_PACK
External reference to a packing list's reference to a packing list |
static ReferenceType |
PACKINGLIST_WEBSERVICE
|
static ReferenceType |
SCHEMA
Internal reference to a schema |
static ReferenceType |
SMALL_ICON
External reference to a small icon |
static ReferenceType |
WS_ARXML_MAPPING
|
static ReferenceType |
WS_OPERATION
|
static ReferenceType |
WS_PROPERTIES
|
static ReferenceType |
WS_PUBLISHING_LOC
|
static ReferenceType |
WS_WSDL
|
static ReferenceType |
WS_XML_SCHEMA_LOC
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
toInt()
Returns an integer value of the reference type. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final ReferenceType NONE
public static final ReferenceType ALL
public static final ReferenceType SCHEMA
public static final ReferenceType FILTER
public static final ReferenceType ESCALATION
public static final ReferenceType ACTIVELINK
public static final ReferenceType CONTAINER
public static final ReferenceType CHAR_MENU
public static final ReferenceType ICON
public static final ReferenceType SMALL_ICON
public static final ReferenceType MAXIMIZE_FORMS
public static final ReferenceType APPLICATION_FORMS
public static final ReferenceType ABOUT_BOX_IMAGE
public static final ReferenceType ABOUT_BOX_FORM
public static final ReferenceType NULL_STRING
NULL string.public static final ReferenceType APPLICATION_HELP_EXT
public static final ReferenceType APPLICATION_HELP_FILE
public static final ReferenceType APPLICATION_PRIMARY_FORM
public static final ReferenceType APPLICATION_FORM_VUI
public static final ReferenceType APPLICATION_DISABLE_BEGIN_TASK
public static final ReferenceType APPLICATION_HELP_INDEX_EXT
public static final ReferenceType APPLICATION_HELP_INDEX_FILE
public static final ReferenceType APPLICATION_HELP_FILE_NAME
public static final ReferenceType PACKINGLIST_GUIDE
public static final ReferenceType PACKINGLIST_APP
public static final ReferenceType PACKINGLIST_PACK
public static final ReferenceType GROUP_DATA
public static final ReferenceType DISTMAPPING_DATA
public static final ReferenceType APPLICATION_HAS_EXT_HELP
public static final ReferenceType APPLICATION_SUPPORT_FILES
public static final ReferenceType PACKINGLIST_DSOPOOL
public static final ReferenceType PACKINGLIST_FILTER_GUIDE
public static final ReferenceType FLASH_BOARD_DEF
public static final ReferenceType FLASH_DATA_SOURCE_DEF
public static final ReferenceType FLASH_VARIABLE_DEF
public static final ReferenceType WS_PROPERTIES
public static final ReferenceType WS_OPERATION
public static final ReferenceType WS_ARXML_MAPPING
public static final ReferenceType WS_WSDL
public static final ReferenceType PACKINGLIST_WEBSERVICE
public static final ReferenceType WS_PUBLISHING_LOC
public static final ReferenceType APPLICATION_HELP_FILE_NAME2
public static final ReferenceType APPLICATION_HELP_EXT2
public static final ReferenceType APPLICATION_HELP_FILE2
public static final ReferenceType APPLICATION_HELP_INDEX_EXT2
public static final ReferenceType APPLICATION_HELP_INDEX_FILE2
public static final ReferenceType APPLICATION_HELP_FILE_NAME3
public static final ReferenceType APPLICATION_HELP_EXT3
public static final ReferenceType APPLICATION_HELP_FILE3
public static final ReferenceType APPLICATION_HELP_INDEX_EXT3
public static final ReferenceType APPLICATION_HELP_INDEX_FILE3
public static final ReferenceType APPLICATION_HELP_FILE_NAME4
public static final ReferenceType APPLICATION_HELP_EXT4
public static final ReferenceType APPLICATION_HELP_FILE4
public static final ReferenceType APPLICATION_HELP_INDEX_EXT4
public static final ReferenceType APPLICATION_HELP_INDEX_FILE4
public static final ReferenceType APPLICATION_HELP_FILE_NAME5
public static final ReferenceType APPLICATION_HELP_EXT5
public static final ReferenceType APPLICATION_HELP_FILE5
public static final ReferenceType APPLICATION_HELP_INDEX_EXT5
public static final ReferenceType APPLICATION_HELP_INDEX_FILE5
public static final ReferenceType APPLICATION_HELP_LABEL
public static final ReferenceType APPLICATION_HELP_LABEL2
public static final ReferenceType APPLICATION_HELP_LABEL3
public static final ReferenceType APPLICATION_HELP_LABEL4
public static final ReferenceType APPLICATION_HELP_LABEL5
public static final ReferenceType WS_XML_SCHEMA_LOC
| Method Detail |
public int toInt()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||