AR System Java API
A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABOUT_BOX_FORM - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an About box form.
ABOUT_BOX_IMAGE - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an About box image
Action - Class in com.bmc.arsys.api
Reserved for internal use.
Action() - Constructor for class com.bmc.arsys.api.Action
 
ACTION_LIST - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns If list of specified active link.
ACTION_LIST - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns If list of specified escalation.
ACTION_LIST - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns If list of specified filter.
ActionDeferred - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
actionNo - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
ActionNo - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
ActionStr - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
activate() - Method in class com.bmc.arsys.api.Container
AR System reserved method.
ACTIVE_LINK - Static variable in class com.bmc.arsys.api.StructItemInfo
Active link definition
ActiveLink - Class in com.bmc.arsys.api
The ActiveLink class and methods are used to represent the properties of active link objects.
ActiveLink() - Constructor for class com.bmc.arsys.api.ActiveLink
construct an empty activeLink instance
ActiveLink(int, List<String>, List<Integer>, int, int, int, boolean, QualifierInfo, List<ActiveLinkAction>, List<ActiveLinkAction>, ObjectPropertyMap, String, String, int, String, String, String) - Constructor for class com.bmc.arsys.api.ActiveLink
construct an activelink instance with the provided characteristics
ACTIVELINK - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to an active link
ActiveLinkAction - Interface in com.bmc.arsys.api
The ActiveLinkAction class and methods are used for implementing active link actions.
ActiveLinkCriteria - Class in com.bmc.arsys.api
The ActiveLinkCriteria class is used to specify the list of ActiveLink information to retrieve call from the AR System server.
ActiveLinkCriteria() - Constructor for class com.bmc.arsys.api.ActiveLinkCriteria
 
ActiveLinkGuide - Class in com.bmc.arsys.api
The following actions used to control the execution of guides: Call Guide active link action—Executes or invokes a guide.
ActiveLinkGuide() - Constructor for class com.bmc.arsys.api.ActiveLinkGuide
 
ACTLINK_DIR - Static variable in class com.bmc.arsys.api.ServerInfo
Name of a directory where all external processes to be run by active links must reside.
ACTLINK_SHELL - Static variable in class com.bmc.arsys.api.ServerInfo
Name of a shell to use when running external processes from an active link.
addFromField(QueryFormField) - Method in class com.bmc.arsys.api.QueryBase
Adds a new item to the list of the QueryFormField fields that the dynamic query selects.
addFromField(int, int, IQuerySource) - Method in class com.bmc.arsys.api.QueryBase
Adds a new item to the list of the QueryFormField fields that the dynamic query selects.
addFromField(int, IQuerySource) - Method in class com.bmc.arsys.api.QueryBase
Adds a new item to the list of the QueryFormField fields that the dynamic query selects.
addFromSource(IQuerySource) - Method in class com.bmc.arsys.api.QueryBase
Adds a new item to the list of the IQuerySource sources that the dynamic query selects from.
addFromSource(QuerySourceForm, boolean) - Method in class com.bmc.arsys.api.RecursiveQuery
Adds a new form to the list of the IQuerySource sources that the recursive query selects from.
addGroupBy(QueryFormField) - Method in class com.bmc.arsys.api.QueryBase
Adds new having object to the list
addHaving(QualifierInfo) - Method in class com.bmc.arsys.api.QueryBase
Adds new having object to the list
addInputAssignment(int, AssignInfo) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(AssignInfo) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(int, int) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(int) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(int, double) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(double) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(int, String) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(String) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
addInputAssignment(AssignInfo) - Method in class com.bmc.arsys.api.SetFieldsFromWebService
 
addInputAssignment(double) - Method in class com.bmc.arsys.api.SetFieldsFromWebService
 
addSortByInfo(SortInfo) - Method in class com.bmc.arsys.api.RegularQuery
Adds new SortInfo object to the list
adjustConnectionPoolVariables(ProxyManager.PoolInfo) - Static method in class com.bmc.arsys.api.ProxyManager
Dynamically adjusts proxy connection pool sizes for each server when connection pooling is used.
ADMIN_EXT - Static variable in class com.bmc.arsys.api.StructItemInfo
No longer supported.
ADMIN_GROUP_LIST - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the list of zero or more groups who can administer this container (and the referenced objects).
ADMIN_GROUP_LIST - Static variable in class com.bmc.arsys.api.FormCriteria
Returns groups who can administer this form.
ADMIN_ONLY - Static variable in class com.bmc.arsys.api.ServerInfo
Flag indicating whether the server is in Administrator Only mode (1) or not (0).
ADMIN_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
afterFieldSet(Field) - Method in interface com.bmc.arsys.api.ExtendedClassCallbackHandler
[OPTIONAL: The client programs can implement this method simply with empty body, just to fullfill the interface.]

This method will be called by the Java API, once per field, after the API implementation initializes that field value of a given extended class.
afterFieldsSet(Class) - Method in interface com.bmc.arsys.api.ExtendedClassCallbackHandler
[OPTIONAL: The client programs can implement this method simply with empty body, just to fullfill the interface.]

This method will be called by the Java API when it traverses up the class hierarchy of a given extended class, once per class in the hierarchy after the API implementation initializes members of that class.
afterInstanceConstructed() - Method in interface com.bmc.arsys.api.ExtendedClassCallbackHandler
This method will be invoked after Java API instantiates an object of extended type and after finishing the initialization of it.
AlertCallbackHandler - Interface in com.bmc.arsys.api
An Alert receiving client class implements AlertCallbackHandler interface and supplies an instance of it to AlertReceiver.
AlertMessageCriteria - Class in com.bmc.arsys.api
The AlertMessageCriteria class defines what values you want returned for a particular message.
AlertMessageCriteria() - Constructor for class com.bmc.arsys.api.AlertMessageCriteria
 
AlertMessageInfo - Class in com.bmc.arsys.api
The AlertMessageInfo class is used to decode a formatted alert message and return its component parts, for example, timestamp, source type, and so on.
AlertMessageInfo() - Constructor for class com.bmc.arsys.api.AlertMessageInfo
Default constructor
AlertMessageInfo(Timestamp, int, int, String, String, String, String, String) - Constructor for class com.bmc.arsys.api.AlertMessageInfo
 
AlertMessageInfo(Timestamp, int, int, String, String, String, String, String, String) - Constructor for class com.bmc.arsys.api.AlertMessageInfo
 
AlertReceiver - Class in com.bmc.arsys.api
Helper class to facilitate programming AR System Alert client programs.
AlertReceiver(AlertCallbackHandler) - Constructor for class com.bmc.arsys.api.AlertReceiver
Constructs an AlertReceiver.
AlertReceiver(AlertCallbackHandler, int) - Constructor for class com.bmc.arsys.api.AlertReceiver
Constructs an AlertReceiver.
ALERTTEXT - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the alertText.
ALL - Static variable in class com.bmc.arsys.api.ContainerOwner
All containers, owned and unowned ones.
ALL - Static variable in class com.bmc.arsys.api.ContainerType
All container types
ALL - Static variable in class com.bmc.arsys.api.FormType
Returns all form types.
ALL - Static variable in class com.bmc.arsys.api.ReferenceType
All reference types
ALL_WITH_DATA - Static variable in class com.bmc.arsys.api.FormType
Returns all forms with data fields.
ALLOW_GUESTS - Static variable in class com.bmc.arsys.api.ServerInfo
Flag indicating whether the server accepts guest users.
AP_DEFN_CHECK - Static variable in class com.bmc.arsys.api.ServerInfo
Length of time in seconds between checks by an application service to verify that definitions it is using from AR System are correct.
AP_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if approval tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AP_RPC_SOCKET - Static variable in class com.bmc.arsys.api.ServerInfo
RPC program number the approval server will use when contacting the AR System.
API_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if API tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
ApiCall - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
APP_SERVICE_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
AR System Application Service password.
appendDiaryText(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
 
appendDiaryText(String) - Method in class com.bmc.arsys.api.ObjectBase
 
APPL_PENDING - Static variable in class com.bmc.arsys.api.ServerInfo
The name of the form that contains the pending list of application commands to be processed.
APPLICATION - Static variable in class com.bmc.arsys.api.ContainerType
Application container
APPLICATION - Static variable in class com.bmc.arsys.api.StructItemInfo
Definition of Applications.
APPLICATION_ADD_FORMACTION_FIELDS - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_AUDIT - Static variable in class com.bmc.arsys.api.ServerInfo
(character string) Application license audit line.
APPLICATION_AUTOLAYOUT_SS - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_DISABLE_BEGIN_TASK - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a boolean value that specifies whether the Begin a Task menu item is disabled for this application.
APPLICATION_FORM_VUI - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to the ID of the form view to use with the previous form referenced in the list.
APPLICATION_FORMACTION_ROW_ORDER_STR - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_FORMS - Static variable in class com.bmc.arsys.api.ReferenceType
External reference specifying that the next reference in the list is a form.
APPLICATION_HAS_EXT_HELP - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to whether application uses external help or not (boolean value)
APPLICATION_HELP_EXT - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a string that specifies the help filename extension
APPLICATION_HELP_EXT2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_EXT3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_EXT4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_EXT5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a bytelist that specifies the contents (not the name) of the help file to use with this application
APPLICATION_HELP_FILE2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE_NAME - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an application object help file's name, without the extension
APPLICATION_HELP_FILE_NAME2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE_NAME3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE_NAME4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_FILE_NAME5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_EXT - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an application object help file's index file extension
APPLICATION_HELP_INDEX_EXT2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_EXT3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_EXT4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_EXT5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_FILE - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an application object help file's index file
APPLICATION_HELP_INDEX_FILE2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_FILE3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_FILE4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_INDEX_FILE5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_LABEL - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_LABEL2 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_LABEL3 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_LABEL4 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_HELP_LABEL5 - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_PAGE_PROPERTIES - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_PRIMARY_FORM - Static variable in class com.bmc.arsys.api.ReferenceType
External reference specifying that the next reference in the list is the primary form for this application.
APPLICATION_SUPPORT_FILES - Static variable in class com.bmc.arsys.api.ReferenceType
 
APPLICATION_TABLE_FIXED_HEADER - Static variable in class com.bmc.arsys.api.ReferenceType
 
ApplicationContainer - Class in com.bmc.arsys.api
 
ApplicationContainer() - Constructor for class com.bmc.arsys.api.ApplicationContainer
 
AR_ACCESS_OPTION_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Enables the user to read the data field value but not to access the value, or to enter/modify data in the field.
AR_ACCESS_OPTION_READ_ONLY - Static variable in interface com.bmc.arsys.api.Constants
Enables the user to read and access the contents of the data field (to copy it, for example), but not to enter/modify data, in Change Field active link action.
AR_ACCESS_OPTION_READ_WRITE - Static variable in interface com.bmc.arsys.api.Constants
Enables the user to read the contents of the data field and enter/modify data as required, in Change Field active link action.
AR_ACCESS_OPTION_UNCHANGED - Static variable in interface com.bmc.arsys.api.Constants
Leaves the access setting as it is for the data field in Change Field active link action.
AR_ACTIVE_LINK_ACTION_AUTO - Static variable in interface com.bmc.arsys.api.Constants
Performs the specified OLE automation.
AR_ACTIVE_LINK_ACTION_CALLGUIDE - Static variable in interface com.bmc.arsys.api.Constants
Executes the specified guide.
AR_ACTIVE_LINK_ACTION_CLOSEWND - Static variable in interface com.bmc.arsys.api.Constants
Closes a dialog or schema window.
AR_ACTIVE_LINK_ACTION_COMMITC - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_DDE - Static variable in interface com.bmc.arsys.api.Constants
Performs the specified DDE action.
AR_ACTIVE_LINK_ACTION_EXITGUIDE - Static variable in interface com.bmc.arsys.api.Constants
Exits the current guide or all guides.
AR_ACTIVE_LINK_ACTION_FIELDP - Static variable in interface com.bmc.arsys.api.Constants
Transfers, or pushes, data from a field in the current schema to another schema.
AR_ACTIVE_LINK_ACTION_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
Sets values for the specified fields.
AR_ACTIVE_LINK_ACTION_GOTOACTION - Static variable in interface com.bmc.arsys.api.Constants
Goes to the active link with the specified execution order.
AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL - Static variable in interface com.bmc.arsys.api.Constants
Goes to the specified active link within current guide.
AR_ACTIVE_LINK_ACTION_MACRO - Static variable in interface com.bmc.arsys.api.Constants
Executes the specified macro.
AR_ACTIVE_LINK_ACTION_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Displays the specified message.
AR_ACTIVE_LINK_ACTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_DETAIL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_LST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_SPLIT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_DLG - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window as a dialog box.
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in display mode.
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in display mode only as a details pane.
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in display mode only as a results list.
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in display mode as a split window that contains both results list and details pane.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify mode.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify mode only as a details pane.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action open window in modify mode skipping all workflows except for window open and window display workflow.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_DETAIL - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify direct mode only as a details pane.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_LST - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify direct mode only as a results list.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_SPLIT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in display mode as a split window that contains both results list and details pane.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify mode only as a results list.
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in modify mode as a split window that contains both results list and details pane.
AR_ACTIVE_LINK_ACTION_OPEN_POPUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_ACTIVE_LINK_ACTION_OPEN_REPORT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in report mode.
AR_ACTIVE_LINK_ACTION_OPEN_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in search mode.
AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Active link Open Window action opens window in submit mode.
AR_ACTIVE_LINK_ACTION_OPENDLG - Static variable in interface com.bmc.arsys.api.Constants
Opens a schema in one of the following window types: Dialog Search Submit Modify Display Report
AR_ACTIVE_LINK_ACTION_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
Executes the specified command.
AR_ACTIVE_LINK_ACTION_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
Service action type indicator
AR_ACTIVE_LINK_ACTION_SET_CHAR - Static variable in interface com.bmc.arsys.api.Constants
Sets characteristics for the specified field.
AR_ACTIVE_LINK_ACTION_SQL - Static variable in interface com.bmc.arsys.api.Constants
Performs the specified SQL statements.
AR_ACTIVE_LINK_ACTION_WAIT - Static variable in interface com.bmc.arsys.api.Constants
Causes the current guide to wait for user input.
AR_ALERT_ACK - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_ITEM_COUNT - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_ITEM_COUNT_V1 - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_PRIORITY - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_PROTOCOL_VERSION - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SEPARATOR - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SERVER_VERSION - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_FORM - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_FORM_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_OBJECT - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_OBJECT_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_SERVER - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_SERVER_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_SVR_ADDR - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_SOURCE_SVR_ADDR_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_TEXT - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_TEXT_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_TIMESTAMP - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_MSG_TOTAL_LEN - Static variable in class com.bmc.arsys.api.AlertMessageInfo
Constants holding definitions for alert message items
AR_ALERT_MSG_TYPE_CODE - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_SOURCE_AR - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_SOURCE_CHECK - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_SOURCE_FB - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_SOURCE_FIRST - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALERT_SOURCE_GP - Static variable in class com.bmc.arsys.api.AlertMessageInfo
 
AR_ALL_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns all data fields.
AR_ALLOW_DRILL_DOWN_IN_WEB_REPORTS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_APP_TYPE_DISTRIBUTABLE - Static variable in interface com.bmc.arsys.api.Constants
Deployable application type.
AR_APP_TYPE_LOCAL - Static variable in interface com.bmc.arsys.api.Constants
Local application type
AR_APPL_AUDIT_FILE - Static variable in interface com.bmc.arsys.api.Constants
Application audit file (appl.aud)
AR_APPL_VIOLATION_FILE - Static variable in interface com.bmc.arsys.api.Constants
Application audit violation file (appl.vio)
AR_ARCHIVE_DELETE - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "delete from main form"
AR_ARCHIVE_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete from main form
AR_ARCHIVE_FILE_ARX - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "archive to file in ARX format"
AR_ARCHIVE_FILE_ARX - Static variable in interface com.bmc.arsys.api.Constants
Archive to file in ARX format
AR_ARCHIVE_FILE_XML - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "archive to file in XML format"
AR_ARCHIVE_FILE_XML - Static variable in interface com.bmc.arsys.api.Constants
Archive to file in XML format
AR_ARCHIVE_FORM - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "copy to form"
AR_ARCHIVE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Copy to form
AR_ARCHIVE_NO_ATTACHMENTS - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "do not archive attachments"
AR_ARCHIVE_NO_ATTACHMENTS - Static variable in interface com.bmc.arsys.api.Constants
Do not archive attachments
AR_ARCHIVE_NO_DIARY - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "do not archive diary fields"
AR_ARCHIVE_NO_DIARY - Static variable in interface com.bmc.arsys.api.Constants
Do not archive diary fields
AR_ARCHIVE_NONE - Static variable in class com.bmc.arsys.api.ArchiveInfo
the archive type is "no archive"
AR_ARCHIVE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No archive
AR_ARITH_OP_ADD - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_ADD adds the left and right operands.
AR_ARITH_OP_ADD - Static variable in interface com.bmc.arsys.api.Constants
Adds the left and right operands.
AR_ARITH_OP_DIVIDE - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_DIVIDE divides the left operand by the right operand.
AR_ARITH_OP_DIVIDE - Static variable in interface com.bmc.arsys.api.Constants
Divides the left operand by the right operand.
AR_ARITH_OP_MODULO - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_MODULO finds the remainder after dividing the left operand by the right operand.
AR_ARITH_OP_MODULO - Static variable in interface com.bmc.arsys.api.Constants
Finds the remainder after dividing the left operand by the right operand.
AR_ARITH_OP_MULTIPLY - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_MULTIPLY multiplies the left and right operands.
AR_ARITH_OP_MULTIPLY - Static variable in interface com.bmc.arsys.api.Constants
Multiplies the left and right operands.
AR_ARITH_OP_NEGATE - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_NEGATE changes the sign of the right operand (left operand is ignored).
AR_ARITH_OP_NEGATE - Static variable in interface com.bmc.arsys.api.Constants
Changes the sign of the right operand (left operand is ignored).
AR_ARITH_OP_SUBTRACT - Static variable in class com.bmc.arsys.api.ArithmeticOperationInfo
AR_ARITH_OP_SUBTRACT subtracts the right operand from the left operand.
AR_ARITH_OP_SUBTRACT - Static variable in interface com.bmc.arsys.api.Constants
Subtracts the right operand from the left operand.
AR_ARITHMETIC - Static variable in interface com.bmc.arsys.api.Constants
Result value from an arithmetic operation to compare in a relational operation.
AR_ASSIGN_TYPE_ARITH - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_ARITH is the result value from an arithmetic operation.
AR_ASSIGN_TYPE_ARITH - Static variable in interface com.bmc.arsys.api.Constants
Result value from an arithmetic operation.
AR_ASSIGN_TYPE_DDE - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_DDE is the result value from a DDE request to another application.
AR_ASSIGN_TYPE_DDE - Static variable in interface com.bmc.arsys.api.Constants
Result value from a DDE request to another application.
AR_ASSIGN_TYPE_FIELD - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_FIELD is a Form field value.
AR_ASSIGN_TYPE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Schema field value.
AR_ASSIGN_TYPE_FILTER_API - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_FILTER_API is the result value from a filter API command.
AR_ASSIGN_TYPE_FILTER_API - Static variable in interface com.bmc.arsys.api.Constants
Result value from an filter api call.
AR_ASSIGN_TYPE_FUNCTION - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_FUNCTION is the return value from a function.
AR_ASSIGN_TYPE_FUNCTION - Static variable in interface com.bmc.arsys.api.Constants
Return value from a function.
AR_ASSIGN_TYPE_NONE - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_NONE No value is assigned.
AR_ASSIGN_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No value.
AR_ASSIGN_TYPE_PROCESS - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_PROCESS is the output value from successful execution of an operating system process or command.
AR_ASSIGN_TYPE_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
Output value from successful execution of an operating system process or command.
AR_ASSIGN_TYPE_SQL - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_SQL is the result value from a SQL command.
AR_ASSIGN_TYPE_SQL - Static variable in interface com.bmc.arsys.api.Constants
Result value from an SQL command.
AR_ASSIGN_TYPE_VALUE - Static variable in class com.bmc.arsys.api.AssignInfo
AR_ASSIGN_TYPE_VALUE is a Constant or keyword value.
AR_ASSIGN_TYPE_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Constant or keyword value.
AR_ATTACH_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns attachment fields.
AR_ATTACH_FIELD_TYPE_EMBED - Static variable in interface com.bmc.arsys.api.Constants
Embedded type file is stored.
AR_ATTACH_FIELD_TYPE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future AR System use.
AR_ATTACH_POOL_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns attachment pools fields.
AR_ATTRIB_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Hidden attribute for AR System objects.
AR_ATTRIB_NONE - Static variable in interface com.bmc.arsys.api.Constants
Object is visible.
AR_ATTRIB_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
Default attribute is visible.
AR_AUDIT_COPY - Static variable in interface com.bmc.arsys.api.Constants
Audit style copy (to form)
AR_AUDIT_LOG - Static variable in interface com.bmc.arsys.api.Constants
Audit style log (to file)
AR_AUDIT_LOG_SHADOW - Static variable in interface com.bmc.arsys.api.Constants
to indicate a log shadow form - internal use only
AR_AUDIT_NONE - Static variable in interface com.bmc.arsys.api.Constants
Audit style none
AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Perform auditing as per the server information setting
AR_AUDIT_ONLY_CHNG_FLDS_NO - Static variable in interface com.bmc.arsys.api.Constants
Audit all records
AR_AUDIT_ONLY_CHNG_FLDS_YES - Static variable in interface com.bmc.arsys.api.Constants
Audit only changed records
AR_BULK_ENTRY_ACTION_CANCEL - Static variable in interface com.bmc.arsys.api.Constants
End the transaction without transmitting the bundle of entry related calls to the server
AR_BULK_ENTRY_ACTION_SEND - Static variable in interface com.bmc.arsys.api.Constants
Transmit the bundle of entry related calls to the server and end the transaction
AR_BULK_ENTRY_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Entry creation bulk entry call type
AR_BULK_ENTRY_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Entry deletion bulk entry call type
AR_BULK_ENTRY_MERGE - Static variable in interface com.bmc.arsys.api.Constants
Entry merging bulk entry call type
AR_BULK_ENTRY_SET - Static variable in interface com.bmc.arsys.api.Constants
Entry modification bulk entry call type
AR_BULK_ENTRY_XMLCREATE - Static variable in interface com.bmc.arsys.api.Constants
XML entry creation bulk entry call type
AR_BULK_ENTRY_XMLDELETE - Static variable in interface com.bmc.arsys.api.Constants
XML entry deletion bulk entry call type
AR_BULK_ENTRY_XMLSET - Static variable in interface com.bmc.arsys.api.Constants
XML entry modification bulk entry call type
AR_BYTE_LIST_AUTH_STRING - Static variable in interface com.bmc.arsys.api.Constants
Windows domain name / auth str
AR_BYTE_LIST_FUNC_PTR - Static variable in interface com.bmc.arsys.api.Constants
Byte list with a function ptr in it
AR_BYTE_LIST_GIF - Static variable in interface com.bmc.arsys.api.Constants
Image type GIF
AR_BYTE_LIST_JPEG - Static variable in interface com.bmc.arsys.api.Constants
Background image (.jpg or .jpeg) for the details pane.
AR_BYTE_LIST_LOCALIZED_FILE - Static variable in interface com.bmc.arsys.api.Constants
Localized file
AR_BYTE_LIST_PCX - Static variable in interface com.bmc.arsys.api.Constants
Background image (.pcx) for the details pane.
AR_BYTE_LIST_PNG - Static variable in interface com.bmc.arsys.api.Constants
Image type PNG
AR_BYTE_LIST_SELF_DEFINED - Static variable in interface com.bmc.arsys.api.Constants
Background image for the details pane in whatever format you specify.
AR_BYTE_LIST_TARGA - Static variable in interface com.bmc.arsys.api.Constants
Background image (.tga) for the details pane.
AR_BYTE_LIST_TIFF - Static variable in interface com.bmc.arsys.api.Constants
Background image (.tiff) for the details pane.
AR_BYTE_LIST_WIN30_BITMAP - Static variable in interface com.bmc.arsys.api.Constants
Background image (Windows .bmp) for the details pane.
AR_CACHE_ADMINONLYCREATE_EVENT - Static variable in interface com.bmc.arsys.api.Constants
Cache Event Ids that we support as valid events for API ARGetCacheEvent
AR_CACHE_ADMINONLYPUBLIC_EVENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_CACHE_DPROP_ALL - Static variable in interface com.bmc.arsys.api.Constants
Cache all
AR_CACHE_DPROP_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Cache field definition
AR_CACHE_DPROP_NONE - Static variable in interface com.bmc.arsys.api.Constants
Cache none
AR_CACHE_DPROP_VUI - Static variable in interface com.bmc.arsys.api.Constants
Cache vui definition
AR_CACHE_EVENT_MAX - Static variable in interface com.bmc.arsys.api.Constants
Max number of cache events we support.
AR_CACHE_FREE_EVENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_CACHE_GROUPCHANGEPUBLIC_EVENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_CALL_GUIDE_FORM_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
mask for guideMode, form will open in hidden mode
AR_CALL_GUIDE_LOOP_ALL_ROWS_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
mask for guideMode, table loop guide will loop on visible rows only
AR_CALL_GUIDE_LOOP_SELECTED_ONLY - Static variable in interface com.bmc.arsys.api.Constants
mask for guideMode, table loop guide will loop on selected rows only
AR_CASE_INSENSITIVE_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Full Text Search case insensitive searching.
AR_CASE_SENSITIVE_NO - Static variable in interface com.bmc.arsys.api.Constants
RDBMS is case insensitive.
AR_CASE_SENSITIVE_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Full Text Search case sensitive searching.
AR_CASE_SENSITIVE_YES - Static variable in interface com.bmc.arsys.api.Constants
RDBMS is case sensitive.
AR_CATALOG_FILENAME - Static variable in interface com.bmc.arsys.api.ARErrors
Error message catalog.
AR_CHAR_MENU_DATA_DICTIONARY - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on Data Dictionary.
AR_CHAR_MENU_DD_DB_NAME - Static variable in interface com.bmc.arsys.api.Constants
Unique database name for item used in Data-Dictionary name type.
AR_CHAR_MENU_DD_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Data-dictionary menu sub-type, in which the menu is a list of fields on the schema.
AR_CHAR_MENU_DD_FORM - Static variable in interface com.bmc.arsys.api.Constants
Data-dictionary menu sub-type, in which the menu is a list of forms on the server.
AR_CHAR_MENU_DD_FORMAT_DOLLARS - Static variable in interface com.bmc.arsys.api.Constants
Name with dollar signs used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_DOLLARSL - Static variable in interface com.bmc.arsys.api.Constants
Localized name with dollar signs used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_ID - Static variable in interface com.bmc.arsys.api.Constants
ID only used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_ID_L - Static variable in interface com.bmc.arsys.api.Constants
ID and localized name used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_ID_NAME - Static variable in interface com.bmc.arsys.api.Constants
ID and name used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_L_NAME - Static variable in interface com.bmc.arsys.api.Constants
;local;name (first * sep match) used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name only used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_NAME_L - Static variable in interface com.bmc.arsys.api.Constants
Name and localized name used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_NAMEL - Static variable in interface com.bmc.arsys.api.Constants
Localized name only used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_NONE - Static variable in interface com.bmc.arsys.api.Constants
No value used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_QUOTES - Static variable in interface com.bmc.arsys.api.Constants
Name with quotes used in Data-Dictionary value format.
AR_CHAR_MENU_DD_FORMAT_QUOTESL - Static variable in interface com.bmc.arsys.api.Constants
Localized name with quotes used in Data-Dictionary value format.
AR_CHAR_MENU_DD_ID - Static variable in interface com.bmc.arsys.api.Constants
ID for the item used in Data-Dictionary name type.
AR_CHAR_MENU_DD_LOCAL_NAME - Static variable in interface com.bmc.arsys.api.Constants
Localized label/alias for item used in Data-Dictionary name type.
AR_CHAR_MENU_DD_NONE - Static variable in interface com.bmc.arsys.api.Constants
No data-dictionary menu.
AR_CHAR_MENU_FILE - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on formatted flat file.
AR_CHAR_MENU_LIST - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on menu list definitions.
AR_CHAR_MENU_NONE - Static variable in interface com.bmc.arsys.api.Constants
No character menu.
AR_CHAR_MENU_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on schema query.
AR_CHAR_MENU_SQL - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on SQL query.
AR_CHAR_MENU_SS - Static variable in interface com.bmc.arsys.api.Constants
Character menu items based on SS.
AR_CLIENT_TYPE_ALERT - Static variable in interface com.bmc.arsys.api.Constants
Remedy Alert
AR_CLIENT_TYPE_APPROVAL - Static variable in interface com.bmc.arsys.api.Constants
Approval Server
AR_CLIENT_TYPE_ASSET_CHARGE_BACK - Static variable in interface com.bmc.arsys.api.Constants
Asset Charge Back plugin
AR_CLIENT_TYPE_ASSET_RLE_CONFIG - Static variable in interface com.bmc.arsys.api.Constants
Asset RLE Configuration plugin
AR_CLIENT_TYPE_ASSET_SOFTWARE_USAGE - Static variable in interface com.bmc.arsys.api.Constants
Asset Software Usage plugin
AR_CLIENT_TYPE_ASSET_SWLM_RULE_ENGINE - Static variable in interface com.bmc.arsys.api.Constants
Asset SWLM Rule Engine plugin
AR_CLIENT_TYPE_ASSIGNMENT_ENGINE - Static variable in interface com.bmc.arsys.api.Constants
Assignment Engine
AR_CLIENT_TYPE_ATRIUM - Static variable in interface com.bmc.arsys.api.Constants
Atrium SSO Server
AR_CLIENT_TYPE_ATRIUMSSO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_CLIENT_TYPE_CACHE - Static variable in interface com.bmc.arsys.api.Constants
arcache
AR_CLIENT_TYPE_CHANGE_ID - Static variable in interface com.bmc.arsys.api.Constants
archgid
AR_CLIENT_TYPE_CHANGE_SEL - Static variable in interface com.bmc.arsys.api.Constants
archgsel
AR_CLIENT_TYPE_CMDB_DRIVER - Static variable in interface com.bmc.arsys.api.Constants
CMDB Driver
AR_CLIENT_TYPE_CMDB_ENGINE - Static variable in interface com.bmc.arsys.api.Constants
CMDB Engine
AR_CLIENT_TYPE_DEBUGGER - Static variable in interface com.bmc.arsys.api.Constants
debugger
AR_CLIENT_TYPE_DEVELOPER_STUDIO - Static variable in interface com.bmc.arsys.api.Constants
Developer Studio
AR_CLIENT_TYPE_DISPATCHER - Static variable in interface com.bmc.arsys.api.Constants
Dispatcher, acting as a distributor of application
AR_CLIENT_TYPE_DIST - Static variable in interface com.bmc.arsys.api.Constants
ardist
AR_CLIENT_TYPE_DRIVER - Static variable in interface com.bmc.arsys.api.Constants
Driver
AR_CLIENT_TYPE_DSO - Static variable in interface com.bmc.arsys.api.Constants
Distributed Server Option
AR_CLIENT_TYPE_EIE - Static variable in interface com.bmc.arsys.api.Constants
Enterprise Integration Engine
AR_CLIENT_TYPE_END_OF_PRODUCT - Static variable in interface com.bmc.arsys.api.Constants
End of AR System client Productized products
AR_CLIENT_TYPE_END_OF_RESERVED_RANGE - Static variable in interface com.bmc.arsys.api.Constants
AR Client type end of reserved range
AR_CLIENT_TYPE_FLASHBOARDS - Static variable in interface com.bmc.arsys.api.Constants
Flashboard
AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER - Static variable in interface com.bmc.arsys.api.Constants
Flashboard Mid Tier
AR_CLIENT_TYPE_FT_TEXT_READER - Static variable in interface com.bmc.arsys.api.Constants
Full Text Reader
AR_CLIENT_TYPE_HELP - Static variable in interface com.bmc.arsys.api.Constants
arhelp
AR_CLIENT_TYPE_IMPORT_CMD - Static variable in interface com.bmc.arsys.api.Constants
Command line import tool
AR_CLIENT_TYPE_INSTALLER - Static variable in interface com.bmc.arsys.api.Constants
AR System Installer
AR_CLIENT_TYPE_ITSM_APPQUERY - Static variable in interface com.bmc.arsys.api.Constants
ITSM AppQuery plugin
AR_CLIENT_TYPE_ITSM_CAI - Static variable in interface com.bmc.arsys.api.Constants
ITSM CAI plugin
AR_CLIENT_TYPE_ITSM_COMMON - Static variable in interface com.bmc.arsys.api.Constants
ITSM Common plugin
AR_CLIENT_TYPE_ITSM_NEXT_ID - Static variable in interface com.bmc.arsys.api.Constants
ITSM Next ID plugin
AR_CLIENT_TYPE_ITSM_UTILITY - Static variable in interface com.bmc.arsys.api.Constants
ITSM Utility plugin
AR_CLIENT_TYPE_JANITOR - Static variable in interface com.bmc.arsys.api.Constants
arjanitor
AR_CLIENT_TYPE_LABEL - Static variable in interface com.bmc.arsys.api.Constants
arlabel
AR_CLIENT_TYPE_MAIL - Static variable in interface com.bmc.arsys.api.Constants
AR mail including UNIX® armaild and armailex (Windows)
AR_CLIENT_TYPE_MAIL_DAEMON - Static variable in interface com.bmc.arsys.api.Constants
New Remedy Email Engine, NOT armaild
AR_CLIENT_TYPE_MENU - Static variable in interface com.bmc.arsys.api.Constants
armenu
AR_CLIENT_TYPE_MID_TIER - Static variable in interface com.bmc.arsys.api.Constants
Mid Tier in 5.0 and later
AR_CLIENT_TYPE_MIGRATOR - Static variable in interface com.bmc.arsys.api.Constants
Atrium AR Migrator
AR_CLIENT_TYPE_NORMALIZATION_ENGINE - Static variable in interface com.bmc.arsys.api.Constants
Normalization Engine
AR_CLIENT_TYPE_OBJSTR - Static variable in interface com.bmc.arsys.api.Constants
Object Store API
AR_CLIENT_TYPE_OBJSTR_SYNC - Static variable in interface com.bmc.arsys.api.Constants
Object Store Sync Utility
AR_CLIENT_TYPE_ODBC - Static variable in interface com.bmc.arsys.api.Constants
AR ODBC used in reporting
AR_CLIENT_TYPE_PALM_PILOT - Static variable in interface com.bmc.arsys.api.Constants
Palm Pilot
AR_CLIENT_TYPE_PRE_50 - Static variable in interface com.bmc.arsys.api.Constants
Pre-5.0 AR System clients
AR_CLIENT_TYPE_RECON_ENGINE - Static variable in interface com.bmc.arsys.api.Constants
CMDB Reconciliation Engine
AR_CLIENT_TYPE_RELOAD - Static variable in interface com.bmc.arsys.api.Constants
arreload
AR_CLIENT_TYPE_REPORT_PLUGIN - Static variable in interface com.bmc.arsys.api.Constants
Report creator plugin
AR_CLIENT_TYPE_RIK - Static variable in interface com.bmc.arsys.api.Constants
Remedy Install Kit (RIK)
AR_CLIENT_TYPE_RKM_DOCUMENT_MIGRATOR - Static variable in interface com.bmc.arsys.api.Constants
RKM Document Migrator plugin
AR_CLIENT_TYPE_RKM_FILE_SYSTEM - Static variable in interface com.bmc.arsys.api.Constants
RKM File System plugin
AR_CLIENT_TYPE_RKM_FILE_SYSTEM_SYNC - Static variable in interface com.bmc.arsys.api.Constants
RKM File System Sync plugin
AR_CLIENT_TYPE_RKM_FORM_PERMISSIONS - Static variable in interface com.bmc.arsys.api.Constants
RKM Form Permissions plugin
AR_CLIENT_TYPE_RKM_GROUP - Static variable in interface com.bmc.arsys.api.Constants
RKM Group plugin
AR_CLIENT_TYPE_RKM_OPERATIONS - Static variable in interface com.bmc.arsys.api.Constants
RKM Operations plugin
AR_CLIENT_TYPE_RKM_REGISTRATION - Static variable in interface com.bmc.arsys.api.Constants
RKM Registration plugin
AR_CLIENT_TYPE_RUN_MACRO - Static variable in interface com.bmc.arsys.api.Constants
Run Macro
AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN - Static variable in interface com.bmc.arsys.api.Constants
Server Admin plugin
AR_CLIENT_TYPE_SIGNAL - Static variable in interface com.bmc.arsys.api.Constants
arsignal
AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER - Static variable in interface com.bmc.arsys.api.Constants
BMC SIM Publishing server
AR_CLIENT_TYPE_SIM_SME - Static variable in interface com.bmc.arsys.api.Constants
BMC SIM Service Model Editor
AR_CLIENT_TYPE_SQLED - Static variable in interface com.bmc.arsys.api.Constants
arsqled
AR_CLIENT_TYPE_STRUCT - Static variable in interface com.bmc.arsys.api.Constants
arstruct
AR_CLIENT_TYPE_TEXT - Static variable in interface com.bmc.arsys.api.Constants
artext
AR_CLIENT_TYPE_UDM - Static variable in interface com.bmc.arsys.api.Constants
AR UDM Adapter
AR_CLIENT_TYPE_UNKNOWN - Static variable in interface com.bmc.arsys.api.Constants
Unknown client type
AR_CLIENT_TYPE_UNPRODUCTIZED_START - Static variable in interface com.bmc.arsys.api.Constants
AR System client unproductized start
AR_CLIENT_TYPE_WAT - Static variable in interface com.bmc.arsys.api.Constants
Remedy Administrator
AR_CLIENT_TYPE_WEB_SERVER - Static variable in interface com.bmc.arsys.api.Constants
AR Web Server
AR_CLIENT_TYPE_WEBSERVICE - Static variable in interface com.bmc.arsys.api.Constants
Webservice
AR_CLIENT_TYPE_WIP - Static variable in interface com.bmc.arsys.api.Constants
Remedy Import
AR_CLIENT_TYPE_WUT - Static variable in interface com.bmc.arsys.api.Constants
Remedy User
AR_COLUMN_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns column fields.
AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Local Control field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Regular field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Display-only field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
AR_COLUMN_LIMIT_DATASOURCE_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Local Trim field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Local View field as data source for the getDataField or setDataField methods of ColumnFieldLimit.
AR_COM_METHOD_FIELDID - Static variable in interface com.bmc.arsys.api.Constants
Set the specified AR System field to the value returned by this OLE method.
AR_COM_METHOD_NULL - Static variable in interface com.bmc.arsys.api.Constants
No field value returned for this OLE method.
AR_COM_PARM_FIELDID - Static variable in interface com.bmc.arsys.api.Constants
Pass the specified AR System field as the parameter for this OLE method.
AR_COM_PARM_NULL - Static variable in interface com.bmc.arsys.api.Constants
No value for this parameter.
AR_COM_PARM_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Pass the specified value as the parameter for this OLE method.
AR_COMMIT_CLIENT_TRANSACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_COND_OP_AND - Static variable in interface com.bmc.arsys.api.Constants
A qualification using the AND operator.
AR_COND_OP_AND - Static variable in class com.bmc.arsys.api.QualifierInfo
A qualification using the AND operator.
AR_COND_OP_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
A qualification using fieldId.
AR_COND_OP_FROM_FIELD - Static variable in class com.bmc.arsys.api.QualifierInfo
A dynamic qualification using a value from a field.
AR_COND_OP_MAX - Static variable in class com.bmc.arsys.api.QualifierInfo
Indicates the number of currently used possible values (which is 5).
AR_COND_OP_NONE - Static variable in interface com.bmc.arsys.api.Constants
No qualification.
AR_COND_OP_NONE - Static variable in class com.bmc.arsys.api.QualifierInfo
No qualification.
AR_COND_OP_NOT - Static variable in interface com.bmc.arsys.api.Constants
A qualification using the NOT operator.
AR_COND_OP_NOT - Static variable in class com.bmc.arsys.api.QualifierInfo
A qualification using the NOT operator.
AR_COND_OP_OR - Static variable in interface com.bmc.arsys.api.Constants
A qualification using the OR operator.
AR_COND_OP_OR - Static variable in class com.bmc.arsys.api.QualifierInfo
A qualification using the OR operator.
AR_COND_OP_REL_OP - Static variable in interface com.bmc.arsys.api.Constants
A qualification using a relational operator.
AR_COND_OP_REL_OP - Static variable in class com.bmc.arsys.api.QualifierInfo
A qualification using a relational operator.
AR_CONTEXT_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
in Util class used to parse a qualification from an active link.
AR_CONTEXT_ACTIVE_LINK_SETFIELDS - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an active link.
AR_CONTEXT_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.
AR_CONTEXT_ESCALATION_SETFIELDS - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation.
AR_CONTEXT_ESCALATION_TIME - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse an Assignment from an escalation.
AR_CONTEXT_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.
AR_CONTEXT_FILTER_SETFIELDS - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter.
AR_CONTEXT_MENU_DEFS - Static variable in interface com.bmc.arsys.api.Constants
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a search menu.
AR_CONTROL_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns control fields.
AR_CORE_ASSIGNED_TO - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Assigned To core field
AR_CORE_CREATE_DATE - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Create Date core field
AR_CORE_ENTRY_ID - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Entry ID core field
AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY - Static variable in interface com.bmc.arsys.api.Constants
to indicate that the disable status history option is set for the form
AR_CORE_FIELDS_OPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
to indicate that no core fields options are set for the form
AR_CORE_LAST_MODIFIED_BY - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Last Modified By core field
AR_CORE_MODIFIED_DATE - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Modified Date core field
AR_CORE_SHORT_DESCRIPTION - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Short Description core field
AR_CORE_STATUS - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Status core field
AR_CORE_STATUS_HISTORY - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Status History core field
AR_CORE_SUBMITTER - Static variable in interface com.bmc.arsys.api.Constants
Field ID of Submitter core field
AR_CURRENCY_FLD - Static variable in class com.bmc.arsys.api.AssignFieldInfo
AR_CURRENCY_FLD is a value from the CurrencyPart field to compare in a relational operation.
AR_CURRENCY_FLD - Static variable in interface com.bmc.arsys.api.Constants
Value from Currency Field
AR_CURRENCY_FLD_CURRENT - Static variable in interface com.bmc.arsys.api.Constants
Value from Currency Field from current
AR_CURRENCY_FLD_DB - Static variable in interface com.bmc.arsys.api.Constants
Value from Currency Field from db
AR_CURRENCY_FLD_TRAN - Static variable in interface com.bmc.arsys.api.Constants
Value from Currency Field from transaction
AR_CURRENCY_PART_DATE - Static variable in interface com.bmc.arsys.api.Constants
Date part for Currency Field
AR_CURRENCY_PART_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field part for Currency Field
AR_CURRENCY_PART_FUNCTIONAL - Static variable in interface com.bmc.arsys.api.Constants
Functional part for Currency Field
AR_CURRENCY_PART_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Currency Code Type part for Currency Field
AR_CURRENCY_PART_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Value part for Currency Field
AR_CURRENT_API_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Current API version.
AR_CURRENT_CURRENCY_RATIOS - Static variable in interface com.bmc.arsys.api.Constants
A timestamp to retrieve a set of current ratios for each conversion combination
AR_CURRENT_SCHEMA_TAG - Static variable in interface com.bmc.arsys.api.Constants
Set schema to @ to indicate use "current" schema in RDBMS (filter)
AR_CURRENT_SCREEN_TAG - Static variable in interface com.bmc.arsys.api.Constants
Set server and schema name to this value.
AR_CURRENT_SERVER_TAG - Static variable in interface com.bmc.arsys.api.Constants
Set server to @ to indicate use "current" server (import/filter)
AR_CURRENT_TRAN_TAG - Static variable in interface com.bmc.arsys.api.Constants
Tag that indicates get value from "current working screen," not RDBMS.
AR_CUSTOM_OBJECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DATA_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns data fields.
AR_DATA_TYPE_ATTACH - Static variable in interface com.bmc.arsys.api.Constants
For data type values, specifies an attachment field.
AR_DATA_TYPE_ATTACH_POOL - Static variable in interface com.bmc.arsys.api.Constants
Specifies the data type (attachment pool) of the field to create.
AR_DATA_TYPE_BITMASK - Static variable in interface com.bmc.arsys.api.Constants
For data type values, specifies a 32-bit unsigned integer value in which each bit represents a flag turned on or off.
AR_DATA_TYPE_BYTES - Static variable in interface com.bmc.arsys.api.Constants
Specifies list of bytes containing binary data.
AR_DATA_TYPE_CHAR - Static variable in interface com.bmc.arsys.api.Constants
For data type values, represents a null-terminated string that requires freeing allocated space.
AR_DATA_TYPE_COLUMN - Static variable in interface com.bmc.arsys.api.Constants
Specifies parent field ID, parent schema ID, and number of characters to display to create.
AR_DATA_TYPE_CONTROL - Static variable in interface com.bmc.arsys.api.Constants
Specifies the data type (control) of the field to create.
AR_DATA_TYPE_COORDS - Static variable in interface com.bmc.arsys.api.Constants
Specifies a list of (x ,y ) coordinate pairs to create.
AR_DATA_TYPE_CURRENCY - Static variable in interface com.bmc.arsys.api.Constants
Specifies the currency type.
AR_DATA_TYPE_DATE - Static variable in interface com.bmc.arsys.api.Constants
Specifies the date type.
AR_DATA_TYPE_DECIMAL - Static variable in interface com.bmc.arsys.api.Constants
For data type values, specifies a fixed-point decimal field.
AR_DATA_TYPE_DIARY - Static variable in interface com.bmc.arsys.api.Constants
For data type values, represents a null-terminated string that requires freeing allocated space.
AR_DATA_TYPE_DISPLAY - Static variable in interface com.bmc.arsys.api.Constants
Specifies a display field (e.g., flashboards; character data).
AR_DATA_TYPE_ENUM - Static variable in interface com.bmc.arsys.api.Constants
For data type values, specifies set of long values (beginning with zero) that represents possible selection values as an indexed list.
AR_DATA_TYPE_INTEGER - Static variable in interface com.bmc.arsys.api.Constants
For data type values, represents a 32-bit signed integer value.
AR_DATA_TYPE_JOIN - Static variable in interface com.bmc.arsys.api.Constants
This is reserved for future AR System use.
AR_DATA_TYPE_KEYWORD - Static variable in interface com.bmc.arsys.api.Constants
An integer value identifying the particular keyword.
AR_DATA_TYPE_MAX_TYPE - Static variable in interface com.bmc.arsys.api.Constants
the maxium value for AR data type
AR_DATA_TYPE_NULL - Static variable in interface com.bmc.arsys.api.Constants
Specifies NULL value.
AR_DATA_TYPE_PAGE - Static variable in interface com.bmc.arsys.api.Constants
Specifies the data type (page) of the field to create.
AR_DATA_TYPE_PAGE_HOLDER - Static variable in interface com.bmc.arsys.api.Constants
Specifies the data type (page holder) of the field to create.
AR_DATA_TYPE_REAL - Static variable in interface com.bmc.arsys.api.Constants
For data type values, represents a 64-bit floating-point value.
AR_DATA_TYPE_TABLE - Static variable in interface com.bmc.arsys.api.Constants
Specifies number of columns, search qualification, maximum number of rows to retrieve, schema name, and server name of the table to create.
AR_DATA_TYPE_TIME - Static variable in interface com.bmc.arsys.api.Constants
Specifies UNIX-style date/time stamp (number of seconds since midnight January 1,1970).
AR_DATA_TYPE_TIME_OF_DAY - Static variable in interface com.bmc.arsys.api.Constants
Specifies time (number of seconds since midnight).
AR_DATA_TYPE_TRIM - Static variable in interface com.bmc.arsys.api.Constants
Specifies the data type (trim) of the field to create.
AR_DATA_TYPE_ULONG - Static variable in interface com.bmc.arsys.api.Constants
Specifies a 32-bit unsigned integer value to create.
AR_DATA_TYPE_UNKNOWN - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future use
AR_DATA_TYPE_VALUE_LIST - Static variable in interface com.bmc.arsys.api.Constants
represents a value list
AR_DATA_TYPE_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Specifies a view field (character data).
AR_DDE_EXECUTE - Static variable in interface com.bmc.arsys.api.Constants
DDE action type: Remedy User request for the DDE application to execute the command specified in the Command field.
AR_DDE_POKE - Static variable in interface com.bmc.arsys.api.Constants
DDE action type: Remedy User request for DDE application to set the value specified in the Command field to the location (for example, a field or cell) specified in the Item field.
AR_DDE_REQUEST - Static variable in interface com.bmc.arsys.api.Constants
In a Set Fields action for active links on Windows clients only, specifies an integer value identifying the type of DDE action.
AR_DEBUG_SERVER_ALERT - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (alert) to set.
AR_DEBUG_SERVER_API - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (API) to set.
AR_DEBUG_SERVER_APPROVAL - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (Approval Server) to set.
AR_DEBUG_SERVER_ARFORK - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (arforkd process) to set.
AR_DEBUG_SERVER_ARSIGNALD - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (arsignal daemon) to set.
AR_DEBUG_SERVER_DISTRIB - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (DSO) to set.
AR_DEBUG_SERVER_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (escalation) to set.
AR_DEBUG_SERVER_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (filter) to set.
AR_DEBUG_SERVER_FTINDEXER - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (full text indexer) to set.
AR_DEBUG_SERVER_NONE - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (none) to set.
AR_DEBUG_SERVER_PLUGIN - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (plug-in service) to set.
AR_DEBUG_SERVER_SERVGROUP - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (server group) to set.
AR_DEBUG_SERVER_SQL - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (SQL) to set.
AR_DEBUG_SERVER_USER - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (user) to set.
AR_DEBUG_THREAD - Static variable in interface com.bmc.arsys.api.Constants
Bitmask indicating the type of logging (thread) to set.
AR_DEF_MENU_COMMENT - Static variable in class com.bmc.arsys.api.MenuItem
 
AR_DEF_MENU_DELIMITER - Static variable in class com.bmc.arsys.api.MenuItem
 
AR_DEF_MENU_KEYWORD_ESCAPE - Static variable in class com.bmc.arsys.api.MenuItem
 
AR_DEF_MENU_KEYWORD_NO_ESCAPE - Static variable in class com.bmc.arsys.api.MenuItem
 
AR_DEF_MENU_LINE_INDENT - Static variable in class com.bmc.arsys.api.MenuItem
 
AR_DEFAULT_DELETE_OPTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DEFAULT_ENCODING - Static variable in interface com.bmc.arsys.api.Constants
Default encoding for AR System server (UTF-8)
AR_DEFAULT_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Default time interval for escalation (300 seconds)
AR_DEFAULT_VALUE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Indicates that there is no default value for this field.
AR_DEFN_DIARY_COMMA - Static variable in class com.bmc.arsys.api.DiaryListValue
 
AR_DEFN_DIARY_SEP - Static variable in class com.bmc.arsys.api.DiaryListValue
 
AR_DEFN_STATUS_HISTORYCOMMA - Static variable in class com.bmc.arsys.api.StatusHistoryValue
 
AR_DEFN_STATUS_HISTORYSEP - Static variable in class com.bmc.arsys.api.StatusHistoryValue
 
AR_DEFNOBJ_TYPE_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for active link objects
AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for active link guide objects
AR_DEFNOBJ_TYPE_APPLICATION - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for application objects
AR_DEFNOBJ_TYPE_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for escalation objects
AR_DEFNOBJ_TYPE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for field objects
AR_DEFNOBJ_TYPE_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for filter objects
AR_DEFNOBJ_TYPE_FILTER_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for filter guide objects
AR_DEFNOBJ_TYPE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for image objects
AR_DEFNOBJ_TYPE_MENU - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for menu objects
AR_DEFNOBJ_TYPE_MSGNUM - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for message number objects
AR_DEFNOBJ_TYPE_PACKING_LIST - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for packing list objects
AR_DEFNOBJ_TYPE_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for schema objects
AR_DEFNOBJ_TYPE_WEB_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DEFNOBJ_TYPE_WEB_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
Definition object type for web service objects
AR_DEFNREL_TYPE_ACTIVE_LINK_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form attached to an active link
AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Primary form attached to an active link
AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Secondary form attached to an active link
AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link OLE Automation action
AR_DEFNREL_TYPE_AL_CHANGE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link Change Field action
AR_DEFNREL_TYPE_AL_CHANGE_MENU - Static variable in interface com.bmc.arsys.api.Constants
Menu referenced in an active link Change Field action
AR_DEFNREL_TYPE_AL_CONTROL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Control field in an active link
AR_DEFNREL_TYPE_AL_DDE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link DDE action
AR_DEFNREL_TYPE_AL_FOCUS_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Focus field in an active link
AR_DEFNREL_TYPE_AL_FORMS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form referenced as a Dialog form in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Field Mapping On Close From field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Field Mapping On Close To field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Field Mapping On Open From field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Field Mapping On Open To field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Message field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a Qualification in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Report field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Sort field in an active link Open Window action
AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Target Location field in an active link Open Window action
AR_DEFNREL_TYPE_AL_SET_DDE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a DDE value in an active link Set Fields action
AR_DEFNREL_TYPE_ALF_CALL_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Guide referenced in an active link or filter Call Guide action
AR_DEFNREL_TYPE_ALF_CALL_GUIDE_TABLE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Table field referenced in an active link or filter Call Guide action
AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link or filter Goto action
AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link or filter Message action
AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM - Static variable in interface com.bmc.arsys.api.Constants
Message number referenced in an active link or filter Message action
AR_DEFNREL_TYPE_ALF_PROCESS_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link or filter Run Process action command line
AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a From field in an active link or filter Push Fields action
AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in the Push Fields If qualification in an active link or filter Push Fields action
AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a To field in an active link or filter Push Fields action
AR_DEFNREL_TYPE_ALF_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link or filter Run If qualification
AR_DEFNREL_TYPE_ALF_SERVICE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form referenced in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as an Input From field in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as an Input To field in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as an Output From field in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as an Output To field in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a Request Id field in an active link or filter Service action
AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a From field in an active link or filter Set Fields action
AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a Process value in an active link or filter Set Fields action
AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in the Set Fields If qualification in an active link or filter Set Fields action
AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a Read Value for Field From SQL Command in an active link or filter Set Fields action
AR_DEFNREL_TYPE_ALF_SET_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a To field in an active link or filter Set Fields action
AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in an active link or filter Direct SQL action
AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Active link referenced in an active link guide
AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT - Static variable in interface com.bmc.arsys.api.Constants
Entry point active link referenced in an active link guide
AR_DEFNREL_TYPE_ALGUIDE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form related to an active link guide
AR_DEFNREL_TYPE_APPL_DATA_FORM - Static variable in interface com.bmc.arsys.api.Constants
Data Form contained in an application
AR_DEFNREL_TYPE_APPL_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form contained in an application
AR_DEFNREL_TYPE_APPL_PACKING_LIST - Static variable in interface com.bmc.arsys.api.Constants
Packing List contained in an application
AR_DEFNREL_TYPE_APPL_PRIMARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Primary form contained in an application
AR_DEFNREL_TYPE_APPLICATION_FORMS - Static variable in interface com.bmc.arsys.api.Constants
Forms referenced in an application.
AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS - Static variable in interface com.bmc.arsys.api.Constants
Packing Lists referenced in an application.
AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
First relationship type for containers
AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Last relationship type for containers
AR_DEFNREL_TYPE_ESCAL_FORMS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DEFNREL_TYPE_ESCALATION_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form attached to an escalation
AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Primary form attached to an escalation
AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Secondary form attached to an escalation
AR_DEFNREL_TYPE_FIELD_MENUS - Static variable in interface com.bmc.arsys.api.Constants
Containers referenced in a container.
AR_DEFNREL_TYPE_FILTER_ERROR_HANDLER_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Error handler filter referenced in a filter
AR_DEFNREL_TYPE_FILTER_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form attached to a filter
AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Primary form attached to a filter
AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Secondary form attached to a filter
AR_DEFNREL_TYPE_FILTERGUIDE_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Filter referenced in a filter guide
AR_DEFNREL_TYPE_FILTERGUIDE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form related to a filter guide
AR_DEFNREL_TYPE_FIRST_ACTION - Static variable in interface com.bmc.arsys.api.Constants
First relationship type for actions
AR_DEFNREL_TYPE_FLTR_FORMS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a filter Notify action
AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a Read Value for Field From Filter API in a filter Set Fields action
AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a Read Value for Field From Web Service in a filter Set Fields action
AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field that references a form
AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field that references an image
AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form that references an image
AR_DEFNREL_TYPE_LAST_ACTION - Static variable in interface com.bmc.arsys.api.Constants
Last relationship type for actions
AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
First relationship type for menus
AR_DEFNREL_TYPE_MENU_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form referenced in a menu
AR_DEFNREL_TYPE_MENU_LABEL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a menu label field
AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Last relationship type for menus
AR_DEFNREL_TYPE_MENU_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a menu qualification
AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field that references a menu
AR_DEFNREL_TYPE_MENU_VALUE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced as a menu value field
AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES - Static variable in interface com.bmc.arsys.api.Constants
Active Link Guides referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS - Static variable in interface com.bmc.arsys.api.Constants
Active Links referenced in an packing list.
AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS - Static variable in interface com.bmc.arsys.api.Constants
Applications referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS - Static variable in interface com.bmc.arsys.api.Constants
Escalations referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES - Static variable in interface com.bmc.arsys.api.Constants
Filter Guides referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_FILTERS - Static variable in interface com.bmc.arsys.api.Constants
Filters referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_FORMS - Static variable in interface com.bmc.arsys.api.Constants
Forms referenced in an packing list.
AR_DEFNREL_TYPE_PACKING_LIST_IMAGES - Static variable in interface com.bmc.arsys.api.Constants
Images referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_MENUS - Static variable in interface com.bmc.arsys.api.Constants
Menus referenced in a packing list.
AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS - Static variable in interface com.bmc.arsys.api.Constants
Packing Lists referenced in an packing list.
AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES - Static variable in interface com.bmc.arsys.api.Constants
Web Services referenced in a packing list.
AR_DEFNREL_TYPE_PL_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Active Link contained in a packing list
AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Active Link Guide contained in a packing list
AR_DEFNREL_TYPE_PL_APPLICATION - Static variable in interface com.bmc.arsys.api.Constants
Application contained in a packing list
AR_DEFNREL_TYPE_PL_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Escalation contained in a packing list
AR_DEFNREL_TYPE_PL_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Filter contained in a packing list
AR_DEFNREL_TYPE_PL_FILTER_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Filter Guide contained in a packing list
AR_DEFNREL_TYPE_PL_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form contained in a packing list
AR_DEFNREL_TYPE_PL_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Image contained in a packing list
AR_DEFNREL_TYPE_PL_MENU - Static variable in interface com.bmc.arsys.api.Constants
Menu contained in a packing list
AR_DEFNREL_TYPE_PL_PACKING_LIST - Static variable in interface com.bmc.arsys.api.Constants
Packing List contained in a packing list
AR_DEFNREL_TYPE_PL_WEB_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
Web Service contained in a packing list
AR_DEFNREL_TYPE_WEB_SERVICE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Field referenced in a web service
AR_DEFNREL_TYPE_WEB_SERVICE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form referenced in a web service
AR_DIRECTORY_AR_TAG - Static variable in interface com.bmc.arsys.api.Constants
Tag for AR System server (AR)
AR_DIRECTORY_FILE - Static variable in interface com.bmc.arsys.api.Constants
Default server directory file (ar)
AR_DISPLAY_LABEL_LEFT - Static variable in interface com.bmc.arsys.api.Constants
The label is positioned to the left of the field.
AR_DISPLAY_LABEL_TOP - Static variable in interface com.bmc.arsys.api.Constants
Label is positioned above the field.
AR_DISPLAY_OPT_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
The field cannot be seen in the view, although users with Customize permissions can make a hidden field visible.
AR_DISPLAY_OPT_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
The field can be seen in the view.
AR_DISPLAY_TAG_SQL - Static variable in interface com.bmc.arsys.api.Constants
Tag used to identify SQL view display.
AR_DISPLAY_TYPE_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
Button is display type for field.
AR_DISPLAY_TYPE_CHECKBOX - Static variable in interface com.bmc.arsys.api.Constants
Radio-button is display type for field.
AR_DISPLAY_TYPE_CHOICE - Static variable in interface com.bmc.arsys.api.Constants
Drop-down list is display type for field.
AR_DISPLAY_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No display type for field.
AR_DISPLAY_TYPE_NUMTEXT - Static variable in interface com.bmc.arsys.api.Constants
Numeric is display type for field.
AR_DISPLAY_TYPE_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Character is display type for field.
AR_DISPLAY_TYPE_TRIM - Static variable in interface com.bmc.arsys.api.Constants
Trim is display type for field.
AR_DPROP_ACCESSIBLE_HINT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Store workflow hint for accessibility
AR_DPROP_ALIAS_ABBREV_PLURAL - Static variable in interface com.bmc.arsys.api.Constants
(character string) A very short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)
AR_DPROP_ALIAS_ABBREV_SINGULAR - Static variable in interface com.bmc.arsys.api.Constants
(character string) A very short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR)
AR_DPROP_ALIAS_PLURAL - Static variable in interface com.bmc.arsys.api.Constants
(character string) The plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
AR_DPROP_ALIAS_SHORT_PLURAL - Static variable in interface com.bmc.arsys.api.Constants
(character string) A short,plural form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
AR_DPROP_ALIAS_SHORT_SINGULAR - Static variable in interface com.bmc.arsys.api.Constants
(character string) A short, singular form of the name for the logical items represented by entries in the form this view is associated with (see AR_DPROP_ALIAS_SINGULAR).
AR_DPROP_ALIAS_SINGULAR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The singular form of the name for the logical items represented by entries in the form this view is associated with (such as help desk calls).
AR_DPROP_ALIGN - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the vertical alignment of text within its bounding box.
AR_DPROP_ALIGNED - Static variable in interface com.bmc.arsys.api.Constants
Additional property for the field to make it right aligned.
AR_DPROP_APPLIST_MODE - Static variable in interface com.bmc.arsys.api.Constants
(ENUM) Display property for Application List Fields.
AR_DPROP_APPLIST_SUB_EVEN_LVL_BKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for background color for even sub-level menus in application list
AR_DPROP_APPLIST_SUB_ODD_LVL_BKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for background color for odd level menus in application list
AR_DPROP_APPLIST_TOP_BKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for top level background color for application list
AR_DPROP_APPLY_DIRTY - Static variable in interface com.bmc.arsys.api.Constants
Apply to Change Flag (also known as "Dirty Bit")
AR_DPROP_AR_GRAPH_PLUGIN_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of the Plug-in to be attached to Graph Plug-n field
AR_DPROP_AR_OBJECT_NAME - Static variable in interface com.bmc.arsys.api.Constants
(char) character string.
AR_DPROP_AR_SERVER_NAME - Static variable in interface com.bmc.arsys.api.Constants
(Char) AR System server name reference in Flashboard
AR_DPROP_ATTACH_ADD_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for the Add button for an attachment's web view.
AR_DPROP_ATTACH_COLGRAD_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for attachment column grad color
AR_DPROP_ATTACH_COLGRAD_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for attachment column grad type
AR_DPROP_ATTACH_COLGRADBKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for attachment colum grad background color
AR_DPROP_ATTACH_COLHDRTXT_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for column header text color
AR_DPROP_ATTACH_DELETE_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for the Delete button for an attachment's web view.
AR_DPROP_ATTACH_DESELECT_LABEL - Static variable in interface com.bmc.arsys.api.Constants
Label for the deselectall button for Attachment's Web View
AR_DPROP_ATTACH_DISPLAY_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for the Display button for an attachment's web view.
AR_DPROP_ATTACH_FIELD_IMAGE_CACHE - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) RTF field mapping.
AR_DPROP_ATTACH_FILENAME_TITLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Title of an attachment pool's file name column.
AR_DPROP_ATTACH_FILESIZE_TITLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Title of an attachment pool's file size column.
AR_DPROP_ATTACH_FTRGRAD_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for footer color
AR_DPROP_ATTACH_FTRGRAD_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for footer grad type
AR_DPROP_ATTACH_FTRGRADBKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for footer grad background color
AR_DPROP_ATTACH_LABEL_TITLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Title of an attachment pool's label column.
AR_DPROP_ATTACH_SAVE_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for the Save button for an attachment's web view.
AR_DPROP_AUTO_COMPLETE_AFTER_KEYSTROKES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_AUTO_COMPLETE_HIDE_MENU_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_AUTO_FIELD_ALIGN - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Align Field (Button)
AR_DPROP_AUTO_FIELD_COLPROP - Static variable in interface com.bmc.arsys.api.Constants
(Integer) Field size with respect to columns
AR_DPROP_AUTO_FIELD_NAVPROP - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Navigation level
AR_DPROP_AUTO_FIELD_NEW_COLUMN - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Adds field in a new column
AR_DPROP_AUTO_FIELD_NEW_SECTION - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Adds field in a new row
AR_DPROP_AUTO_FIELD_ORDER - Static variable in interface com.bmc.arsys.api.Constants
(ULong) Field's order in view
AR_DPROP_AUTO_FIELD_ROWNUM - Static variable in interface com.bmc.arsys.api.Constants
(Integer) Field's row
AR_DPROP_AUTO_FIELD_ROWPART - Static variable in interface com.bmc.arsys.api.Constants
(Integer) Field's column
AR_DPROP_AUTO_FIELD_SPACER - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Navigation spacer
AR_DPROP_AUTO_FIELD_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Field's type
AR_DPROP_AUTO_LAYOUT - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Auto layout (vui prop)
AR_DPROP_AUTO_LAYOUT_STYLE_SHEET - Static variable in interface com.bmc.arsys.api.Constants
(Char) XML info of style sheet
AR_DPROP_AUTO_LAYOUT_VUI_NAV - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Navigation (vui prop)
AR_DPROP_AUTO_MAXIMIZE_WINDOW - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Auto maximize a window on open - defined per view
AR_DPROP_AUTO_REFRESH - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating whether automatic refresh is enabled (applicable for table fields only).
AR_DPROP_AUTO_RESIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_AUTO_SET_OVERLAP_FIELD - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Id of overlapped field
AR_DPROP_AUTOFIT_COLUMNS - Static variable in interface com.bmc.arsys.api.Constants
Allow horizontal scrollbar in table field
AR_DPROP_BACKGROUND_MODE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating whether the background of a field is opaque or transparent.
AR_DPROP_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field (applicable for all fields except page and column fields).
AR_DPROP_BUTTON_2D - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag indicating whether the button appears as a two-dimensional image with no border (applicable for control fields only).
AR_DPROP_BUTTON_ALT_TEXT - Static variable in interface com.bmc.arsys.api.Constants
char; Alternative text to be used for image button for 508 user
AR_DPROP_BUTTON_IMAGE_POSITION - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value that determines the position of the button image relative to the button label (applicable for control fields only).
AR_DPROP_BUTTON_MAINTAIN_RATIO - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag indicating whether a scaled button image will preserve its original width-to-height ratio (applicable for control fields only).
AR_DPROP_BUTTON_SCALE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag indicating whether the button image will shrink or grow to fill the space available after allocating space for the button label (applicable for control fields only).
AR_DPROP_BUTTON_TEXT - Static variable in interface com.bmc.arsys.api.Constants
The button label for the field (applicable for control fields only).
AR_DPROP_CHARFIELD_AUTO_COMPLETE - Static variable in interface com.bmc.arsys.api.Constants
A flag indicating the auto-complete property for a character field.
AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY - Static variable in interface com.bmc.arsys.api.Constants
A flag indicating how the auto-complete matching works for a character field.
AR_DPROP_CHARFIELD_BORDER - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for character field border
AR_DPROP_CHARFIELD_DISPLAY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
A flag indicating the display type of character field.
AR_DPROP_CNTL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A bitmask indicating the screen appearance for a control field.
AR_DPROP_COL_HEADBKG_GRADBKGCOLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Column Header Background color
AR_DPROP_COL_HEADBKG_GRADCOLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Column Header Background color
AR_DPROP_COL_HEADBKG_GRADTYPE - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Column Header Background type
AR_DPROP_COLOR_FILL - Static variable in interface com.bmc.arsys.api.Constants
Fill color of field.
AR_DPROP_COLOR_FILL_GRADIENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_COLOR_FILL_GRADIENT_EFFECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_COLOR_FILL_OPACITY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_COLOR_GRADIENT_HEADER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_COLOR_LINE - Static variable in interface com.bmc.arsys.api.Constants
Color of line.
AR_DPROP_COLOR_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Color of text.
AR_DPROP_COLUMN_ORDER - Static variable in interface com.bmc.arsys.api.Constants
(integer) The order of a column in a table field.
AR_DPROP_COLUMN_WIDTH - Static variable in interface com.bmc.arsys.api.Constants
(integer) The width of a column in a table field.
AR_DPROP_COORDS - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the vertex location (applicable for line-and box-type trim fields only).
AR_DPROP_DATA_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's data area (applicable for data fields only).
AR_DPROP_DATA_COLS - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) The number of text columns to display for the field (applicable for data fields only).
AR_DPROP_DATA_EXPAND_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's text editor button (applicable for diary and long character fields only).
AR_DPROP_DATA_MENU - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag indicating whether the field has a drop-down list (applicable for selection fields only).
AR_DPROP_DATA_MENU_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's menu button (applicable for character fields with an attached menu only).
AR_DPROP_DATA_RADIO - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Display style indicator for a selection field.
AR_DPROP_DATA_ROWS - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) The number of text rows to display for the field (applicable for data fields only).
AR_DPROP_DATA_SPIN - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag indicating whether the field has a numeric spinner (applicable for integer fields only).
AR_DPROP_DATETIME_POPUP - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the display type of a date/time field.
AR_DPROP_DEFAULT_PAGE - Static variable in interface com.bmc.arsys.api.Constants
Field ID of page field.
AR_DPROP_DEPTH_AMOUNT - Static variable in interface com.bmc.arsys.api.Constants
Specifies amount of depth, depending on field type.
AR_DPROP_DEPTH_EFFECT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the three-dimensional style for the field.
AR_DPROP_DETAIL_BANNER_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Boolean value indicating whether the details pane is visible.
AR_DPROP_DETAIL_PANE_COLOR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The background color of the details pane.
AR_DPROP_DETAIL_PANE_HEIGHT - Static variable in interface com.bmc.arsys.api.Constants
(integer) The height of the details pane, in form coordinates.
AR_DPROP_DETAIL_PANE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
The background image for the details pane.
AR_DPROP_DETAIL_PANE_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
A value indicating the visibility of the detail pane of the VUI.
AR_DPROP_DETAIL_PANE_WIDTH - Static variable in interface com.bmc.arsys.api.Constants
(integer) The width of the details pane, in form coordinates.
AR_DPROP_DISABLED_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for specifying different images for the disabled state of a button
AR_DPROP_DISPLAY_AS_TEXT_ONLY - Static variable in interface com.bmc.arsys.api.Constants
(integer) Boolean value.
AR_DPROP_DISPLAY_FIELD_APP - Static variable in interface com.bmc.arsys.api.Constants
(char) character string.
AR_DPROP_DISPLAY_PARENT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the parent field that the field will display in.
AR_DPROP_DRILL_DOWN - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A bitmask indicating whether drill-down is enabled for a table field.
AR_DPROP_DROP_SHADOW - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Indicates if drop shadow will be added to panel holder when inside lightweight popup.
AR_DPROP_DVF_INLINE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value identifying the enabled/disabled status of the field.
AR_DPROP_ENABLE_CLEAR - Static variable in interface com.bmc.arsys.api.Constants
Option to automatically add "Clear" selection
AR_DPROP_ENDCAP_END - Static variable in interface com.bmc.arsys.api.Constants
Line specific display properties -- end of line.
AR_DPROP_ENDCAP_START - Static variable in interface com.bmc.arsys.api.Constants
Line specific display properties -- start of line.
AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW - Static variable in interface com.bmc.arsys.api.Constants
Label for default new Entry Point
AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Label for default search Entry Point
AR_DPROP_ENUM_LABELS - Static variable in interface com.bmc.arsys.api.Constants
Display labels for localized selection fields.
AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS - Static variable in interface com.bmc.arsys.api.Constants
Integer; expand or collapse tree levels
AR_DPROP_EXTERNAL_LINK_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_CUSTOMSTYLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Custom style information
AR_DPROP_FIELD_DRAGGABLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_DROPPABLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_FLOAT_EFFECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_FLOAT_STYLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_HIGHLIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_HIGHLIGHT_END_COLOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_HIGHLIGHT_START_COLOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_MAX_HEIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_MAX_WIDTH - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_MIN_HEIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_MIN_WIDTH - Static variable in interface com.bmc.arsys.api.Constants
NEW PROPERTY FOR Fill layout********
AR_DPROP_FIELD_PROCESS_ENTRY_MODE - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Field required or not while running process
AR_DPROP_FIELD_ROUNDED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FIXED_TABLE_HEADERS - Static variable in interface com.bmc.arsys.api.Constants
(boolean) Fixed table header
AR_DPROP_FLOW_LAYOUT_VERT_SPACE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_FORM_LOCK_ALLVUI - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Form level property that makes all vui lock/unlock
AR_DPROP_FORMACTION_FLDS_EXCLUDE - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Exclusion of 'Form Action Fields'
AR_DPROP_FORMACTION_PAGE_PROPERTIES - Static variable in interface com.bmc.arsys.api.Constants
(Char) Page property
AR_DPROP_FORMACTION_ROW_ORDER_STR - Static variable in interface com.bmc.arsys.api.Constants
(Char) Row, order and list of form action fields
AR_DPROP_HEADER_HEIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_HELP - Static variable in interface com.bmc.arsys.api.Constants
Use field/VUI help.
AR_DPROP_HIDE_PAGE_TABS_BORDERS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Boolean value.
AR_DPROP_HIDE_PANELHOLDER_BORDERS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_HIDE_WEBHELP - Static variable in interface com.bmc.arsys.api.Constants
(integer) If Boolean value set to True, field displays help link.
AR_DPROP_HTML_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) The text for a text-type trim field that includes a URL.
AR_DPROP_HTML_TEXT_COLOR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The color of the linked text for a text-type trim field that includes a URL (see AR_DPROP_HTML_TEXT.
AR_DPROP_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
The icon image for a toolbar-type control field.
AR_DPROP_IMAGE_ALIGN - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the vertical alignment of the background image for the details pane.
AR_DPROP_IMAGE_CACHE - Static variable in interface com.bmc.arsys.api.Constants
Runtime cache of internal image format, not a design time property, client specific format.
AR_DPROP_IMAGE_JUSTIFY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the horizontal justification of the background image for the details pane.
AR_DPROP_INITIAL_CURRENCY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Initial type for currency field
AR_DPROP_JOINT_STYLE - Static variable in interface com.bmc.arsys.api.Constants
Style when lines are joined.
AR_DPROP_JUSTIFY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the horizontal justification of text within its bounding box.
AR_DPROP_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) The screen label for the field (applicable for data fields only).
AR_DPROP_LABEL_ALIGN - Static variable in interface com.bmc.arsys.api.Constants
Field (in field/value pair) for aligning field label.
AR_DPROP_LABEL_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field label (applicable for data fields only).
AR_DPROP_LABEL_COLOR_FILL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Enter AR_DVAL_COLOR_*, for example, Constants.AR_DVAL_COLOR_BG.
AR_DPROP_LABEL_COLOR_LINE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Enter AR_DVAL_COLOR_*, for example, Constants.AR_DVAL_COLOR_BG.
AR_DPROP_LABEL_COLOR_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) The color of the field label.
AR_DPROP_LABEL_FONT_SIZE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Font size (derive from field setting).
AR_DPROP_LABEL_FONT_STYLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Font style (derived from field type/option).
AR_DPROP_LABEL_JUSTIFY - Static variable in interface com.bmc.arsys.api.Constants
(integer) Depends on field value setting, for example, Constants.AR_DVAL_JUSTIFY_DEFAULT: Bit 0: Sets horizontal alignment of the label to default location (left-justified).
AR_DPROP_LABEL_POS_ALIGN - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the vertical alignment of the label within the sector.
AR_DPROP_LABEL_POS_JUSTIFY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the horizontal alignment of the label within the sector (see AR_DPROP_LABEL_POS_ALIGN).
AR_DPROP_LABEL_POS_SECTOR - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the label position relative to the field.
AR_DPROP_LAYOUT_POLICY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_LINE_PATTERN - Static variable in interface com.bmc.arsys.api.Constants
(character string) NULL value.
AR_DPROP_LINE_WIDTH - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) The line width for the field (applicable for line-and box-type trim fields only).
AR_DPROP_LOCALIZATION_REQUIRED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_LOCALIZE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_LOCALIZE_FIELD_DATA - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Localize field’s data disp prop version of AR_OPROP_LOCALIZE_FIELD_DATA property for backward compatibility
AR_DPROP_LOCALIZE_VIEW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_MANAGE_EXPAND_BOX - Static variable in interface com.bmc.arsys.api.Constants
(integer) Control over presence of expand boxes.
AR_DPROP_MENU_ACCESS - Static variable in interface com.bmc.arsys.api.Constants
(character string) A list of client interface items an administrator can control.
AR_DPROP_MENU_BOX - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for menu box
AR_DPROP_MENU_HELP - Static variable in interface com.bmc.arsys.api.Constants
(character string) The help text for a menu-type control field.
AR_DPROP_MENU_MODE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the type of menu item (applicable for control fields only).
AR_DPROP_MENU_PARENT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value identifying the parent menu item for the field (applicable for control fields only).
AR_DPROP_MENU_POS - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value that determines the menu position for the field (applicable for control fields only).
AR_DPROP_MENU_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) The menu item text for the field (applicable for control fields only).
AR_DPROP_MOUSEOVER_EFFECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_NAMED_SEARCHES - Static variable in interface com.bmc.arsys.api.Constants
(character string) A list of administrator-defined searches.
AR_DPROP_NAV_ITEM_TEXT_COLOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM - Static variable in interface com.bmc.arsys.api.Constants
ULONG (ARInternalId); id of the selected field
AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK - Static variable in interface com.bmc.arsys.api.Constants
ULONG; select item on click
AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM - Static variable in interface com.bmc.arsys.api.Constants
enum; fire or do not fire workflow on already selected item
AR_DPROP_NAVIGATION_MODE - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Mode prop for navigation bar.
AR_DPROP_NONE - Static variable in interface com.bmc.arsys.api.Constants
Indicates the NULL display property of the field.
AR_DPROP_ORIENTATION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_ARRANGEMENT - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Field/value pair for how pages should be displayed if pages cannot fit in page holder.
AR_DPROP_PAGE_BODY_STATE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_FIELD_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Type of Page Field 0: Non-editable (Constants.AR_DVAL_PAGE_FIELD_NONEDITABLE) 1: Editable ( Constants.AR_DVAL_PAGE_FIELD_EDITABLE)
AR_DPROP_PAGE_HEADER_COLOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_HEADER_STATE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_INITIAL_SIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_LABEL_DISPLAY - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Field/value pair for position on page holder where page labels should appear.
AR_DPROP_PAGE_MAX_SIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_MIN_SIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGE_ORDER - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Order of appearence of a page.
AR_DPROP_PAGEHOLDER_DISPLAY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_INIT_PAGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_MARGIN_LEFT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_MARGIN_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_MARGIN_TOP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PAGEHOLDER_SPACING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANE_LAYOUT - Static variable in interface com.bmc.arsys.api.Constants
(integer) A value indicating how the panes of the VUI are arranged.
AR_DPROP_PANE_VISIBILITY_OPTION - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Determines whether pane visibility for view is determined by admin or by user.
AR_DPROP_PANEL_AVOID_WHITESPACE - Static variable in interface com.bmc.arsys.api.Constants
Set true to avoid whitespace during slack allocation on a panel.
AR_DPROP_PANEL_BORDER_THICKNESS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_FIT_TO_CONTENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_MARGIN_BOTTOM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_MARGIN_LEFT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_MARGIN_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_MARGIN_TOP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_SLACK_DISTRIBUTION_ORDER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANEL_SLACK_ORDER - Static variable in interface com.bmc.arsys.api.Constants
Integer value to specify the Panel priority for Slack allocation; range 0-10.
AR_DPROP_PANELHOLDER_SHRINKTOFIT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PANELHOLDER_SPLITTER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_PATH_TO_BKG_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Allow path to the background image to be specified.
AR_DPROP_PROMPT - Static variable in interface com.bmc.arsys.api.Constants
(character string) No prompt.
AR_DPROP_PROMPT_BANNER_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Boolean value indicating whether the prompt banner is visible.
AR_DPROP_PROMPT_PANE_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.
AR_DPROP_PUSH_BUTTON_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
The icon image for a button.
AR_DPROP_QUERY_LIST_BKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The name of the field whose value for a given entry controls the background display color of that entry in a query results list, and a list of field values and their corresponding colors.
AR_DPROP_QUERY_LIST_COLOR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The name of the field whose value for a given entry controls the display color of that entry in a query results list, and a list of field values and their corresponding colors.
AR_DPROP_REFRESH - Static variable in interface com.bmc.arsys.api.Constants
(integer) Table field refresh enabled.
AR_DPROP_REQUEST_IDENTIFIER - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Field ID of field to use for ID of this ticket for display purposes
AR_DPROP_RESULT_BANNER_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Boolean value indicating whether the results pane is visible.
AR_DPROP_RESULT_PANE_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not.
AR_DPROP_RIGHT_BBOX - Static variable in interface com.bmc.arsys.api.Constants
Additional property for the field.
AR_DPROP_ROW_LABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_ROW_LABEL_PLURAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_SHOWURL - Static variable in interface com.bmc.arsys.api.Constants
(ENUM) Display property that shows URL.
AR_DPROP_SKIN_STYLE - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Skin name, find in AR System Skins form to get skin properties.
AR_DPROP_SORT_AGGREGATION_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(integer) The grouping column in a table field with count aggregation.
AR_DPROP_SORT_DIR - Static variable in interface com.bmc.arsys.api.Constants
(integer) A value indicating the sort direction of a column in a table field.
AR_DPROP_SORT_GROUP - Static variable in interface com.bmc.arsys.api.Constants
(integer) The grouping column in a table field.
AR_DPROP_SORT_SEQ - Static variable in interface com.bmc.arsys.api.Constants
(integer) The sort order of a column in a table field.
AR_DPROP_TAB_COORD - Static variable in interface com.bmc.arsys.api.Constants
Tab coordinate control.
AR_DPROP_TAB_MODE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Tab mode control.
AR_DPROP_TAB_NEXT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) (ARInternalId) Inter-field keyboard relationships.
AR_DPROP_TAB_ORDER - Static variable in interface com.bmc.arsys.api.Constants
A value that determines the field tab order for fields in view (from lowest to highest).
AR_DPROP_TAB_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) Tab text.
AR_DPROP_TABLE_AUTOREFRESH - Static variable in interface com.bmc.arsys.api.Constants
(character string) Auto-refresh string.
AR_DPROP_TABLE_CELL_BKG_COLOR - Static variable in interface com.bmc.arsys.api.Constants
(character string) The name of the field whose value for a given entry controls the cell (column) color of that entry in a query results list, and a list of field values and their corresponding colors.
AR_DPROP_TABLE_CHUNK_NEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for next chunk.
AR_DPROP_TABLE_CHUNK_PREV - Static variable in interface com.bmc.arsys.api.Constants
(character string) Label for previous chunk.
AR_DPROP_TABLE_CHUNK_SIZE - Static variable in interface com.bmc.arsys.api.Constants
(integer) chunk size
AR_DPROP_TABLE_COL_DISPLAY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(enum) Column states.
AR_DPROP_TABLE_COL_ENABLE_SORT - Static variable in interface com.bmc.arsys.api.Constants
(int, 0/1) (Dis/en)able table column sorting.
AR_DPROP_TABLE_COL_IMAGE_LIST - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) list of integer enum IDs, image refs, and alt text strings, formatted as #items\enum-id1\image-ref1\alt-text1\enum-id2\image-ref2\alt-text2\...
AR_DPROP_TABLE_COL_INITVAL - Static variable in interface com.bmc.arsys.api.Constants
(char) Initial value for all cells in column
AR_DPROP_TABLE_COL_WRAP_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Boolean, multi-line column
AR_DPROP_TABLE_COLUMN_CHECKBOX - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Display property for Table column check box.
AR_DPROP_TABLE_COLUMN_DATA_ALIGNMENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_TABLE_COLUMN_HEADER_ALIGNMENT - Static variable in interface com.bmc.arsys.api.Constants
Table field column header and data alignment
AR_DPROP_TABLE_COLUMN_HEADER_TEXT_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Column header text color for Table field
AR_DPROP_TABLE_CONTENT_CLIPPED - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Indicates when the table guide content is clipped.
AR_DPROP_TABLE_DELETE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Delete button.
AR_DPROP_TABLE_DESELECT_ALL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Clear all rows in table.
AR_DPROP_TABLE_DISPLAY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Field/value pair to display table fields in web browser.
AR_DPROP_TABLE_DRILL_COL - Static variable in interface com.bmc.arsys.api.Constants
Drill down column.
AR_DPROP_TABLE_ENTRIES_RETURNED - Static variable in interface com.bmc.arsys.api.Constants
(character string) Localization of strings in table header about records displayed.
AR_DPROP_TABLE_HDRFTR_GRADBKGCOLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Table Header Footer color
AR_DPROP_TABLE_HDRFTR_GRADCOLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Table Header Footer color
AR_DPROP_TABLE_HDRFTR_GRADTYPE - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Table Header Footer type
AR_DPROP_TABLE_NOT_REFRESHED - Static variable in interface com.bmc.arsys.api.Constants
(character string) Localization of strings in table header when not refreshed.
AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE - Static variable in interface com.bmc.arsys.api.Constants
(Integer) Horizontal spacing between Table Array panels
AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN - Static variable in interface com.bmc.arsys.api.Constants
Table Page Array Margin Properties
AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE - Static variable in interface com.bmc.arsys.api.Constants
(Integer) Vertical spacing between Table Array panels
AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS - Static variable in interface com.bmc.arsys.api.Constants
Int; Number of Visible Columns to display in the Table Page Array Field, i.e.
AR_DPROP_TABLE_PANEL_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the table panel.
AR_DPROP_TABLE_PREFERENCES - Static variable in interface com.bmc.arsys.api.Constants
(character string) Preferences button label
AR_DPROP_TABLE_READ - Static variable in interface com.bmc.arsys.api.Constants
(character string) Read button for notifications.
AR_DPROP_TABLE_REFRESH - Static variable in interface com.bmc.arsys.api.Constants
(character string) Refresh button.
AR_DPROP_TABLE_REPORT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Report button.
AR_DPROP_TABLE_ROOT_NODE_ALT_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) alt text for image, applied to table/tree root node.
AR_DPROP_TABLE_ROOT_NODE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) image ref, applied to table/tree root node.
AR_DPROP_TABLE_SELECT_ALL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Select all rows in table.
AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Displays the label of selection column for table or query list view field in Netscape browser 4.75.
AR_DPROP_TABLE_SELINIT - Static variable in interface com.bmc.arsys.api.Constants
Field/value pair controlling initial selection in results list and table fields.
AR_DPROP_TABLE_SELREFRESH - Static variable in interface com.bmc.arsys.api.Constants
Field/value pair for refreshing table fields.
AR_DPROP_TABLE_SELROWS_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Field/value pair to enable or disable user from selecting rows by clicking.
AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE - Static variable in interface com.bmc.arsys.api.Constants
(character string) custom value for Tree NULL nodes
AR_DPROP_TABLE_UNREAD - Static variable in interface com.bmc.arsys.api.Constants
(character string) Unread button for notifications.
AR_DPROP_TABLE_USE_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Table refresh using user's locale
AR_DPROP_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) The text for a text-type trim field.
AR_DPROP_TEXT_FONT_SIZE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) The size of the font style to use for a text-type trim field.
AR_DPROP_TEXT_FONT_STYLE - Static variable in interface com.bmc.arsys.api.Constants
(character string) The name of the font style to use for a text-type trim field.
AR_DPROP_TITLE_BAR_ICON_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
The icon image for the title bar.
AR_DPROP_TOOLBAR_MODE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the type of toolbar item (applicable for control fields only).
AR_DPROP_TOOLBAR_POS - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value that determines the toolbar position for the field (applicable for control fields only).
AR_DPROP_TOOLBAR_TEXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Toolbar text.
AR_DPROP_TOOLTIP - Static variable in interface com.bmc.arsys.api.Constants
(character string) The tooltip text for a toolbar-type control field.
AR_DPROP_TRIM_TYPE - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value indicating the type of trim field.
AR_DPROP_VERTNAV_SUBLEVELTWO_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for Vertical Navigation sub level two color
AR_DPROP_VIEW_BORDER_COLOR - Static variable in interface com.bmc.arsys.api.Constants
Disp prop for View Field border color
AR_DPROP_VIEW_GRID_BBOX - Static variable in interface com.bmc.arsys.api.Constants
A set of X,Y coordinates (0,0), (25,25) of the grid for the bounding box.
AR_DPROP_VIEW_RTL - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) RightToLeft property of a view
AR_DPROP_VIEWFIELD_BORDERS - Static variable in interface com.bmc.arsys.api.Constants
View fields, hide/show borders
AR_DPROP_VIEWFIELD_SCROLLBARS - Static variable in interface com.bmc.arsys.api.Constants
View fields, hide/show scroll bars
AR_DPROP_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
(integer) A boolean flag indicating the visibility of the field.
AR_DPROP_VUI_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A flag identifying the default view (VUI) for the form.
AR_DPROP_VUI_DEFAULT_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
Master view property (0/1)
AR_DPROP_VUI_LOCK_VUI - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) VUI level property; can be set individually or will be set or unset by selecting form level preference.
AR_DPROP_WEB_FOOTER_CONTENT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DPROP_WEB_HEADER_CONTENT - Static variable in interface com.bmc.arsys.api.Constants
Contains HTML snippets for Absolute View
AR_DPROP_WEB_TOOLBAR_VISIBILITY - Static variable in interface com.bmc.arsys.api.Constants
Don't show web toolbar if admin disabled this view property from Appearance tab
AR_DPROP_Z_ORDER - Static variable in interface com.bmc.arsys.api.Constants
(unsigned long) A value that determines the field drawing order.
AR_DPROP_ZERO_SIZE_WHEN_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
collapse a field to zero size when hidden.
AR_DVAL_ALIGN_BOTTOM - Static variable in interface com.bmc.arsys.api.Constants
The vertical alignment of the label (Constants.AR_DPROP_LABEL_ALIGN) is bottom-aligned.
AR_DVAL_ALIGN_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Default value (top) for aligning Constants.AR_DPROP_LABEL_ALIGN field label.
AR_DVAL_ALIGN_FILL - Static variable in interface com.bmc.arsys.api.Constants
The vertical alignment of the background image of the label (Constants.AR_DPROP_LABEL_ALIGN) is expand-to-fill.
AR_DVAL_ALIGN_MIDDLE - Static variable in interface com.bmc.arsys.api.Constants
The vertical alignment of the label (Constants.AR_DPROP_LABEL_ALIGN) is middle-aligned.
AR_DVAL_ALIGN_TILE - Static variable in interface com.bmc.arsys.api.Constants
The vertical alignment of the background image of label (Constants.AR_DPROP_LABEL_ALIGN) is tile-to-fill.
AR_DVAL_ALIGN_TOP - Static variable in interface com.bmc.arsys.api.Constants
The vertical alignment of the label (Constants.AR_DPROP_LABEL_ALIGN) is top-aligned.
AR_DVAL_ALIGNED_LEFT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_ALIGNED_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_APP_FLYOUT - Static variable in interface com.bmc.arsys.api.Constants
fly out navigation
AR_DVAL_APP_TRADITIONAL - Static variable in interface com.bmc.arsys.api.Constants
default - traditional
AR_DVAL_AUTO_COMPLETE_ANYWHERE - Static variable in interface com.bmc.arsys.api.Constants
Character field auto-complete type - Anywhere
AR_DVAL_AUTO_COMPLETE_LEADING - Static variable in interface com.bmc.arsys.api.Constants
Character field auto-complete type - Leading
AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL - Static variable in interface com.bmc.arsys.api.Constants
Character field auto-complete matching option - show label, insert value
AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Character field auto-complete matching option - show and insert values
AR_DVAL_AUTO_COMPLETE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Character field auto-complete type - None
AR_DVAL_AUTO_FIELD_ALIGN_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Align Left
AR_DVAL_AUTO_FIELD_ALIGN_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Align Right
AR_DVAL_AUTO_FIELD_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
Button Field
AR_DVAL_AUTO_FIELD_GROUP - Static variable in interface com.bmc.arsys.api.Constants
Group Title Field
AR_DVAL_AUTO_FIELD_LEVEL1 - Static variable in interface com.bmc.arsys.api.Constants
Level 1
AR_DVAL_AUTO_FIELD_LEVEL2 - Static variable in interface com.bmc.arsys.api.Constants
Level 2
AR_DVAL_AUTO_FIELD_LEVEL3 - Static variable in interface com.bmc.arsys.api.Constants
Level 3
AR_DVAL_AUTO_FIELD_NAV - Static variable in interface com.bmc.arsys.api.Constants
Navigation Field
AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF - Static variable in interface com.bmc.arsys.api.Constants
Add to new column Off
AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON - Static variable in interface com.bmc.arsys.api.Constants
Add to new column On
AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF - Static variable in interface com.bmc.arsys.api.Constants
Add to new row Off
AR_DVAL_AUTO_FIELD_NEW_SECTION_ON - Static variable in interface com.bmc.arsys.api.Constants
Add to new row On
AR_DVAL_AUTO_FIELD_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
Regular Field
AR_DVAL_AUTO_FIELD_SPACER_OFF - Static variable in interface com.bmc.arsys.api.Constants
Navigation spacer Off
AR_DVAL_AUTO_FIELD_SPACER_ON - Static variable in interface com.bmc.arsys.api.Constants
Navigation spacer On
AR_DVAL_AUTO_FIELD_TITLE - Static variable in interface com.bmc.arsys.api.Constants
Title Field
AR_DVAL_AUTO_LAYOUT_OFF - Static variable in interface com.bmc.arsys.api.Constants
Layout Off
AR_DVAL_AUTO_LAYOUT_ON - Static variable in interface com.bmc.arsys.api.Constants
Layout On
AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF - Static variable in interface com.bmc.arsys.api.Constants
Navigation Off
AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON - Static variable in interface com.bmc.arsys.api.Constants
Navigation On
AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Auto maximize disable
AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Auto maximize enable
AR_DVAL_AUTO_REFRESH_NONE - Static variable in interface com.bmc.arsys.api.Constants
Disables auto-refresh for table fields.
AR_DVAL_AUTO_REFRESH_TABLE_MAX - Static variable in interface com.bmc.arsys.api.Constants
Enables auto-refresh for table fields.
AR_DVAL_AUTOFIT_COLUMNS_NONE - Static variable in interface com.bmc.arsys.api.Constants
No Scrollbar appears.
AR_DVAL_AUTOFIT_COLUMNS_SET - Static variable in interface com.bmc.arsys.api.Constants
Scrollbar will be enabled in the Table Field when displayed in Remedy User.
AR_DVAL_BKG_MODE_OPAQUE - Static variable in interface com.bmc.arsys.api.Constants
Specifies background of field is opaque.
AR_DVAL_BKG_MODE_TRANSPARENT - Static variable in interface com.bmc.arsys.api.Constants
Specifies background of field is transparent.
AR_DVAL_CHARFIELD_DROPDOWN - Static variable in interface com.bmc.arsys.api.Constants
Character field display type - Dropdown list
AR_DVAL_CHARFIELD_EDIT - Static variable in interface com.bmc.arsys.api.Constants
Character field display type - Edit
AR_DVAL_CHARFIELD_FILE - Static variable in interface com.bmc.arsys.api.Constants
Character field display type - File System Widget
AR_DVAL_CHARFIELD_MASKED - Static variable in interface com.bmc.arsys.api.Constants
Character field display type - Masked
AR_DVAL_CHARFIELD_RICH_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Character field display types - Normal Rich Text
AR_DVAL_CHARFIELD_RICH_TEXT_ADV - Static variable in interface com.bmc.arsys.api.Constants
Character field display types - Rich Text with support for editing
AR_DVAL_CNTL_A_MENU - Static variable in interface com.bmc.arsys.api.Constants
Top-or intermediate-level menu item (>, down arrow) of control menu (AR_DPROP_MENU_MODE).
AR_DVAL_CNTL_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
Control field appears on screen as a button.
AR_DVAL_CNTL_CHART - Static variable in interface com.bmc.arsys.api.Constants
Chart type
AR_DVAL_CNTL_CHOICE - Static variable in interface com.bmc.arsys.api.Constants
If chosen, one of many (dot, depressed) appears for control menu (AR_DPROP_MENU_MODE).
AR_DVAL_CNTL_DIALOG - Static variable in interface com.bmc.arsys.api.Constants
Dialog box will appear for control menu (AR_DPROP_MENU_MODE).
AR_DVAL_CNTL_HORIZNAV - Static variable in interface com.bmc.arsys.api.Constants
Horizontal Navigation
AR_DVAL_CNTL_ITEM - Static variable in interface com.bmc.arsys.api.Constants
Leaf-level menu item of control menu (AR_DPROP_MENU_MODE).
AR_DVAL_CNTL_MENU - Static variable in interface com.bmc.arsys.api.Constants
Control field appears on screen as a menu item.
AR_DVAL_CNTL_METER - Static variable in interface com.bmc.arsys.api.Constants
Meter type
AR_DVAL_CNTL_NAV_ITEM - Static variable in interface com.bmc.arsys.api.Constants
Navigation Item
AR_DVAL_CNTL_ON - Static variable in interface com.bmc.arsys.api.Constants
Control menu (AR_DPROP_MENU_MODE) is activated (yes/no).
AR_DVAL_CNTL_SEPARATOR - Static variable in interface com.bmc.arsys.api.Constants
Separator item appears for control menu (AR_DPROP_MENU_MODE).
AR_DVAL_CNTL_TAB_SWITCH - Static variable in interface com.bmc.arsys.api.Constants
Control field appears on screen as a tabbed dialog switch.
AR_DVAL_CNTL_TOOLBAR - Static variable in interface com.bmc.arsys.api.Constants
Control field appears on screen as a toolbar button.
AR_DVAL_CNTL_URL - Static variable in interface com.bmc.arsys.api.Constants
Control field appears on screen as a URL type button.
AR_DVAL_CNTL_VERTICALNAV - Static variable in interface com.bmc.arsys.api.Constants
Vertical Navigation
AR_DVAL_COLLAPSE_ALL_LEVELS - Static variable in interface com.bmc.arsys.api.Constants
Collapse All Levels
AR_DVAL_COLOR_BG - Static variable in interface com.bmc.arsys.api.Constants
Background color of field.
AR_DVAL_COLOR_EDIT_BG - Static variable in interface com.bmc.arsys.api.Constants
Color of text edit background.
AR_DVAL_COLOR_EDIT_FG - Static variable in interface com.bmc.arsys.api.Constants
Color of text edit foreground.
AR_DVAL_COLOR_FG - Static variable in interface com.bmc.arsys.api.Constants
Foreground color of field.
AR_DVAL_COLOR_FOCUS - Static variable in interface com.bmc.arsys.api.Constants
Color of input focus highlight.
AR_DVAL_COLOR_INSET1 - Static variable in interface com.bmc.arsys.api.Constants
1st level group.
AR_DVAL_COLOR_INSET2 - Static variable in interface com.bmc.arsys.api.Constants
2nd level group.
AR_DVAL_COLOR_NONE - Static variable in interface com.bmc.arsys.api.Constants
No fill color of field.
AR_DVAL_DATETIME_BOTH - Static variable in interface com.bmc.arsys.api.Constants
Date/time field displays both date and time.
AR_DVAL_DATETIME_DATE - Static variable in interface com.bmc.arsys.api.Constants
Date/time field displays date only.
AR_DVAL_DATETIME_TIME - Static variable in interface com.bmc.arsys.api.Constants
Date/time field displays time only.
AR_DVAL_DEPTH_EFFECT_ETCHED - Static variable in interface com.bmc.arsys.api.Constants
Three-dimensional effect for field appears to etched into screen surface.
AR_DVAL_DEPTH_EFFECT_FLAT - Static variable in interface com.bmc.arsys.api.Constants
No three-dimensional effect for field.
AR_DVAL_DEPTH_EFFECT_FLOATING - Static variable in interface com.bmc.arsys.api.Constants
Three-dimensional effect for field appears to float above screen surface.
AR_DVAL_DEPTH_EFFECT_RAISED - Static variable in interface com.bmc.arsys.api.Constants
Three-dimensional effect for field appears to lie above screen surface.
AR_DVAL_DEPTH_EFFECT_SUNKEN - Static variable in interface com.bmc.arsys.api.Constants
Three-dimensional effect for field appears to lie below screen surface.
AR_DVAL_DRILL_DOWN_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Value that allows users to double-click a row in table field to open source request of row in modify mode.
AR_DVAL_DRILL_DOWN_NONE - Static variable in interface com.bmc.arsys.api.Constants
Value that denies users the ability to double-click a row in table field to open source request of row in modify mode.
AR_DVAL_DROP_SHADOW_NONE - Static variable in interface com.bmc.arsys.api.Constants
Drop shadow not added
AR_DVAL_DROP_SHADOW_NORTH_WEST - Static variable in interface com.bmc.arsys.api.Constants
Drop shadow is added
AR_DVAL_ENABLE_CLEAR_ALWAYS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_ENABLE_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Sets value of data field to default (read/write).
AR_DVAL_ENABLE_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Disabled (data,trim,or control) field
AR_DVAL_ENABLE_READ_ONLY - Static variable in interface com.bmc.arsys.api.Constants
View and select only (data) in field; disabled (trim or control)
AR_DVAL_ENABLE_READ_WRITE - Static variable in interface com.bmc.arsys.api.Constants
View, select, and change (data) in field; enabled (trim or control)
AR_DVAL_ENDCAP_ARROW1 - Static variable in interface com.bmc.arsys.api.Constants
Line is arrow 1 style.
AR_DVAL_ENDCAP_EXTENDED - Static variable in interface com.bmc.arsys.api.Constants
Line is extended beyond coordinate.
AR_DVAL_ENDCAP_FLUSH - Static variable in interface com.bmc.arsys.api.Constants
Line is flush.
AR_DVAL_ENDCAP_ROUND - Static variable in interface com.bmc.arsys.api.Constants
Line is rounded.
AR_DVAL_EXPAND_ALL_LEVELS - Static variable in interface com.bmc.arsys.api.Constants
Expand All Levels
AR_DVAL_EXPAND_BOX_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Sets default (hidden) for expand box used in character field.
AR_DVAL_EXPAND_BOX_HIDE - Static variable in interface com.bmc.arsys.api.Constants
Hides expand box used in character field.
AR_DVAL_EXPAND_BOX_SHOW - Static variable in interface com.bmc.arsys.api.Constants
Expand box used in character field is displayed.
AR_DVAL_FIELD_HIGHLIGHT_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FIELD_HIGHLIGHT_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FIELD_PROCESS_NOT_REQUIRED - Static variable in interface com.bmc.arsys.api.Constants
default - not required
AR_DVAL_FIELD_PROCESS_REQUIRED - Static variable in interface com.bmc.arsys.api.Constants
required for process
AR_DVAL_FIELD_ROUNDED_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Deprecated. 
AR_DVAL_FIELD_ROUNDED_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Deprecated. 
AR_DVAL_FIXED_TABLE_HEADERS_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Fixed table head disabled
AR_DVAL_FIXED_TABLE_HEADERS_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Fixed table head enabled
AR_DVAL_FLOAT_EFFECT_APPEAR_DISAPPEAR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_EFFECT_FADEIN_FADEOUT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_EFFECT_GROW_SHRINK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_EFFECT_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_STYLE_DIALOG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_STYLE_MODELESS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_STYLE_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FLOAT_STYLE_TOOLTIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF - Static variable in interface com.bmc.arsys.api.Constants
Exclusion Off
AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON - Static variable in interface com.bmc.arsys.api.Constants
Exclusion On
AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_HEADER_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_IMAGE_ABOVE - Static variable in interface com.bmc.arsys.api.Constants
Position of the button image relative to the button label is above the label.
AR_DVAL_IMAGE_BELOW - Static variable in interface com.bmc.arsys.api.Constants
Position of the button image relative to the button label is below the label.
AR_DVAL_IMAGE_CENTER - Static variable in interface com.bmc.arsys.api.Constants
Position of the button image relative to the button label is centered, no label.
AR_DVAL_IMAGE_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Position of the button image relative to the button label is to the left of the label.
AR_DVAL_IMAGE_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Position of the button image relative to the button label is to the right of the label.
AR_DVAL_JOINT_EXTENDED - Static variable in interface com.bmc.arsys.api.Constants
Small angles with long point when lines are joined (Constants.AR_DPROP_JOINT_STYLE).
AR_DVAL_JOINT_MAX_SMOOTH - Static variable in interface com.bmc.arsys.api.Constants
All straight lines smoothed when lines are joined (Constants.AR_DPROP_JOINT_STYLE).
AR_DVAL_JOINT_ROUNDED - Static variable in interface com.bmc.arsys.api.Constants
Rounded corners when lines are joined (Constants.AR_DPROP_JOINT_STYLE).
AR_DVAL_JOINT_SHARP - Static variable in interface com.bmc.arsys.api.Constants
Angles with point, truncate small angles when lines are joined (Constants.AR_DPROP_JOINT_STYLE).
AR_DVAL_JOINT_SMOOTH - Static variable in interface com.bmc.arsys.api.Constants
Angle is between Constants.AR_DVAL_JOINT_ROUNDED and Constants.AR_DVAL_JOINT_MAX_SMOOTH when lines are joined (Constants.AR_DPROP_JOINT_STYLE).
AR_DVAL_JUSTIFY_CENTER - Static variable in interface com.bmc.arsys.api.Constants
Horizontal alignment of the label is center-justified.
AR_DVAL_JUSTIFY_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Sets horizontal alignment of the label to default location (left-justified).
AR_DVAL_JUSTIFY_FILL - Static variable in interface com.bmc.arsys.api.Constants
Horizontal alignment of the label fills to both sides.
AR_DVAL_JUSTIFY_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Horizontal alignment of the label is left-justified (default).
AR_DVAL_JUSTIFY_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Horizontal alignment of the label is right-justified.
AR_DVAL_JUSTIFY_TILE - Static variable in interface com.bmc.arsys.api.Constants
Horizontal alignment of the label is tiled to fill both sides.
AR_DVAL_LAYOUT_FILL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LAYOUT_FLOW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LAYOUT_XY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LOCALIZE_FIELD_ALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LOCALIZE_FIELD_SKIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LOCALIZE_VIEW_ALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_LOCALIZE_VIEW_SKIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_MOUSEOVER_EFFECT_CURSOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_MOUSEOVER_EFFECT_HIGHLIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_MOUSEOVER_EFFECT_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_NAV_EXPANDABLE - Static variable in interface com.bmc.arsys.api.Constants
default - expandable
AR_DVAL_NAV_FLYOUT - Static variable in interface com.bmc.arsys.api.Constants
fly out navigation
AR_DVAL_NAVBAR_SELITEM_FIRE - Static variable in interface com.bmc.arsys.api.Constants
fire workflow
AR_DVAL_NAVBAR_SELITEM_NOFIRE - Static variable in interface com.bmc.arsys.api.Constants
do not fire workflow
AR_DVAL_ORIENTATION_HORIZONTAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_ORIENTATION_VERTICAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_ORIENTATION_VERTICAL_UP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGE_BODY_COLLAPSE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGE_BODY_EXPAND - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGE_DISPLAY_BOTTOM - Static variable in interface com.bmc.arsys.api.Constants
Sets page label to appear on bottom.
AR_DVAL_PAGE_DISPLAY_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Sets page label to appear on left.
AR_DVAL_PAGE_DISPLAY_NONE - Static variable in interface com.bmc.arsys.api.Constants
No page label appears.
AR_DVAL_PAGE_DISPLAY_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Sets page label to appear on right.
AR_DVAL_PAGE_DISPLAY_TOP - Static variable in interface com.bmc.arsys.api.Constants
Sets page label to appear on top.
AR_DVAL_PAGE_FIELD_EDITABLE - Static variable in interface com.bmc.arsys.api.Constants
Page Field Type - Editable, User can modify the contents
AR_DVAL_PAGE_FIELD_NONEDITABLE - Static variable in interface com.bmc.arsys.api.Constants
Page Field Type - Non-editable, User can not modify the contents
AR_DVAL_PAGE_HEADER_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGE_HEADER_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGE_LAYER - Static variable in interface com.bmc.arsys.api.Constants
Lets users view page fields as layers of pages if pages cannot fit in page holder.
AR_DVAL_PAGE_SCROLL - Static variable in interface com.bmc.arsys.api.Constants
Lets users scroll to view the pages if pages cannot fit in page holder.
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_PANE_ALWAYS_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Detail pane is always hidden
AR_DVAL_PANE_ALWAYS_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
Detail pane is always visible
AR_DVAL_PANE_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Detail pane is hidden but can be made visible
AR_DVAL_PANE_VISIBILITY_ADMIN - Static variable in interface com.bmc.arsys.api.Constants
Pane visibility for view is defined by the administrator.
AR_DVAL_PANE_VISIBILITY_USER_CHOICE - Static variable in interface com.bmc.arsys.api.Constants
Pane visibility for view is decided by the user.
AR_DVAL_PANE_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
Detail pane is visible but can be hidden
AR_DVAL_RADIO_CHECKBOX - Static variable in interface com.bmc.arsys.api.Constants
Selection field with check boxes
AR_DVAL_RADIO_DROPDOWN - Static variable in interface com.bmc.arsys.api.Constants
Selection field with drop down list
AR_DVAL_RADIO_RADIO - Static variable in interface com.bmc.arsys.api.Constants
Selection field with radio buttons
AR_DVAL_REFRESH_NONE - Static variable in interface com.bmc.arsys.api.Constants
Value that denies users the ability to refresh table data when the request in which the table is embedded appears in the Details pane.
AR_DVAL_REFRESH_TABLE_MAX - Static variable in interface com.bmc.arsys.api.Constants
Value that allows users to refresh table data when the request in which the table is embedded appears in the Details pane, according to the maximum defined for table field.
AR_DVAL_RESIZE_BOTH - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_RESIZE_HORZ - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_RESIZE_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_RESIZE_VERT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_SECTOR_CENTER - Static variable in interface com.bmc.arsys.api.Constants
The label position relative to the field is centered.
AR_DVAL_SECTOR_EAST - Static variable in interface com.bmc.arsys.api.Constants
The label position relative to the field is right of the field.
AR_DVAL_SECTOR_NONE - Static variable in interface com.bmc.arsys.api.Constants
Label display is suppressed.
AR_DVAL_SECTOR_NORTH - Static variable in interface com.bmc.arsys.api.Constants
The label position relative to the field is above the field.
AR_DVAL_SECTOR_SOUTH - Static variable in interface com.bmc.arsys.api.Constants
The label position relative to the field is below the field.
AR_DVAL_SECTOR_WEST - Static variable in interface com.bmc.arsys.api.Constants
The label position relative to the field is left of the field.
AR_DVAL_SORT_AGGREGATION_COUNT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_SORT_AGGREGATION_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_SORT_DIR_ASCENDING - Static variable in interface com.bmc.arsys.api.Constants
Sort direction of column in table field is ascending.
AR_DVAL_SORT_DIR_DESCENDING - Static variable in interface com.bmc.arsys.api.Constants
Sort direction of column in table field is descending.
AR_DVAL_SPLITTER_HIDE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_SPLITTER_INVISIBLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_SPLITTER_SHOW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COL_DISPLAY_DROPDOWN_MENU - Static variable in interface com.bmc.arsys.api.Constants
Support Drop down menu
AR_DVAL_TABLE_COL_DISPLAY_EDITABLE - Static variable in interface com.bmc.arsys.api.Constants
Allow editing.
AR_DVAL_TABLE_COL_DISPLAY_HTML - Static variable in interface com.bmc.arsys.api.Constants
Display HTML in column.
AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE - Static variable in interface com.bmc.arsys.api.Constants
Not editable.
AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA - Static variable in interface com.bmc.arsys.api.Constants
Table Page Array Page Data Field
AR_DVAL_TABLE_COL_SORT_DISABLED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COL_SORT_ENABLED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
Multi-line disable
AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Multi-line enable
AR_DVAL_TABLE_COLUMN_ALIGNMENT_CENTER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COLUMN_ALIGNMENT_LEFT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COLUMN_ALIGNMENT_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_COLUMN_CHECKBOX_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
default - disabled
AR_DVAL_TABLE_COLUMN_CHECKBOX_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
enabled
AR_DVAL_TABLE_CONTENT_CLIPPED - Static variable in interface com.bmc.arsys.api.Constants
Content is Clipped
AR_DVAL_TABLE_CONTENT_NOT_CLIPPED - Static variable in interface com.bmc.arsys.api.Constants
Content is not Clipped
AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_DISPLAY_NOTIFICATION - Static variable in interface com.bmc.arsys.api.Constants
Sets the table to look like a notification alert in the web browser.
AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_DISPLAY_RESULTS_LIST - Static variable in interface com.bmc.arsys.api.Constants
Sets the table to look like a results list in the web browser.
AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_DISPLAY_TABLE - Static variable in interface com.bmc.arsys.api.Constants
Sets the table to look like a table in the web browser.
AR_DVAL_TABLE_DISPLAY_TREE_GROUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_DVAL_TABLE_SELINIT_NOSEL - Static variable in interface com.bmc.arsys.api.Constants
No selection in results list and table fields.
AR_DVAL_TABLE_SELINIT_SELFIRE - Static variable in interface com.bmc.arsys.api.Constants
Selects and fires workflow in initial selection in results list and table fields.
AR_DVAL_TABLE_SELINIT_SELNOFIRE - Static variable in interface com.bmc.arsys.api.Constants
Selects but does not fire workflow in initial selection in results list and table fields.
AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE - Static variable in interface com.bmc.arsys.api.Constants
When table field is refreshed, select first entry, then workflow is fired.
AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE - Static variable in interface com.bmc.arsys.api.Constants
When table field is refreshed, select first entry but workflow is not fired.
AR_DVAL_TABLE_SELREFRESH_NOSEL - Static variable in interface com.bmc.arsys.api.Constants
When table field is refreshed, no entry is selected.
AR_DVAL_TABLE_SELREFRESH_RETFIRE - Static variable in interface com.bmc.arsys.api.Constants
When table field is refreshed, selection is refreshed and workflow is fired.
AR_DVAL_TABLE_SELREFRESH_RETNOFIRE - Static variable in interface com.bmc.arsys.api.Constants
When table field is refreshed, selection is refreshed but workflow is not fired.
AR_DVAL_TABLE_SELROWS_DISABLE_NO - Static variable in interface com.bmc.arsys.api.Constants
User not disabled from selecting rows by clicking.
AR_DVAL_TABLE_SELROWS_DISABLE_YES - Static variable in interface com.bmc.arsys.api.Constants
Disable user to select rows by clicking.
AR_DVAL_TABLE_SELROWS_MULTI_SELECT - Static variable in interface com.bmc.arsys.api.Constants
Allow user select multiple rows by clicking.
AR_DVAL_TABLE_SELROWS_SINGLE_SELECT - Static variable in interface com.bmc.arsys.api.Constants
Allow user select single row by clicking.
AR_DVAL_TRIM_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Trim field is a static image.
AR_DVAL_TRIM_LINE - Static variable in interface com.bmc.arsys.api.Constants
Trim field is horizontal or vertical line.
AR_DVAL_TRIM_NONE - Static variable in interface com.bmc.arsys.api.Constants
No trim field type.
AR_DVAL_TRIM_SHAPE - Static variable in interface com.bmc.arsys.api.Constants
Trim field is box (rectangle).
AR_DVAL_TRIM_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Trim field is one or more rows of text.
AR_DVAL_VIEW_RTL_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
RightToLeft property disable
AR_DVAL_VIEW_RTL_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
RightToLeft property enable
AR_DVAL_VIEWFIELD_BORDERS_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
For native(border on) and web (based on display)
AR_DVAL_VIEWFIELD_BORDERS_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
Border on view field
AR_DVAL_VIEWFIELD_BORDERS_NONE - Static variable in interface com.bmc.arsys.api.Constants
No border on view field
AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO - Static variable in interface com.bmc.arsys.api.Constants
Add scrollbars if necessary
AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Content is clipped
AR_DVAL_VIEWFIELD_SCROLLBARS_ON - Static variable in interface com.bmc.arsys.api.Constants
Always show scrollbars
AR_ENCRYPTION_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Used by export and import to encrypt/decrypt workflow actions.
AR_ENCRYPTION_VERSION_2 - Static variable in interface com.bmc.arsys.api.Constants
Used by export and import to encrypt/decrypt workflow actions.
AR_ENTRYPOINT_TYPE_AL_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Entry point type for an active link guide
AR_ENTRYPOINT_TYPE_DEFAULT_NEW - Static variable in interface com.bmc.arsys.api.Constants
Entry point type for a form in default new entry mode
AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Entry point type for a form in default search mode
AR_ENUM_STYLE_CUSTOM - Static variable in interface com.bmc.arsys.api.Constants
Enum (selection) field display style - list indexed manually, gaps in numbers OK
AR_ENUM_STYLE_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Enum (selection) field display style - search performed to find name/number pairs
AR_ENUM_STYLE_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
Enum (selection) field display style - list auto-indexed starting at 0
AR_ENV_CONFIGDIR - Static variable in interface com.bmc.arsys.api.Constants
Environment variable for alternate config directory (ARCONFIGDIR)
AR_ERRHANDLER_ENABLE - Static variable in interface com.bmc.arsys.api.Constants
mask for error handler option
AR_ERROR_2_ALERT_EVENT_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_BUS_TIME_ACTIVITY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_BUS_TIME_ASSOC_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_HOLIDAY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_MESSAGE_CAT_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_SG_OP_RANK_SCHEMAS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_2_WORKDAY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ACCESS_TLS_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ACCOUNT_MARKED_INVALID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ACTLINK_ACTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ACTLINK_ACTION_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ACTLINK_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ADMIN_ONLY_MODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ADMINEXT_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALERT_SOCKET - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALERT_SOCKET_ADDR_IN_USE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALERT_SOCKET_PRE_CONNECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALERT_SOCKET_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALREADY_IN_CLIENT_TRANSACTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ALREADY_LICENSABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AP_DEFN_CHECK_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AP_RPC_SOCKET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APP_LIC_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APP_STATS_CONFIG_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APP_STATS_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APP_STATS_NOT_IN_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APPLICATION_LICENSE_FORMAT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_APPLICATION_NOT_LICENSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARCHIVE_NAME_NOT_PRESENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARCHIVE_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARDBC_NO_CREATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARDBC_NO_DELETE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARDBC_NO_GETBLOB - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARDBC_NO_SET - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARITH_OP_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARITH_OP_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARIWF_CALL_FROM_IMPROPER_PHASE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARIWF_NO_FILTER_CONTEXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARIWF_UNKNOWN_CALL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ARXML_LIB_LOAD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ASSIGN_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ATTACH_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ATTACH_FILE_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUDIT_DISABLE_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUDIT_ENABLE_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUDIT_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUTHENTICATION_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUTO_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_AUTO_STRING_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_AR_RESERV_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_ARITH_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_BLOB_SIZE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CLIENT_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CMD_LINE_OPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_COMSCHEMA_CHANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CONN_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CONTAINER_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CORE_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CURR_CODE_LEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CURR_CODE_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_CURR_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_DATA_DECRYPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_DEC_CALC - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_DEC_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_ERRORHANDLER_SIZE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_ESCALATION_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_EXISTANCE_ARRAY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FIELD_FUNC - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FIELD_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FIELD_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FIELDLIST_COLUMN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FILTER_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_FUNCTION_PARMS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_GET_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_GOTOACTION_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_IMPORT_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_JOIN_MAP_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_JOIN_MEMBER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_JOIN_QUALIFIER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_JOIN_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_JOIN_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_LOC_BUF_PTR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_LOC_BUF_SIZE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_LOC_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_MAPPING_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_MENU_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_PUB_KEY_DECRYPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_QUERY_FROM_ALIAS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_QUERY_FROM_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_REFERENCE_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_REL_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_RESPONSE_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_RPC_FOR_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_SCHEMA_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_SUP_FILE_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_VENDOR_MAP_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_VENDOR_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_VIEW_MAP_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_VIEW_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BAD_VUI_IMPORT_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BULK_ENTRY_BAD_ACTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BULK_ENTRY_CALL_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BULK_ENTRY_NO_TXN_IN_PROGRESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BULK_ENTRY_TXN_IN_PROGRESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_BYTE_ENCODING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CALL_FROM_FILTERPROCESSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CALL_NOT_FROM_FILTERPROCESSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CALLGUIDE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_CREATE_JOIN_SHADOW_FORM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_CREATE_SHADOW_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_DELETE_SHADOW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_DELETE_SHADOW_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_GETLIST_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_GROUP_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_INDEX_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_MODIFY_SHADOW_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_MODIFY_SHADOW_FORM_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_RUN_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CANNOT_SORT_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CASE_MISMATCH_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHANGE_FIELD_OPTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHANGE_IN_VIEW_GRP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_CLASS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_SYSTEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_TOO_DEEP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHAR_MENU_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CHARMENU_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CLIENT_OPERATION_DISABLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CMD_OPTION_CONFLICT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CMD_OPTION_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_ID_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_METHOD_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_METHOD_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_METHOD_NAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_METHODLIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_NAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_PARM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_PARM_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_PARMLIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COM_VALUE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COMMAND_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COMPRESSION_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_COMPUTED_GROUP_CIRCULAR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CON_OWNER_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONNECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONNECT_TO_EXTAUTH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONNECT_TO_PLUGIN_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONTAINER_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONTAINER_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONTAINER_UNSUP_BY_SVR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONTTITLE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONVERT_FROM_UNICODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONVERT_OVERLAY_NOTRESERVED_FIELD_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CONVERT_TO_UNICODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CORE_FIELD_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CORE_FIXED_OPTIONS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CORE_LENGTH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CORRUPT_LICENCE_REPORT_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CRE_DEL_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_DELETE_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_MODE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_MULT_FIELD_POSITION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_MUTEX_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_QUEUE_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_SEM_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_THREAD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_TLS_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_UNICODE_CONVERTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATE_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CREATEFIELD_ON_LOCKED_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CTR_OPEN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CURR_NOT_ALLOWED_FOR_GROUPING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CURR_PART_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CURRENCY_CODE_NOT_ACTIVE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CURRENCY_PART_REQUIRED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_CUSTOM_SUFFIX_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DATA_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DATATYPE_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DAY_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DB_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DB_OPEN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DB_RECORD_OVERFLOW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DB_STATHIST_INVALID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DB_WRITE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DDE_ACTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DDE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DDE_ITEM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DDE_NAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DDE_PATH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEBUG_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DECOMPRESSION_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DECRYPT_FUNC_INVALID_CRC - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DECRYPTION_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEF_COUNT_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEF_NO_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEF_OPEN_CATALOG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEFAULT_TYPE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEFAULT_VALUE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEFAULT_VALUE_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEFAULT_VUI_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEFN_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DELETE_CORE_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DELETE_LAST_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DELETE_LOCKED_OBJ - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DELETEFIELD_ON_LOCKED_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DEMO_LICENSE_EXPIRED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIALOG_IN_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIARY_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIARY_IN_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIARY_VALUE_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIRECTORY_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIRECTORY_OPEN_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DISP_BAD_FOR_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DISP_PARM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DISPLAY_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIST_NOT_MASTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DISTINGUISH_KEY_NOT_UNIQUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DIVIDE_BY_0 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DS_RPC_SOCKET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_DISPLAY_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_ID_IN_MULTIPLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_ID_IN_PERM_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_ON_UNIQUE_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_REM_SERVER_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_USER_PREF_ADMIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_USER_PREF_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUP_USER_PREF_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_ACTLINK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_ADMIN_EXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_CHAR_MENU - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_CONTAINER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_DB_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_DIST_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_DIST_POOL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_ENUM_VAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_ESCALATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_FIELD_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_FILTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_IMAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATE_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DUPLICATED_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_DYNAMIC_GROUP_NOT_PERMITTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EA_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EA_RPC_SOCKET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EMAIL_ATTACHMENT_MAPPING_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EMAIL_NO_SUCH_MAILBOX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EMAIL_REQUIRED_FORM_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EMPTY_COMSCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EMPTY_FIELDMAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENABLE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_ARGUMENT_OUT_OF_BOUNDS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_FIPS_DUAL_MODE_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_FIPS_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_FIPS_STRICT_MODE_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_LIBRARY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_LICENSE_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPT_NULL_INPUT_ARGUMENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPTION_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPTION_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPTION_LIB_LOAD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENCRYPTION_REQUIRED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTID_DEF_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTRIES_NO_DELETE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTRYID_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTRYID_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTRYID_LIST_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENTRYID_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENUM_NUM_NOT_UNIQUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENUM_REQ_LIMITS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENUM_STYLE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ENUM_VALUE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ERROR_HANDLER_MAX_STACK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ERROR_HANDLER_NOT_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_FIELDS_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_PROCESS_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_PROCESS_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCALATION_PROCESS_TIME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCL_ACTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCL_ACTION_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ESCL_NOT_DISABLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EVENT_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXEC_MASK_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXEC_MASK_REQ_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXEC_PROCESS_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXPECTED_COND_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXPECTED_FIELD_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXPECTED_REL_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXPECTED_XML_INPUT_ATTRIBUTE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXPECTED_XML_INPUT_ELEMENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXTERNAL_LOGGING_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXTERNAL_LOGGING_NOT_HANDLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXTERNAL_QUAL_REF - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_EXTERNAL_REF_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ACCESS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ASSIGN_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ASSIGN_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_DEPENDED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_DISPLAY_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_FOCUS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ID_CORE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ID_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ID_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_ID_TOO_LARGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_IN_JOIN_QUAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_IN_TABLE_QUAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_LIMIT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_LIST_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_LIST_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_NO_MULTI_COLUMN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_OPTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_OVERLAY_GROUP_MISMATCH_WITH_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_RESIZE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_VALUE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_VALUE_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_VUI_OVERLAY_GROUP_MISMATCH_WITH_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIELD_VUI_OVERLAY_ON_NONOVERLAY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILE_DB_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILE_MENU_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILE_OPEN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILE_POINTER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILE_WRITE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILENAME_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_ACTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_ACTION_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_ANY_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_API_DEF_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_FIELDS_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_MAX_STACK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_MAX_TOTAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_MULTI_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_PROCESS_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_PROCESS_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_PROCESS_TIME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_REF_NO_MATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FILTER_SET_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIPS_INVALID_SECURITY_POLICY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FIRETM_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FLAT_FILE_DB_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FORM_STATS_NOT_IN_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FROM_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_CANT_INDX_STATUS_HISTORY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_DUPLICATE_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_INDEXER_NOT_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_INVALID_ACTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_LOCKF_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_LOCKF_NOT_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_PEND_FILE_OPEN_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_PEND_FILE_WRITE_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_RECORD_NOT_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_TERM_SIGNAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_TOO_FEW_ARGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_TOO_MANY_ARGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FT_TRUNCATE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_BADDEBUGOPT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_BADQUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_BEGIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_DOCREAD_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_END - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_FIELDID_REQD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_IDSPECIFIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INDEXDIR_EXISTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INDEXING_OFF - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INDEXINGSERVICEERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INFO_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INFO_SET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INFO_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INFO_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INFO_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INIT_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_INVALID_DOCBOOST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_IREQ_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_MOVECOLDIRFAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_NAMESPECIFIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_NO_FORM_BASED_SEARCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_NO_LOAD_LIBRARY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_NOT_LICENSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_OP_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_OP_TOO_LARGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_PURGE_PEND_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_REQUIREDPARAMINVALID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_SCHEMANAMEBAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_SET_STOPWORD_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_STATEOFF - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_STATEON - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_STOPWORD_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_TOOMANYFOROPT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_TOOMANYFORRETRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_UNQUALIFIED_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_WRONG_DATA_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FULLTEXT_WRONG_VERSION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FUNCTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FUNCTION_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FUNCTION_IN_GROUP_BY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FUNCTION_PARMS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FUNCTIONAL_CURRENCY_REQUIRED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FVA_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_FVA_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GET_NEXT_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GET_NEXT_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GET_PRIVATEKEY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GET_PUBLICKEY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GETLISTFIELDS_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GLEWF_UNSUP_BY_SVR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GOTOLABEL_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_CACHE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_CATEGORY_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_FORM_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_NOTIFY_LOOP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUP_TYPE_CONFLICT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GROUPLIST_LENGTH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GUIDE_CALL_ITSELF_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_GUIDENAME_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_HOUR_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ID_IN_GROUP_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ID_NOT_IN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ID_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ILLEGAL_CMD_LINE_PARAM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ILLEGAL_OWNER_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ILLEGAL_PROCESS_STRING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ILLEGAL_USER_OR_PWD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMAGE_NOT_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_ALERT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_ALERT_ESCL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_CURRENCY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_DISTRIBUTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_EMAIL_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_SERVER_GROUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_IMPORT_SVR_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_FIELD_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_FIELD_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_LEVEL1_OR_2 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_NUM_DATA_FIELDS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_NUM_SPECIAL_FIELDS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_ROLE_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INCORRECT_VIEW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INDEX_LEN_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INDEX_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INPUT_BUFFER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INTERNAL_API_CALL_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INTERVAL_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVAL_SG_LICENSE_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVAL_SG_OPERATION_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_ALERT_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_API_CONFIG_VAR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_ARCHIVE_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_ARRAY_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_CHAR_IN_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_COMPUTED_GROUP_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_COMPUTED_GROUP_QUAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_DATE_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_DATE_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_DATEPARTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_FT_SCAN_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_HIERARCHY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_HOST_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_LICENSE_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_LICENSE_IMPORT_OPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_LICENSE_KEY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_LOCALE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_LOCK_BLOCK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_OBJECT_FOR_OVERLAY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_PLUGIN_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_RECURRENCE_TIME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_SESSION_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_SHADOW_FORM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_SHAREDLIB - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_INVALID_SHAREDLIB_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ITEMS_BUT_NULL_PTR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_JNI_COULD_NOT_FIND_CLASS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_JNI_COULD_NOT_FIND_METHOD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_JOIN_FORM_CIRCULAR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_JOIN_IN_FIRST_SOURCE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_KEY_EXCHANGED_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_KEYWORD_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LANGUAGE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LDAP_BAD_URL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LDAP_CONNECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LDAP_DN_NO_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LDAP_DN_NOT_CONFIGURED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LDAP_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LICENCE_REPORT_MUTEX_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LICENSE_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LIMIT_TYPE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LITE_LIC_FORM_NOT_SUPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LITE_LIC_NO_CREATE_FORM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LITE_LIC_NO_SET_FORM_MAP_CRITERIA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LITE_LIC_NO_SET_FORM_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LITE_LIC_WRONG_VERSION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOADING_LICENSE_CACHE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCAL_TXT_RECURSION_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCAL_VAR_NUM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCK_BLOCK_EXPORT_NOT_SUPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCK_BLOCK_IMPORT_NOT_SUPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCK_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCK_MUTEX_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCK_NOT_HELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOCKED_OBJ_EXPORT_XML_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_LOG_FILE_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
22
AR_ERROR_LOG_SCHEMA_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MACRO_VALUE_TOO_BIG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_BAD_CMD_LINE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_BODY_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_CONFIG_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_MAPI_LOGOFF_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_MAPI_LOGON_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_MAPI_READ_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_MAPI_RESOLVE_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_MAPI_SEND_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_NO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_NOT_A_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_NOT_REQ_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_NOT_REQ_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAIL_PARM_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MALLOC_CLIENT_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MALLOC_FAILED_FOR_CACHE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MALLOC_FAILED_FOR_SHARED_CACHE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAX_CLIENT_TRANASACTION_EXCEEDED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAX_FIXED_LIC_ASSIGN_EXCEEDED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MAX_RESPONSE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MENU_FILE_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MENU_FILE_LOC_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MENU_FILENAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MENU_REFRESH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MENU_SERVER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MERGE_DUPLICATE_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MESSAGE_NUM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MESSAGE_TEXT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MESSAGE_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_METADATA_UPDATES_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_CAT_BAD_FIELD_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_DUP_CAT_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_FIELD_NOT_FTINDEXED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_FIELD_NOT_PUBLIC - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_FORM_FIELD_NOT_SPECIFIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_INVALID_PROPERTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_NO_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_OP_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_SEARCH_STRING_NOT_SPECIFIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MFSEARCH_UPDATES_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MINUTE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_APP_LICENSE_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_APPL_AUDIT_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_CLOSE_PAREN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_CORE_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_JOIN_SOURCE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_PARM_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_QUOTE_IN_DS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_XML_MAPPING_ATTRIBUTE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MISSING_XML_MAPPING_ELEMENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MODIFIED_SINCE_GET - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MORE_THAN_ONE_REC_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MSG_SET - Static variable in interface com.bmc.arsys.api.ARErrors
Sets number in catalog for error messages
AR_ERROR_MULT_LIST_LENGTH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MULTI_MATCH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_BE_ADMIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_BE_ALERT_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_BE_DISPLAY_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_BE_DISTRIB - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_GIVE_ONE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_MUST_GIVE_OPERATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NAME_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NAME_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NAME_LIST_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NAME_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NEAR_STACK_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NESTED_EXCEPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_ACTLINK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_ADMEXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_CONTAINER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_DIST_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_DIST_POOL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_ESCALATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_FILTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ACCESS_TO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ALERT_EVENT_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_APP_STATS_CONFIG_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_APP_STATS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_APPLICATION_FIXED_LICENSES - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_APPLICATION_WRITE_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ARFORKD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_BUS_ACTIVITY_FOR_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_BUS_TIME_ACTIVITY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_BUS_TIME_ASSOC_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CHANGE_FIELD_DATA_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CHANGE_FIELD_OPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CHANGE_FIELDMAP_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CHANGE_JOIN_FIELDMAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CLOSE_QUOTE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_COMMON_FUNCTIONAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CONTAINER_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CONTAINERID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_CURRENCY_CODES_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DATATYPE_ON_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DEFAULT_KEYWORD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DEFAULT_NOTIFICATION_FROM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DEFN_IN_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DIALOG_IN_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_DISPLAY_IN_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_EMAIL_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ENCRYPTION_LIB - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_ENCRYPTION_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_FILTER_CONTEXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_HANDLER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_HOLIDAY_FOR_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_HOLIDAY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_IMAGE_SUPPLIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_IMAGE_TYPE_SUPPLIED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_JOIN_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_LICENSE_DB_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_LICENSE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_LOG_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_LONGER_SUPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MACRO_NAME_TEXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MAIL_BODY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MATCH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
Error message for "Can't find message."
AR_ERROR_NO_MESSAGE_CAT_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MORE_ENTRIES - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_MULTI_ACTLINK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_NESTED_OUTER_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_NON_ADMIN_DELETE_FORM_PROP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_OWNER_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_PLUGIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_PLUGIN_IDENTIFY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SCHEMA_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SCHEMAID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SCHEMALIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SERVERS_RUNNING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SG_OP_RANK_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SHAREDLIB_IDENTIFY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_STATUS_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_ACTLINK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_ADMIN_EXT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_APP_USER_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_CHAR_MENU - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_CLIENT_TRANSACTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_CONTAINER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_DIST_MAP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_DIST_POOL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_ESCALATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_FILTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_GROUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_SUP_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_TABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUCH_WORKFLOW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SUPPORT_IN_FLAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SVR_EVENT_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_SVR_STATS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_UNQUAL_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_VENDOR_IN_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WORKDAY_FOR_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WORKDAY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WRITE_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WRITE_ACCESS_CRE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WRITE_ACCESS_IND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NO_WRITE_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NON_LOCAL_SERVER_EXECUTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NONE - Static variable in interface com.bmc.arsys.api.ARErrors
No error.
AR_ERROR_NOT_A_CTR_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_A_DB_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_ACTLINK_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_ADMIN_EXT_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_ALLOWED_IN_QUAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_ALLOWED_IN_SERVER_GROUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_APP_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_CHAR_MENU_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_CONTAINER_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_DIST_MAP_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_DIST_POOL_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_ESCALATION_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_FILTER_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_FUNCTION_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_IMAGE_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_LOCK_BLOCK_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_SCHEMA_DATA_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_SCHEMA_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_SERVER_SIDE_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_SUPPORTED_ON_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOT_VUI_DEFN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFICATION_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFTIM_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFUSR_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_BCC_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_CC_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_CONTENT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_FIELD_ID_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_FOOTER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_FROM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_HEADER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_MAILBOXNAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_MECH_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_NAME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_ORGANIZATION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_PRIORITY_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_REPLYTO_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NOTIFY_TEXT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NUM_ENTRIES_EXCEEDS_XML_MAX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NUM_ENTRIES_LESS_THAN_XML_MIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_NUM_INDEX_FIELDS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJ_ALREADY_OWNED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJ_LOCK_BLOCK_NOT_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJ_LOCK_CACHE_LOAD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJ_LOCK_INFO_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJ_LOCK_UNKNOWN_LOCKTYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OBJECT_REL_UPDATES_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ONE_FIELD_PER_LOGKEY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ONE_JOIN_ONLY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ONE_UNLIC_CONNECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ONLY_REF_CURRENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OP_SET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OPEN_APPL_AUDIT_LOG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OPEN_APPL_VIOLATION_LOG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OPENDLG_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OPENING_LICENCE_REPORT_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OPERATION_CONFLICT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ORCL80_NOT_SUPPORT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ORDER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAID_OBJ_DOES_NOT_EXIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_BASE_CUSTOM_FIELD_ID_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_BASE_CUSTOM_SCHEMA_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_BASE_CUSTOM_TYPE_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_INVALID_CUSTOM_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_INVALID_GROUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_INVALID_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_INVALID_OVERLAY_PROP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_OBJ_DOES_NOT_EXIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_OVERLAY_OF_OVERLAY_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PARAM_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PASSWORD_IN_QUALIFY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PASSWORD_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PATTERN_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PENDING_FILE_CORRUPT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PERM_LIST_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PERMISSIONS_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PF_ONLY_REF_CURRENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PIPE_CREATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PIPE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PIPE_READ - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_BAD_PASSWORD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_CONFIG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_CONFIG_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_CONNECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_DUPLICATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_HAD_FAILED_INIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_HAD_FAILED_SETPROP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_JAVAWRAPPER_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_JNI_TYPE_INIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_LOOPBACK_RPC_SOCKET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_NATIVE_PLUGINHOST_CALL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PLUGIN_NATIVE_PLUGINHOST_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PPKEYPAIR_CREATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PREF_SRV_OPTION_INVALID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_PROCESS_COMMAND_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUAL_FILTER_ONLY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUAL_NONE_NOT_TOP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUAL_NOT_GET_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUAL_OPERATION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUALIFIER_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUERY_VAL_MULTI_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUERY_VALUE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUERY_VALUE_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_QUOTE_IN_ENTRYID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_READING_LICENCE_REPORT_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REC_QUERY_NO_RECURSE_QUAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REC_QUERY_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REC_QUERY_ONLY_ONE_SCHEMA_FIELDS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REC_QUERY_WRONG_REC_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REC_QUERY_WRONG_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_BAD_DATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_BAD_DAYSOFWEEK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_BAD_HOURSOFDAY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_BAD_INPUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_DATE_OUTOFRANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_INVALID_DOM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_INVALID_MOY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_INVALID_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_INVALID_WOM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_NO_DATES - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RECURRENCE_NONE_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REF_DESCR_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REF_LABEL_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REF_VALUE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REF_VALUE_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REG_QUERY_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REL_OP_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REL_OP_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RELEASE_TOO_RECENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RELOAD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REMOTE_PROC_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RENAMING_OVERLAID_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RENAMING_OVERLAY_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_BAD_DEFN_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_BAD_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_BAD_QUAL_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_BAD_SORT_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_MISSING_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_NO_CREATE_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_NO_MIN_CONFIG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_NO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REPORT_TEMP_FILENAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQ_CURR_CODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQ_CURR_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQ_VALUE_BAD_DEF - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQ_VALUE_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQ_VALUE_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_REQUIRED_API_INPUT_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESERV_FIELD_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESERV_GROUP_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESERVED_FOR_AUDIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESERVED_ID_OK_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESULT_LIST_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RESULT_MEM_ALLOC_TOO_LARGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RETURN_BUFFER_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ROLE_FORM_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ROLE_MAP_NO_SUCH_APP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_ROLE_MAP_NO_SUCH_ROLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_BAD_SERVER_VERS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_CALL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_INIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_INVALID_SQL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_PORT_RANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_SOCKET_RANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_TIMEOUT_2 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_RPC_TIMEOUT_3 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_ACTLINK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_CHAR_MENU - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_CONTAINER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_ESCALATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_FILTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_IMAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAFEGUARD_MISMATCH_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAME_ERRORHANDLER_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SAVE_LOGIN_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SCHEMA_DEPENDED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SCHEMA_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SCHEMA_LICENSE_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SCHEMA_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SCHEMA_NOT_IN_CACHE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SELF_OVERLAY_CONVERSION_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SEM_OP_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SEM_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SEMAPHORE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_ADMIN_DISABLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_GET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_INVALID_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_INVALID_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_SET_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_INFO_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_IREQ_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_NOT_LOCALIZED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVER_STAT_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SERVICE_NOT_STARTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SET_AUTH_CHAINING_MODE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SET_FIELD_STATUS_LIST_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SET_LIC_TIME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SET_PROC_TIME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_AGENT_PROCESS_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_DIFFERENT_LICENSE_TAGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_LICENSE_TAG_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_LICENSE_TAG_REQUIRED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_NO_SERVER_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SG_SIGNAL_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHADOW_FORM_IN_USE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHADOW_FORM_NOT_IN_APP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHADOW_FORM_OVERLAY_GROUP_MISMATCH_WITH_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHARE_APP_INTERFACE_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHARE_APP_PROPS_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHAREDLIB_INIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHAREDLIB_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SHAREDLIB_NORPCNUM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SORT_LIST_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SORT_OP_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SORTLIST_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SOURCE_FIELD_NOT_PRESENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_AFFECTED_COUNT_UNAVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_BAD_ACTION_IND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_BAD_LIKE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_CHAR_STRING_LEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_COMMAND_BAD_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_COMMAND_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_CONNECTION_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_DEADLOCK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_INIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_MISSING_CONTROL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_MISSING_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_MISSING_ENUM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_MISSING_HELP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_MISSING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_NO_COL_IN_CMD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_NO_MODULO_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_OCI_HANDLE_UNAVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_OP_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_OP_TOO_LARGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_OPEN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_QUALIFY_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SQL_TOO_MUCH_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STAT_HIST_ENUM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STAT_HIST_FORM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STAT_HIST_FORMAT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STAT_HIST_TAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STAT_OP_BAD_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATS_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATS_LIST_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATS_OP_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATUS_HIS_IN_MENU - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATUS_NOT_ENUM_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STATUS_REQ_DEFAULT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STRING_ENCODING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STRUCT_ITEM_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STRUCT_ITEM_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_STRUCT_ITEM_ITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUBADMIN_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUBJECT_TEXT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUBMITTER_LOCKED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUBMITTER_MODE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUP_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SUP_FILE_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SVR_EVENT_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SVR_LICENSE_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SVR_SETTING_OUT_OF_RANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SVR_STATS_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SYSTEM_DEFN_FILE_OPEN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_SYSTEM_NO_DEFAULT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TAG_FILE_PROBLEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TAG_LIC_PROBLEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TEMP_FILE_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TERMINATED_BY_DEBUGGER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TIME_FORMAT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TIMEOUT_FOR_PLUGIN_CALL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_FEW_UP_ARGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_MANY_ACTIONS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_MANY_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_MANY_FUNC_FOR_INDEXING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_MANY_PARMS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TOO_MANY_UP_ARGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_TWO_OPEN_WRITE_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNABLE_TO_CREATE_SHADOW_FORM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNABLE_TO_MODIFY_SHADOW_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNBALANCED_DB_TRANSACTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNEXPECTED_TOKEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNEXPECTED_XML_INPUT_ELEMENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNICODE_CLIENTS_ONLY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNICODE_DB_NOT_UPGRADE_READY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNKNOWN_CORE_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNKNOWN_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNRECOGNIZED_SG_OPERATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPP_DATATYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPP_FIELD_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPPORTED_ARIAPI_VERSION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPPORTED_DATA_ENC_KEY_ALG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPPORTED_PUBLIC_KEY_ALG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UNSUPPORTED_XML_DATA_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UPDATE_LOC_AL_MENU_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UPDATE_NEXT_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UPDATE_NEXT_VUI - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_UPGRD_INTERNAL_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_CACHE_UTILS_DISABLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_DATA_CORRUPT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_DATA_CORRUPT_LIC_DELETED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_FORM_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_HOST_IP_DIFFERENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_HOST_IP_NOT_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_HOST_IP_OVERRIDE_OPTION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_LICENSE_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_LIST_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_LOCK_NOT_HELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USER_TRANSACTION_OPTION_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_USING_RESERV_STRING_IN_NAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VALUE_EXPECTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VALUE_LIST_EMPTY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VALUE_OUT_OF_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VALUE_SET_BAD_FROM_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VALUE_SET_TYPE_DIFF - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_ACTIVE_LINK_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_APP_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_CANNOT_RESERVE_NONE_EXIST_OBJ - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_CHAR_MENU_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_CONTAINER_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_DEPENDED_FORM_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_ESCALATION_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_FILTER_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_FORM_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_IMAGE_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_OBJ_MOD_LOG_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_OBJ_MOD_LOG_MODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_OBJ_RESERVED_BY_OTHERS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_OWNER_APP_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_OWNER_CONTAINER_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_RELATED_ACTIVE_LINK_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_RELATED_ESCALATION_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_RELATED_FILTER_RESERVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_RESERVATION_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_RESERVATION_MODE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VERCNTL_TASK_CREATE_DUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VIEW_FORM_KEY_FIELD_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VIOLATE_INTEGRITY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_VUI_NOT_UNIQUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WAIT_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WEB_SERVICE_EXECUTION_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WFD_BAD_FIELDVALUE_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WORKDAY_NEVER_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WRITE_LICENSE_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WRITING_LICENCE_REPORT_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WRONG_DATA_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WRONG_DB_VERSION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_WRONG_DEFINITION - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XDR_RES_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XDR_SIZEOF_INVALID_SIZE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_DEFN_PARSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_IMP_EXP_NOT_SUPPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_INIT_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_INVALID_DOC_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_NO_SUCH_OBJECT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_OUTPUT_MAPPING_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_PARSING_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_UNKNOWN_ATTRIBUTE_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_UNKNOWN_ELEMENT_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ERROR_XML_UNKNOWN_ENUMERATION_TAG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_ESCALATION_TYPE_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Defines interval type of escalation time criteria.
AR_ESCALATION_TYPE_TIMEMARK - Static variable in interface com.bmc.arsys.api.Constants
Defines time type of escalation time criteria.
AR_EXECUTE_ON_AFTER_MODIFY - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user modifies an individual entry (after data is committed to the database)
AR_EXECUTE_ON_AFTER_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user submits an entry (after data is committed to the database)
AR_EXECUTE_ON_BUTTON - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user selects a button, toolbar button, or menu item.
AR_EXECUTE_ON_COPY_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user chooses Edit -> Copy to New in Remedy User.
AR_EXECUTE_ON_DISPLAY - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user displays an entry (after data is retrieved from the AR System server)
AR_EXECUTE_ON_DRAG - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when the specified field is dragged.
AR_EXECUTE_ON_DROP - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when the specified field is dropped.
AR_EXECUTE_ON_EVENT - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a specified event has arrived.
AR_EXECUTE_ON_GAIN_FOCUS - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when the specified field receives the focus.
AR_EXECUTE_ON_HOVER_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when cursor is hovering over a field data portion.
AR_EXECUTE_ON_HOVER_FIELD_DATA - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when cursor is hovering over a field data portion.
AR_EXECUTE_ON_HOVER_FIELD_LABEL - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when cursor is hovering over a field label portion.
AR_EXECUTE_ON_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a specified interval has arrived.
AR_EXECUTE_ON_LOADED - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link on Submit and Search windows after all data has been loaded on the window (from defaults, from a copy to new, from an open window action).
AR_EXECUTE_ON_LOSE_FOCUS - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when the focus is changed, for example by clicking in another field.
AR_EXECUTE_ON_MASK_FOCUS_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Possible mask values for the focus field
AR_EXECUTE_ON_MASK_MAX - Static variable in interface com.bmc.arsys.api.Constants
Maximum value of execute on mask for the active links
AR_EXECUTE_ON_MENU_CHOICE - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user selects an item from a character menu associated with a field specified by the focusField parameter or selects a row in a table field specified by the focusField parameter.
AR_EXECUTE_ON_MENU_OPEN - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user opens a menu (before data is sent to the AR System server)
AR_EXECUTE_ON_MODIFY - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user modifies an individual entry (before data is sent to the AR System server)
AR_EXECUTE_ON_MODIFY_ALL - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user modifies all entries (before data is sent to the AR System server)
AR_EXECUTE_ON_NONE - Static variable in interface com.bmc.arsys.api.Constants
No execution action for active link.
AR_EXECUTE_ON_PAGE_COLLAPSE - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a page is collapsed.
AR_EXECUTE_ON_PAGE_EXPAND - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a page is expanded.
AR_EXECUTE_ON_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user retrieves one or more entries (before the query is sent to the AR System server)
AR_EXECUTE_ON_RETURN - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user presses Return in the field specified by the focus field parameter.
AR_EXECUTE_ON_SET_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user sets default values (either manually or through preference settings)
AR_EXECUTE_ON_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user submits an entry (before data is sent to the AR System server)
AR_EXECUTE_ON_TABLE_CONTENT_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a Table content is changed.
AR_EXECUTE_ON_UNDISPLAY - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a request is removed from the Details pane because a new request was selected in the Results pane or because the window is closing.
AR_EXECUTE_ON_WINDOW_CLOSE - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user closes any form window or changes its mode.
AR_EXECUTE_ON_WINDOW_OPEN - Static variable in interface com.bmc.arsys.api.Constants
Execute the active link when a user opens any form window or changes its mode.
AR_EXPORT_APP_INTEGRATION_WORKFLOW - Static variable in interface com.bmc.arsys.api.Constants
Export integration workflow only for Application.
AR_EXPORT_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_EXPORT_DEFAULT_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
Include default locale in exported Application definition.
AR_EXPORT_FORMAT_AR_DEF - Static variable in interface com.bmc.arsys.api.Constants
 
AR_EXPORT_FORMAT_XML - Static variable in interface com.bmc.arsys.api.Constants
 
AR_EXPORT_LOCALE_ONLY - Static variable in interface com.bmc.arsys.api.Constants
Export locale detail only for Application.
AR_EXPORT_SELECTED_LOCALES - Static variable in interface com.bmc.arsys.api.Constants
Include selected locales in exported Application definition.
AR_EXPORT_SHARED_WORKFLOW - Static variable in interface com.bmc.arsys.api.Constants
Include shared workflow in exported Application definition.
AR_FIELD - Static variable in class com.bmc.arsys.api.AssignFieldInfo
AR_FIELD is a form field value to compare in a relational operation.
AR_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Tag used to indicate a field.
AR_FIELD_BITOPTION_AUDIT - Static variable in interface com.bmc.arsys.api.Constants
BIT 0 - bit option to audit
AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK - Static variable in interface com.bmc.arsys.api.Constants
mask to check if any audit log key is set
AR_FIELD_BITOPTION_AUDIT_MASK - Static variable in interface com.bmc.arsys.api.Constants
mask to check if any audit option is set
AR_FIELD_BITOPTION_COPY - Static variable in interface com.bmc.arsys.api.Constants
BIT 1 - bit option to copy when some field is being audited BIT 0 & 1 - indicates AUDIT + COPY
AR_FIELD_BITOPTION_LOG_KEY1 - Static variable in interface com.bmc.arsys.api.Constants
BIT 2 - bit option to indicate this field is log key 1
AR_FIELD_BITOPTION_LOG_KEY2 - Static variable in interface com.bmc.arsys.api.Constants
BIT 3 - bit option to indicate this field is log key 2
AR_FIELD_BITOPTION_LOG_KEY3 - Static variable in interface com.bmc.arsys.api.Constants
BIT 2 & 3 - bit option to indicate this field is log key 3
AR_FIELD_BITOPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
no bit option
AR_FIELD_CHAR_OPTION_REFERENCE - Static variable in interface com.bmc.arsys.api.Constants
Identifies that the field ID cited in field characteristics is a field whose runtime value will contain a reference to the field that should change.
AR_FIELD_CLEAN_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Do not delete the specified field if it contains data (applicable for base forms only) or is associated with a join form.
AR_FIELD_CURRENT - Static variable in interface com.bmc.arsys.api.Constants
Used for active links to indicate a field reference to the screen which active link is being fired from.
AR_FIELD_DATA_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete the specified field if it contains data but not if it is associated with a join form.
AR_FIELD_DB - Static variable in interface com.bmc.arsys.api.Constants
Used for filters to check the value in the RDBMS only.
AR_FIELD_FORCE_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete the specified field, all join form fields that map to it, and all join forms dependent on it for join qualification.
AR_FIELD_JOIN - Static variable in interface com.bmc.arsys.api.Constants
Specifies type of field in a join schema.
AR_FIELD_LIMIT_NONE - Static variable in interface com.bmc.arsys.api.Constants
Field has no defined limits.
AR_FIELD_MAPPING_PRIMARY - Static variable in interface com.bmc.arsys.api.Constants
Primary schema in a join.
AR_FIELD_MAPPING_SECONDARY - Static variable in interface com.bmc.arsys.api.Constants
Secondary schema in a join.
AR_FIELD_NONE - Static variable in interface com.bmc.arsys.api.Constants
NULL field.
AR_FIELD_OFFSET - Static variable in interface com.bmc.arsys.api.Constants
This offset is added to one of the datatype fields to indicate the type of the fieldId.
AR_FIELD_OPEN_AT_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Any user (including guest users) can enter data in the field when submitting.
AR_FIELD_OPTION_DISPLAY - Static variable in interface com.bmc.arsys.api.Constants
Display-only (data fields only).
AR_FIELD_OPTION_OPTIONAL - Static variable in interface com.bmc.arsys.api.Constants
Optional (data fields only).
AR_FIELD_OPTION_REQUIRED - Static variable in interface com.bmc.arsys.api.Constants
Required (data fields only).
AR_FIELD_OPTION_SYSTEM - Static variable in interface com.bmc.arsys.api.Constants
System field that is read-only to ALL users.
AR_FIELD_PROTECTED_AT_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Only users who have been granted permission can enter data in the field when submitting.
AR_FIELD_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
Specifies type of field in a base schema.
AR_FIELD_TRAN - Static variable in interface com.bmc.arsys.api.Constants
Used for filters to check the value for the transaction only.
AR_FIELD_TYPE_ALL - Static variable in interface com.bmc.arsys.api.Constants
Retrieves and stores all field types.
AR_FIELD_TYPE_ATTACH - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store attachment field type.
AR_FIELD_TYPE_ATTACH_POOL - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store attachment pool type.
AR_FIELD_TYPE_COLUMN - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store column fields.
AR_FIELD_TYPE_CONTROL - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store control fields.
AR_FIELD_TYPE_DATA - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store data fields.
AR_FIELD_TYPE_PAGE - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store page fields.
AR_FIELD_TYPE_PAGE_HOLDER - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store page holder fields.
AR_FIELD_TYPE_TABLE - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store table fields.
AR_FIELD_TYPE_TRIM - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store trim fields.
AR_FIELD_VENDOR - Static variable in interface com.bmc.arsys.api.Constants
Specifies type of field in a vendor schema.
AR_FIELD_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Specifies type of field in a view schema.
AR_FILTER_ACTION_CALLGUIDE - Static variable in interface com.bmc.arsys.api.Constants
Go to the filter with call guide; executes or invokes a guide for filter.
AR_FILTER_ACTION_EXITGUIDE - Static variable in interface com.bmc.arsys.api.Constants
Terminates the current guide for filter.
AR_FILTER_ACTION_FIELDP - Static variable in interface com.bmc.arsys.api.Constants
Push data from the current operation to a field in another schema on the same server for filter.
AR_FILTER_ACTION_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
Update values for the specified fields for filter.
AR_FILTER_ACTION_GOTOACTION - Static variable in interface com.bmc.arsys.api.Constants
Go to the filter with the specified execution order for filter.
AR_FILTER_ACTION_GOTOGUIDELABEL - Static variable in interface com.bmc.arsys.api.Constants
Redirects the flow of execution within a guide to a specific filter.
AR_FILTER_ACTION_LOG - Static variable in interface com.bmc.arsys.api.Constants
Write the specifid text to a log file for filter.
AR_FILTER_ACTION_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Return the specified message (filters only) for filter.
AR_FILTER_ACTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
No filter action.
AR_FILTER_ACTION_NOTIFY - Static variable in interface com.bmc.arsys.api.Constants
Send a notification to the specified user for filter.
AR_FILTER_ACTION_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
Execute the specified command for filter.
AR_FILTER_ACTION_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
Filter Service action type indicator
AR_FILTER_ACTION_SQL - Static variable in interface com.bmc.arsys.api.Constants
Perform the specified SQL statements for filter.
AR_FILTER_FIELD_IDS_ALL - Static variable in interface com.bmc.arsys.api.Constants
All of the fields in the request are included with the notification.
AR_FILTER_FIELD_IDS_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
Only fields that have changed in the current transaction are included with the notification.
AR_FILTER_FIELD_IDS_LIST - Static variable in interface com.bmc.arsys.api.Constants
Selected fields from the list are included with the notification.
AR_FILTER_FIELD_IDS_NONE - Static variable in interface com.bmc.arsys.api.Constants
None of the fields are included with the notification.
AR_FIXED_POINT_PRECISION - Static variable in interface com.bmc.arsys.api.Constants
Normalizes all coordinate values before storing them in the database and then maps these values to pixels in the current environment upon retrieval.
AR_FOCUS_SET_TO_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Moves the focus (cursor) to the field in Change Field active link action.
AR_FOCUS_UNCHANGED - Static variable in interface com.bmc.arsys.api.Constants
Leaves the focus (cursor) as is to the field in Change Field active link action.
AR_FT_FILTER_SEARCH_OPTION_NO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FT_FILTER_SEARCH_OPTION_YES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_NO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_YES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FT_STRIP_TAGS_OPTION_NO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FT_STRIP_TAGS_OPTION_YES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_FULL_TEXT_FORM_REINDEX_SEPARATOR - Static variable in interface com.bmc.arsys.api.Constants
Separator used in list of forms to be reindexed for AR_SERVER_INFO_FT_FORM_REINDEX.
AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD - Static variable in interface com.bmc.arsys.api.Constants
Append leading and trailing wild cards to every word.
AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD - Static variable in interface com.bmc.arsys.api.Constants
Truncate all leading wild cards and append trailing wild cards to every word.
AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD - Static variable in interface com.bmc.arsys.api.Constants
Truncate all leading wild cards (do not truncate or append trailing wild cards).
AR_FULLTEXT_FTS_MATCH_REMOVE_WILD - Static variable in interface com.bmc.arsys.api.Constants
Truncate all wild cards.
AR_FULLTEXT_FTS_MATCH_UNCHANGED - Static variable in interface com.bmc.arsys.api.Constants
Leave all wild cards as specified by the user.
AR_FULLTEXT_OPTIONS_EXCLUDE_FIELD_BASED - Static variable in interface com.bmc.arsys.api.Constants
Field excluded from field based full text searching if Full Text indexed.
AR_FULLTEXT_OPTIONS_INDEXED - Static variable in interface com.bmc.arsys.api.Constants
Field is Full Text indexed.
AR_FULLTEXT_OPTIONS_LITERAL - Static variable in interface com.bmc.arsys.api.Constants
Field indexed for literal search if Full Text indexed.
AR_FULLTEXT_OPTIONS_NONE - Static variable in interface com.bmc.arsys.api.Constants
No Full Text options.
AR_FULLTEXT_REINDEX - Static variable in interface com.bmc.arsys.api.Constants
Reindex the FTS collection.
AR_FULLTEXT_STATE_OFF - Static variable in interface com.bmc.arsys.api.Constants
Turn FTS operations off.
AR_FULLTEXT_STATE_ON - Static variable in interface com.bmc.arsys.api.Constants
Turn FTS operations on.
AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH - Static variable in interface com.bmc.arsys.api.Constants
A value indicating whether full text searches are case-sensitive.
AR_FULLTEXTINFO_COLLECTION_DIR - Static variable in interface com.bmc.arsys.api.Constants
The collection directory for the FTS engine.
AR_FULLTEXTINFO_DEBUG - Static variable in interface com.bmc.arsys.api.Constants
Sets FTS debugging.
AR_FULLTEXTINFO_FTS_MATCH_OP - Static variable in interface com.bmc.arsys.api.Constants
Indicates type of FTS match operation.
AR_FULLTEXTINFO_HOMEDIR - Static variable in interface com.bmc.arsys.api.Constants
Sets FTS home directory.
AR_FULLTEXTINFO_REINDEX - Static variable in interface com.bmc.arsys.api.Constants
A value indicating whether the system rebuilds FTS indexes.
AR_FULLTEXTINFO_STATE - Static variable in interface com.bmc.arsys.api.Constants
A value indicating whether FTS is enabled.
AR_FULLTEXTINFO_STOPWORD - Static variable in interface com.bmc.arsys.api.Constants
A structure that contains all defined words to ignore for the FTS collection.
AR_FUNCTION_COLAVG - Static variable in interface com.bmc.arsys.api.Constants
Average of non-null values in a table column: function return value to assign in a Set Fields action.
AR_FUNCTION_COLCOUNT - Static variable in interface com.bmc.arsys.api.Constants
Number of non-null values in a table column: function return value to assign in a Set Fields action.
AR_FUNCTION_COLMAX - Static variable in interface com.bmc.arsys.api.Constants
Maximum of non-null values in a table column: function return value to assign in a Set Fields action.
AR_FUNCTION_COLMIN - Static variable in interface com.bmc.arsys.api.Constants
Minimum of non-null values in a table column: function return value to assign in a Set Fields action.
AR_FUNCTION_COLSUM - Static variable in interface com.bmc.arsys.api.Constants
Sum a table column: function return value to assign in a Set Fields action.
AR_FUNCTION_CONVERT - Static variable in interface com.bmc.arsys.api.Constants
This is reserved for future AR System use.
AR_FUNCTION_CURRCONVERT - Static variable in interface com.bmc.arsys.api.Constants
Converted currency type.
AR_FUNCTION_CURRSETDATE - Static variable in interface com.bmc.arsys.api.Constants
New date of currency.
AR_FUNCTION_CURRSETTYPE - Static variable in interface com.bmc.arsys.api.Constants
New type of currency.
AR_FUNCTION_CURRSETVALUE - Static variable in interface com.bmc.arsys.api.Constants
New value of currency.
AR_FUNCTION_DATE - Static variable in interface com.bmc.arsys.api.Constants
Date: function return value to assign in a Set Fields action.
AR_FUNCTION_DATEADD - Static variable in interface com.bmc.arsys.api.Constants
Number of days, weeks, months, or years added to a given date.
AR_FUNCTION_DATEDIFF - Static variable in interface com.bmc.arsys.api.Constants
Number of weeks or days between the start date and the end date.
AR_FUNCTION_DATENAME - Static variable in interface com.bmc.arsys.api.Constants
The name of the month or day.
AR_FUNCTION_DATENUM - Static variable in interface com.bmc.arsys.api.Constants
The numeric value of the year, month (1 to 12), day (1 to 31), week (1 to 52), or weekday (1=Sunday, 2 = Monday, and so on).
AR_FUNCTION_DAY - Static variable in interface com.bmc.arsys.api.Constants
Day (1-31): function return value to assign in a Set Fields action.
AR_FUNCTION_DECRYPT - Static variable in interface com.bmc.arsys.api.Constants
Decrypt string with password: function return value to assign in a Set Fields action.
AR_FUNCTION_DROPPEDCOLUMNINDEX - Static variable in interface com.bmc.arsys.api.Constants
int droppedcolumnindex(int/field)
AR_FUNCTION_DROPPEDROWINDEX - Static variable in interface com.bmc.arsys.api.Constants
int droppedrowindex(int/field)
AR_FUNCTION_ENCRYPT - Static variable in interface com.bmc.arsys.api.Constants
Encrypt string with password: function return value to assign in a Set Fields action.
AR_FUNCTION_HOUR - Static variable in interface com.bmc.arsys.api.Constants
Hour (0-23): function return value to assign in a Set Fields action.
AR_FUNCTION_HOVER - Static variable in interface com.bmc.arsys.api.Constants
Get the Hovered-on column value : char hover(int/field) Input is column, int or field return is char.
AR_FUNCTION_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Left-most n bytes: function return value to assign in a Set Fields action.
AR_FUNCTION_LEFTC - Static variable in interface com.bmc.arsys.api.Constants
Left-most n characters: function return value to assign in a Set Fields action.
AR_FUNCTION_LENGTH - Static variable in interface com.bmc.arsys.api.Constants
Length of string: function return value to assign in a Set Fields action.
AR_FUNCTION_LENGTHC - Static variable in interface com.bmc.arsys.api.Constants
Length of string in characters: function return value to assign in a Set Fields action.
AR_FUNCTION_LISTGET - Static variable in interface com.bmc.arsys.api.Constants
int listget(int/field, int)
AR_FUNCTION_LISTSIZE - Static variable in interface com.bmc.arsys.api.Constants
int listsize(int/field)
AR_FUNCTION_LOWER - Static variable in interface com.bmc.arsys.api.Constants
Lowercase string: function return value to assign in a Set Fields action.
AR_FUNCTION_LPAD - Static variable in interface com.bmc.arsys.api.Constants
char1 left-padded with char2 to n bytes: function return value to assign in a Set Fields action.
AR_FUNCTION_LPADC - Static variable in interface com.bmc.arsys.api.Constants
char1 left-padded with char2 to n characters: function return value to assign in a Set Fields action.
AR_FUNCTION_LTRIM - Static variable in interface com.bmc.arsys.api.Constants
Leading blanks removed: function return value to assign in a Set Fields action.
AR_FUNCTION_MAPGET - Static variable in interface com.bmc.arsys.api.Constants
int mapget(int/field, char)
AR_FUNCTION_MAX - Static variable in interface com.bmc.arsys.api.Constants
Maximum value: function return value to assign in a Set Fields action.
AR_FUNCTION_MIN - Static variable in interface com.bmc.arsys.api.Constants
Minimum value: function return value to assign in a Set Fields action.
AR_FUNCTION_MINUTE - Static variable in interface com.bmc.arsys.api.Constants
Minute (0-59): function return value to assign in a Set Fields action.
AR_FUNCTION_MONTH - Static variable in interface com.bmc.arsys.api.Constants
Month (1-12): function return value to assign in a Set Fields action.
AR_FUNCTION_REPLACE - Static variable in interface com.bmc.arsys.api.Constants
char1 with char2 replaced by char3: function return value to assign in a Set Fields action.
AR_FUNCTION_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Right-most n bytes: function return value to assign in a Set Fields action.
AR_FUNCTION_RIGHTC - Static variable in interface com.bmc.arsys.api.Constants
Right-most n characters: function return value to assign in a Set Fields action.
AR_FUNCTION_ROUND - Static variable in interface com.bmc.arsys.api.Constants
Rounded value: function return value to assign in a Set Fields action.
AR_FUNCTION_RPAD - Static variable in interface com.bmc.arsys.api.Constants
char1 right-padded with char2 to n bytes: function return value to assign in a Set Fields action.
AR_FUNCTION_RPADC - Static variable in interface com.bmc.arsys.api.Constants
char1 right-padded with char2 to n characters: function return value to assign in a Set Fields action.
AR_FUNCTION_RTRIM - Static variable in interface com.bmc.arsys.api.Constants
Trailing blanks removed: function return value to assign in a Set Fields action.
AR_FUNCTION_SECOND - Static variable in interface com.bmc.arsys.api.Constants
Second (0-59): function return value to assign in a Set Fields action.
AR_FUNCTION_SELECTEDROWCOUNT - Static variable in interface com.bmc.arsys.api.Constants
int selectedrowcount(int/field)
AR_FUNCTION_STRIPHTML - Static variable in interface com.bmc.arsys.api.Constants
char striphtml(char/field)
AR_FUNCTION_STRSTR - Static variable in interface com.bmc.arsys.api.Constants
Position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action.
AR_FUNCTION_STRSTRC - Static variable in interface com.bmc.arsys.api.Constants
Character position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action.
AR_FUNCTION_SUBSTR - Static variable in interface com.bmc.arsys.api.Constants
Substring from long1 to long2 (inclusive): function return value to assign in a Set Fields action.
AR_FUNCTION_SUBSTRC - Static variable in interface com.bmc.arsys.api.Constants
Substring from long1 to long2 (inclusive character position): function return value to assign in a Set Fields action.
AR_FUNCTION_TEMPLATE - Static variable in interface com.bmc.arsys.api.Constants
Apply Template char template(char/field,value,value,...) Input is vararg: arg1: template name, char or field arg2*: param value mapping, value return is char.
AR_FUNCTION_TIME - Static variable in interface com.bmc.arsys.api.Constants
Time: function return value to assign in a Set Fields action Input is timestamp and return is char.
AR_FUNCTION_TRUNC - Static variable in interface com.bmc.arsys.api.Constants
Truncated value: function return value to assign in a Set Fields action.
AR_FUNCTION_UPPER - Static variable in interface com.bmc.arsys.api.Constants
Uppercase string: function return value to assign in a Set Fields action.
AR_FUNCTION_VISIBLEROWS - Static variable in interface com.bmc.arsys.api.Constants
int visiblerows(int/field) The function will return the number of rows currently visible.
AR_FUNCTION_WEEKDAY - Static variable in interface com.bmc.arsys.api.Constants
Weekday (1-7): function return value to assign in a Set Fields action.
AR_FUNCTION_YEAR - Static variable in interface com.bmc.arsys.api.Constants
Year: function return value to assign in a Set Fields action.
AR_GCE_OPTION_NEXT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GCE_OPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
Option that indicated when to return GCE API, either immediate or after the next event occurs.
AR_GOTO_ABSOLUTE_ORDER - Static variable in interface com.bmc.arsys.api.Constants
In the Goto active link/filter action, skip directly to the action whose number is defined as part of the action.
AR_GOTO_ABSOLUTE_ORDER - Static variable in class com.bmc.arsys.api.GotoAction
Skips directly to the action whose number is defined as part of the action.
AR_GOTO_FIELD_XREF - Static variable in interface com.bmc.arsys.api.Constants
In the Goto active link/filter action, skip to the action whose number is in the cross-referenced field.
AR_GOTO_FIELD_XREF - Static variable in class com.bmc.arsys.api.GotoAction
Skip to the action whose number is in the cross-referenced field.
AR_GOTO_OFFSET_BACKWARD - Static variable in interface com.bmc.arsys.api.Constants
In the Goto active link/filter action, skip to the action that is behind the cross-referenced field, by the specified amount.
AR_GOTO_OFFSET_BACKWARD - Static variable in class com.bmc.arsys.api.GotoAction
Skips backward to the action that is behind the cross-referenced field, by the specified offset amount.
AR_GOTO_OFFSET_FORWARD - Static variable in interface com.bmc.arsys.api.Constants
In the Goto active link/filter action, skip to the action that is ahead of the cross-referenced field, by the specified amount.
AR_GOTO_OFFSET_FORWARD - Static variable in class com.bmc.arsys.api.GotoAction
Skips forward to the action that is ahead of the cross-referenced field, by the specified offset amount.
AR_GROUP_CATEGORY_COMPUTED - Static variable in interface com.bmc.arsys.api.Constants
Group is computed
AR_GROUP_CATEGORY_DYNAMIC - Static variable in interface com.bmc.arsys.api.Constants
Group is dynamic
AR_GROUP_CATEGORY_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
Group is regular
AR_GROUP_ID_ADMINISTRATOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_ASSIGNEE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_ASSIGNEE_GROUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_CUSTOMIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_FLASH_ADMIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_PUBLIC - Static variable in interface com.bmc.arsys.api.Constants
group-ids of the 'key' groups
AR_GROUP_ID_SUB_ADMINISTRATOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_ID_SUBMITTER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_PARENT_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_GROUP_TYPE_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Group has change access to field.
AR_GROUP_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Group has no access to field.
AR_GROUP_TYPE_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Group has view access to field.
AR_HIDDEN_INCREMENT - Static variable in interface com.bmc.arsys.api.Constants
Specify AR_HIDDEN_INCREMENT as attribute parameter to retrieve both visible and hidden containers.
AR_HOME_AUDIT_CONFIGFILE - Static variable in interface com.bmc.arsys.api.Constants
Audit configuration filename (araudit.conf)
AR_HOME_AUDIT_CONFIGFILE_WIN32 - Static variable in interface com.bmc.arsys.api.Constants
Audit configuration filename for Win32 systems (araudit.conf)
AR_HOME_CONFIGDIR - Static variable in interface com.bmc.arsys.api.Constants
Directory (/etc) containing config files.
AR_HOME_CONFIGDIR_WIN32 - Static variable in interface com.bmc.arsys.api.Constants
Configuration directory for Win32 systems (conf)
AR_HOME_CONFIGFILE - Static variable in interface com.bmc.arsys.api.Constants
AR System server configuration filename (ar.conf)
AR_HOME_CONFIGFILE_WIN32 - Static variable in interface com.bmc.arsys.api.Constants
AR System server configuration filename for Win32 systems (ar.cfg)
AR_HOME_DB_CONFIGFILE - Static variable in interface com.bmc.arsys.api.Constants
Database configuration filename (ardb.conf)
AR_HOME_DB_CONFIGFILE_WIN32 - Static variable in interface com.bmc.arsys.api.Constants
Database configuration filename for Win32 systems (ardb.cfg)
AR_HOME_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Default home directory (/usr/ar)
AR_HOME_DEFAULT_WIN32 - Static variable in interface com.bmc.arsys.api.Constants
Default home directory for Win32 systems (c:\\arservdbcode)
AR_HOUR_A_DAY - Static variable in interface com.bmc.arsys.api.Constants
Defines hours in escalation interval time criteria.
AR_IMPORT_OPT_BASIC_MASK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Creates new object(s)and generates an error if an object already exists.
AR_IMPORT_OPT_DATA_MERGE_FOR_DUP - Static variable in interface com.bmc.arsys.api.Constants
Merge duplicate entries
AR_IMPORT_OPT_DATA_NEWID_FOR_ALL - Static variable in interface com.bmc.arsys.api.Constants
Allways generate a new entry id for all entries
AR_IMPORT_OPT_DATA_NEWID_FOR_DUP - Static variable in interface com.bmc.arsys.api.Constants
Generate new ID for duplicate entries
AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP - Static variable in interface com.bmc.arsys.api.Constants
Overwrite existing entires
AR_IMPORT_OPT_DATA_REJECT_FOR_DUP - Static variable in interface com.bmc.arsys.api.Constants
Reject duplicate entries
AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_HANDLE_CONFLICT_MASK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_NOT_DELETE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Do not delete excess fields.
AR_IMPORT_OPT_NOT_DELETE_VUI - Static variable in interface com.bmc.arsys.api.Constants
Do not delete excess views
AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION - Static variable in interface com.bmc.arsys.api.Constants
Do not overwrite permissions.
AR_IMPORT_OPT_OVERWRITE - Static variable in interface com.bmc.arsys.api.Constants
Overwrites existing objects.
AR_IMPORT_OPT_OVERWRITE_DISP_PROPS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_OVERWRITE_FULL_TEXT_OPTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_PRESERVE_HISTORY - Static variable in interface com.bmc.arsys.api.Constants
Do not overwrite change history
AR_IMPORT_OPT_PRESERVE_INDEX - Static variable in interface com.bmc.arsys.api.Constants
Import option for preserving excess indexes.
AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE - Static variable in interface com.bmc.arsys.api.Constants
Import option for preserving VUI namespace (label, locale, vui-type) of VUI getting imported.
AR_IMPORT_OPT_WITH_APP_OWNER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST - Static variable in interface com.bmc.arsys.api.Constants
Merge workflow attachment lists
AR_IMPORT_OPT_WORKFLOW_PRESERVE_ATTACHLIST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN - Static variable in interface com.bmc.arsys.api.Constants
Preserve all workflow attributes, EXCEPT workflow attachment lists which are handled seperately
AR_IMPORT_OPT_WORKFLOW_REMOVE_ATTACHLIST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_INTERNAL_ARCALL_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Timeout value for the internal AR Call
AR_JOIN_DELOPTION_FORCE - Static variable in interface com.bmc.arsys.api.Constants
Delete individual entries even when the entry cannot be retrieved from the join schema.
AR_JOIN_DELOPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
Individual entries will be deleted only when the entry can be retrieved through the join schema.
AR_JOIN_OPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
No join option.
AR_JOIN_OPTION_OUTER - Static variable in interface com.bmc.arsys.api.Constants
Outer join.
AR_JOIN_SETOPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
Allow users to update fields used in the join criteria.
AR_JOIN_SETOPTION_REF - Static variable in interface com.bmc.arsys.api.Constants
Do not allow users to update fields used in the join criteria.
AR_KEY_OPERATION_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Submit/create operation in Remedy User.
AR_KEY_OPERATION_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete operation in Remedy User.
AR_KEY_OPERATION_GET - Static variable in interface com.bmc.arsys.api.Constants
Display/get operation in Remedy User.
AR_KEY_OPERATION_GETLIST - Static variable in interface com.bmc.arsys.api.Constants
Query list operation in Remedy User.
AR_KEY_OPERATION_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Guide operation not currently applicable in Remedy User.
AR_KEY_OPERATION_MERGE - Static variable in interface com.bmc.arsys.api.Constants
Merge operation not currently applicable in Remedy User.
AR_KEY_OPERATION_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Search/query operation in Remedy User.
AR_KEY_OPERATION_SET - Static variable in interface com.bmc.arsys.api.Constants
Modify operation in Remedy User.
AR_KEY_OPERATION_SET_ALL - Static variable in interface com.bmc.arsys.api.Constants
Modify all operation in Remedy User.
AR_KEYWORD_ALT_KEY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_KEYWORD_ALT_KEY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ALT_KEY is set when user has pressed ALT key while opening a link.
AR_KEYWORD_APPLICATION - Static variable in interface com.bmc.arsys.api.Constants
The name (not label) of the currently running (client only) application.
AR_KEYWORD_APPLICATION - Static variable in class com.bmc.arsys.api.Keyword
The name (not label) of the currently running (client only) application.
AR_KEYWORD_AUTHSTRING - Static variable in interface com.bmc.arsys.api.Constants
returns the authString
AR_KEYWORD_AUTHSTRING - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_AUTHSTRING is the authString.
AR_KEYWORD_BROWSER - Static variable in interface com.bmc.arsys.api.Constants
Browser type (client only)
AR_KEYWORD_BROWSER - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_BROWSER is the browser type (client only).
AR_KEYWORD_CLIENT_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Client type of the API program.
AR_KEYWORD_CLIENT_TYPE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_CLIENT_TYPE is the client type of the api program.
AR_KEYWORD_CTRL_KEY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_KEYWORD_CTRL_KEY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_CTRL_KEY is set when user has pressed CONTROL key while opening a link.
AR_KEYWORD_CURRENTWINID - Static variable in interface com.bmc.arsys.api.Constants
Returns the window ID of the current window.
AR_KEYWORD_CURRENTWINID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_CURRENTWINID returns the window id of the current window (client only)
AR_KEYWORD_DATABASE - Static variable in interface com.bmc.arsys.api.Constants
Database and version of database used on the current server.
AR_KEYWORD_DATABASE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_DATABASE is the name of the database used on the current server.
AR_KEYWORD_DATE_ONLY - Static variable in interface com.bmc.arsys.api.Constants
Current date.
AR_KEYWORD_DATE_ONLY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_DATE_ONLY is the current date (time defaults to midnight).
AR_KEYWORD_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Admin-defined default for the field, if any.
AR_KEYWORD_DEFAULT - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_DEFAULT is the the administrator-defined default for the field
AR_KEYWORD_DRAGSRCFIELDID - Static variable in interface com.bmc.arsys.api.Constants
field ID of source field for drag operation
AR_KEYWORD_DRAGSRCFIELDID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_DRAGSRCFIELDID is field ID of source field for drag operation.
AR_KEYWORD_DROPTGTFIELDID - Static variable in interface com.bmc.arsys.api.Constants
field ID of destination field for drop operation
AR_KEYWORD_DROPTGTFIELDID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_DROPTGTFIELDID is field ID of destination field for drop operation.
AR_KEYWORD_ERRAPPENDMSG - Static variable in interface com.bmc.arsys.api.Constants
additional appended message(if any) of the error above
AR_KEYWORD_ERRAPPENDMSG - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ERRAPPENDMSG is additional appended message(if any) of the error above.
AR_KEYWORD_ERRMSG - Static variable in interface com.bmc.arsys.api.Constants
error message of the current workflow action Relevant only in activelink error handler
AR_KEYWORD_ERRMSG - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ERRMSG is error message of the current action.
AR_KEYWORD_ERRNO - Static variable in interface com.bmc.arsys.api.Constants
errorcode of the current workflow action Relevant in both filter and activelink error handler
AR_KEYWORD_ERRNO - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ERRNO is errorcode of the current action.
AR_KEYWORD_EVENTDATA - Static variable in interface com.bmc.arsys.api.Constants
The data for the event sent to the current window.
AR_KEYWORD_EVENTDATA - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_EVENTDATA is The data for the event sent to window (client only).
AR_KEYWORD_EVENTSRCWINID - Static variable in interface com.bmc.arsys.api.Constants
Window ID from which the event was sent.
AR_KEYWORD_EVENTSRCWINID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_EVENTSRCWINID is the window ID from which the event was sent (client only).
AR_KEYWORD_EVENTTYPE - Static variable in interface com.bmc.arsys.api.Constants
The type of event sent to the current window.
AR_KEYWORD_EVENTTYPE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_EVENTTYPE is the type or name of event received by the window (client only).
AR_KEYWORD_FIELDHELP - Static variable in interface com.bmc.arsys.api.Constants
Current Field Help (client only) in the Help Text tab of the Field Properties window.
AR_KEYWORD_FIELDHELP - Static variable in class com.bmc.arsys.api.Keyword
Current Field Help (client only) in the Help Text tab of the Field Properties window.
AR_KEYWORD_FIELDID - Static variable in interface com.bmc.arsys.api.Constants
Returns the field ID for the currently selected field (client only).
AR_KEYWORD_FIELDID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_FIELDID returns the field ID for the currently selected field (client only).
AR_KEYWORD_FIELDLABEL - Static variable in interface com.bmc.arsys.api.Constants
Returns the field label for the currently selected field (client only).
AR_KEYWORD_FIELDLABEL - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_FIELDLABEL returns the field label for the currently selected field (client only).
AR_KEYWORD_FIELDNAME - Static variable in interface com.bmc.arsys.api.Constants
Returns the field name for the currently selected field (client only).
AR_KEYWORD_FIELDNAME - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_FIELDNAME returns the field name for the currently selected field (client only).
AR_KEYWORD_GROUPIDS - Static variable in interface com.bmc.arsys.api.Constants
Ids for the groups current user is member of (returns empty string for escalations).
AR_KEYWORD_GROUPIDS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_GROUPIDS are the ids for groups which the current user is a member (returns an empty string for escalations).
AR_KEYWORD_GROUPS - Static variable in interface com.bmc.arsys.api.Constants
Set of groups current user is member of.
AR_KEYWORD_GROUPS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_GROUPS are the groups of which the current user is a member (returns an empty string for escalations).
AR_KEYWORD_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Current running guide (client only).
AR_KEYWORD_GUIDE - Static variable in class com.bmc.arsys.api.Keyword
Current running guide (client only).
AR_KEYWORD_GUIDETEXT - Static variable in interface com.bmc.arsys.api.Constants
Current Guide Text (client only) entered under the Help tab when you create or modify a guide.
AR_KEYWORD_GUIDETEXT - Static variable in class com.bmc.arsys.api.Keyword
Current Guide Text (client only) entered under the Help tab when you create or modify a guide.
AR_KEYWORD_HARDWARE - Static variable in interface com.bmc.arsys.api.Constants
Hardware on which the process is running.
AR_KEYWORD_HARDWARE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_HARDWARE is the hardware on which the process is running.
AR_KEYWORD_HOMEURL - Static variable in interface com.bmc.arsys.api.Constants
Base location of mid tier installation.
AR_KEYWORD_HOMEURL - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_HOMEURL is the base location of the mid tier install.
AR_KEYWORD_INBULKTRANS - Static variable in interface com.bmc.arsys.api.Constants
Returns an indication of whether or not currently within a bulk entry transaction (1 = Yes, 0 = No).
AR_KEYWORD_INBULKTRANS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_INBULKTRANS indicates if currently in a bulk entry transaction.
AR_KEYWORD_INCLNTMANAGEDTRANS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_KEYWORD_INCLNTMANAGEDTRANS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_INCLNTMANAGEDTRANS is additional appended message(if any) of the error above.
AR_KEYWORD_LASTCOUNT - Static variable in interface com.bmc.arsys.api.Constants
Number of matches to most recent search.
AR_KEYWORD_LASTCOUNT - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_LASTCOUNT is the number of requests returned from the most recent search.
AR_KEYWORD_LASTID - Static variable in interface com.bmc.arsys.api.Constants
Entry ID of most recently created entry upon a successful submit operation during the user's login environment.
AR_KEYWORD_LASTID - Static variable in class com.bmc.arsys.api.Keyword
Upon a successful submit, Constants.AR_KEYWORD_LASTID is the keyword contains the Request ID of the most recently created request during the user's login environment.
AR_KEYWORD_LASTOPENEDWINID - Static variable in interface com.bmc.arsys.api.Constants
Returns the window ID from last Open Window action.
AR_KEYWORD_LASTOPENEDWINID - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_LASTOPENEDWINID returns the window ID from the last open window action (client only).
AR_KEYWORD_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
User locale.
AR_KEYWORD_LOCALE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_LOCALE is the user locale.
AR_KEYWORD_NO - Static variable in interface com.bmc.arsys.api.Constants
No more keywords.
AR_KEYWORD_NO - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_NO is No more keywords.
AR_KEYWORD_OPERATION - Static variable in interface com.bmc.arsys.api.Constants
Operation being performed.
AR_KEYWORD_OPERATION - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_OPERATION is the current operation (for example, CREATE).
AR_KEYWORD_OS - Static variable in interface com.bmc.arsys.api.Constants
OS and release of OS on which a process is running.
AR_KEYWORD_OS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_OS is the operating system of the machine on which a process is running.
AR_KEYWORD_ROLES - Static variable in interface com.bmc.arsys.api.Constants
Set of Roles current user is member of
AR_KEYWORD_ROLES - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ROLES is the set of roles the current user is a member of.
AR_KEYWORD_ROWCHANGED - Static variable in interface com.bmc.arsys.api.Constants
Table row status - loaded, modified, new, or deleted (client only)
AR_KEYWORD_ROWCHANGED - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ROWCHANGED indicates if a row in table field was changed (client only).
AR_KEYWORD_ROWSELECTED - Static variable in interface com.bmc.arsys.api.Constants
Indicates whether a row in a table field was selected.
AR_KEYWORD_ROWSELECTED - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ROWSELECTED indicates if a row in table field was selected (client only).
AR_KEYWORD_ROWVISIBLE - Static variable in interface com.bmc.arsys.api.Constants
indicates if row in a table is visible (client only)
AR_KEYWORD_ROWVISIBLE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_ROWVISIBLE indicates if row in a table is visible (client only)
AR_KEYWORD_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Schema currently being worked on.
AR_KEYWORD_SCHEMA - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_SCHEMA is the name of the current form.
AR_KEYWORD_SCHEMA_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
Alias name for the current form.
AR_KEYWORD_SCHEMA_ALIAS - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_SCHEMA_ALIAS is the alias name for the current form.
AR_KEYWORD_SERVER - Static variable in interface com.bmc.arsys.api.Constants
AR System server currently being accessed.
AR_KEYWORD_SERVER - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_SERVER is the name of the current AR System server.
AR_KEYWORD_SERVERTIMESTAMP - Static variable in interface com.bmc.arsys.api.Constants
Current date/time on the server (same as AR_KEYWORD_TIMESTAMP on server).
AR_KEYWORD_SERVERTIMESTAMP - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_SERVERTIMESTAMP is the current date/time on the server (same as AR_KEYWORD_TIMESTAMP on server).
AR_KEYWORD_SHIFT_KEY - Static variable in interface com.bmc.arsys.api.Constants
keywords introduced for API side support for ARSystem.2010.03 - 031: Shift click backlog
AR_KEYWORD_SHIFT_KEY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_SHIFT_KEY is set when user has pressed SHIFT key while opening a link.
AR_KEYWORD_TCPPORT - Static variable in interface com.bmc.arsys.api.Constants
TCP/IP port of the local AR System server.
AR_KEYWORD_TCPPORT - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_TCPPORT is the TCP/IP Port of the local AR System server.
AR_KEYWORD_TIME_ONLY - Static variable in interface com.bmc.arsys.api.Constants
Current time.
AR_KEYWORD_TIME_ONLY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_TIME_ONLY is the current time (date defaults to today).
AR_KEYWORD_TIMESTAMP - Static variable in interface com.bmc.arsys.api.Constants
Current date/time.
AR_KEYWORD_TIMESTAMP - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_TIMESTAMP is the current date/time.
AR_KEYWORD_USER - Static variable in interface com.bmc.arsys.api.Constants
Login name of the current user.
AR_KEYWORD_USER - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_USER is the current user login.
AR_KEYWORD_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Software version running on the client (active links) or server (filters and escalations).
AR_KEYWORD_VERSION - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_VERSION is the software version running on the client (active links) or server (filters and escalations).
AR_KEYWORD_VUI - Static variable in interface com.bmc.arsys.api.Constants
Name of the form view displayed in the active window (returns an empty string for filters and escalations).
AR_KEYWORD_VUI - Static variable in class com.bmc.arsys.api.Keyword
Name of the form view displayed in the active window (returns an empty string for filters and escalations).
AR_KEYWORD_VUI_TYPE - Static variable in interface com.bmc.arsys.api.Constants
VUI type.
AR_KEYWORD_VUI_TYPE - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_VUI_TYPE is the VUI type.
AR_KEYWORD_WEEKDAY - Static variable in interface com.bmc.arsys.api.Constants
Current day of the week as a character string.
AR_KEYWORD_WEEKDAY - Static variable in class com.bmc.arsys.api.Keyword
Constants.AR_KEYWORD_WEEKDAY is the current day of the week as a character string.
AR_LENGTH_UNIT_BYTE - Static variable in interface com.bmc.arsys.api.Constants
Server measures field in 1-byte units.
AR_LENGTH_UNIT_CHAR - Static variable in interface com.bmc.arsys.api.Constants
Server measures field in units of one server character (may be 1-4 bytes depending on server character encoding).
AR_LICENSE_TAG_APP - Static variable in interface com.bmc.arsys.api.Constants
Reserved license held by user.
AR_LICENSE_TAG_FULL_TEXT - Static variable in interface com.bmc.arsys.api.Constants
FTS license held by user.
AR_LICENSE_TAG_RESERVED1 - Static variable in interface com.bmc.arsys.api.Constants
Reserved license held by user.
AR_LICENSE_TAG_WRITE - Static variable in interface com.bmc.arsys.api.Constants
Write license held by user.
AR_LICENSE_TYPE_FIXED - Static variable in interface com.bmc.arsys.api.Constants
Indicates fixed write license.
AR_LICENSE_TYPE_FIXED2 - Static variable in interface com.bmc.arsys.api.Constants
Indicates fixed write license type 2.
AR_LICENSE_TYPE_FLOATING - Static variable in interface com.bmc.arsys.api.Constants
Indicates floating write license.
AR_LICENSE_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Indicates no write license (read license).
AR_LICENSE_TYPE_RESTRICTED_READ - Static variable in interface com.bmc.arsys.api.Constants
Indicates restricted read license.
AR_LICENSE_WRITE_TIME - Static variable in interface com.bmc.arsys.api.Constants
int 0 - Time in minute to write in the license usage
AR_LIKE_ID - Static variable in interface com.bmc.arsys.api.Constants
Reserved for Push/Set Like Field ID.
AR_LIST_SCHEMA_ALL - Static variable in interface com.bmc.arsys.api.Constants
Retrieve all form types.
AR_LIST_SCHEMA_ALL_WITH_DATA - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all forms with database fields.
AR_LIST_SCHEMA_ALLOWED_IN_MFSEARCH - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all forms allowed in multi-form searches.
AR_LIST_SCHEMA_DIALOG - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all display-only forms.
AR_LIST_SCHEMA_DOWNLINK - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all base or join forms that the form specified by the name parameter depends on.
AR_LIST_SCHEMA_JOIN - Static variable in interface com.bmc.arsys.api.Constants
Retrieves list of all join schemas.
AR_LIST_SCHEMA_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
Retrieve all base forms.
AR_LIST_SCHEMA_UPLINK - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all join forms that depend on the form specified by the name parameter.
AR_LIST_SCHEMA_VENDOR - Static variable in interface com.bmc.arsys.api.Constants
Retrieve list of all vendor schema.
AR_LIST_SCHEMA_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Retrieves list of all view schemas.
AR_LOC_BUFFER - Static variable in class com.bmc.arsys.api.AttachmentValue
AR_LOC_BUFFER specifies that the contents of the blob should be returned/set in a data buffer.
AR_LOC_BUFFER - Static variable in interface com.bmc.arsys.api.Constants
Specifies you want the contents of the blob returned in a data buffer.
AR_LOC_FILENAME - Static variable in class com.bmc.arsys.api.AttachmentValue
AR_LOC_FILENAME specifies that the contents of the blob should be returned/set in a file.
AR_LOC_FILENAME - Static variable in interface com.bmc.arsys.api.Constants
Specifies you want the contents of the blob returned in a file.
AR_LOC_NULL - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future AR System use.
AR_LOCAL_TEXT_ACT_LINK_HELP - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as active link help text message.
AR_LOCAL_TEXT_ACT_LINK_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as active link message.
AR_LOCAL_TEXT_ACTIVE_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to set message as "active" in the message catalog
AR_LOCAL_TEXT_APPLICATION_ABOUT - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as Application About box message.
AR_LOCAL_TEXT_APPLICATION_HELP - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as application help text message.
AR_LOCAL_TEXT_APPLICATION_HELP_INDEX - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type for Application Index.
AR_LOCAL_TEXT_CONTAIN_DESC - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as container description message.
AR_LOCAL_TEXT_CONTAINER_HELP - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as container help text message.
AR_LOCAL_TEXT_CONTAINER_LABEL - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as container label message.
AR_LOCAL_TEXT_EXTERN_REPORT - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as external report message.
AR_LOCAL_TEXT_FIELD_HELP - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as field help text message.
AR_LOCAL_TEXT_FILTER_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as filter message.
AR_LOCAL_TEXT_FLASHBRD_LABEL - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type for Flashboard labels.
AR_LOCAL_TEXT_FLASHBRD_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type for Flashboard messages.
AR_LOCAL_TEXT_FORM_HELP - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as form help text message.
AR_LOCAL_TEXT_INACTIVE_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to set message as "inactive" in the message catalog
AR_LOCAL_TEXT_LIST_MENU_DEFN - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as file list menu message.
AR_LOCAL_TEXT_SYSTEM_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Used to define message type as system message.
AR_LOCAL_VARIABLE - Static variable in interface com.bmc.arsys.api.Constants
Local variable for filters and active links.
AR_LOCALIZE_FIELD_DATA_ALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FIELD_DATA_SKIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FORM_DATA_ALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FORM_DATA_SKIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FORM_VIEWS_ALIASES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FORM_VIEWS_ALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCALIZE_FORM_VIEWS_SKIP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_LOCK_BLOCK_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete the given object and all objects that are locked with same key.
AR_LOCK_TYPE_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Lock type to export the objects with hidden-lock.
AR_LOCK_TYPE_MAX - Static variable in interface com.bmc.arsys.api.Constants
Lock type maximum for the lock level range
AR_LOCK_TYPE_MIN - Static variable in interface com.bmc.arsys.api.Constants
Lock type minimum for the lock level range
AR_LOCK_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Lock type to export the objects as unlocked
AR_LOCK_TYPE_READONLY - Static variable in interface com.bmc.arsys.api.Constants
Lock type to export the objects with read-only lock.
AR_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Default filter log file (ar.log)
AR_LONGVALUE_TYPE_CHANGEDIARY - Static variable in interface com.bmc.arsys.api.Constants
Change diary field.
AR_LONGVALUE_TYPE_HELPTEXT - Static variable in interface com.bmc.arsys.api.Constants
Help text field.
AR_MAX_ACCESS_NAME_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of an access name type (user, group, and so on)
AR_MAX_ACTIONS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of actions performed if the condition defined by the query parameter is satisfied.
AR_MAX_AL_MESSAGE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of an active link message.
AR_MAX_AUTH_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of an authentication string type
AR_MAX_AUTOMATION_SIZE - Static variable in interface com.bmc.arsys.api.Constants
String specifying the equation defined by the Automation action, including nested methods and the assignment if any.
AR_MAX_BLOB_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of attachment BLOB (2147483647L)
AR_MAX_BUFFER_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future AR System use.
AR_MAX_CMENU_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a character menu value.
AR_MAX_COLFLD_COLLENGTH - Static variable in interface com.bmc.arsys.api.Constants
Maximum data size displayed in a column.
AR_MAX_COM_ID_SIZE - Static variable in interface com.bmc.arsys.api.Constants
String specifying the unique ID assigned to this server in the registry, for the interface that owns the OLE Automation method, length limited by AR_MAX_COM_ID_SIZE (128 bytes).
AR_MAX_COM_METHOD_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of the OLE Automation method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes)
AR_MAX_COM_NAME - Static variable in interface com.bmc.arsys.api.Constants
String specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes).
AR_MAX_COMMAND_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a user command string.
AR_MAX_COMMAND_SIZE_LONG - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a RunProcess command string.
AR_MAX_CORE_FIELD_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_MAX_CURRENCY_CODE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum data size of ISO currency code .
AR_MAX_DDE_ITEM - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a DDE item string.
AR_MAX_DDE_NAME - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a DDE service/topic name.
AR_MAX_DEFAULT_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Value to apply if a user submits an entry with no field value (applicable for data fields only).
AR_MAX_EMAIL_ADDR - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a notify email address.
AR_MAX_ENCRYPTED_PASSWORD_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of an encrypted password type
AR_MAX_ENTRYID_SIZE - Static variable in interface com.bmc.arsys.api.Constants
The ID of the entry (padded to AR_MAX_ENTRYID_SIZE).
AR_MAX_ERROR_NUMBER - Static variable in interface com.bmc.arsys.api.ARErrors
Maximum error number that will be used by AR System.
AR_MAX_FILENAME_BASE - Static variable in interface com.bmc.arsys.api.Constants
Filename size limit (8).
AR_MAX_FILENAME_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Filename size limit (12).
AR_MAX_FLATFILE_LIMIT - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of flat-file database (10000000).
AR_MAX_FULL_FILENAME - Static variable in interface com.bmc.arsys.api.Constants
Filename size limit (255).
AR_MAX_FULLTEXT_INFO_USED - Static variable in interface com.bmc.arsys.api.Constants
Valid "highest" FTS tag.
AR_MAX_FUNCTION_USED - Static variable in interface com.bmc.arsys.api.Constants
Set to code for "highest" function: function return value to assign in a Set Fields action.
AR_MAX_GOTOGUIDE_LABEL_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of Go To Guide label (128).
AR_MAX_GROUPLIST_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of the group list field.
AR_MAX_HOSTID_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a host id type
AR_MAX_INDEX_BYTES - Static variable in interface com.bmc.arsys.api.Constants
Maximum bytes in ALL columns in an index.
AR_MAX_INDEX_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
Set of zero or more indexes to create for the form.
AR_MAX_KEYWORD_USED - Static variable in interface com.bmc.arsys.api.Constants
Set to code for "highest" keyword.
AR_MAX_LANG_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a language name.
AR_MAX_LEVELS_DYNAMIC_MENU - Static variable in interface com.bmc.arsys.api.Constants
Max levels for Dynamic Query and SQL menu.
AR_MAX_LICENSE_KEY_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of license key type
AR_MAX_LICENSE_NAME_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of license name type
AR_MAX_LOCAL_VARIABLES - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of local variables.
AR_MAX_MACRO_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a macro value.
AR_MAX_MENU_ITEMS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of menu items in any single menu for character field default sets.
AR_MAX_MENU_LEVELS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of menu levels for character field default sets.
AR_MAX_MESSAGE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum length of text that augments the message text.
AR_MAX_MULT_ENTRIES - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of entries that can be handled by a multiple entries call.
AR_MAX_NAME_CHARACTERS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of characters an object name can have.
AR_MAX_NAME_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Screen label for the field (applicable for data fields only).
AR_MAX_NOTIFY_LINE - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of a value line when values are formatted for a notification.
AR_MAX_NOTIFY_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of a notify text line.
AR_MAX_NOTIFY_USER - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of a notify user line.
AR_MAX_PASSWORD_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of an password type
AR_MAX_PATTERN_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of a character limit pattern.
AR_MAX_PICKLIST_SIZE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_MAX_RELATED_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of related-to field.
AR_MAX_RESERVED_FIELD_ID - Static variable in interface com.bmc.arsys.api.Constants
Internal ID of the field to create.
AR_MAX_SCHEMAID_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of schema ID in flat file schema cache.
AR_MAX_SDESC_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Combined length of all specified fields, including separator characters, can be up to 255 bytes (limited by AR_MAX_SDESC_SIZE.
AR_MAX_SERVER_INFO_USED - Static variable in interface com.bmc.arsys.api.Constants
Set to code for "highest" server info.
AR_MAX_SERVER_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a server name cache.
AR_MAX_SERVER_STAT_USED - Static variable in interface com.bmc.arsys.api.Constants
Set to code for "highest" server statistics.
AR_MAX_STD_DATA_TYPE - Static variable in interface com.bmc.arsys.api.Constants
the maxium value for the standard AR data type
AR_MAX_SUBJECT_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a notify subject line.
AR_MAX_TABLENAME_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum external table name size.
AR_MAX_TBLFLD_NUMCOLS - Static variable in interface com.bmc.arsys.api.Constants
Maximum columns in a table field.
AR_MAX_TBLFLD_RETROWS - Static variable in interface com.bmc.arsys.api.Constants
Maximum rows returned in a refresh.
AR_MAX_WAIT_CONT_TITLE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of Label for Continue Button label in Wait active link action (64).
AR_MENU_APPEND - Static variable in interface com.bmc.arsys.api.Constants
Menu text is added to any text already in the field.
AR_MENU_FILE_CLIENT - Static variable in interface com.bmc.arsys.api.Constants
Location of file menu on system where Remedy User client is running.
AR_MENU_FILE_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Location of file menu on AR System server system.
AR_MENU_OVERWRITE - Static variable in interface com.bmc.arsys.api.Constants
Menu text replaces any text already in the field.
AR_MENU_REFRESH_CONNECT - Static variable in interface com.bmc.arsys.api.Constants
Refresh the menu only when form opened.
AR_MENU_REFRESH_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Refresh first time menu opened and every 15 minutes thereafter.
AR_MENU_REFRESH_OPEN - Static variable in interface com.bmc.arsys.api.Constants
Refresh every time menu is opened.
AR_MENU_TYPE_MENU - Static variable in interface com.bmc.arsys.api.Constants
Top- or intermediate-level menu item.
AR_MENU_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No menu item.
AR_MENU_TYPE_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Leaf-level menu item.
AR_MERGE_ENTRY_DUP_ERROR - Static variable in interface com.bmc.arsys.api.Constants
Generate an error if the Entry ID field and the ID specified already exists in the target form.
AR_MERGE_ENTRY_DUP_MERGE - Static variable in interface com.bmc.arsys.api.Constants
Update the fields specified in the existing entry if the Entry ID field and the ID specified already exists in the target form.
AR_MERGE_ENTRY_DUP_NEW_ID - Static variable in interface com.bmc.arsys.api.Constants
Create a new entry with a new ID if the Entry ID field and the ID specified already exists in the target form.
AR_MERGE_ENTRY_DUP_OVERWRITE - Static variable in interface com.bmc.arsys.api.Constants
Delete the existing entry and create a new one in its place if the Entry ID field and the ID specified already exists in the target form.
AR_MERGE_ENTRY_GEN_NEW_ID - Static variable in interface com.bmc.arsys.api.Constants
Always generate a new Entry ID for the record.
AR_MERGE_MULTIOPTIONS_CHANGE_ALL - Static variable in interface com.bmc.arsys.api.Constants
Constant for multi-options in mergeEntrey to change all
AR_MERGE_MULTIOPTIONS_CHANGE_FIRST - Static variable in interface com.bmc.arsys.api.Constants
Constant for multi-options in mergeEntrey to change first
AR_MERGE_MULTIOPTIONS_DO_NOTHING - Static variable in interface com.bmc.arsys.api.Constants
Constant for multi-options in mergeEntrey to do nothing
AR_MERGE_NO_PATTERNS_INCREMENT - Static variable in interface com.bmc.arsys.api.Constants
Skip field pattern checking (including $MENU$) in the merge
AR_MERGE_NO_REQUIRED_INCREMENT - Static variable in interface com.bmc.arsys.api.Constants
Allow NULL in required fields in the merge (not applicable for the Submitter, Status, or Short-Description core fields)
AR_MERGE_NO_WORKFLOW_FIRED - Static variable in interface com.bmc.arsys.api.Constants
Skip filter processing in the merge
AR_MFS_WEIGHTED_RELEVANCY_ENVIRONMENT_FIELD_TAG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_MFS_WEIGHTED_RELEVANCY_KEYWORDS_FIELD_TAG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_MFS_WEIGHTED_RELEVANCY_TITLE_FIELD_TAG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_MULTI_FORM_SEARCH_OPTION_EXCLUDE - Static variable in interface com.bmc.arsys.api.Constants
to indicate that the exclude from multi-form search option is set for the form
AR_MULTI_FORM_SEARCH_OPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
to indicate that no multi-form search options are set for the form
AR_MULTI_MATCH_ERROR - Static variable in interface com.bmc.arsys.api.Constants
Return an error if multiple matches occur.
AR_MULTI_MATCH_MODIFY_ALL - Static variable in interface com.bmc.arsys.api.Constants
Modify all matching entries (Push Fields action only) if multiple matches occur.
AR_MULTI_MATCH_NO_ACTION - Static variable in interface com.bmc.arsys.api.Constants
Do nothing (Push Fields action only) if multiple matches occur.
AR_MULTI_MATCH_PICKLIST - Static variable in interface com.bmc.arsys.api.Constants
Display a selection list (active links only) if multiple matches occur.
AR_MULTI_MATCH_SET_NULL - Static variable in interface com.bmc.arsys.api.Constants
Assign NULL (Set Fields action only) if multiple matches occur.
AR_MULTI_MATCH_USE_FIRST - Static variable in interface com.bmc.arsys.api.Constants
Assign a value from the first matching entry if multiple matches occur.
AR_MULTI_MATCH_USE_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
Use First Matching Request based on Locale (set fields only)
AR_MULTI_SCHEMA_FUNC_AVG - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_AVG SQL AVG() function on table or result set column.
AR_MULTI_SCHEMA_FUNC_COUNT - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_COUNT SQL COUNT() function on table or result set column.
AR_MULTI_SCHEMA_FUNC_LAST - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_LAST Last function defined.
AR_MULTI_SCHEMA_FUNC_MAX - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_MAX SQL MAX() function on table or result set column.
AR_MULTI_SCHEMA_FUNC_MIN - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_MIN SQL MIN() function on table or result set column.
AR_MULTI_SCHEMA_FUNC_NONE - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_NONE tests whether the left operand is equal to the right operand.
AR_MULTI_SCHEMA_FUNC_SUM - Static variable in class com.bmc.arsys.api.QueryFormField
Constants#AR_MULTI_SCHEMA_FUNC_SUM SQL SUM() function on table or result set column.
AR_MULTI_SCHEMA_JOIN_INNER - Static variable in interface com.bmc.arsys.api.Constants
Inner join.
AR_MULTI_SCHEMA_JOIN_INNER - Static variable in interface com.bmc.arsys.api.IQuerySource
Inner join.
AR_MULTI_SCHEMA_JOIN_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Left outer join.
AR_MULTI_SCHEMA_JOIN_LEFT - Static variable in interface com.bmc.arsys.api.IQuerySource
Left outer join.
AR_MULTI_SCHEMA_JOIN_NONE - Static variable in interface com.bmc.arsys.api.IQuerySource
No join.
AR_MULTI_SCHEMA_JOIN_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Right outer join.
AR_MULTI_SCHEMA_JOIN_RIGHT - Static variable in interface com.bmc.arsys.api.IQuerySource
Right outer join.
AR_NATIVE_ENCRYPTION - Static variable in interface com.bmc.arsys.api.Constants
When exporting a definition, encrypts certain active link and char menu commands using native encryption.
AR_NO_LICENSE_DB_COUNT - Static variable in interface com.bmc.arsys.api.Constants
Maximum bytes for RDBMS solution if server has not license.
AR_NO_LICENSE_DB_LIMIT - Static variable in interface com.bmc.arsys.api.Constants
Maximum bytes for flat-file database if server has not license.
AR_NO_MATCH_ERROR - Static variable in interface com.bmc.arsys.api.Constants
Return an error if no matches occur.
AR_NO_MATCH_NO_ACTION - Static variable in interface com.bmc.arsys.api.Constants
Do nothing (Push Fields action only) if no matches occur.
AR_NO_MATCH_SET_NULL - Static variable in interface com.bmc.arsys.api.Constants
Assign NULL (Set Fields action only) if no matches occur.
AR_NO_MATCH_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Submit a new entry (Push Fields action only) if no matches occur.
AR_NO_MAX_LIST_RETRIEVE - Static variable in interface com.bmc.arsys.api.Constants
Specifies no maximum limit for number of entries retrieved by get list.
AR_NOTE_APP_FIXED_LICENSE_GRANTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_APP_FIXED_LICENSE_RETURNED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_DEMO_LICENSE_EXPIRE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_EA_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_EOF_REACHED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_EXTERNAL_LOGGING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_FATAL_EXIT - Static variable in interface com.bmc.arsys.api.ARErrors
21
AR_NOTE_LOG_FILE_RESUME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_LOG_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_QUERY_MATCHES - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_QUERY_RESPONSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_QUERY_SUBJECT_OK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_QUERY_SUCCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_SUBJECT_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_SUBJECT_OK - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_MAIL_SUCCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_NEW_USER_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_NO_SERVER_LICENSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_OBJ_LOCK_NOT_SUPPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_SERVER_NEED_RESTART - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_SIGNAL_RECEIVED - Static variable in interface com.bmc.arsys.api.ARErrors
ARNOTE 20 -- AR System server terminated when a signal or exception was received by the server.
AR_NOTE_SQL_DB_AVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_SQL_DB_STILL_UNAVAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_SQL_DB_UNAVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_TERM_RECEIVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_UPGRADE_TO_APPLICATION_FLOATING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_UPGRADE_TO_FLOAT_FULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTE_UPGRADE_TO_FLOATING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_NOTIFY_NONE - Static variable in interface com.bmc.arsys.api.Constants
Indicates no notifications will be sent.
AR_NOTIFY_PRIORITY_MAX - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future AR System use.
AR_NOTIFY_VIA_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Notifications sent according to setting for the user in the User form.
AR_NOTIFY_VIA_EMAIL - Static variable in interface com.bmc.arsys.api.Constants
Notifications sent through email.
AR_NOTIFY_VIA_NOTIFIER - Static variable in interface com.bmc.arsys.api.Constants
Notifications sent to Notification Event form or the Remedy Alert client.
AR_NOTIFY_VIA_XREF - Static variable in interface com.bmc.arsys.api.Constants
Notifications sent according to specified field cross-reference for notify mechanism.
AR_NUM_CORE_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OBJ_REL_OVERLAY_GROUP_BASE - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Object Relationship overlayGroup values
AR_OBJ_REL_OVERLAY_GROUP_OVERLAID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OBJ_TYPE_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object active link type.
AR_OBJ_TYPE_CHAR_MENU - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object menu type.
AR_OBJ_TYPE_CONTAINER - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object container type.
AR_OBJ_TYPE_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object escalation type.
AR_OBJ_TYPE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object field type.
AR_OBJ_TYPE_FILTER - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object filter type.
AR_OBJ_TYPE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object image type.
AR_OBJ_TYPE_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object schema type.
AR_OBJ_TYPE_TASK - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object task type.
AR_OBJ_TYPE_VUI - Static variable in interface com.bmc.arsys.api.Constants
AR defined server object VUI type.
AR_OPEN_FORM_MULTIPLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OPEN_FORM_SINGLETON - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OPERATION_CREATE - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on create operations.
AR_OPERATION_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on delete operations.
AR_OPERATION_GET - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on get operations.
AR_OPERATION_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter in a filter guide.
AR_OPERATION_MERGE - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on merge operations.
AR_OPERATION_NONE - Static variable in interface com.bmc.arsys.api.Constants
Do not execute the filter.
AR_OPERATION_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on a Service
AR_OPERATION_SET - Static variable in interface com.bmc.arsys.api.Constants
Execute the filter on set operations.
AR_OPROP_APP_INTEGRATION_WORKFLOW - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Application that is integrated by the workflow
AR_OPROP_APP_WEB_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Unique Application Alias used while deploying JSP page for the Web Server.
AR_OPROP_CACHE_DISP_PROP - Static variable in interface com.bmc.arsys.api.Constants
Bit mask for cache VUI and Field display properties.
AR_OPROP_COPYRIGHT - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the copyright string.
AR_OPROP_CORE_FIELDS_OPTION_MASK - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Server object property tag indicates the core fields options for a form.
AR_OPROP_DISPLAY_FORM_SINGLETON - Static variable in interface com.bmc.arsys.api.Constants
(enum) 0 default (multiple instances OK), 1 open form as single instance through open-window action
AR_OPROP_DRILL_DOWN_IN_WEB_REPORTS - Static variable in interface com.bmc.arsys.api.Constants
(Boolean) Propery to control Chart drill down.
AR_OPROP_DYNAMIC_PERMISSION_INHERITED - Static variable in interface com.bmc.arsys.api.Constants
Property used to indicate that permission inheritance is turned on for this object.
AR_OPROP_FORM_ALLOW_DELETE - Static variable in interface com.bmc.arsys.api.Constants
NEED TO PUT PROPER DESC here;
AR_OPROP_FORM_NAME_WEB_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Unique Form Alias used while deploying JSP page for the Web Server.
AR_OPROP_FORM_TAG_NAME - Static variable in interface com.bmc.arsys.api.Constants
Form tag
AR_OPROP_FT_FILTER_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Filter option to indicate if full text searching is to be used (default 1)
AR_OPROP_FT_MFS_CATEGORY_NAME - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) option for a field; Category name for the field when used in Full Text Multi-form search.
AR_OPROP_FT_MFS_INDEX_TABLE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Field option to indicate if a table field is indexed for multi-form search
AR_OPROP_FT_SCAN_TIME_HOUR_MASK - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Bit mask indicates the hours selected for scan times for any full text indexed field on a view, vendor, or join form.
AR_OPROP_FT_SCAN_TIME_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Indicates the interval value (in seconds) for scan times for any full text indexed field on a view, vendor, or join form.
AR_OPROP_FT_SCAN_TIME_MINUTE - Static variable in interface com.bmc.arsys.api.Constants
(UINT) Indicates the minute value for scan times for any full text indexed field on a view, vendor, or join form.
AR_OPROP_FT_SCAN_TIME_MONTH_MASK - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Bit mask indicates the month days selected for scan times for any full text indexed field on a view, vendor, or join form.
AR_OPROP_FT_SCAN_TIME_WEEKDAY_MASK - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Bit mask indicates the weekdays selected for scan times for any full text indexed field on a view, vendor, or join form.
AR_OPROP_FT_STRIP_TAGS - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Field option to indicate whether or not to strip tags before FTS indexing
AR_OPROP_GUID - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the globally unique identifier for the object.
AR_OPROP_GUIDE_PARAMETERS - Static variable in interface com.bmc.arsys.api.Constants
Parameterized Guides
AR_OPROP_INTEGRITY_KEY - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) The integrity key for the lite AR Server.
AR_OPROP_INTERVAL_VALUE - Static variable in interface com.bmc.arsys.api.Constants
(INT) Interval value used to indicate the time interval between an active link's timed executions.
AR_OPROP_LOCALIZE_FIELD_DATA - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Localize field’s data
AR_OPROP_LOCALIZE_FORM_DATA - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Localize form’s Data
AR_OPROP_LOCALIZE_FORM_VIEWS - Static variable in interface com.bmc.arsys.api.Constants
(Enum) Localize form’s views
AR_OPROP_MAX_VENDOR_TEMP_TABLES - Static variable in interface com.bmc.arsys.api.Constants
Property used to indicate the maximum number of temp tables that will be created for a vendor form.
AR_OPROP_MFS_OPTION_MASK - Static variable in interface com.bmc.arsys.api.Constants
(ULONG32) Bit mask of multi-form search options for a form.
AR_OPROP_MFS_WEIGHTED_RELEVANCY_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) semicolon separated list of field ids mapped to weighted relevancy fields of multi-form fts search in the format as below: ;;;;..
AR_OPROP_NEXT_ID_BLOCK_SIZE - Static variable in interface com.bmc.arsys.api.Constants
(INT) Server object property tag indicates the Next ID block size override for a form.
AR_OPROP_OVERLAY_DESIGN_GROUP - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Design time Overlay Group name
AR_OPROP_OVERLAY_GROUP - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Overlay Group name
AR_OPROP_OVERLAY_PROP - Static variable in interface com.bmc.arsys.api.Constants
(INT) Overlay Property
AR_OPROP_POOL_NUMBER - Static variable in interface com.bmc.arsys.api.Constants
(INT) Server object property tag indicates the number of the pool the object is a member of.
AR_OPROP_SCC_DATA_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the location within the source code control (SCC) system where the data or entries stored in a form under revision control.
AR_OPROP_SCC_DATA_LOCKED_BY - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the name of the user who has "locked" the data or entries stored in a form under revision control.
AR_OPROP_SCC_DATA_TIMESTAMP - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.
AR_OPROP_SCC_DATA_USER - Static variable in interface com.bmc.arsys.api.Constants
(TIME) Server object property tag indicates the source code control (SCC) username for the data or entries stored in a form under revision control.
AR_OPROP_SCC_DATA_VERSION - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control.
AR_OPROP_SCC_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the location within the source code control (SCC) system where the object may be found.
AR_OPROP_SCC_LOCKED_BY - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the name of user who has locked the object.
AR_OPROP_SCC_TIMESTAMP - Static variable in interface com.bmc.arsys.api.Constants
(TIME) Server object property tag indicates the source code control (SCC) timestamp.
AR_OPROP_SCC_USER - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the source code control (SCC) username.
AR_OPROP_SCC_VERSION - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the version of the source code control (SCC) system.
AR_OPROP_STATIC_PERMISSION_INHERITED - Static variable in interface com.bmc.arsys.api.Constants
Property used to indicate that permission inheritance is turned on for this object.
AR_OPROP_TABLE_PERSIST_DIRTY_ROWS - Static variable in interface com.bmc.arsys.api.Constants
NEED TO PUT PROPER DESC here;
AR_OPROP_VENDOR_NAME - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the vendor name.
AR_OPROP_VENDOR_PRODUCT - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the product name.
AR_OPROP_VENDOR_VERSION - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Server object property tag indicates the vendor version.
AR_OPROP_VIEW_LABEL_WEB_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Unique View Label Alias used while deploying JSP page for the Web Server.
AR_OPROP_VUI_OVERLAY_CHANGED_FIELD_LIST - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) SetVui will have objProp specifying the list of fields whose display instance has changed for an overlay vui.Value is semi-colon seperated list of fieldIds.
AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Sample Server and Schema name for ELSE Window open action in Advanced Mode.
AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
(CHAR) Sample Server and Schema name for IF Window open action in Advanced Mode.
AR_ORDER_MAX - Static variable in interface com.bmc.arsys.api.Constants
Maximum value allowed of filter/active link execution order (0-1000).
AR_ORIGINAL_OBJECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAID_OBJECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_CLIENT_MODE_BASE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_CLIENT_MODE_FULL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_CONVERT_TO_BASE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_CONVERT_TO_CUSTOM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_CONVERT_TO_OVERLAY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_OVERLAY_OBJECT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_PAGE_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns page fields.
AR_PAGE_HOLDER_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns page fields.
AR_PATTERN_KEY_ALNUM - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of alphabetic characters and digits (and blank space) ( $ALNUM$) into the character field.
AR_PATTERN_KEY_ALPHA - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of alphabetic characters (and blank space) ( $ALPHA$) into the character field.
AR_PATTERN_KEY_DIGIT - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of digits ($DIGIT$) into the character field.
AR_PATTERN_KEY_LOWER - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of any character ($LOWER$) except uppercase letters into the character field.
AR_PATTERN_KEY_MENU - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern that matches an item defined in the menu attached to the field ($MENU$) into the character field.
AR_PATTERN_KEY_PRINT - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of printable characters ($PRINT$) into the character field.
AR_PATTERN_KEY_UPPER - Static variable in interface com.bmc.arsys.api.Constants
User must enter a keyword value pattern of any character ($UPPER$) except lowercase letters into the character field.
AR_PERMISSIONS_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Group has read-write access to the field.
AR_PERMISSIONS_HIDDEN - Static variable in interface com.bmc.arsys.api.Constants
Group cannot see the schema or container.
AR_PERMISSIONS_NONE - Static variable in interface com.bmc.arsys.api.Constants
Group has no access to the object.
AR_PERMISSIONS_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Group has read-only access to the field.
AR_PERMISSIONS_VISIBLE - Static variable in interface com.bmc.arsys.api.Constants
Group can see the schema or container.
AR_PLUGIN_ERROR_CREATEINSTANCE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_ERROR_DELETEINSTANCE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_ERROR_NATIVE_LIBRARY_LOAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_ERROR_STARTUP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_ERROR_TERMINATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_ERROR_UNKOWN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_INVALID_PORT_NUMBER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_INVLAID_CMD_LINE_ARGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_STARTUP_MESSAGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PLUGIN_UNKNOWN_HOSTNAME - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_PRECISION_NONE - Static variable in interface com.bmc.arsys.api.Constants
No precision value that limits the number of decimal places displayed in the user's view of real number field.
AR_PREF_SERVER_USE_NOT_THIS_SERVER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_PREF_SERVER_USE_THIS_SERVER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_PREF_SERVER_USER_OPTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_PROHIBIT_DRILL_DOWN_IN_WEB_REPORTS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_QBE_MATCH_ANYWHERE - Static variable in interface com.bmc.arsys.api.Constants
LIKE %value% operation to perform on QBE screen.
AR_QBE_MATCH_EQUAL - Static variable in interface com.bmc.arsys.api.Constants
= operation to perform on QBE screen.
AR_QBE_MATCH_LEADING - Static variable in interface com.bmc.arsys.api.Constants
LIKE value% operation to perform on QBE screen.
AR_QUALCONTEXT_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
in Util class used to parse a qualification from an active link.
AR_QUALCONTEXT_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_QUALCONTEXT_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
in Util class used to parse a qualification from an escalation.
AR_QUALCONTEXT_FILTER - Static variable in interface com.bmc.arsys.api.Constants
in Util class used to parse a qualification from a filter.
AR_QUALCONTEXT_MENU_DEFS - Static variable in interface com.bmc.arsys.api.Constants
in Util class used to parse a qualification from a search menu.
AR_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Query another schema for filters or active links.
AR_QUERY_VALUE_MULTI_ERROR - Static variable in interface com.bmc.arsys.api.Constants
Returns an error message and stops processing in workflow if multiple matches are found in selected form.
AR_QUERY_VALUE_MULTI_FIRST - Static variable in interface com.bmc.arsys.api.Constants
Inserts the value of the first request that meets the qualification if multiple matches are found in selected form.
AR_QUERY_VALUE_MULTI_SET - Static variable in interface com.bmc.arsys.api.Constants
Assigns a NULL value to all of the fields that you are setting if multiple matches are found in selected form.
AR_REL_OP_EQUAL - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is equal to the right operand.
AR_REL_OP_EQUAL - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_EQUAL tests whether the left operand is equal to the right operand.
AR_REL_OP_GREATER - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is greater than the right operand.
AR_REL_OP_GREATER - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_GREATER tests whether the left operand is greater than the right operand.
AR_REL_OP_GREATER_EQUAL - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is greater than or is equal to the right operand.
AR_REL_OP_GREATER_EQUAL - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_GREATER_EQUAL tests whether the left operand is greater than or is equal to the right operand.
AR_REL_OP_IN - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is in a subset of data returned by the right operand.
AR_REL_OP_IN - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_IN tests whether the left operand is in a subset of data returned by the right operand.
AR_REL_OP_LESS - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is less than the right operand.
AR_REL_OP_LESS - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_LESS tests whether the left operand is less than the right operand.
AR_REL_OP_LESS_EQUAL - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is less than or is equal to the right operand.
AR_REL_OP_LESS_EQUAL - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_LESS_EQUAL tests whether the left operand is less than or is equal to the right operand.
AR_REL_OP_LIKE - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is LIKE the pattern defined by the right operand.
AR_REL_OP_LIKE - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_LIKE tests whether the left operand is LIKE the pattern defined by the right operand.
AR_REL_OP_NOT_EQUAL - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is not equal to the right operand.
AR_REL_OP_NOT_EQUAL - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_NOT_EQUAL tests whether the left operand is not equal to the right operand.
AR_REL_OP_NOT_IN - Static variable in interface com.bmc.arsys.api.Constants
Tests whether the left operand is not in a subset of data returned by the right operand.
AR_REL_OP_NOT_IN - Static variable in class com.bmc.arsys.api.RelationalOperationInfo
Constants.AR_REL_OP_NOT_IN tests whether the left operand is not in a subset of data returned by the right operand.
AR_REPORT_ATTR_BOTTOM - Static variable in interface com.bmc.arsys.api.Constants
Specify the number of blank lines you want at the bottom of each page of your report (including the footer, if any).
AR_REPORT_ATTR_CHAR_ENCODING - Static variable in interface com.bmc.arsys.api.Constants
character encoding
AR_REPORT_ATTR_CHARS - Static variable in interface com.bmc.arsys.api.Constants
Specify the maximum number of characters on a line.
AR_REPORT_ATTR_COL_SEP - Static variable in interface com.bmc.arsys.api.Constants
Specify characters to be used as separators between columns in a column or compressed text formatted report.
AR_REPORT_ATTR_COMPRESSED - Static variable in interface com.bmc.arsys.api.Constants
Creates report in compressed format with commas between the columns (or with white space or any other specified character between the columns).
AR_REPORT_ATTR_ENTRYIDS - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies entry IDs to use for the report.
AR_REPORT_ATTR_FILENAME - Static variable in interface com.bmc.arsys.api.Constants
For Crystal reports, defines file name for external report.
AR_REPORT_ATTR_FOOTER - Static variable in interface com.bmc.arsys.api.Constants
Footer that appears at bottom of every page of report in Remedy User.
AR_REPORT_ATTR_HEADER - Static variable in interface com.bmc.arsys.api.Constants
Header that appears at top of every page of report in Remedy User.
AR_REPORT_ATTR_IDLIST - Static variable in interface com.bmc.arsys.api.Constants
Fields to include in the report from the Field List in the upper half of the dialog box.
AR_REPORT_ATTR_INLINE_FORM - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies where the report is rendered, for example, inline.
AR_REPORT_ATTR_LAYOUT - Static variable in interface com.bmc.arsys.api.Constants
Specify layout of report.
AR_REPORT_ATTR_LEFT - Static variable in interface com.bmc.arsys.api.Constants
Specify the number of blank character units you want from the left edge of the page.
AR_REPORT_ATTR_LINES - Static variable in interface com.bmc.arsys.api.Constants
Specifies how many lines of page the report will occupy.
AR_REPORT_ATTR_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies where the report is stored, for example, Local disk, Report Form, and so on.
AR_REPORT_ATTR_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of report.
AR_REPORT_ATTR_ONE_REC_PER_PAGE - Static variable in interface com.bmc.arsys.api.Constants
Forces a page break after each request.
AR_REPORT_ATTR_OPERATION - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies what operation to do with the report, for example, Run, Create, Edit.
AR_REPORT_ATTR_PAGE_BREAKS - Static variable in interface com.bmc.arsys.api.Constants
Specify where page breaks appear in report.
AR_REPORT_ATTR_PRINT_ORIENT - Static variable in interface com.bmc.arsys.api.Constants
Specify whether print orientation is portrait or landscape.
AR_REPORT_ATTR_QUERY - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies query to use for the report.
AR_REPORT_ATTR_QUERY_OVERRIDE - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies whether or not the query sent to the report should override a query that may already be stored in the report.
AR_REPORT_ATTR_RIGHT - Static variable in interface com.bmc.arsys.api.Constants
Specify the number of blank character units you want from the right edge of the page.
AR_REPORT_ATTR_SCHEMANAME - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies schema name to use for the report.
AR_REPORT_ATTR_SERVERNAME - Static variable in interface com.bmc.arsys.api.Constants
For web reporting, specifies server name to use for the report.
AR_REPORT_ATTR_TITLE - Static variable in interface com.bmc.arsys.api.Constants
Title that appears at top of report in Remedy User.
AR_REPORT_ATTR_TITLE_SEP_CHAR - Static variable in interface com.bmc.arsys.api.Constants
Specify characters to be uses to separate the column title (the field name) from the data below.
AR_REPORT_ATTR_TOP - Static variable in interface com.bmc.arsys.api.Constants
Specify the number of blank lines you want at the top of each page of your report (including the header and title, if any).
AR_REPORT_ATTR_TYPE - Static variable in interface com.bmc.arsys.api.Constants
For Crystal reports, defines report type.
AR_REPORT_COL_TITLE_PER - Static variable in interface com.bmc.arsys.api.Constants
Specify where column title appears in the report.
AR_REPORT_LOCATION_EMBEDDED - Static variable in interface com.bmc.arsys.api.Constants
Report stored on AR System server.
AR_REPORT_LOCATION_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Reserved for future AR System use.
AR_REPORT_LOCATION_LOCAL - Static variable in interface com.bmc.arsys.api.Constants
Report stored on local disk.
AR_REPORT_LOCATION_REPORTING_FORM - Static variable in interface com.bmc.arsys.api.Constants
Report stored on the reporting server in the Report form.
AR_REPORT_LONG_FIELD_FORMAT - Static variable in interface com.bmc.arsys.api.Constants
Specify whether to wrap or truncate long field format.
AR_REPORT_REC_SEP - Static variable in interface com.bmc.arsys.api.Constants
Specify characters you want to use to separate requests.
AR_RESERV_ALERT_COLUMN_CREATEDATE - Static variable in interface com.bmc.arsys.api.Constants
Create Date is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Message is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_PRIORITY - Static variable in interface com.bmc.arsys.api.Constants
Priority is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_READ - Static variable in interface com.bmc.arsys.api.Constants
Read is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_REQUEST - Static variable in interface com.bmc.arsys.api.Constants
Request is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Server is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_COLUMN_SOURCE - Static variable in interface com.bmc.arsys.api.Constants
Source is one of the reserved fields in the Alert List table.
AR_RESERV_ALERT_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form is one of the reserved fields in the Alert Events form.
AR_RESERV_ALERT_LIST_QLV - Static variable in interface com.bmc.arsys.api.Constants
List is one of the reserved fields in the Alert Events form.
AR_RESERV_ALERT_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
Message is one of the reserved fields in the Alert Events form.
AR_RESERV_ALERT_PRIORITY - Static variable in interface com.bmc.arsys.api.Constants
Priority is one of the reserved fields in the Alert Events form.
AR_RESERV_ALERT_REQUEST - Static variable in interface com.bmc.arsys.api.Constants
Request is one of the reserved fields in the Alert Events form.
AR_RESERV_ALERT_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Server is one of the reserved fields in the Alert Events form.
AR_RESERV_APP_LICENSE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_ASSIGNED_GROUP - Static variable in interface com.bmc.arsys.api.Constants
Field 112 (row level access).
AR_RESERV_AUTH_STRING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_AUTH_USER_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_AUTO_GUID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_AUTO_GUID_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_AUTO_GUID_MIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_BAO_CONFIG_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_BAO_GRIDNAME - Static variable in interface com.bmc.arsys.api.Constants
Ids for AR BAO Configuration form
AR_RESERV_BAO_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_BAO_USERNAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CHANGE_DIARY - Static variable in interface com.bmc.arsys.api.Constants
reserved for Distributed Server
AR_RESERV_COMPUTED_GROUP_LIST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_COMPUTED_GROUP_QUAL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_ACTIVE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_CODE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_DATE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_FROM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_LABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_PRECISION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_RATIO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_CURRENCY_TO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Active Links view form
AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Containers view form
AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Encoded Structures view form
AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Escalations view form
AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Fields view form
AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Filters view form
AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Forms view form
AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Images view form
AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Menus view form
AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify the Developer Studio Object Relationships view form
AR_RESERV_DVM_PW_ENCRYPT_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_DVM_PW_ENCRYPT_MIN - Static variable in interface com.bmc.arsys.api.Constants
Reserved field range for AR System Key Store AR System Server to Key Map
AR_RESERV_DVM_SKIN_PROP_PROPERTY - Static variable in interface com.bmc.arsys.api.Constants
Skinning the DVM field
AR_RESERV_EMAIL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_ENCRYPTED_STRING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_FORCE_PWD_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_FORM_ACTION_CLEAR - Static variable in interface com.bmc.arsys.api.Constants
Clear is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_HELP - Static variable in interface com.bmc.arsys.api.Constants
Form Help is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_HOMEPAGE - Static variable in interface com.bmc.arsys.api.Constants
Homepage is a reserved field for the homepage button.
AR_RESERV_FORM_ACTION_MODE - Static variable in interface com.bmc.arsys.api.Constants
Mode is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_MODIFY - Static variable in interface com.bmc.arsys.api.Constants
Modify is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_MODIFYALL - Static variable in interface com.bmc.arsys.api.Constants
Modify All is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_NEWREQUEST - Static variable in interface com.bmc.arsys.api.Constants
New Request is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_NEWSEARCH - Static variable in interface com.bmc.arsys.api.Constants
New Search is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Query is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_QUERYBAR - Static variable in interface com.bmc.arsys.api.Constants
Query Bar is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_QUICKREPORT - Static variable in interface com.bmc.arsys.api.Constants
Macros: Web Reporting [Quick Reports]
AR_RESERV_FORM_ACTION_SAVEDSEARCHES - Static variable in interface com.bmc.arsys.api.Constants
Saved Searches
AR_RESERV_FORM_ACTION_SETDEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Set to Default is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_SHOW_STATHST - Static variable in interface com.bmc.arsys.api.Constants
Show Status History is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_ACTION_SUBMIT - Static variable in interface com.bmc.arsys.api.Constants
Submit is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FORM_RESULTS_LIST - Static variable in interface com.bmc.arsys.api.Constants
Results List is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab.
AR_RESERV_FTS_FORM_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Reserved display only field - full text form search.
AR_RESERV_GROUP_CATEGORY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GROUP_DYNAMIC_MAX - Static variable in interface com.bmc.arsys.api.Constants
Reserved maximum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers
AR_RESERV_GROUP_DYNAMIC_MIN - Static variable in interface com.bmc.arsys.api.Constants
Reserved minimum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers
AR_RESERV_GROUP_FLOATING_FTS_LIC - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GROUP_FLOATING_LIC - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GROUP_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GROUP_LIST - Static variable in interface com.bmc.arsys.api.Constants
Field 104 (group list field).
AR_RESERV_GROUP_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GROUP_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_GUID - Static variable in interface com.bmc.arsys.api.Constants
Reserved for the GUID (Globally Unique ID) field of the current schema object.
AR_RESERV_HELP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_HOLIDAY_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_HOLIDAY_LIST - Static variable in interface com.bmc.arsys.api.Constants
reserved for Business Time support Holiday
AR_RESERV_HOMEPAGE_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Id for home page field
AR_RESERV_HOMEPAGE_SUBSET - Static variable in interface com.bmc.arsys.api.Constants
Id to subset what's displayed in App List
AR_RESERV_IGNORE_ANALYZER_IGNORE_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_INSTANCE_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LAST_PWD_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LIC_ASSET - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LIC_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LIC_FULL_TEXT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LIC_RESERVED1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LICENSE_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LOCALE_BIN_ATTACH_LABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LOCALE_LOCALIZED_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LOCALE_MSG_TYPE_MENU - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_LOCALE_RETURNED_VALUE_LABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_MENU_ADVANCED_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Advanced Search selection.
AR_RESERV_MENU_APPLY - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Apply selection.
AR_RESERV_MENU_CLEARALL - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Clear All selection.
AR_RESERV_MENU_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Delete selection.
AR_RESERV_MENU_HELP - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Help selection.
AR_RESERV_MENU_HOME - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Home selection.
AR_RESERV_MENU_LOGOUT - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Logout selection.
AR_RESERV_MENU_MENU - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Menu selection.
AR_RESERV_MENU_MIN - Static variable in interface com.bmc.arsys.api.Constants
Base number for the range of client menu item definitions.
AR_RESERV_MENU_MODIFYALL - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Modify All selection.
AR_RESERV_MENU_NEW_REQUEST - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for New Request selection.
AR_RESERV_MENU_NEW_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for New Search selection.
AR_RESERV_MENU_POLLING - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Polling selection.
AR_RESERV_MENU_PREFERENCES - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Preferences selection.
AR_RESERV_MENU_PRINT - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Print selection.
AR_RESERV_MENU_REPORTING - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Reporting selection.
AR_RESERV_MENU_SAVED_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for saved search.
AR_RESERV_MENU_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Search selection.
AR_RESERV_MENU_SETDEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Set Default selection.
AR_RESERV_MENU_SHOW_STAT_HIST - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Show Status History selection.
AR_RESERV_MENU_TOOLBAR - Static variable in interface com.bmc.arsys.api.Constants
Reserved field id for Toolbar selection.
AR_RESERV_METADATA_ACTLINK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_AUTO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_CALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_DDE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_GOTO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_GROUP_IDS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_MACRO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_MACRO_PARM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_OPEN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_PUSH - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_SERVICEACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_SET - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_SET_CHAR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_SQL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ACTLINK_WAIT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ARCONTAINER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ARCTR_GROUP_IDS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ARCTR_SUBADMIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ARREFERENCE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ARSCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU_DD - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU_FILE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU_LIST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU_QUERY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CHAR_MENU_SQL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_CNTNR_OWNR_OBJ - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ESCAL_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_CHAR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_COLUMN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_CURR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_DISPPROP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_ENUM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_ENUM_VALUES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_PERMISSIONS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FIELD_TABLE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_CALL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_GOTO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_LOG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_NOTIFY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_PUSH - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_SERVICEACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_SET - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_FILTER_SQL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_OVERLAY_GROUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_OVERLAY_PROP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_RESOLVED_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_RESOLVED_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_ARCHIVE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_AUDIT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_GROUP_IDS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_INDEX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_JOIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SCHEMA_LIST_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_SUBADMIN_GROUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_VENDOR_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_VIEW_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_METADATA_VUI - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_NUM_DAYSTOEXPIRE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_NUM_WARN_DAYS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_ACTION_NUM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_CATEGORY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_FORM_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_OBJ_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_OBJ_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_OBJ_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_OVERLAY_GROUP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_REL_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Reserved fields for Object Relationship support
AR_RESERV_OBJ_REL_RLTD_OBJ_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_RLTD_OBJ_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJ_REL_RLTD_OBJ_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OBJECT_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OPROP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OVERLAY_CUSTOM_STRING - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_OVERLAY_STRING - Static variable in interface com.bmc.arsys.api.Constants
Reserved overlay string for AR server
AR_RESERV_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify Admin preferences schema
AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify Alert preferences schema
AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify Common preferences schema
AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify preferences schema who holds preference files (i.e.
AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify Migrator preferences schema
AR_RESERV_PREFERENCE_ARS_SCHEMA_USER - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify User preferences schema
AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER - Static variable in interface com.bmc.arsys.api.Constants
Reserved field IDs to identify Webtier preferences schema
AR_RESERV_PWD_CHANGE_CONFIRM - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_QBWIDGET_FIELD_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_QBWIDGET_FIELD_MIN - Static variable in interface com.bmc.arsys.api.Constants
reserved field ids for Query Builder Widget
AR_RESERV_REG_APPLICATION_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_BUSINESS_NAME - Static variable in interface com.bmc.arsys.api.Constants
Reserved Field Ids for ARSystem WebService Registry Query form
AR_RESERV_REG_EP_URL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_INTERFACE_VERSION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_QUERY_CATEGORY_LIST - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_WEB_SERVICE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_WEB_SERVICE_VERSION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REG_WSDL_URL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REPORT_FIELD_INFO_FIELD_DATA_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REPORT_FIELD_INFO_FIELD_ID - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REPORT_FIELD_INFO_FIELD_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_REPORT_FIELD_INFO_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Set of Constants related to reporting vendor form
AR_RESERV_ROLE_MAPPING_STATE_MAX - Static variable in interface com.bmc.arsys.api.Constants
Reserved maximum value in range for role state mapping field ids
AR_RESERV_ROLE_MAPPING_STATE_MIN - Static variable in interface com.bmc.arsys.api.Constants
Reserved minimum value in range for role state mapping field ids
AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX - Static variable in interface com.bmc.arsys.api.Constants
Reserved maximum field IDs unique within a schema, but not across schemas.
AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN - Static variable in interface com.bmc.arsys.api.Constants
Reserved minimum field IDs unique within a schema, but not across schemas.
AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX - Static variable in interface com.bmc.arsys.api.Constants
reserved maximum field id for Searches Preference forms
AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN - Static variable in interface com.bmc.arsys.api.Constants
reserved minimum field id for Searches Preference forms
AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MIN - Static variable in interface com.bmc.arsys.api.Constants
reserved field ids for AR System Skins application
AR_RESERV_SEARCH_PREF_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
enabled/disabled state of this search
AR_RESERV_SEARCH_PREF_FORM - Static variable in interface com.bmc.arsys.api.Constants
form this search is associated with
AR_RESERV_SEARCH_PREF_NAME - Static variable in interface com.bmc.arsys.api.Constants
Search Name
AR_RESERV_SEARCH_PREF_QUALIFICATION - Static variable in interface com.bmc.arsys.api.Constants
search criteria
AR_RESERV_SEARCH_PREF_SERVER - Static variable in interface com.bmc.arsys.api.Constants
server on which the associated form resides
AR_RESERV_SEARCH_PREF_TYPE - Static variable in interface com.bmc.arsys.api.Constants
search type:recent, user-defined, admin-defined
AR_RESERV_SEARCH_PREF_USER - Static variable in interface com.bmc.arsys.api.Constants
User this search belongs to
AR_RESERV_SETFIELD_SCHEMA_NAME - Static variable in interface com.bmc.arsys.api.Constants
reserved for SetField action
AR_RESERV_SKIN_ASSIGNED_GROUP - Static variable in interface com.bmc.arsys.api.Constants
Assigned group
AR_RESERV_SKIN_FORM - Static variable in interface com.bmc.arsys.api.Constants
Form name for view specific skin
AR_RESERV_SKIN_GUID - Static variable in interface com.bmc.arsys.api.Constants
Skin unique identifier
AR_RESERV_SKIN_NAME - Static variable in interface com.bmc.arsys.api.Constants
Skin name
AR_RESERV_SKIN_PARENT_GUID - Static variable in interface com.bmc.arsys.api.Constants
Unique identifier of the skin that owns this property.
AR_RESERV_SKIN_PRIORITY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Skin priority type
AR_RESERV_SKIN_PROP_GUID - Static variable in interface com.bmc.arsys.api.Constants
Skin Property unique identifier
AR_RESERV_SKIN_PROPERTY_TAG - Static variable in interface com.bmc.arsys.api.Constants
Identify for AR property
AR_RESERV_SKIN_PROPERTY_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Skin property type
AR_RESERV_SKIN_PROPERTY_TYPE_IDENTIFIER - Static variable in interface com.bmc.arsys.api.Constants
Skin property type identifier
AR_RESERV_SKIN_PROPERTY_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Value for AR property
AR_RESERV_SKIN_STATE - Static variable in interface com.bmc.arsys.api.Constants
enabled/disabled state of skin
AR_RESERV_SKIN_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Skin type
AR_RESERV_SKIN_TYPE_IDENTIFIER - Static variable in interface com.bmc.arsys.api.Constants
Skin type identifier
AR_RESERV_TEMP_RESULT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_USER_NAME - Static variable in interface com.bmc.arsys.api.Constants
field-ids of the user/group fields These ids are reserved for defining users and groups within the AR system
AR_RESERV_USER_NOTIFY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_VIEWSEL_ACTOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_VIEWSEL_ACTOR_VIEW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_VIEWSEL_MAX - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_VIEWSEL_USER_APP_ACTOR - Static variable in interface com.bmc.arsys.api.Constants
Reserved range for user-actor based view selection
AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WEIGHT - Static variable in interface com.bmc.arsys.api.Constants
Reserved display only field - weight.
AR_RESERV_WORKDAY_CLOSE_FRI_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_FRI_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_FRI_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_MON_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_MON_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_MON_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SAT_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SAT_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SAT_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SUN_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SUN_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_SUN_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_THURS_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_THURS_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_THURS_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_TUES_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_TUES_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_TUES_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_WED_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_WED_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_CLOSE_WED_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
Workday
AR_RESERV_WORKDAY_OFFSET_HOURS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_FRI_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_FRI_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_FRI_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_MON_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_MON_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_MON_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SAT_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SAT_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SAT_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SUN_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SUN_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_SUN_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_THURS_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_THURS_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_THURS_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_TUES_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_TUES_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_TUES_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_WED_0 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_WED_1 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_WORKDAY_OPEN_WED_2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERV_ZTEMP - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID - Static variable in interface com.bmc.arsys.api.Constants
Reserved field ids to identify a shadow form for archive & audit
AR_RESERVE_ARCHIVE_CREATE_DATE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_FIELDS_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_GUID_FIELD - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_JOIN_KEY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_LAST_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_LOG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_LOG_KEY1 - Static variable in interface com.bmc.arsys.api.Constants
Reserved fields that are part of Log forms
AR_RESERVE_AUDIT_LOG_KEY2 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_LOG_KEY3 - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_MOD_DATE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVE_AUDIT_USER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RESERVED1_SERVER_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Name of Remedy Flashboards license
AR_RETURN_ACCESSIBLE - Static variable in interface com.bmc.arsys.api.Constants
status message for client accessibility
AR_RETURN_BAD_STATUS - Static variable in interface com.bmc.arsys.api.Constants
Invalid status parameter - operation cancelled.
AR_RETURN_ERROR - Static variable in interface com.bmc.arsys.api.Constants
Operation failed - status contains one or more error messages and may also contain warning or informational messages.
AR_RETURN_FATAL - Static variable in interface com.bmc.arsys.api.Constants
Operation failed - status may contain one or more messages.
AR_RETURN_OK - Static variable in interface com.bmc.arsys.api.Constants
Operation successful - status may contain one or more informational messages.
AR_RETURN_PROMPT - Static variable in interface com.bmc.arsys.api.Constants
Status for the active link action.
AR_RETURN_TOOLTIP - Static variable in interface com.bmc.arsys.api.Constants
Status for the active link message action type Tooltip
AR_RETURN_WARNING - Static variable in interface com.bmc.arsys.api.Constants
Operation successful, but some problem encountered - status contains one or more warning messages and may also contain informational messages.
AR_ROLLBACK_CLIENT_TRANSACTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_RPC_ADMIN_QUEUE - Static variable in class com.bmc.arsys.api.ARServerUser
The admin queue RPC program number
AR_RPC_DEFAULT_QUEUE - Static variable in class com.bmc.arsys.api.ARServerUser
The default queue RPC program number
AR_RPC_PORT_MAX - Static variable in interface com.bmc.arsys.api.Constants
The Maximum valid AR Server RPC port.
AR_RPC_PORT_MIN - Static variable in interface com.bmc.arsys.api.Constants
The minimum valid AR Server RPC port.
AR_RPC_PRIVATE_QUEUE_MAX - Static variable in class com.bmc.arsys.api.ARServerUser
 
AR_RPC_PRIVATE_QUEUE_MIN - Static variable in class com.bmc.arsys.api.ARServerUser
the range for the private queue
AR_RPC_SPEC_QUEUE_MAX - Static variable in class com.bmc.arsys.api.ARServerUser
 
AR_RPC_SPEC_QUEUE_MIN - Static variable in class com.bmc.arsys.api.ARServerUser
the range for the special queue.
AR_SAVE_LOGIN_ADMIN_NO_SAVE - Static variable in interface com.bmc.arsys.api.Constants
Admin overrides user login, but does not force save.
AR_SAVE_LOGIN_ADMIN_SAVE - Static variable in interface com.bmc.arsys.api.Constants
Admin overrides user login, forces save.
AR_SAVE_LOGIN_USER_OPTION - Static variable in interface com.bmc.arsys.api.Constants
Lets user define whether to save login user options.
AR_SCHEMA_CLEAN_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete schema only when there is no dependency and there is no data in the schema.
AR_SCHEMA_DATA_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete schema even there is data Only applicable for regular schema.
AR_SCHEMA_DIALOG - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SCHEMA_FORCE_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete schema even there is dependency.
AR_SCHEMA_JOIN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SCHEMA_MAX_SCHEMA_TYPE - Static variable in interface com.bmc.arsys.api.Constants
List the maximum type of schema.
AR_SCHEMA_NONE - Static variable in interface com.bmc.arsys.api.Constants
NULL schema.
AR_SCHEMA_PLACEHOLDER - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SCHEMA_REGULAR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
Indicates if fields with conflicting ids should be deleted when establishing schema inheritance
AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
Dependant fields should be removed during field deletion caused by mapping removal
AR_SCHEMA_SET_NONE - Static variable in interface com.bmc.arsys.api.Constants
Default schema set option
AR_SCHEMA_SHADOW_DELETE - Static variable in interface com.bmc.arsys.api.Constants
Delete archive/audit from even if it is enabled or part of a lock object
AR_SCHEMA_VENDOR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SCHEMA_VIEW - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_ACTLINK_DIR - Static variable in interface com.bmc.arsys.api.Constants
Name of a directory where all external processes to be run by active links must reside.
AR_SERVER_INFO_ACTLINK_SHELL - Static variable in interface com.bmc.arsys.api.Constants
Name of a shell to use when running external processes from an active link.
AR_SERVER_INFO_ADMIN_ONLY - Static variable in interface com.bmc.arsys.api.Constants
Flag indicating whether the server is in Administrator Only mode (1) or not (0).
AR_SERVER_INFO_ADMIN_OP_PROGRESS - Static variable in interface com.bmc.arsys.api.Constants
char - admin op (such as import) progress indicator string Non-empty value when import operation is in progress; Otherwise NULL
AR_SERVER_INFO_ADMIN_OP_TRACKING - Static variable in interface com.bmc.arsys.api.Constants
int - admin op (such as import) should provide progress info 0 - No (default) 1 - Yes
AR_SERVER_INFO_ADMIN_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_ALERT_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
File used for alert (notification) log.
AR_SERVER_INFO_ALERT_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging alert
AR_SERVER_INFO_ALERT_OUTBOUND_PORT - Static variable in interface com.bmc.arsys.api.Constants
Alert outbound port.
AR_SERVER_INFO_ALERT_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Name of schema holding the alert events.
AR_SERVER_INFO_ALERT_SEND_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Number of seconds allowed sending alert
AR_SERVER_INFO_ALERT_SOURCE_AR - Static variable in interface com.bmc.arsys.api.Constants
AR System source tag.
AR_SERVER_INFO_ALERT_SOURCE_FB - Static variable in interface com.bmc.arsys.api.Constants
Flashboards source tag.
AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
Backquotes allowed in process names
AR_SERVER_INFO_ALLOW_GUESTS - Static variable in interface com.bmc.arsys.api.Constants
Flag indicating whether the server accepts guest users.
AR_SERVER_INFO_AP_DEFN_CHECK - Static variable in interface com.bmc.arsys.api.Constants
Length of time in seconds between checks by an application service to verify that definitions it is using from the AR System are correct.
AR_SERVER_INFO_AP_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if approval tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_AP_RPC_SOCKET - Static variable in interface com.bmc.arsys.api.Constants
RPC program number the approval server will use when contacting the AR System.
AR_SERVER_INFO_API_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if API tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_API_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging api
AR_SERVER_INFO_APP_SERVICE_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
AR System Application Service password.
AR_SERVER_INFO_APPL_PENDING - Static variable in interface com.bmc.arsys.api.Constants
The name of the form that contains the pending list of application commands to be processed.
AR_SERVER_INFO_APPLICATION_AUDIT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Application license audit line.
AR_SERVER_INFO_ARFORK_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of fork log file.
AR_SERVER_INFO_ARSIGNALD_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of arsignald log file.
AR_SERVER_INFO_ATRIUM_SSO_AUTHENTICATION - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - disable atrium sso authentication (default); 1 - enable atrium sso authentication;
AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
int - Atrium SSO Keystore password
AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PATH - Static variable in interface com.bmc.arsys.api.Constants
int - Atrium SSO Keystore location
AR_SERVER_INFO_ATRIUMSSO_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
int - Atrium SSO Server location.
AR_SERVER_INFO_ATRIUMSSO_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
int - Atrium SSO Admin Password.
AR_SERVER_INFO_ATRIUMSSO_USER - Static variable in interface com.bmc.arsys.api.Constants
int - Atrium SSO Admin User.
AR_SERVER_INFO_AUTH_CHAINING_MODE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_CACHE_DISP_PROP - Static variable in interface com.bmc.arsys.api.Constants
int 0 - not cache Display Props int 1 - cache VUI Display Props
AR_SERVER_INFO_CACHE_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_CACHE_MODE - Static variable in interface com.bmc.arsys.api.Constants
Mode of the definition cache 0 = production 1 = development
AR_SERVER_INFO_CACHE_SEG_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_CANCEL_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Cancels query on Remedy User client.
AR_SERVER_INFO_CASE_SENSITIVE - Static variable in interface com.bmc.arsys.api.Constants
Value indicating whether the underlying database is case-sensitive.
AR_SERVER_INFO_CHECK_ALERT_USERS - Static variable in interface com.bmc.arsys.api.Constants
Checks alert users.
AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Maximum allowed time to hold a transaction before time our happens and transaction gets rolled back
AR_SERVER_INFO_CLUSTERED_INDEX - Static variable in interface com.bmc.arsys.api.Constants
Value that indicates whether a clustered index is created on the Entry-Id field when a new form is created.
AR_SERVER_INFO_CMDB_INSTALL_DIR - Static variable in interface com.bmc.arsys.api.Constants
char - CMDB install directory (not used by the server)
AR_SERVER_INFO_COMMON_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - common log form name
AR_SERVER_INFO_CONFIG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Path to ar.conf
AR_SERVER_INFO_COPY_CACHE_LOGGING - Static variable in interface com.bmc.arsys.api.Constants
int 1 - log copycache to thread log (thread logging must be enabled)
AR_SERVER_INFO_CREATE_WKFLW_PLACEHOLDER - Static variable in interface com.bmc.arsys.api.Constants
int 0 - don't create placeholders when importing shared workflow int 1 - create placeholder when importing shared workflow when form is missing
AR_SERVER_INFO_CURR_PART_DATE_STR - Static variable in interface com.bmc.arsys.api.Constants
Currency "DATE" string
AR_SERVER_INFO_CURR_PART_TYPE_STR - Static variable in interface com.bmc.arsys.api.Constants
Currency "TYPE" string
AR_SERVER_INFO_CURR_PART_VALUE_STR - Static variable in interface com.bmc.arsys.api.Constants
Currency "VALUE" string
AR_SERVER_INFO_CURRENCY_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Currency ratio client - refresh interval(minutes)
AR_SERVER_INFO_DB2_DB_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
DB2 database alias
AR_SERVER_INFO_DB2_SERVER - Static variable in interface com.bmc.arsys.api.Constants
DB2 server name
AR_SERVER_INFO_DB_CHAR_SET - Static variable in interface com.bmc.arsys.api.Constants
Server's database character set
AR_SERVER_INFO_DB_CONNECTION_RETRIES - Static variable in interface com.bmc.arsys.api.Constants
Number of server database connection retries
AR_SERVER_INFO_DB_CONNECTION_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
int - SQL Server DB conn timeout in Seconds.
AR_SERVER_INFO_DB_FREESPACE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_DB_MAX_ATTACH_SIZE - Static variable in interface com.bmc.arsys.api.Constants
int - size limit for attachments in Oracle database
AR_SERVER_INFO_DB_MAX_TEXT_SIZE - Static variable in interface com.bmc.arsys.api.Constants
int - size limit for long character data in Oracle database
AR_SERVER_INFO_DB_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of the underlying SQL database (not applicable for Oracle® databases).
AR_SERVER_INFO_DB_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
database password associated with the ARSystem database or tablespace (applicable to Sybase and Oracle databases only).
AR_SERVER_INFO_DB_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Underlying database type (character string).
AR_SERVER_INFO_DB_USER - Static variable in interface com.bmc.arsys.api.Constants
User name the Action Request System uses to access the underlying database.
AR_SERVER_INFO_DB_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Underlying database version (character string).
AR_SERVER_INFO_DBCONF - Static variable in interface com.bmc.arsys.api.Constants
Complete contents of the db.conf (ardb.cfg) file.
AR_SERVER_INFO_DBHOME_DIR - Static variable in interface com.bmc.arsys.api.Constants
Home directory for the underlying database (applicable for SQL databases only).
AR_SERVER_INFO_DEBUG_GROUPID - Static variable in interface com.bmc.arsys.api.Constants
ID of the group whose members are allowed to retrieve server logging information.
AR_SERVER_INFO_DEBUG_MODE - Static variable in interface com.bmc.arsys.api.Constants
Indicates the server debug modes: 0 enables SQL tracing (applicable for SQL databases only).
AR_SERVER_INFO_DEFAULT_ORDER_BY - Static variable in interface com.bmc.arsys.api.Constants
Integer (1 or 0) indicating the default order of requests in a form when issuing ARGetListEntry calls, so that the sorting is done on the database and before the results are returned.
AR_SERVER_INFO_DEFAULT_WEB_PATH - Static variable in interface com.bmc.arsys.api.Constants
Default path for web access.
AR_SERVER_INFO_DELAY_RECACHE_TIME - Static variable in interface com.bmc.arsys.api.Constants
Seconds before admin cache becomes shared cache
AR_SERVER_INFO_DELAYED_CACHE - Static variable in interface com.bmc.arsys.api.Constants
Flag indicating whether to disable recacheing of the shared cache after a time-out (1) or not (0).
AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES - Static variable in interface com.bmc.arsys.api.Constants
Default list of allowable currencies
AR_SERVER_INFO_DFLT_FUNC_CURRENCIES - Static variable in interface com.bmc.arsys.api.Constants
Default list of functional currencies
AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS - Static variable in interface com.bmc.arsys.api.Constants
Disables admin operations.
AR_SERVER_INFO_DISABLE_ALERTS - Static variable in interface com.bmc.arsys.api.Constants
Disables alerts.
AR_SERVER_INFO_DISABLE_ARCHIVE - Static variable in interface com.bmc.arsys.api.Constants
Disables archive.
AR_SERVER_INFO_DISABLE_ARSIGNALS - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - not disabled, else enforced
AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
int - audit only changed fields
AR_SERVER_INFO_DISABLE_ESCALATIONS - Static variable in interface com.bmc.arsys.api.Constants
Disables escalations.
AR_SERVER_INFO_DISABLE_FTS_INDEXER - Static variable in interface com.bmc.arsys.api.Constants
Disables FTS Indexer.
AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS - Static variable in interface com.bmc.arsys.api.Constants
int - Disables non-unicode clients.
AR_SERVER_INFO_DISABLED_CLIENT - Static variable in interface com.bmc.arsys.api.Constants
Disallows certain client types from the server.
AR_SERVER_INFO_DS_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if distributed server tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_DS_LOGICAL_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
char - name of DSO logical mapping schema
AR_SERVER_INFO_DS_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
Name of the form that contains distributed mapping definitions (applicable for Distributed Server Option only).
AR_SERVER_INFO_DS_PENDING - Static variable in interface com.bmc.arsys.api.Constants
Name of the form that contains the pending operation list (applicable for Distributed Server Option only).
AR_SERVER_INFO_DS_PENDING_ERR - Static variable in interface com.bmc.arsys.api.Constants
char - name of DSO pending error schema
AR_SERVER_INFO_DS_POOL - Static variable in interface com.bmc.arsys.api.Constants
Name of schema holding distributed mappings.
AR_SERVER_INFO_DS_RPC_SOCKET - Static variable in interface com.bmc.arsys.api.Constants
Specific server socket to use for the distributed server.
AR_SERVER_INFO_DS_SVR_LICENSE - Static variable in interface com.bmc.arsys.api.Constants
Distributed server license type (character string).
AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Interval (sec) for checking cache schema
AR_SERVER_INFO_DSO_DEST_PORT - Static variable in interface com.bmc.arsys.api.Constants
TCP port that the distributed server option uses to communicate with the AR System server.
AR_SERVER_INFO_DSO_ERROR_RETRY - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_DSO_LOG_ERR_FORM - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - do not log errors to DSO Pending Errors form, 1 - log errors
AR_SERVER_INFO_DSO_LOG_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
int - DSO log level
AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
int - DSO main thread polling interval.
AR_SERVER_INFO_DSO_MARK_PENDING_RETRY - Static variable in interface com.bmc.arsys.api.Constants
Indicates to mark the pending items for retry
AR_SERVER_INFO_DSO_MAX_QUERY_SIZE - Static variable in interface com.bmc.arsys.api.Constants
int - maximum number of pending records per query
AR_SERVER_INFO_DSO_MERGE_STYLE - Static variable in interface com.bmc.arsys.api.Constants
Integer (1 or 0) indicating the merge style to use for the Distributed Server Option.
AR_SERVER_INFO_DSO_PLACEHOLDER_MODE - Static variable in interface com.bmc.arsys.api.Constants
Placeholder mode for DSO.
AR_SERVER_INFO_DSO_POLLING_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
How often to poll DSO server.
AR_SERVER_INFO_DSO_RPCPROG_NUM - Static variable in interface com.bmc.arsys.api.Constants
RPC number for the local ARServer for DSO
AR_SERVER_INFO_DSO_SOURCE_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Source AR System server for DSO.
AR_SERVER_INFO_DSO_TARGET_CONNECTION - Static variable in interface com.bmc.arsys.api.Constants
String of AR System target server name, RPC, and port number.
AR_SERVER_INFO_DSO_TARGET_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Password for DSO Target server.
AR_SERVER_INFO_DSO_TIMEOUT_NORMAL - Static variable in interface com.bmc.arsys.api.Constants
Number of seconds for the timeout DSO uses when making API calls.
AR_SERVER_INFO_DSO_USER_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
DSO User password.
AR_SERVER_INFO_EA_GROUP_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
char - ExtAuth ldapGroupName/ARGroupName pairs
AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS - Static variable in interface com.bmc.arsys.api.Constants
int - Ignore Excess Groups for external authentication 0 - No (default) 1 - Yes
AR_SERVER_INFO_EA_RPC_SOCKET - Static variable in interface com.bmc.arsys.api.Constants
RPC socket number on which an external authentication server awaits requests for authentication.
AR_SERVER_INFO_EA_RPC_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
RPC timeout (seconds) used when making calls to the authentication (AREA) server (for example, 30 seconds).
AR_SERVER_INFO_EA_SYNC_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Internal (seconds) the AR System server uses to periodically invoke the external authentication server's AREANeedToSyncCallback() function, which instructs the AR System server to renew its internally stored user information in the event there are changes made to the source used to authenticate users.
AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL - Static variable in interface com.bmc.arsys.api.Constants
0 == use new email, 1 == use old email
AR_SERVER_INFO_EMAIL_FROM - Static variable in interface com.bmc.arsys.api.Constants
Sender name to use for filter-generated email notifications where no subject is specified.
AR_SERVER_INFO_EMAIL_IMPORT_FORM - Static variable in interface com.bmc.arsys.api.Constants
0 == don't import email forms, 1 == import
AR_SERVER_INFO_EMAIL_LINE_LEN - Static variable in interface com.bmc.arsys.api.Constants
Maximum line length of e-mail messages.
AR_SERVER_INFO_EMAIL_SYSTEM - Static variable in interface com.bmc.arsys.api.Constants
Character string that indicates the email system on UNIX.
AR_SERVER_INFO_EMAIL_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Length of time in seconds before the system closes the pipe to sendmail to unblock the AR System server.
AR_SERVER_INFO_EMBEDDED_SQL - Static variable in interface com.bmc.arsys.api.Constants
Value indicating whether the underlying SQL database is embedded (bundled with the Action Request System).
AR_SERVER_INFO_ENC_ALGORITHM - Static variable in interface com.bmc.arsys.api.Constants
char - Encryption Algorithm (DES/RC4/AES)
AR_SERVER_INFO_ENC_DATA_ENCR_ALG - Static variable in interface com.bmc.arsys.api.Constants
API data encryption algorithm.
AR_SERVER_INFO_ENC_DATA_KEY_EXP - Static variable in interface com.bmc.arsys.api.Constants
Time until the encrypted API session key expires.
AR_SERVER_INFO_ENC_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
char - Encryption Level (Standard/Perf/Premium)
AR_SERVER_INFO_ENC_LEVEL_INDEX - Static variable in interface com.bmc.arsys.api.Constants
int - Encryption Level index value
AR_SERVER_INFO_ENC_PUB_KEY - Static variable in interface com.bmc.arsys.api.Constants
AR System server's public key.
AR_SERVER_INFO_ENC_PUB_KEY_ALG - Static variable in interface com.bmc.arsys.api.Constants
Server's public key encryption algorithm.
AR_SERVER_INFO_ENC_PUB_KEY_EXP - Static variable in interface com.bmc.arsys.api.Constants
Time (seconds) until the server's public/private keys expire.
AR_SERVER_INFO_ENC_SEC_POLICY - Static variable in interface com.bmc.arsys.api.Constants
Security policy.
AR_SERVER_INFO_ENC_SESS_H_ENTRIES - Static variable in interface com.bmc.arsys.api.Constants
Number of encryption session hash entries.
AR_SERVER_INFO_ENCRYPT_AL_SQL - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_ERROR_EXCEPTION_LIST - Static variable in interface com.bmc.arsys.api.Constants
List of ";" delimited error numbers to produce diagnostics for.
AR_SERVER_INFO_ESCALATION_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if escalation tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_ESCL_DAEMON - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_ESCL_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging escalation
AR_SERVER_INFO_ESCL_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_EXCEPTION_OPTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_EXPORT_SVR_OPS - Static variable in interface com.bmc.arsys.api.Constants
Export Server-side operations
AR_SERVER_INFO_EXPORT_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Integer indicating the server's export version number.
AR_SERVER_INFO_EXT_AUTH_CAPABILITIES - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_FAST_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_FILT_MAX_STACK - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of levels of recursion allowed for a given operation.
AR_SERVER_INFO_FILT_MAX_TOTAL - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of filters that the server will execute for a given operation.
AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Timeout associated with calls to the filter API.
AR_SERVER_INFO_FILTER_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if filter tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_FILTER_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging filter
AR_SERVER_INFO_FIPS_CLIENT_MODE - Static variable in interface com.bmc.arsys.api.Constants
char - FIPS Client Mode
AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX - Static variable in interface com.bmc.arsys.api.Constants
int - FIPS Dual Mode index value
AR_SERVER_INFO_FIPS_MODE_INDEX - Static variable in interface com.bmc.arsys.api.Constants
int - FIPS Server Mode index value
AR_SERVER_INFO_FIPS_SERVER_MODE - Static variable in interface com.bmc.arsys.api.Constants
char - FIPS Server Mode
AR_SERVER_INFO_FIPS_STATUS - Static variable in interface com.bmc.arsys.api.Constants
char - FIPS Status
AR_SERVER_INFO_FIRE_ESCALATIONS - Static variable in interface com.bmc.arsys.api.Constants
int - indicates the escalation/s to fire
AR_SERVER_INFO_FIXED_LICENSE - Static variable in interface com.bmc.arsys.api.Constants
number of fixed user licenses (int).
AR_SERVER_INFO_FLASH_DAEMON - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_FLASH_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_FLOAT_LICENSE - Static variable in interface com.bmc.arsys.api.Constants
Number of floating write licenses defined.
AR_SERVER_INFO_FLOAT_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Number of hours the server waits before disconnecting inactive users.
AR_SERVER_INFO_FLUSH_LOG_LINES - Static variable in interface com.bmc.arsys.api.Constants
Force flush of every logged line.
AR_SERVER_INFO_FT_CASE_SENSITIVITY - Static variable in interface com.bmc.arsys.api.Constants
int - Full text case sensitivity option.
AR_SERVER_INFO_FT_COLLECTION_DIR - Static variable in interface com.bmc.arsys.api.Constants
char - full text collection directory
AR_SERVER_INFO_FT_CONFIGURATION_DIR - Static variable in interface com.bmc.arsys.api.Constants
char - full text configuration directory
AR_SERVER_INFO_FT_DISABLE_SEARCH - Static variable in interface com.bmc.arsys.api.Constants
int - Disables full text searching.
AR_SERVER_INFO_FT_FORM_REINDEX - Static variable in interface com.bmc.arsys.api.Constants
char - names of forms to reindex on input and names of forms pending indexing on output separated by AR_FULL_TEXT_FORM_REINDEX_SEPARATOR.
AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD - Static variable in interface com.bmc.arsys.api.Constants
int - number of index changes before index optimization occurs
AR_SERVER_INFO_FT_RECOVERY_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
int - minimum number of minutes between full text indexing failure recovery attempts
AR_SERVER_INFO_FT_REINDEX - Static variable in interface com.bmc.arsys.api.Constants
int - initiates full text reindexing with a value of 1
AR_SERVER_INFO_FT_SEARCH_MATCH_OP - Static variable in interface com.bmc.arsys.api.Constants
int - Full text match option.
AR_SERVER_INFO_FT_SERVER_NAME - Static variable in interface com.bmc.arsys.api.Constants
char - hostname for FT SearchServer
AR_SERVER_INFO_FT_SERVER_PORT - Static variable in interface com.bmc.arsys.api.Constants
int - TCP PORT for FT SearchServer
AR_SERVER_INFO_FT_SIGNAL_DELAY - Static variable in interface com.bmc.arsys.api.Constants
int - number of seconds before sending indexing needed signal in a server group
AR_SERVER_INFO_FT_STOP_WORDS - Static variable in interface com.bmc.arsys.api.Constants
char - semicolon delimited full text stop words
AR_SERVER_INFO_FT_TEMP_DIR - Static variable in interface com.bmc.arsys.api.Constants
char - full text temporary file directory
AR_SERVER_INFO_FT_THRESHOLD_HIGH - Static variable in interface com.bmc.arsys.api.Constants
int - threshold value for not performing complex full text search
AR_SERVER_INFO_FT_THRESHOLD_LOW - Static variable in interface com.bmc.arsys.api.Constants
int - threshold value for using temporary tables in full text search
AR_SERVER_INFO_FTEXT_FIXED - Static variable in interface com.bmc.arsys.api.Constants
Number of fixed Full Text Search licenses defined.
AR_SERVER_INFO_FTEXT_FLOAT - Static variable in interface com.bmc.arsys.api.Constants
Number of floating Full Text Search licenses defined.
AR_SERVER_INFO_FTEXT_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Number of hours the server waits before disconnecting inactive users with Full Text Search licenses.
AR_SERVER_INFO_FTINDEXER_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
File name of full text indexer log file.
AR_SERVER_INFO_FTINDX_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging ftindex
AR_SERVER_INFO_FULL_HOSTNAME - Static variable in interface com.bmc.arsys.api.Constants
Full DNS host name of the server ("long" machine name).
AR_SERVER_INFO_G_CACHE_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Time of the last change to the group cache.
AR_SERVER_INFO_GENERAL_AUTH_ERR - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_GUESTS_RESTRICT_READ - Static variable in interface com.bmc.arsys.api.Constants
int - Restricted Read to guest user 0 - No (default) 1 - Yes
AR_SERVER_INFO_GUID_PREFIX - Static variable in interface com.bmc.arsys.api.Constants
char - two-character string used as prefix for generated GUIDs
AR_SERVER_INFO_HARDWARE - Static variable in interface com.bmc.arsys.api.Constants
Server hardware type (character string).
AR_SERVER_INFO_HOMEPAGE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Name of the Home Page form.
AR_SERVER_INFO_HOSTNAME - Static variable in interface com.bmc.arsys.api.Constants
Host name of the server ("short" machine name).
AR_SERVER_INFO_INFORMIX_DBN - Static variable in interface com.bmc.arsys.api.Constants
Informix database server name.
AR_SERVER_INFO_INFORMIX_RELAY_MOD - Static variable in interface com.bmc.arsys.api.Constants
Character string that indicates the Informix relay module.
AR_SERVER_INFO_INFORMIX_TBC - Static variable in interface com.bmc.arsys.api.Constants
Informix configuration file.
AR_SERVER_INFO_INGRES_VNODE - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_INIT_FORM - Static variable in interface com.bmc.arsys.api.Constants
Initial Form" to be loaded on Login
AR_SERVER_INFO_IP_NAMES - Static variable in interface com.bmc.arsys.api.Constants
IP addresses that are accepted as current svr
AR_SERVER_INFO_JAVA_VM_OPTIONS - Static variable in interface com.bmc.arsys.api.Constants
Java vm options
AR_SERVER_INFO_LICENSE_USAGE - Static variable in interface com.bmc.arsys.api.Constants
int 0 = disabled, 1 = write licenses, 2 = all licenses
AR_SERVER_INFO_LIST_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_LOCALIZED_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Localized server option for localized messages.
AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE - Static variable in interface com.bmc.arsys.api.Constants
What to log while executing locked workflow 0 - names only 1 - encrypted workflow log
AR_SERVER_INFO_LOG_FORM_SELECTED - Static variable in interface com.bmc.arsys.api.Constants
int - bit mask to indicate form selected - default or common form.
AR_SERVER_INFO_LOG_TO_FORM - Static variable in interface com.bmc.arsys.api.Constants
int - bit mask value each logtype to enable logging to form
AR_SERVER_INFO_LOGFILE_APPEND - Static variable in interface com.bmc.arsys.api.Constants
Integer (0/1) value that indicates whether to create a separate *.bak file or to append to the existing log file.
AR_SERVER_INFO_MAX_ATTACH_SIZE - Static variable in interface com.bmc.arsys.api.Constants
int - The maximum size (in bytes) allowed for attachments for all databases.
AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of audit log file.
AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of concurrent client managed transactions
AR_SERVER_INFO_MAX_ENTRIES - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of entries returned by a single query.
AR_SERVER_INFO_MAX_F_DAEMONS - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_MAX_L_DAEMONS - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_MAX_LOG_FILE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size for system log files.
AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS - Static variable in interface com.bmc.arsys.api.Constants
int - maximum number of login attempts allowed (due to bad passwords)
AR_SERVER_INFO_MAX_RECURSION_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
int - max depth for the heirarchical query
AR_SERVER_INFO_MAX_SCHEMAS - Static variable in interface com.bmc.arsys.api.Constants
Maximum number of forms allowed.
AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES - Static variable in interface com.bmc.arsys.api.Constants
int - default value for the maximum number of temp tables to be created for a vendor form.
AR_SERVER_INFO_MESSAGE_CAT_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Name of message catalog schema for localized messages.
AR_SERVER_INFO_MFS_ENVIRONMENT_FIELD_WEIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_MFS_KEYWORDS_FIELD_WEIGHT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_MFS_TITLE_FIELD_WEIGHT - Static variable in interface com.bmc.arsys.api.Constants
Relevancy Weights for the three predefined fields used in multiform FTS Search.
AR_SERVER_INFO_MID_TIER_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Mid-tier password.
AR_SERVER_INFO_MINIMUM_API_VER - Static variable in interface com.bmc.arsys.api.Constants
is a value indicating the minimum API version that the server is allowed to support.
AR_SERVER_INFO_MINIMUM_CMDB_API_VER - Static variable in interface com.bmc.arsys.api.Constants
int - minimum CMDB API version that server will communicate with
AR_SERVER_INFO_MULT_ASSIGN_GROUPS - Static variable in interface com.bmc.arsys.api.Constants
Multiple assign groups for Field 112 (row level access).
AR_SERVER_INFO_MULTI_SERVER - Static variable in interface com.bmc.arsys.api.Constants
Integer (0/1) value indicating the use of the multi-server option.
AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS - Static variable in interface com.bmc.arsys.api.Constants
int - multiple servers on the same host 0 - No (default) 1 - Yes
AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE - Static variable in interface com.bmc.arsys.api.Constants
int - size of nextId block
AR_SERVER_INFO_NEXT_ID_COMMIT - Static variable in interface com.bmc.arsys.api.Constants
int 0 - Don't commit nextID int 1 - Do commit nextID
AR_SERVER_INFO_NFY_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
TCP port that the Notifier server will use.
AR_SERVER_INFO_NOTIF_SEND_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
Number of seconds to wait before sending timeout.
AR_SERVER_INFO_NOTIFY_WEB_PATH - Static variable in interface com.bmc.arsys.api.Constants
char - web path for email notifications
AR_SERVER_INFO_OBJ_RESERVATION_MODE - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - not disabled, 10 enforced
AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT - Static variable in interface com.bmc.arsys.api.Constants
int - number of rows fetched at one time from Oracle database
AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW - Static variable in interface com.bmc.arsys.api.Constants
int - Oracle Clob use IN ROW storage 0 - No (default) 1 - Yes
AR_SERVER_INFO_ORACLE_CURSOR_SHARE - Static variable in interface com.bmc.arsys.api.Constants
The value of Oracle parameter cursor_sharing
AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB - Static variable in interface com.bmc.arsys.api.Constants
Support search on Oracle CLOB field.
AR_SERVER_INFO_ORACLE_SID - Static variable in interface com.bmc.arsys.api.Constants
System ID of the Oracle database you are accessing.
AR_SERVER_INFO_ORACLE_TWO_T - Static variable in interface com.bmc.arsys.api.Constants
The two-task environment setting for remote access to an Oracle database.
AR_SERVER_INFO_OS - Static variable in interface com.bmc.arsys.api.Constants
Character string that indicates the server operating system which includes the version number.
AR_SERVER_INFO_OVERLAY_MODE - Static variable in interface com.bmc.arsys.api.Constants
int - overlay group base or overlay;
AR_SERVER_INFO_PER_THREAD_LOGS - Static variable in interface com.bmc.arsys.api.Constants
Enable per-thread logs.
AR_SERVER_INFO_PLUGIN_ALIAS - Static variable in interface com.bmc.arsys.api.Constants
List of plug-in aliases.
AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
int - Default timeout for plugin server
AR_SERVER_INFO_PLUGIN_LIST - Static variable in interface com.bmc.arsys.api.Constants
char - Semicolon delimited list of server plugins
AR_SERVER_INFO_PLUGIN_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Log file name for arplugin.
AR_SERVER_INFO_PLUGIN_LOG_LEVEL - Static variable in interface com.bmc.arsys.api.Constants
int - default 1000 values between 100 - 1000
AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC - Static variable in interface com.bmc.arsys.api.Constants
RPC program number that plug-ins use when contacting the AR System via the API.
AR_SERVER_INFO_PLUGIN_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Plug-in server's password.
AR_SERVER_INFO_PLUGIN_PATH_LIST - Static variable in interface com.bmc.arsys.api.Constants
char - Semicolon delimited list of server plugin paths
AR_SERVER_INFO_PLUGIN_PORT - Static variable in interface com.bmc.arsys.api.Constants
int - TCP port for plugin server
AR_SERVER_INFO_PLUGIN_TARGET_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Password used by plug-in server clients.
AR_SERVER_INFO_PREF_SERVER_OPTION - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_PREFERENCE_PRIORITY - Static variable in interface com.bmc.arsys.api.Constants
Priority number for preference server.
AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS - Static variable in interface com.bmc.arsys.api.Constants
int - no.
AR_SERVER_INFO_PRELOAD_NUM_THREADS - Static variable in interface com.bmc.arsys.api.Constants
int - no.
AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY - Static variable in interface com.bmc.arsys.api.Constants
int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init
AR_SERVER_INFO_PS_RPC_SOCKET - Static variable in interface com.bmc.arsys.api.Constants
RPC program number and port pairs the Private Servers will use.
AR_SERVER_INFO_RE_LOG_DIR - Static variable in interface com.bmc.arsys.api.Constants
char - Reconciliation Engine log directory (not used by the server)
AR_SERVER_INFO_RECORD_OBJECT_RELS - Static variable in interface com.bmc.arsys.api.Constants
int 0 - do not record object relationships int 1 - record object relationships
AR_SERVER_INFO_REG_ENDPOINT_CACHE_FLUSH - Static variable in interface com.bmc.arsys.api.Constants
int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init
AR_SERVER_INFO_REGISTER_PORTMAPPER - Static variable in interface com.bmc.arsys.api.Constants
Flag indicating whether to register with the portmapper (1) or not (0).
AR_SERVER_INFO_REGISTRY_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
char - location of Registry Server.
AR_SERVER_INFO_REGISTRY_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
char - Registry Admin Password.
AR_SERVER_INFO_REGISTRY_USER - Static variable in interface com.bmc.arsys.api.Constants
char - Registry Admin User.
AR_SERVER_INFO_REM_SERV_ID - Static variable in interface com.bmc.arsys.api.Constants
AR System server ID associated with the license (character string).
AR_SERVER_INFO_REM_WKFLW_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Remote workflow passwd
AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Remote workflow passwds for other servers
AR_SERVER_INFO_REQ_FIELD_IDENTIFIER - Static variable in interface com.bmc.arsys.api.Constants
char - any ascii char like '*' which marks the field as required
AR_SERVER_INFO_REQ_FIELD_IDENTIFIER_LOCATION - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - front of label; 1 - back of label;
AR_SERVER_INFO_RESERV1_A - Static variable in interface com.bmc.arsys.api.Constants
(integer) Number of fixed reserve licenses.
AR_SERVER_INFO_RESERV1_B - Static variable in interface com.bmc.arsys.api.Constants
(integer) Number of floating reserve licenses.
AR_SERVER_INFO_RESERV1_C - Static variable in interface com.bmc.arsys.api.Constants
(integer) Number of admin reserve licenses.
AR_SERVER_INFO_RESTART_PLUGIN - Static variable in interface com.bmc.arsys.api.Constants
int - Plugin server shutdown
AR_SERVER_INFO_ROLE_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Last role change
AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT - Static variable in interface com.bmc.arsys.api.Constants
int - size limit of rpc data sent to the server
AR_SERVER_INFO_RPC_NON_BLOCKING_IO - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_SAVE_LOGIN - Static variable in interface com.bmc.arsys.api.Constants
Value indicating whether users must log in to client tools: 0 is controlled by user (default setting).
AR_SERVER_INFO_SCC_COMMENT_CHECKIN - Static variable in interface com.bmc.arsys.api.Constants
Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkin time.
AR_SERVER_INFO_SCC_COMMENT_CHECKOUT - Static variable in interface com.bmc.arsys.api.Constants
Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkout time.
AR_SERVER_INFO_SCC_ENABLED - Static variable in interface com.bmc.arsys.api.Constants
Value indicating whether a source code control system is being used with the AR System.
AR_SERVER_INFO_SCC_INTEGRATION_MODE - Static variable in interface com.bmc.arsys.api.Constants
Integer (0 or 1) value indicating the level of source code control integration.
AR_SERVER_INFO_SCC_PROVIDER_NAME - Static variable in interface com.bmc.arsys.api.Constants
Character string for the source code control system provider name.
AR_SERVER_INFO_SCC_TARGET_DIR - Static variable in interface com.bmc.arsys.api.Constants
Character string for the source code control system target directory.
AR_SERVER_INFO_SERVER_DIR - Static variable in interface com.bmc.arsys.api.Constants
Data directory for the AR System.
AR_SERVER_INFO_SERVER_IDENT - Static variable in interface com.bmc.arsys.api.Constants
Unique identifier for the server (character string).
AR_SERVER_INFO_SERVER_LANG - Static variable in interface com.bmc.arsys.api.Constants
Local language setting of the server.
AR_SERVER_INFO_SERVER_LICENSE - Static variable in interface com.bmc.arsys.api.Constants
Server license type (character string).
AR_SERVER_INFO_SERVER_NAME - Static variable in interface com.bmc.arsys.api.Constants
Alias server name that is always interpreted as the current server.
AR_SERVER_INFO_SERVER_TIME - Static variable in interface com.bmc.arsys.api.Constants
AR System server time.
AR_SERVER_INFO_SERVERGROUP_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Interval (seconds) for server group checking.
AR_SERVER_INFO_SERVERGROUP_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
File name of server group log file.
AR_SERVER_INFO_SERVERGROUP_MEMBER - Static variable in interface com.bmc.arsys.api.Constants
Server group member flag.
AR_SERVER_INFO_SERVERGROUP_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of server group.
AR_SERVER_INFO_SET_PROC_TIME - Static variable in interface com.bmc.arsys.api.Constants
Number of seconds the server waits before ending a set fields process that has not completed.
AR_SERVER_INFO_SG_ADMIN_SERVER_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of server in server group owning Administration operation.
AR_SERVER_INFO_SG_ADMIN_SERVER_PORT - Static variable in interface com.bmc.arsys.api.Constants
Port number of server in server group owning Administration operation.
AR_SERVER_INFO_SG_AIE_STATE - Static variable in interface com.bmc.arsys.api.Constants
int - state of server group AIE process 0 = no server group or not managed 1 = suspended 2 = resumed
AR_SERVER_INFO_SG_EMAIL_STATE - Static variable in interface com.bmc.arsys.api.Constants
State of server group email process 0 = no server group or not managed 1 = suspended 2 = resumed
AR_SERVER_INFO_SG_FLASHBOARDS_STATE - Static variable in interface com.bmc.arsys.api.Constants
State of server group flashboards process 0 = no server group or not managed 1 = suspended 2 = resumed
AR_SERVER_INFO_SHARED_CACHE - Static variable in interface com.bmc.arsys.api.Constants
Obsolete server option.
AR_SERVER_INFO_SHARED_LIB - Static variable in interface com.bmc.arsys.api.Constants
char - The name of the cmdb shared library to be loaded by the server
AR_SERVER_INFO_SHARED_LIB_PATH - Static variable in interface com.bmc.arsys.api.Constants
char - Additional path environment settings for cmdb shared library
AR_SERVER_INFO_SHARED_MEM - Static variable in interface com.bmc.arsys.api.Constants
(UNIX only) A flag indicating whether the shared memory is disabled or enabled.
AR_SERVER_INFO_SQL_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if SQL tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_SQL_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging sql
AR_SERVER_INFO_SSTABLE_CHUNK_SIZE - Static variable in interface com.bmc.arsys.api.Constants
max sstable chunk (0 means unlimited)
AR_SERVER_INFO_STRUCT_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Last structure change (for this run of the server).
AR_SERVER_INFO_SUBMITTER_MODE - Static variable in interface com.bmc.arsys.api.Constants
Submitter of an entry must have a license to modify it.
AR_SERVER_INFO_SUPPRESS_DOMAIN_IN_URL - Static variable in interface com.bmc.arsys.api.Constants
int - SQL Server DB conn timeout in Seconds.
AR_SERVER_INFO_SUPPRESS_WARN - Static variable in interface com.bmc.arsys.api.Constants
Series of zero or more message numbers (separated by spaces) that identify the informational or warning messages that the system suppresses.
AR_SERVER_INFO_SVR_EVENT_LIST - Static variable in interface com.bmc.arsys.api.Constants
List of server events to record.
AR_SERVER_INFO_SVR_SEC_CACHE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Ties security cache to specific server name (0/1).
AR_SERVER_INFO_SVR_STATS_REC_INTERVAL - Static variable in interface com.bmc.arsys.api.Constants
Recording interval (seconds) of server event statistics: 0 = No server statistics recording 1 = Cumulative server queue statistics 2 = Individual and cumulative server queue statistics
AR_SERVER_INFO_SVR_STATS_REC_MODE - Static variable in interface com.bmc.arsys.api.Constants
Recording mode for server events statistics.
AR_SERVER_INFO_SVRGRP_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging servergroup
AR_SERVER_INFO_SYBASE_CHARSET - Static variable in interface com.bmc.arsys.api.Constants
Character set being used to access a Sybase database.
AR_SERVER_INFO_SYBASE_SERV - Static variable in interface com.bmc.arsys.api.Constants
Sybase logical server name.
AR_SERVER_INFO_SYS_LOGGING_OPTIONS - Static variable in interface com.bmc.arsys.api.Constants
 
AR_SERVER_INFO_TCD_TCP_PORT - Static variable in interface com.bmc.arsys.api.Constants
TCP port for arservtcd thread.
AR_SERVER_INFO_THREAD_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if thread tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE) (Windows only).
AR_SERVER_INFO_THREAD_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging thread
AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF - Static variable in interface com.bmc.arsys.api.Constants
Two digit year cutoff.
AR_SERVER_INFO_U_CACHE_CHANGE - Static variable in interface com.bmc.arsys.api.Constants
Time of the last change to the user cache.
AR_SERVER_INFO_UNQUAL_QUERIES - Static variable in interface com.bmc.arsys.api.Constants
Indicates whether the server allows unqualified queries.
AR_SERVER_INFO_USE_CON_NAME_IN_STATS - Static variable in interface com.bmc.arsys.api.Constants
int 0 - use default server name in statistics entries int 1 - use server connect name in statistics entries
AR_SERVER_INFO_USE_ETC_PASSWD - Static variable in interface com.bmc.arsys.api.Constants
Indicates whether the /etc/passwd file is used to validate users not registered with the AR System (UNIX only).
AR_SERVER_INFO_USE_FTS_IN_WORKFLOW - Static variable in interface com.bmc.arsys.api.Constants
int 0 - do not use FTS in workflow int 1 - use FTS in workflow (default)
AR_SERVER_INFO_USE_PROMPT_BAR_FOR - Static variable in interface com.bmc.arsys.api.Constants
int - used to update "System Messages Displayed"
AR_SERVER_INFO_USER_CACHE_UTILS - Static variable in interface com.bmc.arsys.api.Constants
Flag indicating whether the ARCACHE and ARRELOAD utilities are enabled.
AR_SERVER_INFO_USER_INFO_LISTS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Number of User/NotifyUser hash lists
AR_SERVER_INFO_USER_INST_TIMEOUT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Timeout interval to flush user instances in User Cache hash lists.
AR_SERVER_INFO_USER_LOG_FILE - Static variable in interface com.bmc.arsys.api.Constants
Name of the file to use if user tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
AR_SERVER_INFO_USER_LOG_FORM - Static variable in interface com.bmc.arsys.api.Constants
char - form name for logging user
AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - not disabled, 10 enabled
AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF - Static variable in interface com.bmc.arsys.api.Constants
int - 0 - save, 10 do not save
AR_SERVER_INFO_VERSION - Static variable in interface com.bmc.arsys.api.Constants
AR System server version (character string).
AR_SERVER_INFO_XREF_PASSWORDS - Static variable in interface com.bmc.arsys.api.Constants
Indicates whether the /etc/passwd file is cross-referenced if an AR System user has no password (UNIX only).
AR_SERVER_STAT_API_REQUESTS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of API requests received.
AR_SERVER_STAT_API_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing API function calls.
AR_SERVER_STAT_BAD_PASSWORD - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of times an incorrect password was specified during login.
AR_SERVER_STAT_CACHE_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent loading the internal arserver cache.
AR_SERVER_STAT_CPU - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total CPU time used by the server.
AR_SERVER_STAT_CREATE_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARCreateEntry function.
AR_SERVER_STAT_CREATE_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARCreateEntry function.
AR_SERVER_STAT_CURRENT_USERS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of users currently accessing the system.
AR_SERVER_STAT_DELETE_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARDeleteEntry function.
AR_SERVER_STAT_DELETE_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARDeleteEntry function.
AR_SERVER_STAT_E_STATS_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARGetEntryStatistics function.
AR_SERVER_STAT_E_STATS_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARGetEntryStatistics function.
AR_SERVER_STAT_ENTRY_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing API function calls that manipulate entries.
AR_SERVER_STAT_ESCL_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalations that were evaluated but skipped because they were marked disabled.
AR_SERVER_STAT_ESCL_FAILED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalations that were skipped (qualification criteria not met).
AR_SERVER_STAT_ESCL_FIELDP - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of push fields escalation actions performed.
AR_SERVER_STAT_ESCL_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of set fields escalation actions performed.
AR_SERVER_STAT_ESCL_FIELDS_FLTAPI - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalation set-fields-filter-api actions.
AR_SERVER_STAT_ESCL_FIELDS_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalation set-fields-process actions
AR_SERVER_STAT_ESCL_FIELDS_SQL - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalation set-fields-sql actions.
AR_SERVER_STAT_ESCL_LOG - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of log escalation actions performed.
AR_SERVER_STAT_ESCL_NOTIFY - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of notify escalation actions performed.
AR_SERVER_STAT_ESCL_PASSED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of escalations that were executed (qualification criteria met).
AR_SERVER_STAT_ESCL_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of run process escalation actions performed.
AR_SERVER_STAT_ESCL_SQL - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of direct SQL escalation actions performed.
AR_SERVER_STAT_ESCL_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent checking and processing escalations.
AR_SERVER_STAT_FILTER_CALL_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter call guide-actions.
AR_SERVER_STAT_FILTER_DISABLE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filters that were evaluated but skipped because they were marked disabled.
AR_SERVER_STAT_FILTER_EXIT_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter exit-actions.
AR_SERVER_STAT_FILTER_FAILED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filters that were skipped (qualification criteria not met).
AR_SERVER_STAT_FILTER_FIELDP - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of push fields filter actions performed.
AR_SERVER_STAT_FILTER_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of set fields filter actions performed.
AR_SERVER_STAT_FILTER_FIELDS_FLTAPI - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter set-fields-filter-api actions.
AR_SERVER_STAT_FILTER_FIELDS_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter set-fields-process actions.
AR_SERVER_STAT_FILTER_FIELDS_SQL - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter set-fields-sql actions.
AR_SERVER_STAT_FILTER_GOTO_ACTION - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter goto-actions.
AR_SERVER_STAT_FILTER_GOTO_GUIDE_LB - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filter goto-guide-label actions.
AR_SERVER_STAT_FILTER_LOG - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of log filter actions performed.
AR_SERVER_STAT_FILTER_MESSAGE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of message filters actions performed.
AR_SERVER_STAT_FILTER_NOTIFY - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of notify filters actions performed.
AR_SERVER_STAT_FILTER_PASSED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of filters that were executed (qualification criteria met).
AR_SERVER_STAT_FILTER_PROCESS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of run process filter actions performed.
AR_SERVER_STAT_FILTER_SQL - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of direct SQL filter actions performed.
AR_SERVER_STAT_FILTER_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent checking and processing filters.
AR_SERVER_STAT_FTS_SRCH_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of Full Text Search operations performed.
AR_SERVER_STAT_FTS_SRCH_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing Full Text Search operations.
AR_SERVER_STAT_FULL_FIXED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with fixed Full Text Search licenses.
AR_SERVER_STAT_FULL_FLOATING - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with floating Full Text Search licenses.
AR_SERVER_STAT_FULL_NONE - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with no Full Text Search licenses.
AR_SERVER_STAT_GET_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARGetEntry function.
AR_SERVER_STAT_GET_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARGetEntry function.
AR_SERVER_STAT_GETLIST_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARGetListEntry function.
AR_SERVER_STAT_GETLIST_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARGetListEntry function.
AR_SERVER_STAT_IDLE_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total idle time when the server is not processing any requests.
AR_SERVER_STAT_MAX_CACHES - Static variable in interface com.bmc.arsys.api.Constants
(integer) Max number of active caches.
AR_SERVER_STAT_MERGE_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARMergeEntry function.
AR_SERVER_STAT_MERGE_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARMergeEntry function.
AR_SERVER_STAT_NET_RESP_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total time spent on the network responding to the client.
AR_SERVER_STAT_NO_FULL_TOKEN - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of times a user tried to connect and no floating Full Text Search token was available.
AR_SERVER_STAT_NO_WRITE_TOKEN - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of times a user tried to connect and no floating write token was available.
AR_SERVER_STAT_NUM_CACHES - Static variable in interface com.bmc.arsys.api.Constants
(integer) Current number of active caches.
AR_SERVER_STAT_NUM_THREADS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of threads in queue.
AR_SERVER_STAT_NUMBER_BLOCKED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of blocked processes.
AR_SERVER_STAT_OTHER_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing API function calls that do not manipulate entries or restructure the database.
AR_SERVER_STAT_RESTRUCT_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing API function calls that restructure the database.
AR_SERVER_STAT_SET_E_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of calls made to the ARSetEntry function.
AR_SERVER_STAT_SET_E_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing the ARSetEntry function.
AR_SERVER_STAT_SINCE_START - Static variable in interface com.bmc.arsys.api.Constants
(integer) Number of seconds since the server was started (i.e.
AR_SERVER_STAT_SQL_DB_COUNT - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of SQL commands sent to the database.
AR_SERVER_STAT_SQL_DB_TIME - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total processor time spent performing SQL commands.
AR_SERVER_STAT_START_TIME - Static variable in interface com.bmc.arsys.api.Constants
(time stamp) UNIX time at which this server was started.
AR_SERVER_STAT_TIMES_BLOCKED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of instances in which at least one process was blocked by the current process.
AR_SERVER_STAT_WRITE_FIXED - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with fixed write licenses.
AR_SERVER_STAT_WRITE_FLOATING - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with floating write licenses.
AR_SERVER_STAT_WRITE_READ - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of connected users with no write licenses.
AR_SERVER_STAT_WRITE_RESTRICTED_READ - Static variable in interface com.bmc.arsys.api.Constants
(integer) Total number of write restricted read users
AR_SESS_API_CMD_LOG - Static variable in interface com.bmc.arsys.api.Constants
Name of api logging command file (get only).
AR_SESS_API_RES_LOG - Static variable in interface com.bmc.arsys.api.Constants
Name of api logging result file (get only).
AR_SESS_CHUNK_RESPONSE_SIZE - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a single response.
AR_SESS_CLIENT_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Client type of the api program such as Remedy User, Remedy Administrator, DSO, Mid-Tier, Approval, Flashboards, Palm Pilot, Email, and so on.
AR_SESS_CONTROL_PROP_API_OVERLAYGROUP - Static variable in interface com.bmc.arsys.api.Constants
Object string session api overlay group.
AR_SESS_CONTROL_PROP_DESIGN_OVERLAYGROUP - Static variable in interface com.bmc.arsys.api.Constants
Object string session design overlay group.
AR_SESS_LOCK_TO_SOCKET_NUMBER - Static variable in interface com.bmc.arsys.api.Constants
Socket number to lock to.
AR_SESS_OVERRIDE_PREV_IP - Static variable in interface com.bmc.arsys.api.Constants
Indicates that session can be overriden.
AR_SESS_POOLED - Static variable in interface com.bmc.arsys.api.Constants
Flag that indicates if session is pooled.
AR_SESS_TIMEOUT_LONG - Static variable in interface com.bmc.arsys.api.Constants
Timeout for long operations.
AR_SESS_TIMEOUT_NORMAL - Static variable in interface com.bmc.arsys.api.Constants
Timeout for normal operations.
AR_SESS_TIMEOUT_XLONG - Static variable in interface com.bmc.arsys.api.Constants
Timeout for extra long operations.
AR_SESS_VUI_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Indicates type for the VUI.
AR_SET_DEFAULTS_ID - Static variable in interface com.bmc.arsys.api.Constants
Reserved for Set Field Defaults on OpenWindow action.
AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES - Static variable in interface com.bmc.arsys.api.Constants
Pass this flag OR'd into setFieldOptions to get the following behavior: - Server replaces its display instance items for this field that are present in the ARDisplayInstanceList *argument to ARSetField().
AR_SIGNAL_CONFIG_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
Reread the configuration file.
AR_SIGNAL_GROUP_CACHE_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
Read the group info and cache.
AR_SIGNAL_LICENSE_CHANGED - Static variable in interface com.bmc.arsys.api.Constants
Read the license information.
AR_SMOPROP_APP_ACCESS_POINT - Static variable in interface com.bmc.arsys.api.Constants
Indicates whether the object is an access point.
AR_SMOPROP_APP_BSM_TAG - Static variable in interface com.bmc.arsys.api.Constants
Property for objects with the BSM tag.
AR_SMOPROP_APP_LIC_DESCRIPTOR - Static variable in interface com.bmc.arsys.api.Constants
Indicates the license descriptor for applications and forms
AR_SMOPROP_APP_LIC_USER_LICENSABLE - Static variable in interface com.bmc.arsys.api.Constants
Numeric Boolean value that indicates whether the form is user-licensable
AR_SMOPROP_APP_LIC_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Properties for Application Licensing Indicates the license version for applications and forms
AR_SMOPROP_APP_OWNER - Static variable in interface com.bmc.arsys.api.Constants
Name of the application owner for the object
AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER - Static variable in interface com.bmc.arsys.api.Constants
Entry point order within entry point list
AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER - Static variable in interface com.bmc.arsys.api.Constants
Entry point order within entry point list
AR_SMOPROP_FILTER_GET_DATA_AS_USER - Static variable in interface com.bmc.arsys.api.Constants
Property that indicates whether or not a filter should use the permissions of an API user when retrieving data.
AR_SMOPROP_NO_APP_STATS_LOGGING - Static variable in interface com.bmc.arsys.api.Constants
Participates in application statistics
AR_SMOPROP_NONE - Static variable in interface com.bmc.arsys.api.Constants
No property server managed object property.
AR_SMOPROP_OBJECT_LOCK_KEY - Static variable in interface com.bmc.arsys.api.Constants
Object lock key.
AR_SMOPROP_OBJECT_LOCK_TYPE - Static variable in interface com.bmc.arsys.api.Constants
Object lock type.
AR_SMOPROP_OBJECT_VERSION - Static variable in interface com.bmc.arsys.api.Constants
Version property of the object.
AR_SMOPROP_OVERLAY_GROUP - Static variable in interface com.bmc.arsys.api.Constants
Property of every object for overlay group
AR_SMOPROP_OVERLAY_PROPERTY - Static variable in interface com.bmc.arsys.api.Constants
Property of every object for overlay property
AR_SMOPROP_PRIMARY_FIELDSET - Static variable in interface com.bmc.arsys.api.Constants
Property used to get unique field combination on import of form data.
AR_SORT_ASCENDING - Static variable in interface com.bmc.arsys.api.Constants
Tag for ascending sort order.
AR_SORT_DESCENDING - Static variable in interface com.bmc.arsys.api.Constants
Tag for descending sort order.
AR_START_WITH_FIRST_ENTRY - Static variable in interface com.bmc.arsys.api.Constants
Indicates result set should retrieve starting with first entry.
AR_STAT_HISTORY - Static variable in class com.bmc.arsys.api.AssignFieldInfo
AR_STAT_HISTORY is a value from the Status-History core field to compare in a relational operation.
AR_STAT_HISTORY - Static variable in interface com.bmc.arsys.api.Constants
A value from the Status-History core field to compare in a relational operation.
AR_STAT_HISTORY_TIME - Static variable in interface com.bmc.arsys.api.Constants
Specifies time when the status was assigned.
AR_STAT_HISTORY_USER - Static variable in interface com.bmc.arsys.api.Constants
Specifies user who assigned the specified status.
AR_STAT_OP_AVERAGE - Static variable in interface com.bmc.arsys.api.Constants
Average value for each group.
AR_STAT_OP_AVERAGE - Static variable in class com.bmc.arsys.api.StatisticsResultInfo
Average value for each group
AR_STAT_OP_COUNT - Static variable in interface com.bmc.arsys.api.Constants
Total number of matching entries.
AR_STAT_OP_COUNT - Static variable in class com.bmc.arsys.api.StatisticsResultInfo
Total number of matching entries
AR_STAT_OP_MAXIMUM - Static variable in interface com.bmc.arsys.api.Constants
Maximum value for each group.
AR_STAT_OP_MAXIMUM - Static variable in class com.bmc.arsys.api.StatisticsResultInfo
Maximum value for each group
AR_STAT_OP_MINIMUM - Static variable in interface com.bmc.arsys.api.Constants
Minimum value for each group.
AR_STAT_OP_MINIMUM - Static variable in class com.bmc.arsys.api.StatisticsResultInfo
Minimum value for each group
AR_STAT_OP_SUM - Static variable in interface com.bmc.arsys.api.Constants
Sum of values for each group.
AR_STAT_OP_SUM - Static variable in class com.bmc.arsys.api.StatisticsResultInfo
Sum of values for each group
AR_STORE_OPT_DEF - Static variable in interface com.bmc.arsys.api.Constants
CLOB Storage Option - Default Implementation.
AR_STORE_OPT_INROW - Static variable in interface com.bmc.arsys.api.Constants
CLOB Storage Option - Default Implementation.
AR_STORE_OPT_OUTROW - Static variable in interface com.bmc.arsys.api.Constants
CLOB Storage Option - Default Implementation.
AR_STRUCT_ITEM_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Active link definition
AR_STRUCT_ITEM_ADMIN_EXT - Static variable in interface com.bmc.arsys.api.Constants
Administrator extensions are no longer supported in the AR System.
AR_STRUCT_ITEM_APP - Static variable in interface com.bmc.arsys.api.Constants
application definition
AR_STRUCT_ITEM_CHAR_MENU - Static variable in interface com.bmc.arsys.api.Constants
Character menu definition
AR_STRUCT_ITEM_CONTAINER - Static variable in interface com.bmc.arsys.api.Constants
Container definition
AR_STRUCT_ITEM_DIST_MAP - Static variable in interface com.bmc.arsys.api.Constants
Mapping definition for Remedy Distributed Server Option
AR_STRUCT_ITEM_DIST_POOL - Static variable in interface com.bmc.arsys.api.Constants
Distributed Server definition
AR_STRUCT_ITEM_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Escalation definition
AR_STRUCT_ITEM_FIELD - Static variable in interface com.bmc.arsys.api.Constants
field definition
AR_STRUCT_ITEM_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Filter definition
AR_STRUCT_ITEM_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
application definition
AR_STRUCT_ITEM_LOCALE_VUI - Static variable in interface com.bmc.arsys.api.Constants
VUI based on locale
AR_STRUCT_ITEM_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Schema definition, including views, help text, and change diary information.
AR_STRUCT_ITEM_SCHEMA_DATA - Static variable in interface com.bmc.arsys.api.Constants
application data
AR_STRUCT_ITEM_SCHEMA_DEFN - Static variable in interface com.bmc.arsys.api.Constants
Structure definition for configuring AR System User cache (special purpose export)
AR_STRUCT_ITEM_SCHEMA_MAIL - Static variable in interface com.bmc.arsys.api.Constants
Email template for submitting requests (special purpose export).
AR_STRUCT_ITEM_SCHEMA_VIEW - Static variable in interface com.bmc.arsys.api.Constants
Display definition for configuring Remedy User cache (special purpose export).
AR_STRUCT_ITEM_SCHEMA_VIEW_2 - Static variable in interface com.bmc.arsys.api.Constants
Tag for all VUIs instead of just one.
AR_STRUCT_ITEM_SCHEMA_VIEW_MIN - Static variable in interface com.bmc.arsys.api.Constants
Display definition without bitmaps for Remedy User
AR_STRUCT_ITEM_VUI - Static variable in interface com.bmc.arsys.api.Constants
Vui definition
AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG - Static variable in interface com.bmc.arsys.api.Constants
mask for exporting timestamps as zero and and last modified as empty string
AR_STRUCT_XML_OFFSET - Static variable in interface com.bmc.arsys.api.Constants
mask for the exporting object in XML format
AR_SUBMITTER_MODE_CHANGEABLE - Static variable in interface com.bmc.arsys.api.Constants
Submitter mode changeable after create.
AR_SUBMITTER_MODE_LOCKED - Static variable in interface com.bmc.arsys.api.Constants
Submitter mode locked at create.
AR_SUPPORT_FILE_EXTERNAL_REPORT - Static variable in interface com.bmc.arsys.api.Constants
Specify for an external report file to be associated with an active link.
AR_SUPPORT_FILE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No external report file associated with an active link.
AR_SYS_MSG_DISP_ALL - Static variable in interface com.bmc.arsys.api.Constants
Display all messages in prompt-bar
AR_SYS_MSG_DISP_NONE - Static variable in interface com.bmc.arsys.api.Constants
No messages displayed in prompt-bar, every message as pop-up
AR_SYS_MSG_DISP_NOTE_AND_WARN - Static variable in interface com.bmc.arsys.api.Constants
Display only note and warning in prompt-bar
AR_SYSTEM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Name of AR System
AR_TABLE_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns table fields.
AR_TABLE_PERSIST_DIRTY_ROWS_DISABLED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TABLE_PERSIST_DIRTY_ROWS_ENABLED - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_COMMIT - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_COMPLETE_MASK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_NONE - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_OPEN - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_OPEN_MASK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TASK_STATE_ROllEDBACK - Static variable in interface com.bmc.arsys.api.Constants
 
AR_TIMEMARK_ALL - Static variable in interface com.bmc.arsys.api.Constants
Used in escalation interval time criteria.
AR_TIMEMARK_END_OF_MONTH - Static variable in interface com.bmc.arsys.api.Constants
Defines end of month as 31 days.
AR_TIMEMARK_NOTFOUND - Static variable in interface com.bmc.arsys.api.Constants
Used in escalation interval time criteria.
AR_TRIM_FIELD - Static variable in class com.bmc.arsys.api.FieldType
Returns trim fields.
AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT - Static variable in interface com.bmc.arsys.api.Constants
When using a rolling 100 year span for two digit years, this increment is added to the current year to calculate the two digit year cutoff (e.g., year=2002, increment=29 ==> cutoff=2031).
AR_UNICODE_ENCRYPTION - Static variable in interface com.bmc.arsys.api.Constants
When exporting a definition, encrypts certain active link and char menu commands using unicode encryption.
AR_USER_LIST_CURRENT - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store all users currently accessing the server
AR_USER_LIST_MYSELF - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store the current user
AR_USER_LIST_REGISTERED - Static variable in interface com.bmc.arsys.api.Constants
Retrieve or store all registered users
AR_VALUE - Static variable in interface com.bmc.arsys.api.Constants
Tag used to indicate a constant or keyword value.
AR_VALUE_SET - Static variable in interface com.bmc.arsys.api.Constants
Set of values used for the IN operator
AR_VALUE_SET_QUERY - Static variable in interface com.bmc.arsys.api.Constants
Value from Value Set Query
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object rmodification log DEFINITION_FILES: default
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object modification log DEFINITION_FILES: DONOT_SAVE
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object modification log DEFINITION_FILES: SAVE
AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object rmodification log default mode
AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object modification log mode : disabled
AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object modification log mode : enabled
AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object reservation default mode
AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object reservation mode : disabled
AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED - Static variable in interface com.bmc.arsys.api.Constants
Version Control config definations for object reservation mode : enforced
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: Container - Active Link Guide
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: Container - Application
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: Container - Filter Guide
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: Container - Packing List
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: Container - Web Service
AR_VERCNTL_OBJ_SUBTYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation object subtype selection: None
AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection : ACTIVE_LINK
AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection : CHARACTER_MENU
AR_VERCNTL_OBJ_TYPE_CONTAINER - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection: CONTAINER
AR_VERCNTL_OBJ_TYPE_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection : ESCALATION
AR_VERCNTL_OBJ_TYPE_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection : FILTER
AR_VERCNTL_OBJ_TYPE_FORM - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection: FORM
AR_VERCNTL_OBJ_TYPE_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Version Control Object Reservation type selection: IMAGE
AR_VUI_TYPE_NONE - Static variable in interface com.bmc.arsys.api.Constants
No VUI type.
AR_VUI_TYPE_STANDARD - Static variable in interface com.bmc.arsys.api.Constants
VUI type for standard views.
AR_VUI_TYPE_WEB - Static variable in interface com.bmc.arsys.api.Constants
VUI type for web views.
AR_VUI_TYPE_WEB_ABS_POS - Static variable in interface com.bmc.arsys.api.Constants
VUI type for web views using absolute positioning.
AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN - Static variable in interface com.bmc.arsys.api.Constants
VUI type for web views using absolute positioning with web view autogeneration enabled.
AR_VUI_TYPE_WEB_AUTOGEN - Static variable in interface com.bmc.arsys.api.Constants
VUI type for web views with web view autogeneration enabled.
AR_VUI_TYPE_WINDOWS - Static variable in interface com.bmc.arsys.api.Constants
VUI type for window views.
AR_VUI_TYPE_WIRELESS - Static variable in interface com.bmc.arsys.api.Constants
VUI type for wireless views.
AR_WARN_ACCESS_CONTROL_SKIP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_ADMIN_ONLY_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_ADMIN_ONLY_ACCESS_AL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_APP_OWNER_MISMATCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_BAD_CMD_LINE_ARGUMENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_BAD_RPC_ENV_VARIABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_BAD_SIGNAL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_CAP_UNSUP_BY_CLNT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_CHILDREN_NOT_PROCESSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_CONT_OWN_NO_ADMIN_GRP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_CORE_SUPPORT_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_DEFAULT_VUI_REDEFINED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_DISTRIB_CORE_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_DUPLICATE_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_EMAIL_NOTIFY_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_EXCEED_MAXIMUM_FIXED_LICENSES - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_EXPORT_MISSING_MENUS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_EXTRA_TEXT_AFTER_PARSE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FIELD_LIST_TRUNCATED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FLAT_FILE_DB_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FLAT_FILE_NO_SQL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FLATFILE_LIMIT - Static variable in interface com.bmc.arsys.api.Constants
Warning threshold if this size of flat-file database reached (9000000).
AR_WARN_FLOAT_TIMEOUT_PEND_CHNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FT_FIELD_PENDING_INDXNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FT_UNSUPPORTED_FTS_QUERY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FULL_TIMEOUT_PEND_CHNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FULLTEXT_FTSPLUGIN_NOT_AVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FULLTEXT_INDEX_REBUILD_STARTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_FULLTEXT_NO_MODIFIED_DATE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_GET_HIDDEN_LOCKED_OBJ - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_GETLISTFIELDS_IGNORED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_GROUP_PERMISSIONS_REMOVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_HOLIDAY_DATE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_ID_NOT_IN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_INDEX_IGNORED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_INDEX_LEN_TOO_LONG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_ITEM_NOT_IMPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_LOG_FILE_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_LONG_OUT_OF_GET_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_LONG_OUT_OF_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_LONG_OUT_OF_SORT_LIST - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAIL_MATCHES_LIMIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAIL_MATCHES_NONE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAIL_NO_FIELDS_IN_QL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAX_2 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAX_ENTRIES_RETRIEVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MAX_ENTRIES_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MENU_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MFSEARCH_PENDING_INDEXING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MIN_2 - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MISSING_MENUS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MULTI_NOT_LICENSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_MULTI_SCHEMA_FILTER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_ACCESS_TO_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_FLAT_FILE_INDEX - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_FLAT_FILE_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_FREE_APP_FLOATING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_FREE_FLOATING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_FREE_FLOATING_FULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_READ_ACCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_READ_ACCESS_IND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_SUCH_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_SUCH_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_SUCH_USER - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NO_VUIS_IMPORTED_INTO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NOTHING_TO_SET - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_NULL_IN_STAT_OP - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_OBJ_LOCK_DECREASE_NOT_ALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_OBJ_LOCK_KEY_CANNOT_CHANGE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_PENDING_SUB_MODE_CHNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_PERM_REQUIRES_ADMIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_PORT_BUSY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_RECURRENCE_DATE_OF_MONTH_INVALID - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_REP_FILE_LOAD_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_REP_FILE_OPEN_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_ROLE_PERMISSIONS_REMOVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_RPC_NON_BLOCKING_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SEARCH_SERVICE_NOT_AVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SEARCH_SERVICE_NOT_CONFIGURED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SET_FIELD_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SET_LOCKED_OBJ - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SETTING_APP_OWNER_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SETTING_BSM_TAG_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SETTING_LIC_PROP_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SETTING_LOCK_PROP_DISALLOWED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SG_DUPLICATE_RANKING - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SG_INTERVAL_BELOW_MINIMUM - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SG_PENDING_INTERVAL_CHNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SG_PENDING_MEMBER_CHNG - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SHADOW_FORM_NOT_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SHADOW_FORM_NOT_IMPORTED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SORTLIST_IGNORED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SQL_DEL_COL_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SUBADMIN_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SUBADMIN_GROUP_PERMS_REMOVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_SUBADMIN_ROLE_PERMS_REMOVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_UNSUP_FIELD_OR_WORKFLOW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_VERCNTL_OBJ_MOD_LOG_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_VIEW_CREATE_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_WEB_ALIAS_NOT_UNIQUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_WFD_COMMAND_INVALID_NOW - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_WFD_NO_SUCH_BREAKPOINT - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_WORKDAY_TIME_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARN_WRITE_LOGFILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARNING_BAD_SERVER_KEY - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARNING_DELETE_TEMP_COLUMN_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WARNING_EMPTY_LICENSE_FILE - Static variable in interface com.bmc.arsys.api.ARErrors
 
AR_WORKFLOW_CONN_SCHEMA_LIST - Static variable in interface com.bmc.arsys.api.Constants
Workflow associated with a list of schemas.
AR_WRITE_TO_FILE - Static variable in interface com.bmc.arsys.api.Constants
Logs to a file.
AR_WRITE_TO_STATUS_LIST - Static variable in interface com.bmc.arsys.api.Constants
Logs as part of a Status List.
ARAPP_ERROR_2_ADMIN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_ALTERNATE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_DETAILS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_FORM_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_LICENSE_TAGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_MORE_INFO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_NOTIFY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_PENDING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_PROC_ADMIN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_PROCESS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_ROLE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_RULE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_2_SIG_LINE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_APPLIC_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_APPROVAL_NOT_LICENSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_ASSIGN_LINE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_BAD_AD_HOC_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CFG_MISSING_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_BAD_ENTRY_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_BAD_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_BAD_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_INVALID_LEVEL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_MISSING_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_NO_ENTRY_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_NO_FIELD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_CMD_NO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_DETAIL_IS_ACTIVE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_DUPLICATE_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_GET_DETSIG_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_IMPORT_APPLICATION - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_LOCK_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_MI_NEEDS_MI - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_MULTI_NEXT_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_MUST_BE_APPLIC - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NAME_TO_ID_MAP_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_ALTERNATE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_DETAIL_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_DETAIL_SIG_JOIN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_DETAILS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_DETSIG_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_FIELD_ENTRY_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_FIELD_ESCAPED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_FIELD_NEXT_APP - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_FIELD_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_FIELD_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_LICENSE_TAGS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_MORE_INFO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_PENDING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_PROC_ADMIN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_PROCESS_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_ROLE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_RULE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_SCHEMA_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_SIG_LINE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_SIGNATURE_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_SUCH_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_NO_VALID_PARAM - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_ONLY_ONE_BUT_TWO - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_PARSE_TWO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_PASS_NOT_CONFIRMED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_QUAL_LINE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_SCHEMA_NOT_LIC - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_SERVER_NOT_APPLIC - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_SIG_NEEDS_SIG - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_SIG_SAME_PROC - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_ERROR_TWO_PROCESSES - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_NOTE_CANCELLED_ON_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_NOTE_FATAL_EXIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_NOTE_RELAUNCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_NOTE_SIGNAL_RECEIVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_RESERV_APPLIC_CATEGORY - Static variable in interface com.bmc.arsys.api.Constants
Reserved fields for Application support
ARAPP_RESERV_APPLIC_COMMAND - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_ENTRY_ID - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_FIELD_1 - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_FIELD_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_FIELD_3 - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_OTHER_LONG - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_OTHER_SHORT - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_RESERV_APPLIC_TAG - Static variable in interface com.bmc.arsys.api.Constants
 
ARAPP_WARN_DUP_ROLE_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_WARN_NO_ADMIN_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_WARN_NO_FORM_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPP_WARN_NO_NOTIFY_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPS_ERROR_NO_MATCHING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARAPS_ERROR_TWO_MATCHING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARBulkException - Exception in com.bmc.arsys.api
The ARBulkException class defines the exceptions generated by the bulk entry transaction API.
ARBulkException() - Constructor for exception com.bmc.arsys.api.ARBulkException
constructor
ARBulkException(List<StatusInfo>, List<BulkEntryReturn>) - Constructor for exception com.bmc.arsys.api.ARBulkException
 
ARCHIVE_INFO - Static variable in class com.bmc.arsys.api.FormCriteria
Returns archive info of specified form
ArchiveInfo - Class in com.bmc.arsys.api
The ArchiveInfo class and methods are used to represent the properties of ArchiveInfo objects.
ArchiveInfo() - Constructor for class com.bmc.arsys.api.ArchiveInfo
constructor
ArchiveInfo(boolean, int, String, EscalationTime, QualifierInfo) - Constructor for class com.bmc.arsys.api.ArchiveInfo
 
ArchiveInfo(boolean, int, String, EscalationTime, QualifierInfo, String) - Constructor for class com.bmc.arsys.api.ArchiveInfo
 
ARCON_ALL - Static variable in interface com.bmc.arsys.api.Constants
Container for all objects (guides, applications, and packing lists).
ARCON_APP - Static variable in interface com.bmc.arsys.api.Constants
Container for applications.
ARCON_FILTER_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Container for filters.
ARCON_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
Container for guides.
ARCON_LAST_RESERVED - Static variable in interface com.bmc.arsys.api.Constants
AR System reserved container type.
ARCON_PACK - Static variable in interface com.bmc.arsys.api.Constants
Container for packing lists.
ARCON_WEBSERVICE - Static variable in interface com.bmc.arsys.api.Constants
Web service container
ARCONOWNER_ALL - Static variable in interface com.bmc.arsys.api.Constants
All containers, owned and unowned ones.
ARCONOWNER_NONE - Static variable in interface com.bmc.arsys.api.Constants
The container is globally owned.
ARCONOWNER_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Owner object is a schema.
ARDS_ERROR_2_DSOPOOL_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_2_MAPPING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_2_PENDING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_BAD_DS_CMD_LINE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_BAD_PENDING_OTHER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_BAD_PENDING_TYPE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DIFF_FROM_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DIFF_FROM_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DIFF_TO_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DIFF_TO_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DIST_NOT_LICENSED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DISTRIB_FAIL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DISTRIB_ON_DELETE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DS_ID_NOT_MAPPED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DS_PARM_VALUE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_DUPLICATE_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_LOCK_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MAPPING_DISABLED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MASTER_FLAG_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MISSING_ENTRY_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MISSING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_MISSING_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NEW_NEEDS_FROM_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NO_DSOPOOL_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NO_FROM_INFO - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NO_MAPPING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NO_PENDING_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_NON_MASTER_TRANSFER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_OWNER_REQ_FROM_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_OWNER_REQ_FROM_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_OWNER_REQ_MASTER_SRC - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_OWNER_REQ_MASTER_TRG - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_ERROR_SERVER_NOT_DISTRIB - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_AR_SERVER_AVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_AR_SERVER_UNAVAILABLE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_CANCELLED_ON_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_FATAL_EXIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_SIGNAL_RECEIVED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_NOTE_TIMEOUT - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARDS_RESERV_DISTRIB_CONNECT - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_CUR_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_CUR_SERVER - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_DEFAULT - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_DEFAULT_MAP - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_DUP_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_DUP_ACTION_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_EXCL_LIST - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_EXEORDER - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_ENTRYID - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_POOL - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_SCHEMA_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_SERVER - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_FROM_SERVER_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_LOGICAL_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_LOGICAL_SVRNAME_FLAG - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MAP_HISTORY - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MAP_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MAPPING_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MASTER_FLAG - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MATCH_QUAL - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_MATCH_QUAL_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_OPROP - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PATTERN_MATCH - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PATTERN_MATCH_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PENDING_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PENDING_OTHER - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PENDING_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_PHYSICAL_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_POOL - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_POOL_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_REQUIRED_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_RETRY_TIME - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_RETRY_TIME_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_RTN_EXCL_LIST - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_RTN_MAP_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_RTN_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_SOURCE_ID - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TCOUNT - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_ENTRYID - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_SCHEMA_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_SERVER - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TO_SERVER_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TRANS_MODE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TRANS_MODE_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_TRANS_STATE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_UNIQUE_ID - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_UPDATE_CODE - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_UPDATE_CODE_2 - Static variable in interface com.bmc.arsys.api.Constants
 
ARDS_RESERV_DISTRIB_UPDATE_STATE - Static variable in interface com.bmc.arsys.api.Constants
 
AREA_LICENSE_MASK_ALL - Static variable in interface com.bmc.arsys.api.Constants
Indicates setting all license mask.
AREA_LICENSE_MASK_APPS - Static variable in interface com.bmc.arsys.api.Constants
Indicates setting Application License.
AREA_LICENSE_MASK_FULL_TEXT - Static variable in interface com.bmc.arsys.api.Constants
Indicates setting Full Text Search license.
AREA_LICENSE_MASK_RESERVED1 - Static variable in interface com.bmc.arsys.api.Constants
Indicates setting reserved1 License.
AREA_LICENSE_MASK_WRITE - Static variable in interface com.bmc.arsys.api.Constants
Indicates setting write license.
ARErrors - Interface in com.bmc.arsys.api
The ARErrors class defines all the integer values used by the Java API as errors and warnings as constants.
ARException - Exception in com.bmc.arsys.api
The ARException class represents the exceptions generated by API.
ARException() - Constructor for exception com.bmc.arsys.api.ARException
constructor
ARException(List<StatusInfo>) - Constructor for exception com.bmc.arsys.api.ARException
constructor
ARException(int, int) - Constructor for exception com.bmc.arsys.api.ARException
Constructor
ARException(int, int, String) - Constructor for exception com.bmc.arsys.api.ARException
 
ARException(int, int, String, Locale) - Constructor for exception com.bmc.arsys.api.ARException
Constructor
ARFORK_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of fork log file.
ARITHMETIC_OP - Static variable in class com.bmc.arsys.api.OperandType
Result value from an arithmetic operation
ArithmeticOperationInfo - Class in com.bmc.arsys.api
The ArithmeticOperationInfo class represents the result value from an arithmetic operation between ArithmeticOrRelationalOperand objects.
ArithmeticOperationInfo() - Constructor for class com.bmc.arsys.api.ArithmeticOperationInfo
 
ArithmeticOperationInfo(int, ArithmeticOrRelationalOperand, ArithmeticOrRelationalOperand) - Constructor for class com.bmc.arsys.api.ArithmeticOperationInfo
 
ArithmeticOrRelationalOperand - Class in com.bmc.arsys.api
The ArithmeticOrRelationalOperand class represents the operand values of a arithmetic or relational operation.
ArithmeticOrRelationalOperand(OperandType, int) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructs using OperandType and FieldID TO BE DEPRECATED
ArithmeticOrRelationalOperand(int) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(int, IQuerySource) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructs using FieldId and objects implementing IQuerySource interface
ArithmeticOrRelationalOperand(int, int, IQuerySource) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(QueryFormField) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(int, int) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(Value) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructs using Value object
ArithmeticOrRelationalOperand(ArithmeticOperationInfo) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(StatusHistoryValueIndicator) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructor builds operand using StatusHistoryValueIndicator
ArithmeticOrRelationalOperand(List<Value>) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(CurrencyPartInfo) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(OperandType, CurrencyPartInfo) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(int, CurrencyPartInfo) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
ArithmeticOrRelationalOperand(QueryInfo) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructor builds operand using QueryInfo object
ArithmeticOrRelationalOperand(ValueSetQuery) - Constructor for class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Constructor builds operand using ValueSetQuery object
ArithOpAssignInfo - Class in com.bmc.arsys.api
The ArithOpAssignInfo class defines an arithmetic result value to assign in a Set Fields action.
ArithOpAssignInfo() - Constructor for class com.bmc.arsys.api.ArithOpAssignInfo
constructor
ArithOpAssignInfo(int, AssignInfo, AssignInfo) - Constructor for class com.bmc.arsys.api.ArithOpAssignInfo
 
ARMAX_CON_DESCRIPTION_LEN - Static variable in interface com.bmc.arsys.api.Constants
String specifying a display-only description for the reference.Its length is limited by ARMAX_CON_DESCRIPTION_LEN (2000 bytes).
ARMAX_CON_LABEL_LEN - Static variable in interface com.bmc.arsys.api.Constants
String specifying a display-only label for the reference.
ARMC_RESERV_MESSAGE_CAT_APPL_TAG - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_LOCALE - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_MSG_TEXT - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_MSG_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_NAME - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE - Static variable in interface com.bmc.arsys.api.Constants
 
ARMC_RESERV_MESSAGE_CAT_STATUS - Static variable in interface com.bmc.arsys.api.Constants
 
ARMONITOR_ERROR_LOCK_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARMultiStatusException - Exception in com.bmc.arsys.api
The ARMultiStatusException class represents the exceptions generated by API.
ARMultiStatusException() - Constructor for exception com.bmc.arsys.api.ARMultiStatusException
constructor
ARMultiStatusException(List<StatusInfo>, List<StatusInfo>) - Constructor for exception com.bmc.arsys.api.ARMultiStatusException
constructor
ARNativeAuthenticationInfo - Interface in com.bmc.arsys.api
The ARNativeAuthenticationInfo interface is implemented by peripheral components of the AR Server to be able to return the user credentials for the user who triggered the api call that led to a call to the component.
ARPR_ERROR_2_LINE_MAP_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CAT_NEEDS_PARTS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CATALOG_FILE_ERROR - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CMD_MISSING_DATA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CMD_MISSING_DATA2 - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CMD_MISSING_DATA3 - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_CMD_MISSING_DATA4 - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_LINE_ITEM_BOUNDS_ERR - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_LINE_MAP_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_LINE_MAPBACK_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_MAP_NEEDS_PURREQ - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_MAPB_NEEDS_LINEITEM - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_MAPBACK_NO_ENTRY - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_MAPBACK_NO_LINE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_NO_PENDING_ID - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_NO_PR_LI_SCHEMA - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_NO_SUCH_CATEGORY - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_PART_NO_PARENT - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_PART_ROW_COUNT_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_PART_TYPE_BAD - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_ERROR_SUPPLIER_NULL - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARPR_WARN_DUP_CATEGORY_FOUND - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARQualifierHelper - Class in com.bmc.arsys.api
The ARQualifierHelper class is the optimized way to get QualifierInfo.
ARQualifierHelper() - Constructor for class com.bmc.arsys.api.ARQualifierHelper
Constructor
ARREF_ABOUT_BOX_FORM - Static variable in interface com.bmc.arsys.api.Constants
Reference to an About box form in container.
ARREF_ABOUT_BOX_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Reference to an About box image in container.
ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP - Static variable in interface com.bmc.arsys.api.Constants
(boolean)
ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD - Static variable in interface com.bmc.arsys.api.Constants
(character string)
ARREF_ACTLINK - Static variable in interface com.bmc.arsys.api.Constants
Reference to an active link in container.
ARREF_ALL - Static variable in interface com.bmc.arsys.api.Constants
All reference types in container.
ARREF_APP_ADD_FORMACTION_FIELDS - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Add Form Action Fields After Last Visible field or all fields
ARREF_APP_AUTOLAYOUT_SS - Static variable in interface com.bmc.arsys.api.Constants
(character string) Style sheet info for auto layout
ARREF_APP_DATA_MERGE_IMP_OPTION - Static variable in interface com.bmc.arsys.api.Constants
(integer) Data import option for merge on app import
ARREF_APP_DATA_MERGE_IMP_OPTION - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_APP_DATA_MERGE_IMP_QUAL - Static variable in interface com.bmc.arsys.api.Constants
(integer) List of field Ids for merge qual on import
ARREF_APP_DATA_MERGE_IMP_QUAL - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_APP_DEFAULT_OBJ_PERMS - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_APP_FORMACTION_ROW_ORDER_STR - Static variable in interface com.bmc.arsys.api.Constants
(character string) row, order Form action fields
ARREF_APP_OBJECT_VERSION - Static variable in interface com.bmc.arsys.api.Constants
(integer) Application object version
ARREF_APP_OBJECT_VERSION - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_APP_PACKING_LISTS - Static variable in interface com.bmc.arsys.api.Constants
(integer) Packing lists in the app
ARREF_APP_PACKING_LISTS - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_APP_PAGE_PROPERTIES - Static variable in interface com.bmc.arsys.api.Constants
(character string) page property string used to create header and footer template
ARREF_APP_TABLE_FIXED_HEADER - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Table field/Results list fixed header property (ON/OFF)
ARREF_APPLICATION_DISABLE_BEGIN_TASK - Static variable in interface com.bmc.arsys.api.Constants
Reference to a boolean value in container that specifies whether the Begin a Task menu item is disabled for this application.
ARREF_APPLICATION_FORM_VUI - Static variable in interface com.bmc.arsys.api.Constants
Reference to the ID of the schema view in container to use with the previous schema referenced in the list.
ARREF_APPLICATION_FORMS - Static variable in interface com.bmc.arsys.api.Constants
Specifies that the next reference in the list is a schema in container.
ARREF_APPLICATION_HAS_EXT_HELP - Static variable in interface com.bmc.arsys.api.Constants
(boolean integer) Application uses external help or not.
ARREF_APPLICATION_HELP_EXT - Static variable in interface com.bmc.arsys.api.Constants
Reference to a string in container that specifies the help filename extension.
ARREF_APPLICATION_HELP_FILE - Static variable in interface com.bmc.arsys.api.Constants
Reference to a bytelist in container that specifies the contents (not the name) of the help file to use with this application.
ARREF_APPLICATION_HELP_FILE_NAME - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Application object help file's name, without the extension.
ARREF_APPLICATION_HELP_INDEX_EXT - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Application object help file's index file extension.
ARREF_APPLICATION_HELP_INDEX_FILE - Static variable in interface com.bmc.arsys.api.Constants
(bytelist) Used for Application object help file's index file.
ARREF_APPLICATION_PRIMARY_FORM - Static variable in interface com.bmc.arsys.api.Constants
Specifies that the next reference in the list in container is the primary schema for this application.
ARREF_APPLICATION_SUPPORT_FILES - Static variable in interface com.bmc.arsys.api.Constants
(bytelist) Used for Application object support file's contents.
ARREF_CHAR_MENU - Static variable in interface com.bmc.arsys.api.Constants
Reference to a char menu in container.
ARREF_CONTAINER - Static variable in interface com.bmc.arsys.api.Constants
Reference to a container in a container.
ARREF_DATA_ARSREF - Static variable in interface com.bmc.arsys.api.Constants
AR System reference data.
ARREF_DATA_EXTREF - Static variable in interface com.bmc.arsys.api.Constants
External reference data.
ARREF_DISTMAPPING_DATA - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to data in the Distributed Mapping schema.
ARREF_ENCAPSULATED_APP_DATA - Static variable in interface com.bmc.arsys.api.Constants
(integer) Application data identifier
ARREF_ENCAPSULATED_APP_DATA - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_ENTRYPOINT_ORDER - Static variable in interface com.bmc.arsys.api.Constants
Listing order of the entry point
ARREF_ENTRYPOINT_ORDER - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_ENTRYPOINT_START_ACTLINK - Static variable in interface com.bmc.arsys.api.Constants
The starting active link to execute for the entry point
ARREF_ENTRYPOINT_START_ACTLINK - Static variable in class com.bmc.arsys.api.ReferenceType
 
ARREF_ESCALATION - Static variable in interface com.bmc.arsys.api.Constants
Reference to an escalation in container.
ARREF_FILTER - Static variable in interface com.bmc.arsys.api.Constants
Reference to a filter in container.
ARREF_GROUP_DATA - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to data in the Group schema.
ARREF_ICON - Static variable in interface com.bmc.arsys.api.Constants
Reference to an icon in container.
ARREF_IMAGE - Static variable in interface com.bmc.arsys.api.Constants
Reference to an image in container.
ARREF_LAST_RESERVED - Static variable in interface com.bmc.arsys.api.Constants
Last AR System reserved reference type.
ARREF_LAST_SERVER_OBJ - Static variable in interface com.bmc.arsys.api.Constants
Reference to last server object reference type.
ARREF_MAXIMIZE_FORMS - Static variable in interface com.bmc.arsys.api.Constants
Reference to a boolean value in container that specifies whether to maximize the forms of an application.
ARREF_NONE - Static variable in interface com.bmc.arsys.api.Constants
No reference in container.
ARREF_NULL_STRING - Static variable in interface com.bmc.arsys.api.Constants
Reference to a null string in container.
ARREF_PACKINGLIST_APP - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to an Application.
ARREF_PACKINGLIST_DSOPOOL - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to data in the Distributed Pool schema.
ARREF_PACKINGLIST_FILTER_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to a Filter Guide.
ARREF_PACKINGLIST_GUIDE - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to a Guide.
ARREF_PACKINGLIST_PACK - Static variable in interface com.bmc.arsys.api.Constants
(character string) Used for Packing List's reference to a Packing List.
ARREF_PACKINGLIST_WEBSERVICE - Static variable in interface com.bmc.arsys.api.Constants
(character string) For packing list references to a web service.
ARREF_SCHEMA - Static variable in interface com.bmc.arsys.api.Constants
Reference to a schema in container.
ARREF_SMALL_ICON - Static variable in interface com.bmc.arsys.api.Constants
Reference to a small icon in container.
ARREF_WS_ARXML_MAPPING - Static variable in interface com.bmc.arsys.api.Constants
Mapping XML document that describes relation between AR System model and XML schema.
ARREF_WS_OPERATION - Static variable in interface com.bmc.arsys.api.Constants
Web service operation info (XML string consisting of name, type, mapping names, and so on.)
ARREF_WS_PROPERTIES - Static variable in interface com.bmc.arsys.api.Constants
XML string that refers to miscellaneous properties of web services.
ARREF_WS_PUBLISHING_LOC - Static variable in interface com.bmc.arsys.api.Constants
(character string) Saved URL(s) for publishing a web service.
ARREF_WS_WSDL - Static variable in interface com.bmc.arsys.api.Constants
WSDL for web services.
ARREF_WS_XML_SCHEMA_LOC - Static variable in interface com.bmc.arsys.api.Constants
(character string) XML schema location for a web service.
ARServerUser - Class in com.bmc.arsys.api
Interface to a particular AR System server for all API calls.
ARServerUser() - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with no members initialized.
ARServerUser(String, String, String, String) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, password, locale, and server initialized.
ARServerUser(String, String, String, String, String) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, password, locale, and server initialized.
ARServerUser(String, String, String, String, String, int) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, password, authentication string, locale, server, and server port initialized.
ARServerUser(String, String, String, String, int) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, password, locale, server, and server port initialized.
ARServerUser(String, String, String, String, String, String, String, String) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, password, authentication string, locale, time zone, date and time formats, and server initialized.
ARServerUser(ARNativeAuthenticationInfo, String, String) - Constructor for class com.bmc.arsys.api.ARServerUser
Constructs an ARServerUser with user name, authentication string, locale, and server initialized.
ARServerUser.ExecuteProcessActionType - Enum in com.bmc.arsys.api
Valid values for the action type to execute in ExecuteProcessForActiveLink
ARSetGetEntryException - Exception in com.bmc.arsys.api
 
ARSetGetEntryException() - Constructor for exception com.bmc.arsys.api.ARSetGetEntryException
 
ARSetGetEntryException(List<StatusInfo>, List<StatusInfo>) - Constructor for exception com.bmc.arsys.api.ARSetGetEntryException
 
ArStatusBuffer12OutEx - Class in com.bmc.arsys.api
 
ArStatusBuffer12OutEx() - Constructor for class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
ArStatusBuffer12OutEx(ArStatusBuffer12Out) - Constructor for class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
ARSUM_ERROR_GROUP_MISSING - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARSUM_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARSYS_CONFIGFILE - Static variable in interface com.bmc.arsys.api.Constants
AR System Java API configuration filename (arsys_base.xml)
ARTC_ERROR_DUPLICATE_SERVER - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_ERROR_EXEC_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_ERROR_FORK_PROCESS - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_ERROR_LOCK_FILE_OPEN - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_ERROR_MALLOC_FAILED - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_ERROR_MULTI_FAILURE - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_NOTE_FAILURE_RELAUNCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_NOTE_FATAL_EXIT - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_NOTE_INHERIT_RELAUNCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_NOTE_RELAUNCH - Static variable in interface com.bmc.arsys.api.ARErrors
 
ARTC_NOTE_SIGNAL_RECEIVED - Static variable in interface com.bmc.arsys.api.ARErrors
The range 700 to 799 are reserved for NM daemon messages **
ARTimeUnit - Enum in com.bmc.arsys.api
A copy of JDK 1.6 java.util.concurrent.TimeUnit since AR Java API compiles with JDK 1.5.
ARTypeMgr - Class in com.bmc.arsys.api
Reserved for internal use.
ASSIGNED_GROUP - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the pointers to the objects (for example, forms or filters) referenced by this container.
ASSIGNED_GROUP - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns assigned group of specified field.
ASSIGNED_GROUPS - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns the assigned groups for active link
ASSIGNED_GROUPS - Static variable in class com.bmc.arsys.api.FormCriteria
Returns the list of group actually assigned to the specified form
AssignFieldInfo - Class in com.bmc.arsys.api
The AssignFieldInfo class identifies a form field value to assign in a Set Fields or Push Fields action.
AssignFieldInfo() - Constructor for class com.bmc.arsys.api.AssignFieldInfo
constructor
AssignFieldInfo(String, String, QualifierInfo, int, Object, int, int) - Constructor for class com.bmc.arsys.api.AssignFieldInfo
 
AssignFilterApiInfo - Class in com.bmc.arsys.api
The AssignFilterApiInfo class specifies a filter API result value to assign in a Set Fields action.
AssignFilterApiInfo() - Constructor for class com.bmc.arsys.api.AssignFilterApiInfo
constructor
AssignFilterApiInfo(String, List<AssignInfo>, long) - Constructor for class com.bmc.arsys.api.AssignFilterApiInfo
Constructs a new AssignFilterApiInfo object.
AssignInfo - Class in com.bmc.arsys.api
The AssignInfo class lets you define Set Fields action in filters, escalations, or active links.
AssignInfo() - Constructor for class com.bmc.arsys.api.AssignInfo
constructor
AssignInfo(DDEAction) - Constructor for class com.bmc.arsys.api.AssignInfo
 
AssignSQLInfo - Class in com.bmc.arsys.api
The AssignSQLInfo class specifies the SQL command and how the result is assigned to the field in a Set Fields action.
AssignSQLInfo() - Constructor for class com.bmc.arsys.api.AssignSQLInfo
constructor
AssignSQLInfo(String, String, int, int, int) - Constructor for class com.bmc.arsys.api.AssignSQLInfo
 
ATTACHMENT - Static variable in class com.bmc.arsys.api.DataType
Attachment field.
ATTACHMENT_POOL - Static variable in class com.bmc.arsys.api.DataType
Attachment pool field.
AttachmentField - Class in com.bmc.arsys.api
Attachment fields enables users to store text, graphics, audio, or video with a request.
AttachmentField() - Constructor for class com.bmc.arsys.api.AttachmentField
 
AttachmentFieldLimit - Class in com.bmc.arsys.api
The AttachmentFieldLimit class defines the value limits for an attachment field (DataType.ATTACHMENT).
AttachmentFieldLimit() - Constructor for class com.bmc.arsys.api.AttachmentFieldLimit
 
AttachmentFieldLimit(int, int) - Constructor for class com.bmc.arsys.api.AttachmentFieldLimit
Constructs a new AttachmentLimitInfo object, defaulting the full text option to none (Constants.AR_FULLTEXT_OPTIONS_NONE).
AttachmentFieldLimit(int, int, int) - Constructor for class com.bmc.arsys.api.AttachmentFieldLimit
Constructs a new AttachmentLimitInfo object, allowing the specification of a full text option.
AttachmentPoolField - Class in com.bmc.arsys.api
An attachment pool contains attachment fields that enable users to store text, graphics, audio, or video with a request.
AttachmentPoolField() - Constructor for class com.bmc.arsys.api.AttachmentPoolField
 
AttachmentValue - Class in com.bmc.arsys.api
The AttachmentValue class is used to get/set the information about attachment fields.
AttachmentValue() - Constructor for class com.bmc.arsys.api.AttachmentValue
 
AttachmentValue(byte[]) - Constructor for class com.bmc.arsys.api.AttachmentValue
 
AttachmentValue(String, byte[]) - Constructor for class com.bmc.arsys.api.AttachmentValue
 
AttachmentValue(String) - Constructor for class com.bmc.arsys.api.AttachmentValue
 
AttachmentValue(String, String) - Constructor for class com.bmc.arsys.api.AttachmentValue
 
AUDIT_INFO - Static variable in class com.bmc.arsys.api.FormCriteria
Returns the audit info of the specified form
AUDIT_OPTION - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns bit options of specified field regarding audit options.
AuditInfo - Class in com.bmc.arsys.api
The AuditInfo class and methods are used to represent the properties of AuditInfo objects.
AuditInfo() - Constructor for class com.bmc.arsys.api.AuditInfo
constructor
AuditInfo(boolean, int, String, QualifierInfo, int) - Constructor for class com.bmc.arsys.api.AuditInfo
 

B

beforeFieldSet(Field) - Method in interface com.bmc.arsys.api.ExtendedClassCallbackHandler
[OPTIONAL: The client programs can implement this method simply with empty body, just to fullfill the interface.]

This method will be called by the Java API, once per field, before the API implementation attempts to initialize that field value of a given extended class.
beforeFieldsSet(Class) - Method in interface com.bmc.arsys.api.ExtendedClassCallbackHandler
[OPTIONAL: The client programs can implement this method simply with empty body, just to fullfill the interface.]

This method will be called by the Java API when it traverses up the class hierarchy of a given extended class, once per class in the hierarchy and before the API implementation initializes members of that class.
beginBulkEntryTransaction() - Method in class com.bmc.arsys.api.ARServerUser
Marks the beginning of a bulk entry transaction.
beginClientManagedTransaction() - Method in class com.bmc.arsys.api.ARServerUser
Begin a client managed transaction.
beginReceive(ARServerUser) - Method in class com.bmc.arsys.api.AlertReceiver
Begin receiving alert messages for the user from a particular ARServer specified by the context.
BITMASK - Static variable in class com.bmc.arsys.api.DataType
32-bit unsigned integer value in which each bit represents a flag turned on or off.
bpQualifier - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
bufferToMenuItemList(Scanner) - Static method in class com.bmc.arsys.api.MenuItem
This method converts contents of a buffer/file into list menu structure
buildFieldAssignmentList(ARServerUser, String, String, OutputInteger, OutputInteger, List<FieldAssignInfo>) - Static method in class com.bmc.arsys.api.FieldAssignInfo
 
buildGLEWFResponse(Object[], ARServerUser) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
BulkEntryReturn - Class in com.bmc.arsys.api
The BulkEntryReturn class defines the return values for bulk entry calls.
BulkEntryReturn() - Constructor for class com.bmc.arsys.api.BulkEntryReturn
Constructs a new BulkEntryReturn object
BulkEntryReturn(int, List<StatusInfo>) - Constructor for class com.bmc.arsys.api.BulkEntryReturn
Populate the result for a bulk API return
ByteListValue - Class in com.bmc.arsys.api
The ByteListValue class is used to represent image information.
ByteListValue(int, byte[]) - Constructor for class com.bmc.arsys.api.ByteListValue
 
BYTES - Static variable in class com.bmc.arsys.api.DataType
List of bytes containing binary data.

C

CACHE_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
CACHE_SEG_SIZE - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
CallGuideAction - Class in com.bmc.arsys.api
The CallGuideAction class is used to represent information about the Call Guide active link action.
CallGuideAction() - Constructor for class com.bmc.arsys.api.CallGuideAction
 
CallGuideAction(String, String, int, int, List<FieldAssignInfo>, List<FieldAssignInfo>, String, String) - Constructor for class com.bmc.arsys.api.CallGuideAction
 
CANCEL_QUERY - Static variable in class com.bmc.arsys.api.ServerInfo
Cancels query on Remedy User client.
canErrorBeIgnored(int[]) - Method in exception com.bmc.arsys.api.ARException
check if this exception only contains errors that can be ignored.
CASE_SENSITIVE - Static variable in class com.bmc.arsys.api.ServerInfo
Value indicating whether the underlying database is case-sensitive.
CHANGE_DIARY - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns change diary of specified object.
ChangeFieldAction - Class in com.bmc.arsys.api
The ChangeFieldAction class is used to change display characteristics of fields.
ChangeFieldAction() - Constructor for class com.bmc.arsys.api.ChangeFieldAction
constructor
ChangeFieldAction(int, int, String, DisplayPropertyMap, int, int) - Constructor for class com.bmc.arsys.api.ChangeFieldAction
 
CHAR - Static variable in class com.bmc.arsys.api.DataType
Null-terminated string that requires freeing allocated space.
CHAR_MENU - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to a character menu
CHAR_MENU - Static variable in class com.bmc.arsys.api.StructItemInfo
Character menu definition
CharacterField - Class in com.bmc.arsys.api
Character Field is one of the data field which contains character data.
CharacterField() - Constructor for class com.bmc.arsys.api.CharacterField
 
CharacterFieldLimit - Class in com.bmc.arsys.api
The CharacterFieldLimit class defines the value limits for a character field (DataType.CHAR).
CharacterFieldLimit() - Constructor for class com.bmc.arsys.api.CharacterFieldLimit
 
CharacterFieldLimit(int, int, int, String, String, int) - Constructor for class com.bmc.arsys.api.CharacterFieldLimit
Constructs a new CharLimitInfo object
CharacterFieldLimit(int, int, int, String, String, int, int) - Constructor for class com.bmc.arsys.api.CharacterFieldLimit
Constructs a new CharLimitInfo object
CharacterFieldLimit(int, int, int, String, String, int, int, int) - Constructor for class com.bmc.arsys.api.CharacterFieldLimit
Constructs a new CharLimitInfo object
CHECK_NOTIF_USERS - Static variable in class com.bmc.arsys.api.ServerInfo
Checks alert users.
checkAndFillFilePath(ARServerUser, int, String) - Static method in class com.bmc.arsys.api.SupportFile
 
checkDecimalFormat(String) - Static method in class com.bmc.arsys.api.CurrencyValue
Check if the string is a valid decimal value format
clear() - Method in class com.bmc.arsys.api.ActiveLink
 
clear() - Method in exception com.bmc.arsys.api.ARException
Release all variable object references.
clear() - Method in exception com.bmc.arsys.api.ARMultiStatusException
Release all variable object references.
clear() - Method in class com.bmc.arsys.api.ARQualifierHelper
Release all variable object references.
clear() - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.logout()
clear() - Method in class com.bmc.arsys.api.Container
Clears all of the references to member objects.
clear() - Method in class com.bmc.arsys.api.DisplayInstanceMap
cleans all properties stored in this DisplayInstanceMap instance
clear() - Method in class com.bmc.arsys.api.Escalation
 
clear() - Method in class com.bmc.arsys.api.Field
 
clear() - Method in class com.bmc.arsys.api.Filter
 
clear() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Release all variable object references.
clear() - Method in class com.bmc.arsys.api.Image
 
clear() - Method in class com.bmc.arsys.api.ObjectBase
Clears all of the references to member objects.
clearMap(Map) - Static method in class com.bmc.arsys.api.Util
dereference all references for a Map which contains JNI objects we do not use map.clear() since we need to dereference all objects in the map.
clientVersion - Static variable in interface com.bmc.arsys.api.Version
Java API Version number including drop version
clone() - Method in class com.bmc.arsys.api.Action
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ActiveLink
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ArchiveInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ARQualifierHelper
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.AssignFieldInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.AssignInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.AssignSQLInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.AttachmentValue
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.AuditInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.BulkEntryReturn
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ByteListValue
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CallGuideAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ChangeFieldAction
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.CloseWindowAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.COMMethodInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.CommitChangesAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.COMValueInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.Container
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ContainerListInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ContainerOwner
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CoordinateInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CriteriaFlags
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CurrencyDetail
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.CurrencyValue
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.DataDictionaryMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DateInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DateTimeFieldLimit
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.DayInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.DDEAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DiaryFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DiaryItem
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DiaryListValue
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DirectSqlAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.DisplayFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.DisplayInstanceMap
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Entry
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.EntryKey
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.EntryListFieldInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.EntryReturn
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.EnumItem
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Escalation
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.EscalationInterval
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.EscalationTime
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ExitGuideAction
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ExternalReference
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.Field
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FieldAssignInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FieldKey
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.FieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FieldMapping
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.FileMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Filter
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FilterMessageAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.Form
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.FunctionAssignInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.GotoAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.GotoGuideLabelAction
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.GroupInfo
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.Image
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ImageData
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.IndexInfo
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.IntegerFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in interface com.bmc.arsys.api.IQuerySource
Creates and returns a copy of this object.
clone() - Method in class com.bmc.arsys.api.JoinFieldMapping
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.JoinForm
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ListMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.LocalizedValueInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.LogAction
 
clone() - Method in class com.bmc.arsys.api.MacroParmInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.Menu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.MenuItem
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.MessageAction
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.NotifyAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.ObjectBase
Makes a deep copy of the object.
clone() - Method in class com.bmc.arsys.api.OleAutomationAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.OpenWindowAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.OverlaidInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.OverlayPropInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.PermissionInfo
Makes a deep copy of the object.
clone() - Method in class com.bmc.arsys.api.PropertyMap
 
clone() - Method in class com.bmc.arsys.api.PropInfo
Makes a deep copy of the object
clone() - Method in class com.bmc.arsys.api.PushFieldsAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.PushFieldsInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
Makes a deep copy of the object.
clone() - Method in class com.bmc.arsys.api.QualifierInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.QueryBase
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.QueryFormField
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.QueryInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.QueryMenu
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.QuerySourceForm
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.RealFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.RecursiveQuery
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Reference
Makes a deep copy of the object.
clone() - Method in class com.bmc.arsys.api.RegularFieldMapping
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.RoleInfo
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.RunMacroAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.RunProcessAction
 
clone() - Method in class com.bmc.arsys.api.SelectionFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ServerInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ServerInfoMenu
 
clone() - Method in class com.bmc.arsys.api.ServiceAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.SetFieldsAction
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.SetFieldsFromForm
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.SortInfo
Makes a copy of the object.
clone() - Method in class com.bmc.arsys.api.SqlMenu
 
clone() - Method in class com.bmc.arsys.api.SQLResult
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.StatusHistoryItem
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.StatusHistoryValue
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.StatusInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.StructItemInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.SupportFile
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.SupportFileKey
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.TableFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Time
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.TimeOnlyFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Timestamp
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.UserInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.UserLicenseInfo
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.Value
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ValueSetQuery
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.VendorFieldMapping
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.VendorForm
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.View
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ViewFieldLimit
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ViewFieldMapping
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ViewForm
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.ViewKey
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.WaitAction
Clone implementation that returns an Object with data cloned from self.
clone() - Method in class com.bmc.arsys.api.WorkflowLockInfo
Clone implementation that returns an Object with data cloned from self
clone() - Method in class com.bmc.arsys.api.XMLEntryReturn
Clone implementation that returns an Object with data cloned from self.
CloneMap(Class<T>, Map<K, V>, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
close() - Method in class com.bmc.arsys.api.AlertReceiver
Close the server socket and stop the thread started to listen on the server socket.
CloseWindowAction - Class in com.bmc.arsys.api
The CloseWindowAction class is used to create and retrieve information about the Close Window active link action.
CloseWindowAction() - Constructor for class com.bmc.arsys.api.CloseWindowAction
constructor
CloseWindowAction(boolean) - Constructor for class com.bmc.arsys.api.CloseWindowAction
closeAll parameter sets the flag that indicates whether all the windows should be closed or not.
CLUSTERED_INDEX - Static variable in class com.bmc.arsys.api.ServerInfo
Value that indicates whether a clustered index is created on the Entry-Id field when a new form is created.
COLUMN - Static variable in class com.bmc.arsys.api.DataType
Column field.
COLUMN_LIMIT_DATASOURCE_DATA_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Deprecated. Prefer to use Constants.AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD.
COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD - Static variable in interface com.bmc.arsys.api.Constants
Deprecated. Prefer to use Constants.AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD.
ColumnField - Class in com.bmc.arsys.api
In list view tables, each Column Field represents a field from the supporting form, and each row represents a request from that form.
ColumnField() - Constructor for class com.bmc.arsys.api.ColumnField
 
ColumnFieldLimit - Class in com.bmc.arsys.api
The ColumnFieldLimit class represents the value limits for a column(DataType.COLUMN) field.
ColumnFieldLimit() - Constructor for class com.bmc.arsys.api.ColumnFieldLimit
Constructs a new ColumnLimitInfo object.
ColumnFieldLimit(int, int, int, int) - Constructor for class com.bmc.arsys.api.ColumnFieldLimit
Constructs a new ColumnLimitInfo object.
com.bmc.arsys.api - package com.bmc.arsys.api
 
COMMethodInfo - Class in com.bmc.arsys.api
The COMMethodInfo class defines an OLE Automation method.
COMMethodInfo() - Constructor for class com.bmc.arsys.api.COMMethodInfo
constructor
COMMethodInfo(String, String, int, COMValueInfo, List<COMMethodParmInfo>) - Constructor for class com.bmc.arsys.api.COMMethodInfo
 
COMMethodParmInfo - Class in com.bmc.arsys.api
The COMMethodParmInfo class specifies the parameters used in COMValueInfo.
COMMethodParmInfo() - Constructor for class com.bmc.arsys.api.COMMethodParmInfo
constructor
COMMethodParmInfo(String, int, COMValueInfo) - Constructor for class com.bmc.arsys.api.COMMethodParmInfo
 
CommitChangesAction - Class in com.bmc.arsys.api
The CommitChangesAction class is used to create and retrieve information about the Commit Changes active link action.
CommitChangesAction() - Constructor for class com.bmc.arsys.api.CommitChangesAction
constructor
CommitChangesAction(String) - Constructor for class com.bmc.arsys.api.CommitChangesAction
construct CommitChangesAction object using the name of the form to push infomation to
compareTo(OutputInteger) - Method in class com.bmc.arsys.api.OutputInteger
 
COMValueInfo - Class in com.bmc.arsys.api
The COMValueInfo class is used to define the method and parameter values in the OLE Automation active link action.
COMValueInfo() - Constructor for class com.bmc.arsys.api.COMValueInfo
constructor
COMValueInfo(String, int, int, int, Value) - Constructor for class com.bmc.arsys.api.COMValueInfo
 
Config - Class in com.bmc.arsys.api
This is Singleton class, which is used to capture configuration details for the Java API.
ConfigKey - Enum in com.bmc.arsys.api
For Remedy internal use only.
connectToServer(String, int, String, String, String, boolean, boolean) - Method in class com.bmc.arsys.api.Session
 
Constants - Interface in com.bmc.arsys.api
The Constants interface defines all the integer values used by the Java API as Java constants.
Container - Class in com.bmc.arsys.api
Class and methods for container object.
Container() - Constructor for class com.bmc.arsys.api.Container
construct an empty container instance
CONTAINER - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to a container
CONTAINER - Static variable in class com.bmc.arsys.api.StructItemInfo
Container definition
CONTAINER_OWNER - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the form that owns this container.
CONTAINER_TYPE - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the type for this container.
ContainerCriteria - Class in com.bmc.arsys.api
The ContainerCriteria class is used to specify the list of Container information.
ContainerCriteria() - Constructor for class com.bmc.arsys.api.ContainerCriteria
Constructs a new ContainerCriteria object.
ContainerListInfo - Class in com.bmc.arsys.api
This class has characteristics/properties of containers.
ContainerListInfo(String, int, List<ContainerOwner>) - Constructor for class com.bmc.arsys.api.ContainerListInfo
construct a ContainerListInfo object with the provided characteristics
ContainerOwner - Class in com.bmc.arsys.api
The ContainerOwner class lets you set or get the container owner type, as well as the name of the form, if the owner type is a form.
ContainerOwner(int) - Constructor for class com.bmc.arsys.api.ContainerOwner
construct a container owner object with the provided owner type.
ContainerOwner() - Constructor for class com.bmc.arsys.api.ContainerOwner
 
ContainerOwner(int, String) - Constructor for class com.bmc.arsys.api.ContainerOwner
construct a container owner object with the provided owner type and name
ContainerType - Class in com.bmc.arsys.api
The ContainerType class represents the different types of containers you can specify, for example, guides or applications or packing lists.
CONTROL - Static variable in class com.bmc.arsys.api.DataType
Control field.
CONTROL_FIELD - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns ID of field that represents the button, toolbar button, or menu item associated with executing the specified active link.
ControlField - Class in com.bmc.arsys.api
ControlField is a type of field that controls workflow, but do not have data behind it.
ControlField() - Constructor for class com.bmc.arsys.api.ControlField
 
convert(long, ARTimeUnit) - Method in enum com.bmc.arsys.api.ARTimeUnit
Convert the given time duration in the given unit to this unit.
convert(String) - Static method in enum com.bmc.arsys.api.ARTimeUnit
Convert ARSystem Java API configurable time unit string (DAYS, HOURS, MINUTES, SECONDS) to ARTimeUnit.
convertFromARValue(Object[], boolean, boolean) - Static method in class com.bmc.arsys.api.Value
 
convertStringToListMenu(String) - Method in class com.bmc.arsys.api.ARServerUser
Converts a string to a list of MenuItem objects
ConvertToARValue(Object) - Static method in class com.bmc.arsys.api.Value
 
CoordinateInfo - Class in com.bmc.arsys.api
The CoordinateInfo class returns the location of a field, that is, the field's X and Y coordinates.
CoordinateInfo() - Constructor for class com.bmc.arsys.api.CoordinateInfo
 
CoordinateInfo(int, int) - Constructor for class com.bmc.arsys.api.CoordinateInfo
construct a CoordinateInfo object with the provided x and y coordinate.
COORDS - Static variable in class com.bmc.arsys.api.DataType
List of (x,y) coordinate pairs.
copy(Class, T, T) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
copyArray(T[], boolean) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
copyList(List<T>, boolean) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
copyMap(Map<K, V>, boolean) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
CoreFieldId - Enum in com.bmc.arsys.api
The CoreFieldId is an enum class that lists all the AR System core fields with their field IDs.
count() - Method in class com.bmc.arsys.api.Session
 
CREATE_MODE - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns permission status of specified field when users submit entries.
createActiveLink(ActiveLink) - Method in class com.bmc.arsys.api.ARServerUser
Creates this ActiveLink object on AR System server.
createActiveLink(ActiveLink, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this ActiveLink object on AR System server.
createAlertEvent(String, String, int, String, String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Enters an alert event into the system.
createContainer(Container) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new container with the given container instance on the specified server.
createContainer(Container, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new container with the given container instance on the specified server.
createContainer(Container, boolean, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new container with the given container instance on the specified server.
createEntry(String, Entry) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new entry in the indicated form on the specified server.
createEscalation(Escalation) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Escalation object into AR System server.
createEscalation(Escalation, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Escalation object into AR System server.
createField(Field, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new form field with the indicated name on the specified server.
createFilter(Filter) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Filter object on AR System server.
createFilter(Filter, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Filter object on AR System server.
createForm(Form) - Method in class com.bmc.arsys.api.ARServerUser
Creates this form on the server specified in the ARServerUser.
createForm(Form, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this form on the server specified in the ARServerUser.
createImage(Image) - Method in class com.bmc.arsys.api.ARServerUser
Creates this image on the server specified in the ARServerUser.
createImage(Image, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this image on the server specified in the ARServerUser.
createInstance(Object[], ARServerUser) - Static method in class com.bmc.arsys.api.FieldMapping
Reserved for internal use.
createMenu(Menu) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Menu object on AR System server.
createMenu(Menu, String) - Method in class com.bmc.arsys.api.ARServerUser
Creates this Menu object on AR System server.
createMultipleFields(List<Field>) - Method in class com.bmc.arsys.api.ARServerUser
Create new fields for a specified form in the ARSystem.
createOverlay(OverlaidInfo) - Method in class com.bmc.arsys.api.ARServerUser
Creates overlay for the specified OverlaidInfo object on AR System server.
createOverlayFromObject(OverlaidInfo, OverlaidInfo) - Method in class com.bmc.arsys.api.ARServerUser
Creates overlay of the specified custom object that was created at customer's environment.
createProxy(ApiUserContextI) - Method in class com.bmc.arsys.api.ProxyManager
Internal use only
createSupportFile(SupportFile) - Method in class com.bmc.arsys.api.ARServerUser
Creates a new support file with the indicated information on the specified server.
createView(View) - Method in class com.bmc.arsys.api.ARServerUser
Creates the given View object in AR System server.
CriteriaFlags - Class in com.bmc.arsys.api
The CriteriaFlags class is used to describe the properties needed to be retrieved for many of the server objects.
CriteriaFlags(int) - Constructor for class com.bmc.arsys.api.CriteriaFlags
Constructs a new Criteria object with the given properties.
CURRENCY - Static variable in class com.bmc.arsys.api.DataType
Currency field.
CURRENCY_FLD - Static variable in class com.bmc.arsys.api.OperandType
Currency operation
CURRENCY_FLD_CURRENT - Static variable in class com.bmc.arsys.api.OperandType
Currency field equivalent to get current value
CURRENCY_FLD_DB - Static variable in class com.bmc.arsys.api.OperandType
Currency field equivalent to get db value
CURRENCY_FLD_TRAN - Static variable in class com.bmc.arsys.api.OperandType
Currency field equivalent to get transaction
CurrencyDetail - Class in com.bmc.arsys.api
The CurrencyDetail class represents Currency Code information, that is, codes of different country's currencies.
CurrencyDetail() - Constructor for class com.bmc.arsys.api.CurrencyDetail
construct an empty CurrencyDetail object
CurrencyDetail(String, int) - Constructor for class com.bmc.arsys.api.CurrencyDetail
construct an CurrencyDetail object with the provided currency code and precision
CurrencyField - Class in com.bmc.arsys.api
A currency field stores currency data, including information the user enters (a decimal value and a currency type), one or more functional currency types (whose values are filled in when the currency data is submitted), and the date on which functional values were converted
CurrencyField() - Constructor for class com.bmc.arsys.api.CurrencyField
 
CurrencyFieldLimit - Class in com.bmc.arsys.api
The CurrencyFieldLimit class defines the value limits for a Currency (DataType.CURRENCY) field
CurrencyFieldLimit() - Constructor for class com.bmc.arsys.api.CurrencyFieldLimit
Constructs an empty CurrencyLimitInfo object.
CurrencyFieldLimit(String, String, int) - Constructor for class com.bmc.arsys.api.CurrencyFieldLimit
Constructs a CurrencyLimitInfo object using the limit and precision info
CurrencyFieldLimit(BigDecimal, BigDecimal, int) - Constructor for class com.bmc.arsys.api.CurrencyFieldLimit
Constructs a CurrencyLimitInfo object using the limit and precision info
CurrencyFieldLimit(String, String, int, List<CurrencyDetail>, List<CurrencyDetail>) - Constructor for class com.bmc.arsys.api.CurrencyFieldLimit
 
CurrencyFieldLimit(BigDecimal, BigDecimal, int, List<CurrencyDetail>, List<CurrencyDetail>) - Constructor for class com.bmc.arsys.api.CurrencyFieldLimit
 
CurrencyPartInfo - Class in com.bmc.arsys.api
The CurrencyPartInfo class represents the result value from an arithmetic operation between ArithmeticOrRelationalOperand objects.
CurrencyPartInfo() - Constructor for class com.bmc.arsys.api.CurrencyPartInfo
 
CurrencyPartInfo(int, int, String) - Constructor for class com.bmc.arsys.api.CurrencyPartInfo
 
CurrencyPartInfo(int, IQuerySource, int, String) - Constructor for class com.bmc.arsys.api.CurrencyPartInfo
 
CurrencyValue - Class in com.bmc.arsys.api
The CurrencyValue class stores the value, code and date when currecy was entered.
CurrencyValue() - Constructor for class com.bmc.arsys.api.CurrencyValue
construct an empty Currency Value object
CurrencyValue(String, String, Timestamp, List<FuncCurrencyInfo>) - Constructor for class com.bmc.arsys.api.CurrencyValue
 
CurrencyValue(BigDecimal, String, Timestamp, List<FuncCurrencyInfo>) - Constructor for class com.bmc.arsys.api.CurrencyValue
 
CurrencyValue(String) - Constructor for class com.bmc.arsys.api.CurrencyValue
Construct a CurrencyValue object with the provided string.
CurrencyValue(String, Locale) - Constructor for class com.bmc.arsys.api.CurrencyValue
 
CUSTOM - Static variable in class com.bmc.arsys.api.SelectionFieldLimit
 

D

DataDictionaryMenu - Class in com.bmc.arsys.api
The DataDictionaryMenu class returns information for a Data-Dictionary menu.
DataDictionaryMenu() - Constructor for class com.bmc.arsys.api.DataDictionaryMenu
 
DataDictionaryMenu(String, int, int) - Constructor for class com.bmc.arsys.api.DataDictionaryMenu
 
DataType - Class in com.bmc.arsys.api
The DataType class represents the data types of fields that are supported by the AR System.
DATATYPE - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns data type of specified field.
DATE - Static variable in class com.bmc.arsys.api.DataType
Date field.
DateInfo - Class in com.bmc.arsys.api
The DateInfo class represents the days elapsed since January 1, 4713 B.C.
DateInfo() - Constructor for class com.bmc.arsys.api.DateInfo
construct an empty DateInfo object
DateInfo(int) - Constructor for class com.bmc.arsys.api.DateInfo
Construct a DateInfo object using the Julian day, which is the number of days that have elapsed since January 1, 4713 B.C.
DateInfo(String) - Constructor for class com.bmc.arsys.api.DateInfo
Construct a DateInfo object using the string representation of the number of days since January 1, 4713 B.C.
DateInfo(int, int, int) - Constructor for class com.bmc.arsys.api.DateInfo
Construct a DateInfo with the year, month and day info provided
DateOnlyField - Class in com.bmc.arsys.api
Store date information only, as the number of days from the beginning of its range.
DateOnlyField() - Constructor for class com.bmc.arsys.api.DateOnlyField
 
DateOnlyFieldLimit - Class in com.bmc.arsys.api
The DateOnlyFieldLimit class defines the value limits for an integer(DataType.INTEGER) field.
DateOnlyFieldLimit() - Constructor for class com.bmc.arsys.api.DateOnlyFieldLimit
 
DateTimeField - Class in com.bmc.arsys.api
 
DateTimeField() - Constructor for class com.bmc.arsys.api.DateTimeField
 
DateTimeFieldLimit - Class in com.bmc.arsys.api
The DateTimeFieldLimit class defines the value limits for an integer(DataType.INTEGER) field.
DateTimeFieldLimit() - Constructor for class com.bmc.arsys.api.DateTimeFieldLimit
 
dateToJulianDate(int, int, int) - Static method in class com.bmc.arsys.api.DateInfo
convert the given year, month and day info into Julian Date
dateToJulianDate(String, String) - Static method in class com.bmc.arsys.api.DateInfo
convert the given date string into Julian Date
DayInfo - Class in com.bmc.arsys.api
The DayInfo class is used to specify date and time information in defining escalation firing time.
DayInfo() - Constructor for class com.bmc.arsys.api.DayInfo
constructor
DayInfo(long, long, long, long) - Constructor for class com.bmc.arsys.api.DayInfo
 
DB_NAME - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the underlying SQL database (not applicable for Oracle databases).
DB_PASSWORD - Static variable in class com.bmc.arsys.api.ServerInfo
Database password associated with the ARSystem database or tablespace (applicable to Sybase and Oracle databases only).
DB_TYPE - Static variable in class com.bmc.arsys.api.ServerInfo
Type of database used by server
DB_USER - Static variable in class com.bmc.arsys.api.ServerInfo
User name the Action Request System uses to access the underlying database.
DB_VERSION - Static variable in class com.bmc.arsys.api.ServerInfo
Underlying database version (character string).
DBCONF - Static variable in class com.bmc.arsys.api.ServerInfo
Complete contents of the db.conf (ardb.cfg) file.
DBHOME_DIR - Static variable in class com.bmc.arsys.api.ServerInfo
Home directory for the underlying database (applicable for SQL databases only).
DDEAction - Class in com.bmc.arsys.api
The DDEAction class specifies a DDE result value to assign in a Set Fields action.
DDEAction() - Constructor for class com.bmc.arsys.api.DDEAction
constructor
DDEAction(String, String, String, int, String, String) - Constructor for class com.bmc.arsys.api.DDEAction
 
DEBUG_GROUPID - Static variable in class com.bmc.arsys.api.ServerInfo
ID of the group whose members are allowed to retrieve server logging information.
DEBUG_MODE - Static variable in class com.bmc.arsys.api.ServerInfo
Indicates the server debug modes.
DECIMAL - Static variable in class com.bmc.arsys.api.DataType
Fixed-point decimal field.
DecimalField - Class in com.bmc.arsys.api
 
DecimalField() - Constructor for class com.bmc.arsys.api.DecimalField
 
DecimalFieldLimit - Class in com.bmc.arsys.api
The DecimalFieldLimit class defines the value limits for a decimal(DataType.DECIMAL) field
DecimalFieldLimit(String, String, int) - Constructor for class com.bmc.arsys.api.DecimalFieldLimit
Constructs a new DecimalLimitInfo object.
DecimalFieldLimit(BigDecimal, BigDecimal, int) - Constructor for class com.bmc.arsys.api.DecimalFieldLimit
 
DecimalFieldLimit() - Constructor for class com.bmc.arsys.api.DecimalFieldLimit
 
decode(String) - Static method in class com.bmc.arsys.api.DiaryListValue
Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
decode(String) - Static method in class com.bmc.arsys.api.MenuItem
This method converts contents of a string into list menu structure
decode(String) - Static method in class com.bmc.arsys.api.StatusHistoryValue
Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
DecodeAlertMessage(AlertMessageCriteria, Object, int) - Static method in class com.bmc.arsys.api.AlertMessageInfo
 
decodeAlertMessage(AlertMessageCriteria, Object, int) - Method in class com.bmc.arsys.api.ARServerUser
Decode supplied alert message and return component parts.
decodeARAssignStruct(String) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.decodeAssignment(java.lang.String)
decodeARQualifierStruct(String) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.decodeQualification(java.lang.String)
decodeAssignment(String) - Method in class com.bmc.arsys.api.ARServerUser
Decodes an encoded assignment String into internal data structure representation used by Java API
decodeDiary(String) - Method in class com.bmc.arsys.api.ARServerUser
Takes an encoded diary string as input and decodes it into an DiaryListValue for easier processing.
decodeDSOPoolAssignment(String) - Method in class com.bmc.arsys.api.ARServerUser
Decodes an encoded DSO Pool Mapping Assignment into internal structure representation used by AR Java API
decodeQualification(String) - Method in class com.bmc.arsys.api.ARServerUser
Decodes an encoded qualification String into internal data strucuture representation used by Java API.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.ContainerCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.EscalationCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.FieldCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.FilterCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.FormCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.ImageCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.MenuCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_CRITERIA - Static variable in class com.bmc.arsys.api.ViewCriteria
The default criteria -- allows for setting all other criteria flags.
DEFAULT_ORDER_BY - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (1 or 0) indicating the default order of requests in a form when issuing ARGetListEntry calls, so that the sorting is done on the database and before the results are returned.
DEFAULT_VALUE - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns value to apply to specified field.
DEFAULT_VUI - Static variable in class com.bmc.arsys.api.FormCriteria
Returns default view of specified form
DEFAULT_WEB_PATH - Static variable in class com.bmc.arsys.api.ServerInfo
Default path for web access.
DELAYED_CACHE - Static variable in class com.bmc.arsys.api.ServerInfo
Flag indicating whether to disable recaching of the shared cache after a time-out.
deleteActiveLink(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the specified activelink from AR System server.
deleteActiveLink(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the specified activelink from AR System server.
deleteAlert(String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes an alert event from the system.
deleteContainer(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the container with the indicated name from the specified server and deletes any references to the container from other containers.
deleteContainer(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the container with the indicated name from the specified server and deletes any references to the container from other containers.
deleteEntry(String, String, int) - Method in class com.bmc.arsys.api.ARServerUser
Removes the form entry with the indicated ID from the specified server.
deleteEscalation(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes this escalation from AR System server.
deleteEscalation(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes this escalation from AR System server.
deleteField(String, int, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the form field with the indicated ID from the specified server.
deleteFields(String, int[], int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the fields with the specified IDs from the given form
deleteFilter(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes this filter from AR System server.
deleteFilter(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes this filter from AR System server.
deleteForm(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deletes obj form from the server specified in the ARServerUser and deletes any container references to obj form.
deleteForm(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes obj form from the server specified in the ARServerUser and deletes any container references to obj form.
deleteImage(String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Deletes obj image from the server specified in the ARServerUser and optionally deletes any references to the image obj form, depending on the value of updateRef.
deleteImage(String, boolean, String) - Method in class com.bmc.arsys.api.ARServerUser
Deletes obj image from the server specified in the ARServerUser and optionally deletes any references to the image obj form, depending on the value of updateRef.
deleteMenu(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Removes this specified Memu object from AR System server.
deleteMenu(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Removes this specified Memu object from AR System server.
deleteSupportFile(SupportFileKey) - Method in class com.bmc.arsys.api.ARServerUser
Deletes the given support file from the server.
deleteView(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Removes this object on the AR System server.
deregisterForAlerts(int) - Method in class com.bmc.arsys.api.ARServerUser
Deregister a client with the server so they no longer receive alert indicators.
DESCRIPTION - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the description for this container.
DESCRIPTION - Static variable in class com.bmc.arsys.api.ImageCriteria
Returns information about the image description.
DIALOG - Static variable in class com.bmc.arsys.api.FormType
Returns all display-only forms.
DIARY - Static variable in class com.bmc.arsys.api.DataType
Null-terminated string that requires freeing allocated space.
DiaryField - Class in com.bmc.arsys.api
Diary fields capture the history of a request over time.
DiaryField() - Constructor for class com.bmc.arsys.api.DiaryField
 
DiaryFieldLimit - Class in com.bmc.arsys.api
The DiaryFieldLimit class defines the value limits for a DiaryList(DataType.DIARY) field
DiaryFieldLimit() - Constructor for class com.bmc.arsys.api.DiaryFieldLimit
 
DiaryFieldLimit(int) - Constructor for class com.bmc.arsys.api.DiaryFieldLimit
Constructs a new DiaryLimitInfo object.
DiaryItem - Class in com.bmc.arsys.api
The DiaryItem class is used to retrieve information about change diary fields.
DiaryItem(String, String, Timestamp) - Constructor for class com.bmc.arsys.api.DiaryItem
 
DiaryListValue - Class in com.bmc.arsys.api
The DiaryListValue class is used to set or retrieve the values of diary fields.
DiaryListValue() - Constructor for class com.bmc.arsys.api.DiaryListValue
 
DirectSqlAction - Class in com.bmc.arsys.api
The DirectSqlAction class represents the filter/active link action used to issue any legal SQL command to the database.
DirectSqlAction() - Constructor for class com.bmc.arsys.api.DirectSqlAction
construct an empty DirectSqlAction object
DirectSqlAction(String, String) - Constructor for class com.bmc.arsys.api.DirectSqlAction
construct an DirectSqlAction object using the given server name and SQL command
disable - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
DISABLE_ADMIN_OPERATIONS - Static variable in class com.bmc.arsys.api.ServerInfo
Disables admin operations.
DISABLE_ALERTS - Static variable in class com.bmc.arsys.api.ServerInfo
Disables alerts.
DISABLE_ESCALATIONS - Static variable in class com.bmc.arsys.api.ServerInfo
Disables escalations.
DISABLED_CLIENT - Static variable in class com.bmc.arsys.api.ServerInfo
Disallows certain client types from the server.
disconnectFromServer(String, int) - Method in class com.bmc.arsys.api.Session
 
DISPLAY - Static variable in class com.bmc.arsys.api.DataType
Specifies a display field (e.g., flashboards; character data).
DISPLAY_INSTANCE_LIST - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns display properties of specified field.
DisplayField - Class in com.bmc.arsys.api
This class represent display only fields.
DisplayField() - Constructor for class com.bmc.arsys.api.DisplayField
 
DisplayFieldLimit - Class in com.bmc.arsys.api
The DisplayFieldLimit class defines the value limits for a display(DataType.DISPLAY) field.
DisplayFieldLimit(int) - Constructor for class com.bmc.arsys.api.DisplayFieldLimit
Constructs a new DisplayFieldLimit object using the given maximum length.
DisplayFieldLimit(int, int) - Constructor for class com.bmc.arsys.api.DisplayFieldLimit
Constructs a new DisplayFieldLimit object using the given maximum length and length unit.
DisplayFieldLimit() - Constructor for class com.bmc.arsys.api.DisplayFieldLimit
 
DisplayInstanceMap - Class in com.bmc.arsys.api
The DisplayInstanceMap class defines the display properties of a field for all associated form views.
DisplayInstanceMap() - Constructor for class com.bmc.arsys.api.DisplayInstanceMap
 
DisplayOnlyForm - Class in com.bmc.arsys.api
 
DisplayOnlyForm() - Constructor for class com.bmc.arsys.api.DisplayOnlyForm
 
DisplayPropertyMap - Class in com.bmc.arsys.api
The DisplayPropertyMap class defines the display properties of ARSystem fields and views.
DisplayPropertyMap() - Constructor for class com.bmc.arsys.api.DisplayPropertyMap
 
DisplayPropertyMap(Comparator<? super Integer>) - Constructor for class com.bmc.arsys.api.DisplayPropertyMap
 
DisplayPropertyMap(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.DisplayPropertyMap
 
DisplayPropertyMap(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.DisplayPropertyMap
 
DIST_MAP - Static variable in class com.bmc.arsys.api.StructItemInfo
Mapping definition for Distributed Server Option
DIST_POOL - Static variable in class com.bmc.arsys.api.StructItemInfo
Distributed pools definition.
DISTMAPPING_DATA - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a packing list's reference to data in the Distributed Mapping form
doubleValue() - Method in class com.bmc.arsys.api.OutputInteger
 
DOWNLINK - Static variable in class com.bmc.arsys.api.FormType
Returns all base or join forms that the form specified by the name parameter depends on
DS_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if distributed server tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
DS_MAPPING - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the form that contains distributed mapping definitions (applicable for Distributed Server Option only).
DS_PENDING - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the form that contains the pending operation list (applicable for Distributed Server Option only).
DS_POOL - Static variable in class com.bmc.arsys.api.ServerInfo
Name of form holding distributed pools.
DS_RPC_SOCKET - Static variable in class com.bmc.arsys.api.ServerInfo
Specific server socket to use for the distributed server (applicable for Distributed Server Option only).
DS_SVR_LICENSE - Static variable in class com.bmc.arsys.api.ServerInfo
Distributed server license type (character string).
DSO_DEST_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
TCP port that the distributed server uses to communicate with the AR System server.
DSO_MERGE_STYLE - Static variable in class com.bmc.arsys.api.ServerInfo
Indicates merge style to use when distributed server encounters duplicate entry IDs.
DSO_PLACEHOLDER_MODE - Static variable in class com.bmc.arsys.api.ServerInfo
Placeholder mode for the distributed server.
DSO_POLLING_INTERVAL - Static variable in class com.bmc.arsys.api.ServerInfo
How often to poll the distributed server.
DSO_SOURCE_SERVER - Static variable in class com.bmc.arsys.api.ServerInfo
Source AR System server for the distributed server.
DSO_TARGET_CONNECTION - Static variable in class com.bmc.arsys.api.ServerInfo
String of AR System target server name, RPC, and port number for use with the distributed server.
DSO_TARGET_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
Password for the distributed server Target server.
DSO_TIMEOUT_NORMAL - Static variable in class com.bmc.arsys.api.ServerInfo
Number of seconds for the timeout that the distributed server uses when making API calls.
DSO_USER_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
User password for the distributed server.
DSOAction - Class in com.bmc.arsys.api
This class extends the Run Process Action specifically for DSO process commands.
DSOAction() - Constructor for class com.bmc.arsys.api.DSOAction
 
DSOAction(String) - Constructor for class com.bmc.arsys.api.DSOAction
 
DSOACTION_CMD_DELETE - Static variable in class com.bmc.arsys.api.DSOAction
 
DSOACTION_CMD_RETURN - Static variable in class com.bmc.arsys.api.DSOAction
 
DSOACTION_CMD_TRANSFER - Static variable in class com.bmc.arsys.api.DSOAction
 
DSOACTION_TYPE_DELETE - Static variable in class com.bmc.arsys.api.DSOAction
 
DSOACTION_TYPE_RETURN - Static variable in class com.bmc.arsys.api.DSOAction
 
DSOACTION_TYPE_TRANSFER - Static variable in class com.bmc.arsys.api.DSOAction
 

E

EA_RPC_SOCKET - Static variable in class com.bmc.arsys.api.ServerInfo
RPC socket number on which an external authentication server awaits requests for authentication.
EA_RPC_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
RPC timeout (seconds) used when making calls to the authentication (AREA) server (for example, 30 seconds).
EA_SYNC_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Internal (seconds) the AR server uses to periodically invoke the external authentication server's AREANeedToSyncCallback() function, which instructs the AR System server to renew its internally stored user information in the event there are changes made to the source used to authenticate users.
ELSE_LIST - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns Else list of specified active link.
ELSE_LIST - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns Else list of specified escalation.
ELSE_LIST - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns Else list of specified filter.
elsePath - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
ElsePath - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
EMAIL_FROM - Static variable in class com.bmc.arsys.api.ServerInfo
Sender name to use for filter-generated email notifications where no subject is specified.
EMAIL_LINE_LEN - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum line length of email messages.
EMAIL_SYSTEM - Static variable in class com.bmc.arsys.api.ServerInfo
Character string that indicates the email system on UNIX.
EMAIL_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Length of time in seconds before the system closes the pipe to sendmail to unblock the AR System server.
EMBEDDED_SQL - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.) Value indicating whether the underlying SQL database is embedded (bundled with the Action Request System).
ENABLE - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns information whether specified active link is disabled or enabled.
ENABLE - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns information whether specified escalation is disabled or enabled.
ENABLE - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns information whether specified filter is disabled or enabled.
enable(boolean) - Method in class com.bmc.arsys.api.LoggingInfo
Sets the logging to on/off.
ENC_DATA_ENCR_ALG - Static variable in class com.bmc.arsys.api.ServerInfo
API data encryption algorithm.
ENC_DATA_KEY_EXP - Static variable in class com.bmc.arsys.api.ServerInfo
Time until the encrypted API session key expires.
ENC_PUB_KEY - Static variable in class com.bmc.arsys.api.ServerInfo
Server public key.
ENC_PUB_KEY_EXP - Static variable in class com.bmc.arsys.api.ServerInfo
Time (seconds) until the server's public/private keys expire.
ENC_SEC_POLICY - Static variable in class com.bmc.arsys.api.ServerInfo
Security policy.
ENC_SESS_H_ENTRIES - Static variable in class com.bmc.arsys.api.ServerInfo
Number of API session hash entries.
encode() - Method in class com.bmc.arsys.api.DiaryListValue
Encodes the current ARDiaryList into an encoded diary string.
encode() - Method in class com.bmc.arsys.api.StatusHistoryValue
Encodes the current StatusHistory into an encoded diary string.
encodeARAssignStruct(AssignInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.encodeAssignment(com.bmc.arsys.api.AssignInfo)
encodeARQualifierStruct(QualifierInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.encodeQualification(com.bmc.arsys.api.QualifierInfo)
encodeAssignment(AssignInfo) - Method in class com.bmc.arsys.api.ARServerUser
Encodes an internal data structure representation of qualification into String format
encodeDiary(DiaryListValue) - Static method in class com.bmc.arsys.api.ARServerUser
Takes an DiaryListValue as input and encodes it into a diary string.
encodeDSOPoolAssignment(AssignInfo) - Method in class com.bmc.arsys.api.ARServerUser
Encodes an internal data structure representation of Assignments into String format
encodeQualification(QualifierInfo) - Method in class com.bmc.arsys.api.ARServerUser
Encodes an internal data structure representation of qualification into String format
ENCRYPT_AL_SQL - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
encryptPasswordInfo(String, ServerInfoMap) - Method in class com.bmc.arsys.api.MethodValidator
 
encryptValue(String, Value) - Method in class com.bmc.arsys.api.ParameterValidator
 
endBulkEntryTransaction(int) - Method in class com.bmc.arsys.api.ARServerUser
Marks the ending of a bulk entry transaction.
endClientManagedTransaction(int) - Method in class com.bmc.arsys.api.ARServerUser
End a client managed transaction.
Entry - Class in com.bmc.arsys.api
The Entry class defines the entry of ARSystem forms.
Entry() - Constructor for class com.bmc.arsys.api.Entry
 
Entry(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.Entry
 
Entry(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.Entry
 
EntryKey - Class in com.bmc.arsys.api
The EntryKey class uniquely identifies a field entry ID.
EntryKey() - Constructor for class com.bmc.arsys.api.EntryKey
 
EntryKey(String, String) - Constructor for class com.bmc.arsys.api.EntryKey
Constructor using name of the form String and entryID String object of class
ENTRYLIST_FIELDLIST - Static variable in class com.bmc.arsys.api.FormCriteria
Returns fields that identify the default query list for retrieving form entries.
EntryListFieldInfo - Class in com.bmc.arsys.api
Defines the fields (zero or more) to return with each entry, while retrieving entries from the server.
EntryListFieldInfo() - Constructor for class com.bmc.arsys.api.EntryListFieldInfo
 
EntryListFieldInfo(int, int, String) - Constructor for class com.bmc.arsys.api.EntryListFieldInfo
Constructs a new EntryListFieldInfo object.
EntryListFieldInfo(int) - Constructor for class com.bmc.arsys.api.EntryListFieldInfo
 
EntryListInfo - Class in com.bmc.arsys.api
The EntryListInfo class represents an entry consisting of individual field values represented as a string.
EntryListInfo() - Constructor for class com.bmc.arsys.api.EntryListInfo
 
EntryListInfo(String, String) - Constructor for class com.bmc.arsys.api.EntryListInfo
 
EntryPointInfo - Class in com.bmc.arsys.api
The EntryPointInfo class and methods are used to represent the properties of entry point objects.
EntryReturn - Class in com.bmc.arsys.api
The EntryReturn class defines the return values for entry related bulk calls that return an entry Id.
EntryReturn() - Constructor for class com.bmc.arsys.api.EntryReturn
Constructs a new EntryReturn object
Entrys - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
ENUM - Static variable in class com.bmc.arsys.api.DataType
Set of integer values (beginning with zero)that represent possible selection values as an indexed list.
EnumItem - Class in com.bmc.arsys.api
The EnumItem class provides a definition for Custom Enumerated fields.
EnumItem() - Constructor for class com.bmc.arsys.api.EnumItem
 
EnumItem(String) - Constructor for class com.bmc.arsys.api.EnumItem
 
EnumItem(String, int) - Constructor for class com.bmc.arsys.api.EnumItem
 
equals(Object) - Method in class com.bmc.arsys.api.Action
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.Action
 
equals(Object) - Method in class com.bmc.arsys.api.ActiveLink
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ActiveLinkCriteria
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ActiveLinkGuide
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AlertMessageCriteria
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AlertMessageInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ApplicationContainer
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ArchiveInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.ArithOpAssignInfo
 
equals(Object) - Method in class com.bmc.arsys.api.ARQualifierHelper
 
equals(Object) - Method in class com.bmc.arsys.api.ARServerUser
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AssignFieldInfo
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.AssignFieldInfo
 
equals(Object) - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AssignInfo
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.AssignInfo
 
equals(Object) - Method in class com.bmc.arsys.api.AssignSQLInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AttachmentField
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AttachmentPoolField
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AttachmentValue
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.AuditInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.BulkEntryReturn
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.ByteListValue
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CallGuideAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ChangeFieldAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CharacterField
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CloseWindowAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ColumnFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.COMMethodInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.COMMethodParmInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CommitChangesAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.COMValueInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Container
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ContainerCriteria
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ContainerListInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ContainerOwner
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ContainerType
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CoordinateInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CriteriaFlags
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CurrencyDetail
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CurrencyPartInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.CurrencyValue
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DataDictionaryMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DataType
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DateInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DateTimeFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DayInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DDEAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DecimalFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DiaryFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DiaryItem
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DiaryListValue
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DirectSqlAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DisplayFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DisplayPropertyMap
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.DSOAction
 
equals(Object) - Method in class com.bmc.arsys.api.Entry
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.EntryKey
Use this method for checking equality of EntryKey.
equals(Object) - Method in class com.bmc.arsys.api.EntryListFieldInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.EntryListInfo
 
equals(Object) - Method in class com.bmc.arsys.api.EntryPointInfo
 
equals(Object) - Method in class com.bmc.arsys.api.EntryReturn
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.EnumItem
 
equals(Object) - Method in class com.bmc.arsys.api.Escalation
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.EscalationInterval
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.EscalationTime
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ExitGuideAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.ExternalReference
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Field
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FieldAssignInfo
Use this method for checking equality.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.FieldAssignInfo
 
equals(Object) - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FieldFunc
 
equals(Object) - Method in class com.bmc.arsys.api.FieldKey
Use this method for checking equality of FieldKey.
equals(Object) - Method in class com.bmc.arsys.api.FieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FieldMapping
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FileMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Filter
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String) - Method in class com.bmc.arsys.api.Filter
 
equals(Object) - Method in class com.bmc.arsys.api.FilterMessageAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.Form
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FormAliasInfo
 
equals(Object) - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FormType
 
equals(Object) - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.FunctionAssignInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.GotoAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.GotoGuideLabelAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.GroupInfo
 
equals(Object) - Method in class com.bmc.arsys.api.Image
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ImageData
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.IndexInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.IntegerFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.JoinFieldMapping
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.JoinForm
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Keyword
Use this method for checking equality of Keyword.
equals(Object) - Method in class com.bmc.arsys.api.LicenseInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.LicenseValidInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ListMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
 
equals(Object) - Method in class com.bmc.arsys.api.LocalizedValueInfo
 
equals(Object) - Method in class com.bmc.arsys.api.LogAction
 
equals(Object) - Method in class com.bmc.arsys.api.LoggingInfo
 
equals(Object) - Method in class com.bmc.arsys.api.MacroParmInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.Menu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.MenuItem
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.MessageAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.NotifyAction
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ObjectBase
 
equals(Object) - Method in class com.bmc.arsys.api.ObjectBaseCriteria
 
equals(Object) - Method in class com.bmc.arsys.api.ObjectOperationTimes
 
equals(Object) - Method in class com.bmc.arsys.api.ObjectPropertyMap
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.OleAutomationAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.OpenWindowAction
Use this method for checking equality.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.OpenWindowAction
 
equals(Object) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.OperandType
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.OutputInteger
 
equals(Object) - Method in class com.bmc.arsys.api.OverlaidInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.OverlayPropInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.PermissionInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.ProcessResult
 
equals(Object) - Method in class com.bmc.arsys.api.PropertyMap
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.PropInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.PushFieldsAction
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.PushFieldsAction
 
equals(Object) - Method in class com.bmc.arsys.api.PushFieldsInfo
Use this method for checking equality.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.PushFieldsInfo
 
equals(Object) - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
 
equals(Object) - Method in class com.bmc.arsys.api.QualifierInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.QueryInfo
 
equals(Object) - Method in class com.bmc.arsys.api.QueryMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.QuerySourceForm
 
equals(Object) - Method in class com.bmc.arsys.api.RealFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.RecursiveQuery
 
equals(Object) - Method in class com.bmc.arsys.api.Reference
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ReferenceType
 
equals(Object) - Method in class com.bmc.arsys.api.RegularFieldMapping
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.RelationalOperationInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.RoleInfo
 
equals(Object) - Method in class com.bmc.arsys.api.RunMacroAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.RunProcessAction
 
equals(Object) - Method in class com.bmc.arsys.api.SelectionFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ServerInfo
 
equals(Object) - Method in class com.bmc.arsys.api.ServerInfoMenu
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.ServiceAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsAction
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.SetFieldsAction
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromCurrentScreen
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromCurrentTransaction
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromForm
Use this method for checking equality between the current object and the provided one.
equals(Object, String, String, String, String) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
equals(Object) - Method in class com.bmc.arsys.api.SetFieldsFromWebService
 
equals(Object) - Method in class com.bmc.arsys.api.SortInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.SqlMenu
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.SQLResult
 
equals(Object) - Method in class com.bmc.arsys.api.StatisticsResultInfo
 
equals(Object) - Method in class com.bmc.arsys.api.StatusHistoryItem
 
equals(Object) - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.StatusInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.StructItemInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.SupportFile
 
equals(Object) - Method in class com.bmc.arsys.api.SupportFileKey
 
equals(Object) - Method in class com.bmc.arsys.api.SupportFileListCriteria
 
equals(Object) - Method in class com.bmc.arsys.api.TableFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Time
Use this method for checking equality of Time.
equals(Object) - Method in class com.bmc.arsys.api.TimeOnlyField
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.TimeOnlyFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Timestamp
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.UserInfo
 
equals(Object) - Method in class com.bmc.arsys.api.UserLicenseInfo
 
equals(Object) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.Value
Use this method for checking equality of Value.
equals(Object) - Method in class com.bmc.arsys.api.VendorFieldMapping
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.VendorForm
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.View
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ViewFieldLimit
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ViewFieldMapping
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ViewForm
Use this method for checking equality between the current object and the provided one.
equals(Object) - Method in class com.bmc.arsys.api.ViewKey
Use this method for checking equality of ViewKey.
equals(Object) - Method in class com.bmc.arsys.api.WaitAction
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.WorkflowLockInfo
Use this method for checking equality.
equals(Object) - Method in class com.bmc.arsys.api.XMLEntryReturn
Use this method for checking equality between the current object and the provided one.
ERROR_ACTLINK_NAME - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns the error handler active link name
ERROR_ACTLINK_OPT - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns the error handler active link option
ERROR_FILTER_NAME - Static variable in class com.bmc.arsys.api.FilterCriteria
 
ERROR_FILTER_OPT - Static variable in class com.bmc.arsys.api.FilterCriteria
 
Escalation - Class in com.bmc.arsys.api
The Escalation class and methods are used to represent the properties of escalation objects.
Escalation() - Constructor for class com.bmc.arsys.api.Escalation
 
Escalation(EscalationTimeCriteria, List<String>, boolean, QualifierInfo, List<FilterAction>, List<FilterAction>, ObjectPropertyMap, String, String, int, String, String, String) - Constructor for class com.bmc.arsys.api.Escalation
 
ESCALATION - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to an escalation
ESCALATION - Static variable in class com.bmc.arsys.api.StructItemInfo
Escalation definition
ESCALATION_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if escalation tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
ESCALATION_TIME - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns time criteria of specified escalation.
EscalationCriteria - Class in com.bmc.arsys.api
The EscalationCriteria class is used to specify the list of Escalation information to retrieve from the AR System server.
EscalationCriteria() - Constructor for class com.bmc.arsys.api.EscalationCriteria
 
EscalationInterval - Class in com.bmc.arsys.api
EscalationInterval is an escalation time criteria which defines the criteria as a time interval (number of seconds)
EscalationInterval() - Constructor for class com.bmc.arsys.api.EscalationInterval
 
EscalationInterval(long) - Constructor for class com.bmc.arsys.api.EscalationInterval
 
EscalationTime - Class in com.bmc.arsys.api
An escalation time uses a schedule to determine when it is executed, using either a set time or a time interval.
EscalationTime() - Constructor for class com.bmc.arsys.api.EscalationTime
 
EscalationTime(BitSet, BitSet, BitSet, int) - Constructor for class com.bmc.arsys.api.EscalationTime
 
EscalationTime(int, int, int, int) - Constructor for class com.bmc.arsys.api.EscalationTime
 
EscalationTimeCriteria - Interface in com.bmc.arsys.api
The EscalationTmInfo class represents the time specification for evaluating the escalation condition.
ESCL_DAEMON - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
ESCL_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
EXECUTE_MASK - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns form operations that trigger the specified active link.
executeProcess(String) - Method in class com.bmc.arsys.api.ARServerUser
Execute the indicated command on the server, wait it to finish, and bring back the result
executeProcess(String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Execute the indicated command on the server, and bring back the result if the waitFlgs instructs the method to wait for the process to finish.
executeProcessForActiveLink(String, int, int, int, Timestamp, List<Value>, List<Value>) - Method in class com.bmc.arsys.api.ARServerUser
Reserved for AR System internal only.
executeProcessForActiveLink(String, int, int, int, Timestamp, List<Value>, List<Value>, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Reserved for AR System internal only.
executeService(String, String, Entry, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Sends an entry to the server, executes filter workflow on the server using that input entry and then returns the output entry as the outcome of the workflow processing.
executeSpecialCommand(String, Object...) - Method in class com.bmc.arsys.api.ARServerUser
Executes one of the special AR System run process commands
ExitGuideAction - Class in com.bmc.arsys.api
The ExitGuideInfo class is used to create and retrieve information about the Exit Guide active link action.
ExitGuideAction() - Constructor for class com.bmc.arsys.api.ExitGuideAction
constructor
ExitGuideAction(boolean) - Constructor for class com.bmc.arsys.api.ExitGuideAction
Constructs a new ExitGuideInfo object using the closeAll parameter.
expandMenu(Menu) - Method in class com.bmc.arsys.api.ARServerUser
Expands the query and file references for the specified menu definition and returns a character menu with list-type items only.
expandMenu(Menu, Entry, Entry) - Method in class com.bmc.arsys.api.ARServerUser
 
expandMenu(Menu, Entry, Entry, int, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Expands the query and file references for the specified menu definition and returns a character menu with list-type items only.
expandMenu(String) - Method in class com.bmc.arsys.api.ARServerUser
Expands the query and file references for the specified menu definition and returns a character menu with list-type items only.
expandMenu(String, Entry, Entry) - Method in class com.bmc.arsys.api.ARServerUser
 
EXPORT_OPTION_NONE - Static variable in interface com.bmc.arsys.api.Constants
Additional option to Export call.
EXPORT_VERSION - Static variable in class com.bmc.arsys.api.ServerInfo
Integer indicating the server's export version number.
EXPORT_VUI_MINIMUM - Static variable in interface com.bmc.arsys.api.Constants
Export basic VUI, without bitmaps, and so on.
exportDef(List<StructItemInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDef(List<StructItemInfo>, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDef(List, boolean, WorkflowLockInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDef(List<StructItemInfo>, WorkflowLockInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDef(List<StructItemInfo>, String, int, WorkflowLockInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDef(List<StructItemInfo>, boolean, String, int, WorkflowLockInfo) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.exportDefToFile(java.util.List, boolean, java.lang.String, boolean) that takes care of file encoding.
exportDefToFile(List<StructItemInfo>, boolean, String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Exports the specified structure from the server to a file in ARSystem def or xml format.
exportDefToFile(List<StructItemInfo>, boolean, String, boolean, int) - Method in class com.bmc.arsys.api.ARServerUser
Exports the specified structure from the server to a file in ARSystem def or xml format.
exportDefToFile(List<StructItemInfo>, boolean, WorkflowLockInfo, String, boolean, int) - Method in class com.bmc.arsys.api.ARServerUser
Exports the specified structure from the server to a file in ARSystem def or xml format.
exportDefToFile(List<StructItemInfo>, boolean, WorkflowLockInfo, String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
 
exportDefToFile(List<StructItemInfo>, boolean, String, int, WorkflowLockInfo, String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
 
exportDefToFile(List, boolean, String, int, WorkflowLockInfo, String, boolean, int) - Method in class com.bmc.arsys.api.ARServerUser
Exports the specified structure from the server to a file in ARSystem def or xml format.
ExtendedClassCallbackHandler - Interface in com.bmc.arsys.api
ExtendedClassCallbackHandler interface described the callback methods that an implementing class can receive, if the class were to be registered as an extending class for an AR System Java API class.
ExtendedClassRegistry - Class in com.bmc.arsys.api
ExtendedClassRegistry acts as a registration mechanism for client programs to designate their own implementation classesthat extend AR System Java API classes (i.e.
ExtendedClassRegistry() - Constructor for class com.bmc.arsys.api.ExtendedClassRegistry
 
ExternalReference - Class in com.bmc.arsys.api
The ExternalReference class represents non-AR System server objects.
ExternalReference() - Constructor for class com.bmc.arsys.api.ExternalReference
 
ExternalReference(String, String, ReferenceType, List<Integer>, Value) - Constructor for class com.bmc.arsys.api.ExternalReference
 
ExtFieldCandidatesInfo - Class in com.bmc.arsys.api
The ExtFieldCandidatesInfo class returns information about all the columns/fields candidates for an external compound form.
ExtFieldCandidatesInfo() - Constructor for class com.bmc.arsys.api.ExtFieldCandidatesInfo
Default constructor
ExtFormCandidatesInfo - Class in com.bmc.arsys.api
The ExtFieldCandidatesInfo class returns information about all the columns/fields candidates for an external compound form.
ExtFormCandidatesInfo() - Constructor for class com.bmc.arsys.api.ExtFormCandidatesInfo
 
ExtFormCandidatesInfo(String, String) - Constructor for class com.bmc.arsys.api.ExtFormCandidatesInfo
 

F

FALSE - Static variable in interface com.bmc.arsys.api.Constants
Name for the FALSE system constant for support of ARBoolean type
False - Static variable in interface com.bmc.arsys.api.Constants
Name for the False system constant for support of ARBoolean type
FAST_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
Field - Class in com.bmc.arsys.api
The Field class and methods are used to represent the properties of field objects.
Field() - Constructor for class com.bmc.arsys.api.Field
 
Field(String, int) - Constructor for class com.bmc.arsys.api.Field
 
FIELD - Static variable in class com.bmc.arsys.api.StructItemInfo
 
FIELD_MAP - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns underlying form of specified field.
FIELD_NAME - Static variable in class com.bmc.arsys.api.FieldCriteria
Deprecated. Prefer to use NAME.
FieldAssignInfo - Class in com.bmc.arsys.api
The FieldAssignInfo class represents the field/value pair used in the field list in the workflow Set Fields action (AssignInfo).
FieldAssignInfo() - Constructor for class com.bmc.arsys.api.FieldAssignInfo
constructor
FieldAssignInfo(int, AssignInfo) - Constructor for class com.bmc.arsys.api.FieldAssignInfo
 
FieldCriteria - Class in com.bmc.arsys.api
The FieldCriteria class is used to specify the list of Field information
FieldCriteria() - Constructor for class com.bmc.arsys.api.FieldCriteria
Constructs a new FieldCriteria object.
FieldDataDictionaryMenu - Class in com.bmc.arsys.api
The CharMenuDDFieldInfo class returns the Data-Dictionary menu field object type.
FieldDataDictionaryMenu() - Constructor for class com.bmc.arsys.api.FieldDataDictionaryMenu
 
FieldDataDictionaryMenu(String, int, int, int, String) - Constructor for class com.bmc.arsys.api.FieldDataDictionaryMenu
 
FieldFunc - Class in com.bmc.arsys.api
 
FieldFunc(int, int) - Constructor for class com.bmc.arsys.api.FieldFunc
 
FIELDID - Static variable in class com.bmc.arsys.api.OperandType
Form field value
FIELDID_CURRENT - Static variable in class com.bmc.arsys.api.OperandType
Used for active links to indicate a field reference to the screen which active link is being fired from.
FIELDID_DB - Static variable in class com.bmc.arsys.api.OperandType
Used for filters to check the value in the RDBMS only.
FIELDID_TRANSACTION - Static variable in class com.bmc.arsys.api.OperandType
Used for filters to check the value for the transaction only.
FieldKey - Class in com.bmc.arsys.api
The FieldKey class provides a unique identifier for field objects.
FieldKey() - Constructor for class com.bmc.arsys.api.FieldKey
 
FieldKey(String, int) - Constructor for class com.bmc.arsys.api.FieldKey
 
FieldLimit - Class in com.bmc.arsys.api
The FieldLimit class is used to define value limits for data fields of any type.
FieldLimit() - Constructor for class com.bmc.arsys.api.FieldLimit
 
FieldMapping - Class in com.bmc.arsys.api
The FieldMapping class is the superclass that represents the information for all field mappings.
FieldMapping() - Constructor for class com.bmc.arsys.api.FieldMapping
 
FieldType - Class in com.bmc.arsys.api
The FieldType class returns a list of fields for a particular form on the specified server.
FieldVuiObj - Class in com.bmc.arsys.api
 
FILE_CONTENTS - Static variable in class com.bmc.arsys.api.SupportFileCriteria
Returns contents of specified support file.
FileMenu - Class in com.bmc.arsys.api
The FileMenu class returns information for file menu based on formatted flat file.
FileMenu() - Constructor for class com.bmc.arsys.api.FileMenu
 
FileMenu(int, String) - Constructor for class com.bmc.arsys.api.FileMenu
 
FILT_MAX_STACK - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum number of levels of recursion allowed for a given operation.
FILT_MAX_TOTAL - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum number of filters that the server will execute for a given operation.
Filter - Class in com.bmc.arsys.api
The Filter class and methods are used to represent the properties of filter objects.
Filter() - Constructor for class com.bmc.arsys.api.Filter
 
Filter(int, List<String>, int, boolean, QualifierInfo, List<FilterAction>, List<FilterAction>, ObjectPropertyMap, String, String, int, String, String, String) - Constructor for class com.bmc.arsys.api.Filter
 
FILTER - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to a filter
FILTER - Static variable in class com.bmc.arsys.api.StructItemInfo
Filter definition
filter - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
Filter - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
FILTER_API_RPC_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Timeout associated with calls to the filter API.
FILTER_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if filter tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
FilterAction - Interface in com.bmc.arsys.api
The FilterAction class and methods are used for implementing filter actions.
FilterCriteria - Class in com.bmc.arsys.api
The FilterCriteria class is used to specify the list of Filter information to retrieve from the AR System server.
FilterCriteria() - Constructor for class com.bmc.arsys.api.FilterCriteria
 
FILTERGUIDE - Static variable in class com.bmc.arsys.api.ContainerType
Filter Guide container
FilterGuide - Class in com.bmc.arsys.api
Filter guides are used to create reusable components of filter workflow by adding computational subroutines within filter processing.
FilterGuide() - Constructor for class com.bmc.arsys.api.FilterGuide
 
FilterMessageAction - Class in com.bmc.arsys.api
The FilterStatusInfo class returns the type of filter message error generated by a function call.
FilterMessageAction() - Constructor for class com.bmc.arsys.api.FilterMessageAction
constructor
FilterMessageAction(int, int, String) - Constructor for class com.bmc.arsys.api.FilterMessageAction
Constructs a new FilterStatusInfo object with the following parameters:
find(String, CharSequence) - Static method in class com.bmc.arsys.api.Util
 
FIXED_LICENSE - Static variable in class com.bmc.arsys.api.ServerInfo
Number of fixed user licenses.
FLASH_BOARD_DEF - Static variable in class com.bmc.arsys.api.ReferenceType
 
FLASH_DAEMON - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
FLASH_DATA_SOURCE_DEF - Static variable in class com.bmc.arsys.api.ReferenceType
 
FLASH_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
FLASH_VARIABLE_DEF - Static variable in class com.bmc.arsys.api.ReferenceType
 
FLOAT_LICENSE - Static variable in class com.bmc.arsys.api.ServerInfo
Number of floating write licenses defined.
FLOAT_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Number of hours the server waits before disconnecting inactive users.
floatValue() - Method in class com.bmc.arsys.api.OutputInteger
 
FOCUS_FIELD - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns ID of field that executes the specified active link by pressing Return or selecting a character menu item.
Form - Class in com.bmc.arsys.api
The Form class and methods are used to represent the properties of form objects.
Form() - Constructor for class com.bmc.arsys.api.Form
 
Form(String) - Constructor for class com.bmc.arsys.api.Form
 
FormAliasInfo - Class in com.bmc.arsys.api
The FormAliasInfo class represents information about form aliases.
FormAliasInfo() - Constructor for class com.bmc.arsys.api.FormAliasInfo
Default constructor
FormAliasInfo(String, String) - Constructor for class com.bmc.arsys.api.FormAliasInfo
Accepts string.
format() - Method in class com.bmc.arsys.api.DDEAction
 
formatAssignment(AssignInfo, List<Field>, Field, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Constructs a String object containing the string representation of a given assignment AssignInfo object.
formatAssignment(String, int, String, Object) - Method in class com.bmc.arsys.api.ARServerUser
Formats an internal representation of a assignment expression to a readable String
formatQualification(QualifierInfo, List<Field>, List<Field>, int, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Constructs a String object containing the string representation of a given qualifier object.
formatQualification(String, Object) - Method in class com.bmc.arsys.api.ARServerUser
Formats an internal representation of a qualifier to a readable String
formatSetIfQualification(String, String, Object) - Method in class com.bmc.arsys.api.ARServerUser
Formats internal structure of given qualification (used as Set-If condition of a SetFields workflow action)into a String representation
FormCriteria - Class in com.bmc.arsys.api
This class is used to provide the criteria of the various forms.
FormCriteria() - Constructor for class com.bmc.arsys.api.FormCriteria
Constructs a new FormCriteria object.
FormDataDictionaryMenu - Class in com.bmc.arsys.api
The FormDataDictionaryMenu class returns the Data-Dictionary menu form object type.
FormDataDictionaryMenu() - Constructor for class com.bmc.arsys.api.FormDataDictionaryMenu
 
FormDataDictionaryMenu(String, int, int, int, boolean) - Constructor for class com.bmc.arsys.api.FormDataDictionaryMenu
 
FORMNAME - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the formName.
FormType - Class in com.bmc.arsys.api
The FormType class retrieves a list of forms on the specified server.
fromVariant(Object[], ARServerUser) - Method in class com.bmc.arsys.api.SupportFile
Reserved for internal use.
FTEXT_FIXED - Static variable in class com.bmc.arsys.api.ServerInfo
Number of fixed Full Text Search (FTS) licenses defined.
FTEXT_FLOAT - Static variable in class com.bmc.arsys.api.ServerInfo
Number of floating Full Text Search (FTS) licenses defined.
FTEXT_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Number of hours the server waits before disconnecting inactive users with Full Text Search (FTS) licenses.
FULL_HOSTNAME - Static variable in class com.bmc.arsys.api.ServerInfo
Full DNS host name of the server ("long" machine name).
FuncCurrencyInfo - Class in com.bmc.arsys.api
The FuncCurrencyInfo class is used to represent information about the functional currency.
FuncCurrencyInfo() - Constructor for class com.bmc.arsys.api.FuncCurrencyInfo
constructor
FuncCurrencyInfo(BigDecimal, String) - Constructor for class com.bmc.arsys.api.FuncCurrencyInfo
 
FuncCurrencyInfo(String, String) - Constructor for class com.bmc.arsys.api.FuncCurrencyInfo
 
FunctionAssignInfo - Class in com.bmc.arsys.api
The FunctionAssignInfo class specifies a function return value to assign in a Set Fields action.
FunctionAssignInfo() - Constructor for class com.bmc.arsys.api.FunctionAssignInfo
constructor
FunctionAssignInfo(int, List<AssignInfo>) - Constructor for class com.bmc.arsys.api.FunctionAssignInfo
 

G

G_CACHE_CHANGE - Static variable in class com.bmc.arsys.api.ServerInfo
Time of the last change to the group cache.
generateFieldMaps(List<Field>, int, String, List<Field>) - Method in class com.bmc.arsys.api.ARQualifierHelper
Generates the field maps for qualification parser.
generateGUID() - Method in class com.bmc.arsys.api.ARServerUser
Generates a GUID by runninng a special AR System run process commands.
generateGUID(String) - Method in class com.bmc.arsys.api.ARServerUser
Generates a GUID by runninng a special AR System run process commands.
getAccessOption() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns field access, whether Enabled or Disabled.
getAction() - Method in class com.bmc.arsys.api.DDEAction
Returns integer value identifying the type of DDE action.
getAction() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Returns the order of the actions in the If/Else list.
getAction() - Method in class com.bmc.arsys.api.OleAutomationAction
Returns string specifying the equation defined by this action, including nested methods and the assignment, if any.
getActionList() - Method in class com.bmc.arsys.api.ActiveLink
Returns a list of actions performed if the condition defined by the query parameter is satisfied.
getActionList() - Method in class com.bmc.arsys.api.Escalation
Returns set of actions performed if the condition defined by the query parameter is satisfied.
getActionList() - Method in class com.bmc.arsys.api.Filter
Returns the set of actions performed if the condition defined by the query parameter is satisfied.
getActionType(Action, boolean) - Static method in class com.bmc.arsys.api.Action
take the workflow action, and return an action type that is defined in API Constants class.
getActiveLink(String) - Method in class com.bmc.arsys.api.ARServerUser
return detailed information about the activelink ActiveLink from the server
getActiveLink(String, ActiveLinkCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information about the ActiveLink object
getAdminGroupList() - Method in class com.bmc.arsys.api.Container
Returns list of zero or more groups who can administer this container (and the referenced objects).
getAdminGroupList() - Method in class com.bmc.arsys.api.ExternalReference
Returns lists of groups with administrator access permitted to use the reference.
getAdminGrpList() - Method in class com.bmc.arsys.api.Form
Retrives the list of groups who can administer this form (and the associated filters, escalations, and active links).
getAlertCount(QualifierInfo) - Method in class com.bmc.arsys.api.ARServerUser
Gets number of alert events that meet the specified qualification.
getAlertText() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the text of the alert.
getAlias() - Method in class com.bmc.arsys.api.FormAliasInfo
Returns alias name.
getAlias() - Method in interface com.bmc.arsys.api.IQuerySource
Internal use.
getAlias() - Method in class com.bmc.arsys.api.QuerySourceForm
 
getAlias() - Method in class com.bmc.arsys.api.RecursiveQuery
Internal use.
getAllLocalHostIDs() - Method in class com.bmc.arsys.api.ARServerUser
Get all local host ID's.
getAllowable() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Retrieves currency types that the server will allow user to enter
getApiConfig() - Method in class com.bmc.arsys.api.ARServerUser
 
getApiPropertyManager() - Method in class com.bmc.arsys.api.ARServerUser
 
getAppendedText() - Method in class com.bmc.arsys.api.DiaryListValue
return the appended diary string.
getAppendedText() - Method in class com.bmc.arsys.api.StatusInfo
Returns the text that augments the message text.
getApplicationState(String) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the current state of a given application.
getAppLicenseDescriptor() - Method in class com.bmc.arsys.api.UserLicenseInfo
 
getArchiveDest() - Method in class com.bmc.arsys.api.ArchiveInfo
Gets/Sets the String for archive destination.
getArchiveFrom() - Method in class com.bmc.arsys.api.ArchiveInfo
Gets the String for archive from.
getArchiveInfo() - Method in class com.bmc.arsys.api.Form
Returns the archive info for the form.
getArchiveTmInfo() - Method in class com.bmc.arsys.api.ArchiveInfo
Returns the time specification for evaluating the archive condition.
getArchiveType() - Method in class com.bmc.arsys.api.ArchiveInfo
Gets/Sets a bitmask for the archive types.
getArithOp() - Method in class com.bmc.arsys.api.AssignInfo
Returns the ArithOpAssignInfo object.
GetArrayLength(Object) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
getARServerContext(String, int) - Static method in class com.bmc.arsys.api.ProxyManager
 
getARValueType(Object) - Static method in class com.bmc.arsys.api.Value
 
getAsFieldID() - Method in class com.bmc.arsys.api.Keyword
 
getAssign() - Method in class com.bmc.arsys.api.PushFieldsInfo
Deprecated. as of AR System 7.1, replaced by PushFieldsInfo.getAssignment()
getAssignedGroup() - Method in class com.bmc.arsys.api.ActiveLink
get list of assigned group
getAssignedGroup() - Method in class com.bmc.arsys.api.Container
get list of assigned group
getAssignedGroup() - Method in class com.bmc.arsys.api.Field
get list of assigned group
getAssignedGroup() - Method in class com.bmc.arsys.api.Form
get list of assigned group
getAssignment() - Method in class com.bmc.arsys.api.FieldAssignInfo
Returns value of field.
getAssignment() - Method in class com.bmc.arsys.api.PushFieldsInfo
Returns the value pushed into the field.
getAssignmentAsString() - Method in class com.bmc.arsys.api.AssignInfo
 
getAssignmentAsString() - Method in class com.bmc.arsys.api.FieldAssignInfo
 
getAssignmentAsString() - Method in class com.bmc.arsys.api.PushFieldsInfo
 
getAssignmentType() - Method in class com.bmc.arsys.api.FieldAssignInfo
 
getAssignmentType() - Method in class com.bmc.arsys.api.PushFieldsInfo
 
getAssignType() - Method in class com.bmc.arsys.api.AssignInfo
Returns the type of assignment.
GetAt(Object, int) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
GetAt(Object, int[]) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
getAttachType() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Returns the attachment type
getAuditForm() - Method in class com.bmc.arsys.api.AuditInfo
Gets the String for audit destination.
getAuditFrom() - Method in class com.bmc.arsys.api.AuditInfo
Gets the String for audit from.
getAuditInfo() - Method in class com.bmc.arsys.api.Form
Returns the audit info for the form.
getAuditMask() - Method in class com.bmc.arsys.api.AuditInfo
 
getAuditOption() - Method in class com.bmc.arsys.api.Field
Returns audit option for the field.
getAuditStyle() - Method in class com.bmc.arsys.api.AuditInfo
Sets a bitmask for the audit styles.
getAuthentication() - Method in class com.bmc.arsys.api.ARServerUser
Returns the authentication string.
getAuthString() - Method in interface com.bmc.arsys.api.ARNativeAuthenticationInfo
 
getAutoServerName() - Method in class com.bmc.arsys.api.OleAutomationAction
Returns string specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes).
getBcc() - Method in class com.bmc.arsys.api.NotifyAction
Returns bcc.
getBulkEntryReturn() - Method in exception com.bmc.arsys.api.ARBulkException
Returns a list of BulkEntryReturn items,
getCacheEvent(int[], int, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Returns cache event IDs that have occurred.
getCallType() - Method in class com.bmc.arsys.api.BulkEntryReturn
Returns the call type.
getCategory() - Method in class com.bmc.arsys.api.GroupInfo
Returns the group category: 0: Regular (Constants.AR_GROUP_CATEGORY_REGULAR) 1: Dynamic (Constants.AR_GROUP_CATEGORY_DYNAMIC) 2: Computed (Constants.AR_GROUP_CATEGORY_COMPUTED)
getCc() - Method in class com.bmc.arsys.api.NotifyAction
Returns cc.
getChangeFlags() - Method in class com.bmc.arsys.api.ObjectBase
Returns a CriteriaFlags instance that indicates changes made to the Object using setters.
getChangeTime() - Method in class com.bmc.arsys.api.ObjectOperationTimes
 
getCharacterEncoding() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getCharMenu() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns whether menu is attached to field or not.
getCharMenu() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the name of the character menu attached to the field
getCheckSum() - Method in class com.bmc.arsys.api.Image
Returns checkSum for image.
getChunkResponseSize() - Method in class com.bmc.arsys.api.ARServerUser
Get the chunk response size
getClientType() - Method in class com.bmc.arsys.api.ARServerUser
Get the client type
getClsId() - Method in class com.bmc.arsys.api.OleAutomationAction
Returns string specifying the unique ID assigned to this server in the registry, length limited by AR_MAX_COM_ID_SIZE (128 bytes).
getColumnCount() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the number of columns.
getColumnLength() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns the maximum column length to display.
getColumnWidth() - Method in class com.bmc.arsys.api.EntryListFieldInfo
Returns the column width.
getCommand() - Method in class com.bmc.arsys.api.DDEAction
Returns string specifying the command to execute.
getCommand() - Method in class com.bmc.arsys.api.DirectSqlAction
Returns the SQL command that you want to issue to the database.
getCommandLine() - Method in class com.bmc.arsys.api.RunProcessAction
 
getComment() - Method in class com.bmc.arsys.api.LicenseInfo
Returns comments added about licenses.
getCompressedSize() - Method in class com.bmc.arsys.api.AttachmentValue
Returns compressed size of attachment.
getConnectionLifespan(ARTimeUnit) - Static method in class com.bmc.arsys.api.ProxyManager
get current connectionLifespan into given ARTimeUnit
getConnectionTime() - Method in class com.bmc.arsys.api.UserInfo
Returns length of time user is connected to AR System.
getContainer(String) - Method in class com.bmc.arsys.api.ARServerUser
retrieve the requested container object from AR System server.
getContainer(String, ContainerCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns the contents of the container with the indicated name with information specified by ContainerCriteria on the specified server.
getContainerOwner() - Method in class com.bmc.arsys.api.Container
Returns the form that owns this container.
getContent() - Method in class com.bmc.arsys.api.AttachmentValue
 
getContent() - Method in class com.bmc.arsys.api.Menu
 
getContent() - Method in class com.bmc.arsys.api.MenuItem
Returns value associated with the menu item.
getContents() - Method in class com.bmc.arsys.api.SQLResult
Returns list of zero or more (accessible) rows that match the criteria defined by the sqlCommand value Each item in the list represents one matching row, each of which contains a list of the selected column values.
getContentTemplate() - Method in class com.bmc.arsys.api.NotifyAction
Returns context template.
getContinueButtonTitle() - Method in class com.bmc.arsys.api.WaitAction
Returns the text you want to appear on the Continue button in the prompt bar.
getControlField() - Method in class com.bmc.arsys.api.ActiveLink
Returns the ID of the field that represents the button, toolbar button, or menu item associated with executing the active link.
getConversionDate() - Method in class com.bmc.arsys.api.CurrencyValue
Returns conversion date
getCreateMode() - Method in class com.bmc.arsys.api.Field
Returns the flag indicating the permission status for the field when users submit entries.
getCreateTime() - Method in class com.bmc.arsys.api.ObjectOperationTimes
 
getCurrencyCode() - Method in class com.bmc.arsys.api.CurrencyDetail
Returns currency code
getCurrencyCode() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns Currency Code.
getCurrencyCode() - Method in class com.bmc.arsys.api.CurrencyValue
Returns currency code.
getCurrencyCode() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Returns currency code.
getCurrencyPart() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns Currency part field value.
getCurrencyRatio(String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Search through a supplied currency ratios string to find an entry that matches the requested currency codes.
getCurrencyValue() - Method in class com.bmc.arsys.api.Value
 
getCurrentFullLicType() - Method in class com.bmc.arsys.api.WfdUserContext
 
getCurrentLicenseType() - Method in class com.bmc.arsys.api.UserLicenseInfo
Returns type of license that the user is currently using.
getCurrentLicenseType() - Method in class com.bmc.arsys.api.WfdUserContext
 
getCustomDateFormat() - Method in class com.bmc.arsys.api.ARServerUser
Returns the custom date format.
getCustomTimeFormat() - Method in class com.bmc.arsys.api.ARServerUser
Returns the custom time format.
getDataField() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns the FieldID of the data field.
getDataSource() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns the data source.
getDataType() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Returns list of field data types.
getDataType() - Method in class com.bmc.arsys.api.Field
Returns the data type of the field.
getDataType() - Method in class com.bmc.arsys.api.FieldLimit
Returns data type of the field.
getDataType() - Method in class com.bmc.arsys.api.Value
Returns the underlying Object's datatype DataType.
GetDate() - Method in class com.bmc.arsys.api.DateInfo
Return GregorianCalendar date for the current DateInfo object.
getDays() - Method in class com.bmc.arsys.api.EscalationInterval
 
getDde() - Method in class com.bmc.arsys.api.AssignInfo
Returns the DDEAction object.
getDefaultNotifyMechanism() - Method in class com.bmc.arsys.api.UserInfo
Returns method by which the user is notified for filter and escalation Notify actions in which an explicit notification method is not specified.
getDefaultOutputDirectory() - Method in class com.bmc.arsys.api.ARServerUser
 
getDefaultSession() - Static method in class com.bmc.arsys.api.Session
 
getDefaultValue() - Method in enum com.bmc.arsys.api.ConfigKey
Returns default value for this config element
getDefaultValue() - Method in class com.bmc.arsys.api.Field
Returns the default Value of a data field.
getDefaultVUI() - Method in class com.bmc.arsys.api.Form
Returns the label for the default view.
getDeleteTime() - Method in class com.bmc.arsys.api.ObjectOperationTimes
 
getDescription() - Method in class com.bmc.arsys.api.Container
Returns description for this container.
getDescription() - Method in class com.bmc.arsys.api.EntryListInfo
Returns 128-character string containing data concatenated from the fields specified
getDescription() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets description of the entry point.
getDescription() - Method in class com.bmc.arsys.api.Image
Returns image description.
getDescription() - Method in class com.bmc.arsys.api.Reference
Returns a string specifying a display-only description for the reference.
getDestination() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getDiary() - Method in interface com.bmc.arsys.api.IARPersistentObject
The getDiary( ) method on any server object returns a string that consists of all the diary items (time stamp, user and diary string ).
getDiary() - Method in class com.bmc.arsys.api.ObjectBase
The getDiary( ) method on any server object returns a string that consists of all the diary items (time stamp, user and diary string ).
getDisplayInstance() - Method in class com.bmc.arsys.api.Field
Returns list of zero or more display properties to associate with the field.
getDisplayProperties() - Method in class com.bmc.arsys.api.View
Returns display properties information.
getDoubleValue() - Method in class com.bmc.arsys.api.Value
 
getDSOMapping() - Method in class com.bmc.arsys.api.DSOAction
 
getDSOPool() - Method in class com.bmc.arsys.api.DSOAction
 
getElementClassFromList(Object) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
getElseList() - Method in class com.bmc.arsys.api.ActiveLink
Returns set of actions performed if the condition defined by the query parameter is not satisfied.
getElseList() - Method in class com.bmc.arsys.api.Escalation
Returns list of actions performed if the condition defined by the query parameter is not satisfied.
getElseList() - Method in class com.bmc.arsys.api.Filter
Returns a list of actions performed if the condition defined by the query parameter is not satisfied.
getEmailAddress() - Method in class com.bmc.arsys.api.UserInfo
Returns email address used to notify the user if email is the notification method.
getEntry(String, String, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Loads the entry object from AR System as specified by the entryentryListFields data member.
getEntryBlob(String, String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Returns the attachment that is stored in the indicated IDs on the specified server.
getEntryBlob(String, String, int) - Method in class com.bmc.arsys.api.ARServerUser
Returns the attachment that is stored in the indicated IDs on the specified server.
getEntryId() - Method in class com.bmc.arsys.api.Entry
return the entry id of this entry object
getEntryID() - Method in class com.bmc.arsys.api.EntryKey
Returns field entry ID.
getEntryID() - Method in class com.bmc.arsys.api.EntryListInfo
Returns ID associated with entry.
getEntryId() - Method in class com.bmc.arsys.api.EntryReturn
Returns the entry Id.
getEntryIds() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getEntryIdWithNoSeparator() - Method in class com.bmc.arsys.api.Entry
return the entry id with separator characters being stripped out.
getEntryListFieldInfo() - Method in class com.bmc.arsys.api.Form
Returns the list of fields that identifies the default query list data for retrieving form entries.
getEntryPointDisplayLabel() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets display label for the entry point.
getEntryStatistics(String, QualifierInfo, ArithmeticOrRelationalOperand, int, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Computes the indicated statistic for the form entries that match the conditions specified by the qualifier parameter.
getEnumAliasFromValue(String, int) - Method in class com.bmc.arsys.api.ARQualifierHelper
 
getEnumAliasFromValue(int, int) - Method in class com.bmc.arsys.api.SelectionField
 
getEnumItemName() - Method in class com.bmc.arsys.api.EnumItem
Returns enumItemName
getEnumItemNumber() - Method in class com.bmc.arsys.api.EnumItem
Returns enumItemNumber
getEnumValue() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Returns an enumerated value identifying the particular status value to use in the operation.
getEnumValueFromAlias(String, String) - Method in class com.bmc.arsys.api.ARQualifierHelper
 
getEnumValueFromAlias(int, String) - Method in class com.bmc.arsys.api.SelectionField
 
getErrorActlinkName() - Method in class com.bmc.arsys.api.ActiveLink
 
getErrorActlinkOptions() - Method in class com.bmc.arsys.api.ActiveLink
 
getErrorFilterOptions() - Method in class com.bmc.arsys.api.Filter
 
getErrorHandlingFilter() - Method in class com.bmc.arsys.api.Filter
 
getEscalation(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information about the Escalation object specified by the given name.
getEscalation(String, EscalationCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information about the Escalation object.
getEscalationTm() - Method in class com.bmc.arsys.api.Escalation
Returns the time specification for evaluating the escalation condition.
getExecuteMask() - Method in class com.bmc.arsys.api.ActiveLink
Returns the masks indicating the form operations that trigger the active link.
getExpireDate() - Method in class com.bmc.arsys.api.LicenseInfo
Returns date that license expires.
getExpireDate() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns expiration date of license.
getExportOption() - Method in class com.bmc.arsys.api.StructItemInfo
Returns export options associated with the AR System object.
getExtendedClassRegistry() - Method in class com.bmc.arsys.api.ARServerUser
 
getField(String) - Method in class com.bmc.arsys.api.ARQualifierHelper
Get the Field for the given field name
getField(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Retrieve the requested form field object from the server.
getField(String, int, FieldCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Retrieve and populate the form field object with the requested information from AR System server.
getField() - Method in class com.bmc.arsys.api.AssignInfo
Returns the AssignFieldInfo object.
getField() - Method in class com.bmc.arsys.api.DSOAction
 
getField() - Method in class com.bmc.arsys.api.PushFieldsInfo
Returns the field updated.
getFieldId() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns field ID value.
getFieldId() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns field ID.
getFieldId() - Method in class com.bmc.arsys.api.COMValueInfo
Returns union that defines the field ID.
getFieldId() - Method in enum com.bmc.arsys.api.CoreFieldId
Returns fieldId of the core field
getFieldId() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns field Id.
getFieldId() - Method in class com.bmc.arsys.api.EntryListFieldInfo
Returns the associated FieldId.
getFieldID() - Method in class com.bmc.arsys.api.Field
Returns the internal ID of the field.
getFieldId() - Method in class com.bmc.arsys.api.FieldAssignInfo
Returns field ID.
getFieldId() - Method in class com.bmc.arsys.api.FieldFunc
 
getFieldID() - Method in class com.bmc.arsys.api.FieldKey
Returns internal ID of the field.
getFieldID() - Method in class com.bmc.arsys.api.JoinFieldMapping
Returns the internal ID associated with the field.
getFieldId() - Method in class com.bmc.arsys.api.QueryFormField
Returns the fieldId.
getFieldID() - Method in class com.bmc.arsys.api.QueryInfo
Returns field ID in query.
getFieldID() - Method in class com.bmc.arsys.api.SortInfo
Returns the fieldID to sort on.
getFieldId() - Method in class com.bmc.arsys.api.SupportFileKey
Returns the ID of the field or VUI, if the object is a form.
getFieldId() - Method in class com.bmc.arsys.api.SupportFileListCriteria
Returns the ID of the field or VUI, if the object is a form.
getFieldIdList() - Method in class com.bmc.arsys.api.NotifyAction
Returns list of fields whose values are included in the notification.
getFieldIdListType() - Method in class com.bmc.arsys.api.NotifyAction
Returns fieldIdListType that indicates whether to include all, none, selected, or changed field whose values are included in the message.
getFieldIdOrValue() - Method in class com.bmc.arsys.api.GotoAction
Returns field ID or value of label.
getFieldLimit() - Method in class com.bmc.arsys.api.Field
Returns the value limits for the field and other properties specific to the field's type.
getFieldLimitInfo() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Returns list of field limits.
getFieldMap() - Method in class com.bmc.arsys.api.Field
Returns underlying form in which to create the field (applicable for join forms only).
getFieldMappingInfo() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Returns list of field mappings.
getFieldName() - Method in class com.bmc.arsys.api.VendorFieldMapping
Returns the vendor field name of the vendor form.
getFieldName() - Method in class com.bmc.arsys.api.ViewFieldMapping
Returns the field name of the external table.
getFieldOption() - Method in class com.bmc.arsys.api.Field
Returns the flag indicating whether users must enter a value in the field.
getFieldType() - Method in class com.bmc.arsys.api.Field
Returns a bitmask indicating field types.
getFieldType() - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Returns the field type.
getFileId() - Method in class com.bmc.arsys.api.SupportFileKey
Returns the unique identifier of the file within its object.
getFileName() - Method in class com.bmc.arsys.api.FileMenu
Returns name of file.
getFilePath() - Method in class com.bmc.arsys.api.LogAction
 
getFilePath() - Method in class com.bmc.arsys.api.SupportFile
Returns the path to the support file.
getFileType() - Method in class com.bmc.arsys.api.SupportFileKey
Returns the type of file.
getFileType() - Method in class com.bmc.arsys.api.SupportFileListCriteria
Returns the type of file.
getFilter(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information about the Filter object specified by the given name.
getFilter(String, FilterCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information about the Filter object specified by FilterCriteria and String.
getFilterApi() - Method in class com.bmc.arsys.api.AssignInfo
Returns the AssignFilterApiInfo object.
getFocus() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns whether focus is set to field or not.
getFocusField() - Method in class com.bmc.arsys.api.ActiveLink
Returns the ID of the field associated with executing the active link by pressing Return or selecting a character menu item.
getFooterTemplate() - Method in class com.bmc.arsys.api.NotifyAction
Returns footer template.
getForm(String) - Method in class com.bmc.arsys.api.ARServerUser
return the requested Form object from AR System server.
getForm(String, FormCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the requested Form object from AR System server.
getForm() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns the name of the form containing the field value to assign.
getForm() - Method in class com.bmc.arsys.api.DSOAction
 
getForm() - Method in class com.bmc.arsys.api.Field
Returns the name of the form the field is linked to.
getForm() - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Returns the form name.
getForm() - Method in class com.bmc.arsys.api.QueryMenu
Returns form where query menu is attached.
getForm() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the name of form to which the data fields belong.
getFormID() - Method in class com.bmc.arsys.api.QueryInfo
Returns ID of form in query.
getFormKey() - Method in class com.bmc.arsys.api.FormAliasInfo
Returns String.
getFormLastModified() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getFormList() - Method in class com.bmc.arsys.api.ActiveLink
Returns the name of forms that are associated with the active link
getFormList() - Method in class com.bmc.arsys.api.Escalation
 
getFormList() - Method in class com.bmc.arsys.api.Filter
 
getFormName() - Method in class com.bmc.arsys.api.AlertMessageInfo
For AR System, returns the name of the form where the alert was generated from.
getFormName() - Method in class com.bmc.arsys.api.CommitChangesAction
Returns name of form to push information to.
getFormName() - Method in class com.bmc.arsys.api.EntryKey
Returns form Name.
getFormName() - Method in class com.bmc.arsys.api.FieldKey
Returns underlying form that contains the field.
getFormName() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the name of the form that you want to open as a dialog box or window.
getFormName() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getFormName() - Method in class com.bmc.arsys.api.OverlaidInfo
 
getFormName() - Method in class com.bmc.arsys.api.View
Returns the name of the form that the VUI is linked to.
getFormName() - Method in class com.bmc.arsys.api.ViewKey
Returns name of the form containing the VUI
getFormType() - Method in class com.bmc.arsys.api.Form
Returns the form type.
getFormType() - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Returns type of form.
getFrom() - Method in class com.bmc.arsys.api.NotifyAction
Returns the value of from.
getFromFieldInfo() - Method in class com.bmc.arsys.api.QualifierInfo
Returns field ID/value pair information.
getFromFields() - Method in class com.bmc.arsys.api.QueryBase
Returns a list of the QueryFormField fields that the dynamic query selects.
getFromServer() - Method in class com.bmc.arsys.api.SetFieldsAction
 
getFromSources() - Method in class com.bmc.arsys.api.QueryBase
Returns a list of the IQuerySource sources that the dynamic query selects from.
getFullLicType() - Method in class com.bmc.arsys.api.WfdUserContext
 
getFullTextOption() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Returns the full text option
getFullTextOption() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the Full Text Search option on the field
getFullTextOption() - Method in class com.bmc.arsys.api.DiaryFieldLimit
Returns the Full Text Search option.
getFuncCurrencyList() - Method in class com.bmc.arsys.api.CurrencyValue
Returns a list of functional currencies associated with the field.
getFuncId() - Method in class com.bmc.arsys.api.FieldFunc
 
getFuncId() - Method in class com.bmc.arsys.api.QueryFormField
Returns the funcId.
getFuncMap() - Method in class com.bmc.arsys.api.QuerySourceValues
 
getFunction() - Method in class com.bmc.arsys.api.AssignInfo
Returns the FunctionAssignInfo object.
getFunctional() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Retrieves currency types that are always stored in the database
getFunctionCode() - Method in class com.bmc.arsys.api.FunctionAssignInfo
Returns type of function performed.
getGeStatus() - Method in exception com.bmc.arsys.api.ARSetGetEntryException
Returns geStatus of ARSetGetEntry operation.
getGroupBy() - Method in class com.bmc.arsys.api.QueryBase
Returns a list of QueryFormField objects
getGroupByValues() - Method in class com.bmc.arsys.api.StatisticsResultInfo
Returns a list of the combination of all the values used to calculate the statistics (aggregates) for the form entries.
getGroupID() - Method in class com.bmc.arsys.api.PermissionInfo
Returns the internal ID of the group.
getGroupList() - Method in class com.bmc.arsys.api.ActiveLink
Returns the list of zero or more groups who can access this active link.
getGroupList() - Method in class com.bmc.arsys.api.WfdUserContext
 
getGroupNames() - Method in class com.bmc.arsys.api.GroupInfo
Returns the list of names associated with this particular group.
getGroupsLastChanged() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getGroupType() - Method in class com.bmc.arsys.api.GroupInfo
Returns the group type: 1: View (Constants.AR_GROUP_TYPE_VIEW) 2: Change (Constants.AR_GROUP_TYPE_CHANGE)
getGuideMode() - Method in class com.bmc.arsys.api.CallGuideAction
Reserved for future use.
getGuideName() - Method in class com.bmc.arsys.api.CallGuideAction
Returns name of guide.
getGuideSinceList() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getGuideTableId() - Method in class com.bmc.arsys.api.CallGuideAction
Reserved for future use.
getHaving() - Method in class com.bmc.arsys.api.QueryBase
Returns a list of having objects
getHavingList() - Method in class com.bmc.arsys.api.QueryBase
Returns a list of having objects
getHeaderTemplate() - Method in class com.bmc.arsys.api.NotifyAction
returns header template.
getHelpText() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets help text of the entry point.
getHelpText() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns help text of AR System objects.
getHelpText() - Method in class com.bmc.arsys.api.ObjectBase
Returns help text of AR System objects.
getHighRange() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Retrieves the upper-range limit.
getHighRange() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Retrieves the upper-range limit.
getHighRange() - Method in class com.bmc.arsys.api.IntegerFieldLimit
Returns the upper-range limit.
getHighRange() - Method in class com.bmc.arsys.api.RealFieldLimit
Returns the upper-range limit.
getHostId() - Method in class com.bmc.arsys.api.LicenseInfo
Returns host ID.
getHourmask() - Method in class com.bmc.arsys.api.DayInfo
Returns hours of day.
getHourMask() - Method in class com.bmc.arsys.api.EscalationTime
 
getHours() - Method in class com.bmc.arsys.api.EscalationInterval
 
getHours() - Method in class com.bmc.arsys.api.EscalationTime
 
getId() - Method in class com.bmc.arsys.api.GroupInfo
Returns the groupId.
getId() - Method in class com.bmc.arsys.api.OverlaidInfo
 
getId() - Method in class com.bmc.arsys.api.OverlayPropInfo
 
getId() - Method in class com.bmc.arsys.api.RoleInfo
Returns the ID of the role.
getIdleConnectionsPerServer() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getIfElse() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Returns whether the action is the If list or the Else list.
getImage(String) - Method in class com.bmc.arsys.api.ARServerUser
return the requested Image object from AR System server.
getImage(String, ImageCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the requested Image object from AR System server.
getImageData() - Method in class com.bmc.arsys.api.Image
Returns image type.
getIndex() - Method in class com.bmc.arsys.api.JoinFieldMapping
Returns the member form to which the field maps.
getIndexFields() - Method in class com.bmc.arsys.api.IndexInfo
Returns fields indexed for form.
getIndexInfo() - Method in class com.bmc.arsys.api.Form
Returns the list of indexes for the form.
getIndexName() - Method in class com.bmc.arsys.api.IndexInfo
Returns name of index.
getInputAssignList() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
getInputFieldMapping() - Method in class com.bmc.arsys.api.ServiceAction
 
getInputValueFieldPairs() - Method in class com.bmc.arsys.api.CallGuideAction
Returns field/value pair for values that users enter into Dialog/Search/Submit windows.
getInputValueFieldPairs() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns field/value pair for values that users enter into Dialog/Search/Submit windows.
getInputValues() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Returns the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
getInstance() - Static method in class com.bmc.arsys.api.ARTypeMgr
 
getInstance() - Static method in class com.bmc.arsys.api.Config
 
getInternalID() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Returns internal IDs for field IDs.
getIntValue() - Method in class com.bmc.arsys.api.Value
 
getIssuedDate() - Method in class com.bmc.arsys.api.LicenseInfo
Returns date that license was issued.
getItem() - Method in class com.bmc.arsys.api.DDEAction
Returns string specifying the item to retrieve.
getItems() - Method in class com.bmc.arsys.api.ListMenu
Returns list of items contained in list menu.
getJoinedWith() - Method in interface com.bmc.arsys.api.IQuerySource
Returns the source this source is joined with.
getJoinedWith() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns the IQuerySource source this source is joined with.
getJoinedWith() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the IQuerySource source this source is joined with.
getJoinOption() - Method in class com.bmc.arsys.api.JoinForm
Returns the join type and the action to take when users modify entries.
getJoinQualification() - Method in class com.bmc.arsys.api.JoinForm
Returns criteria for joining forms.
getJoinQualifier() - Method in interface com.bmc.arsys.api.IQuerySource
Returns the join qualifier.
getJoinQualifier() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns the join qualifier.
getJoinQualifier() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the join qualifier.
getJoinType() - Method in interface com.bmc.arsys.api.IQuerySource
Returns the type of a join.
getJoinType() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns the type of a join.
getJoinType() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the type of a join.
getKey() - Method in class com.bmc.arsys.api.ActiveLink
Returns the unique identifier (name) for active link.
getKey() - Method in enum com.bmc.arsys.api.ConfigKey
Returns key for this config element
getKey() - Method in class com.bmc.arsys.api.Container
Returns unique identifier (name) for container.
getKey() - Method in class com.bmc.arsys.api.ContainerListInfo
Returns the unique identifier (name) of the container.
getKey() - Method in class com.bmc.arsys.api.Entry
return the key (entry id) of this entry object
getKey() - Method in class com.bmc.arsys.api.Escalation
Returns unique identifier for escalation.
getKey() - Method in class com.bmc.arsys.api.Field
Returns unique identifier for field.
getKey() - Method in class com.bmc.arsys.api.Filter
Returns the unique identifier for filter.
getKey() - Method in class com.bmc.arsys.api.Form
Returns unique identifier for form.
getKey() - Method in class com.bmc.arsys.api.Image
Returns unique identifier for image.
getKey() - Method in class com.bmc.arsys.api.Menu
Returns the unique identifier for menu.
getKey() - Method in class com.bmc.arsys.api.SupportFile
Returns the unique identifier for the support file.
getKey() - Method in class com.bmc.arsys.api.View
Returns unique identifier for view.
getKeyField() - Method in class com.bmc.arsys.api.ViewForm
Returns the primary field Entry ID (entryId(C1)) that the external table maps to.
getLabel() - Method in class com.bmc.arsys.api.Container
Returns label for this container.
getLabel() - Method in class com.bmc.arsys.api.GotoGuideLabelAction
Returns label of guide.
getLabel() - Method in class com.bmc.arsys.api.MenuItem
Returns label that identifies the menu item.
getLabel() - Method in class com.bmc.arsys.api.Reference
Returns a string specifying a display-only label for the reference.
getLabelField() - Method in class com.bmc.arsys.api.QueryMenu
Returns label of field used in query menu.
getLabelIndex() - Method in class com.bmc.arsys.api.SqlMenu
Returns numerical index of the database column that contains the information to display as the menu item label when user chooses the menu item.
getLastAccess() - Method in class com.bmc.arsys.api.UserLicenseInfo
 
getLastAccessTime() - Method in class com.bmc.arsys.api.UserInfo
Returns last time that the user accessed AR System.
getLastChangedBy() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns name of last person who modified the AR System object.
getLastChangedBy() - Method in class com.bmc.arsys.api.ObjectBase
Returns name of last person who modified the AR System object.
getLastCount() - Method in class com.bmc.arsys.api.ARServerUser
 
getLastID() - Method in class com.bmc.arsys.api.ARServerUser
 
getLastStatus() - Method in exception com.bmc.arsys.api.ARException
Returns last status of operation.
getLastStatus() - Method in class com.bmc.arsys.api.ARServerUser
Returns the last operation status list.
getLastUpdateTime() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns time that the object was last modified.
getLastUpdateTime() - Method in class com.bmc.arsys.api.ObjectBase
Returns time that the object was last modified.
getLastUpdateTime() - Method in class com.bmc.arsys.api.SupportFile
Returns time stamp that limits the IDs retrieved to those modified after the specified time.
getLeftOperand() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Returns value of left operand of operation.
getLeftOperand() - Method in class com.bmc.arsys.api.QualifierInfo
Returns value of left operand.
getLeftOperand() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Returns value of left operand.
getLengthUnits() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the field length unit, one of Constants.AR_LENGTH_UNIT_BYTE -- count in bytes Constants.AR_LENGTH_UNIT_CHAR -- count in server characters
getLengthUnits() - Method in class com.bmc.arsys.api.DisplayFieldLimit
Returns the length unit, one of Constants.AR_LENGTH_UNIT_BYTE -- count in bytes Constants.AR_LENGTH_UNIT_CHAR -- count in server characters
getLevelsToRetrieve() - Method in class com.bmc.arsys.api.RecursiveQuery
Gets the levels to retrieve.
getLicenseInfo() - Method in class com.bmc.arsys.api.UserInfo
Returns type of license that the user is assigned: Read, Fixed, or Floating.
getLicenseList() - Method in class com.bmc.arsys.api.WfdUserContext
 
getLicensePool() - Method in class com.bmc.arsys.api.UserLicenseInfo
Returns groups which user belongs to.
getLicenseTag() - Method in class com.bmc.arsys.api.UserLicenseInfo
Returns tag of licenses owned by a user.
getLicenseType() - Method in class com.bmc.arsys.api.UserLicenseInfo
Returns types of licenses owned by a user.
getLicenseType() - Method in class com.bmc.arsys.api.WfdUserContext
 
getlicKey() - Method in class com.bmc.arsys.api.LicenseInfo
Returns license key.
getlicSubtype() - Method in class com.bmc.arsys.api.LicenseInfo
Returns sub-type of license based on type of license.
getlicType() - Method in class com.bmc.arsys.api.LicenseInfo
Returns type of license.
getListActiveLink() - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of all (accessible) active link names in the server
getListActiveLink(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) active links that are associated with the given form
getListActiveLink(long) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) active links that are modified after the given change time
getListActiveLink(String, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) active links that are associated with the given form and amodified after the provided time
getListActiveLink(String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns the name of all (accessible) active links that match with the given criteria.
getListActiveLinkObjects(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) ActiveLink objects that are associated with the specified form
getListActiveLinkObjects(String, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) ActiveLink objects that are associated with the specified form and modified after the given time.
getListActiveLinkObjects(String, long, ActiveLinkCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) ActiveLink objects specified by the criteria and ActiveLinkCriteria.
getListActiveLinkObjects() - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) ActiveLink objects
getListActiveLinkObjects(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested ActiveLink objects that the user has permission to access
getListActiveLinkObjects(List<String>, ActiveLinkCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested ActiveLink objects that the user has permission to access
getListActiveLinkObjects(List<String>, long, ActiveLinkCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested ActiveLink objects that the user has permission to access and is modified after the give time
getListAlertUser() - Method in class com.bmc.arsys.api.ARServerUser
Gets list of registered Alert users.
getListApplicationState() - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the list of possible application state (maintenance, test or production) that an application on this AR System server.
getListContainer(long, int[], boolean, List<ContainerOwner>, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns the names of all (accessible) Container object that meet the given criteria.
getListContainerObjects(long, int[], boolean, List<ContainerOwner>, ObjectPropertyMap, ContainerCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) Container objects that match with the given criteria
getListContainerObjects(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested Container objects
getListDisplayOnlyForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) Display-Only forms Constants.AR_LIST_SCHEMA_DIALOG that are modified after the specified time.
getListEntry(String, QualifierInfo, int, int, List<SortInfo>, List<EntryListFieldInfo>, boolean, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Returns list of EntryListInfo objects that uniquely identify the entry objects that match the provided criteria.
getListEntryObjects(String, QualifierInfo, int, int, List<SortInfo>, int[], boolean, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of Entry objects that match the provided criteria.
getListEntryObjects(String, List<String>, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of Entry objects that match the provided criteria.
getListEntryObjects(String, QualifierInfo, int, int, List<SortInfo>, int[], boolean, OutputInteger, IARRowIterator) - Method in class com.bmc.arsys.api.ARServerUser
Applies the iteratorCallback method of the iterator parameter to each Entry object that matches the provided criteria.
getListEntryObjects(RegularQuery, int, int, boolean, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of QuerySourceValues objects that match the provided criteria.
getListEntryPoint(long, List<String>, int[], int, String, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves all application entry points that match with the given criteria.
getListEscalation() - Method in class com.bmc.arsys.api.ARServerUser
return the names of all (accessible) Escalation objects
getListEscalation(String) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all (accessible) Escalation objects that is associated with the given form
getListEscalation(long) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all (accessible) Escalation objects that is modified after the specified timestamp
getListEscalation(String, long) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all (accessible) Escalation objects that is associated with the given form and modified after the specified timestamp.
getListEscalation(String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all (accessible) Escalation objects that match the given criteria
getListEscalationObjects(String, long, EscalationCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) Escalation objects that match the given criteria.
getListEscalationObjects(List<String>, long, EscalationCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) Escalation objects that match the given criteria.
getListExtFormCandidates(int) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of all external data source table (forms candidates).
getListField(String, int, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns the ids of all (accessible) fields that matches with the given criteria.
getListField(String, int, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns the ids of all (accessible) fields that matches with the given criteria.
getListFieldObjects(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) fields on the given form.
getListFieldObjects(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) fields that match with the given criteria.
getListFieldObjects(String, int, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) fields that match with the given criteria.
getListFieldObjects(String, int, long, FieldCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) Field objects that match with the given criteria.
getListFieldObjects(String, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all attributes for a list of Field objects specified by the field ids
getListFieldObjects(String, int[], FieldCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of the given attributes for a list of Field objects specified by the field ids.
getListFilter() - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) filters in ARSystem server.
getListFilter(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) filters that is associated with the given form.
getListFilter(long) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) filters that is modified after the provided time .
getListFilter(String, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) filters that is modified after the provided time, and associated with the given form.
getListFilter(String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns all the name of all (accessible) filters that match with the given criteria.
getListFilterObjects(String) - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) Filter objects that are associated with the given form
getListFilterObjects(String, long) - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) Filter objects that are associated with the given form and modified after the provided timestamp
getListFilterObjects(String, long, FilterCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the detail information of all (accessible) Filter objects that are associated with the given form and modified after the provided timestamp
getListFilterObjects() - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) Filter objects
getListFilterObjects(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) requested Filter objects
getListFilterObjects(List<String>, FilterCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) requested Filter objects
getListFilterObjects(List<String>, long, FilterCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the detail of all (accessible) requested Filter objects that are modified after the given timestamp
getListForm() - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) forms on the server.
getListForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible)forms that are modified after the specified time.
getListForm(long, int) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) forms that match the sepcified criteria
getListForm(long, int, String) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) forms that match the sepcified criteria
getListForm(long, int, String, int[]) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) forms that match the sepcified criteria
getListForm(long, int, String, int[], ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) forms that match the specified criteria
getListFormAliases(long, int, String, int[], String) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of form names and corresponding aliases that match the given criteria.
getListFormObjects(long, int, String, int[], FormCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) Form objects that match the specified criteria.
getListGroup(String, String) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of access control groups on the specified server.
getListImage() - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects
getListImage(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects that are associated with the given list of forms
getListImage(long) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects that have been modified after the specified timestamp
getListImage(String) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects of a specified type (ie, "jpg")
getListImage(List<String>, long, String) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects that match the given criteria
getListImage(List<String>, long, String, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
return the names of all Image objects that match the given criteria
getListImageObjects(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all (accessible) Image objects that are associated with the specified form
getListImageObjects(String, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all Image objects that are associated with the specified form and modified after the given time.
getListImageObjects(String, long, ImageCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all Image objects specified by the criteria and ImageCriteria.
getListImageObjects() - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for all Image objects
getListImageObjects(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested Image objects
getListImageObjects(List<String>, ImageCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested Image objects
getListImageObjects(List<String>, long, ImageCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information for the requested Image objects and is modified after the give time
getListJoinForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) Join forms Constants.AR_LIST_SCHEMA_JOIN that are modified after the specified time.
getListLicense(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns list of license info LicenseInfo for the specified type.
getListMenu(long, List<String>, List<String>) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) menu that match with the given criteria.
getListMenu(long, List<String>, List<String>, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns names of all (accessible) menu that match with the given criteria
getListMenuObjects(long, List<String>, List<String>, MenuCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) Menu objects that match with the given criteria.
getListMenuObjects(long, List<String>, MenuCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns detailed information of all (accessible) Menu objects that match with the given criteria.
getListRegularForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) Regular forms Constants.AR_LIST_SCHEMA_REGULAR that are modified after the specified time.
getListRole(String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of roles for a user for a deployable application on the specified server.
getListSQL(String, int, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of rows from the underlying SQL database on the specified server.
getListSQLForActiveLink(String, int, int, Timestamp, List<Value>, List<Value>, int, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Reserved for AR System internal only.
getListStyle() - Method in class com.bmc.arsys.api.SelectionFieldLimit
 
getListSupportFile(int, String, int, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns the ids of all support files that match the given criteria, and the current user has privilege to the specified objects
getListSupportFileObjects(int, String, int, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns all SupportFile objects that match the given criteria, and the current user has privilege to the specified objects
getListUser() - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of users currently accessing the specified AR System server.
getListUser(int) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of users on the specified AR System server.
getListUser(int, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of users on the specified AR System server.
getListVendorForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) Vendor forms Constants.AR_LIST_SCHEMA_VENDOR that are modified after the specified time.
getListVendorFormFieldCandidates(String, String) - Method in class com.bmc.arsys.api.ARServerUser
Returns information about all the columns/fields candidates for Vendor form.
getListView(String, long) - Method in class com.bmc.arsys.api.ARServerUser
Returns the names of all views that reside on the provided form, and modified after the given timestamp.
getListView(String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.ARServerUser
Returns the names of all views that reside on the provided form, and modified after the given timestamp.
getListViewForm(long) - Method in class com.bmc.arsys.api.ARServerUser
return the name of all (accessible) View forms (@link Constants#AR_LIST_SCHEMA_VIEW} that are modified after the specified time.
getListViewFormFieldCandidates(String) - Method in class com.bmc.arsys.api.ARServerUser
Returns information about all the columns/fields candidates for View form.
getListViewObjects(String, long, ViewCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns the detailed information of all (accessible) View objects that match with the given crteria.
getListViewObjects(String, long, int[], ViewCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Returns the detailed information of all (accessible) View objects that match with the given crteria.
getLocale() - Method in class com.bmc.arsys.api.ARServerUser
Returns the locale.
getLocale() - Method in class com.bmc.arsys.api.View
Returns the locale.
getLocalField(String) - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the local field for token.
getLocalFieldIdMap() - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the field Id HashMap.
getLocalFieldLabelMap() - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the hashmap for the field label.
getLocalHostID() - Method in class com.bmc.arsys.api.ARServerUser
Get License host ID.
getLocalizedValue(LocalizedValueCriteria, LocalizedRequestInfo) - Method in class com.bmc.arsys.api.ARServerUser
Gets a localized text string from the message catalog form.
getLocation() - Method in class com.bmc.arsys.api.FileMenu
Returns whether file is located on client or server.
getLocation() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getLocationType() - Method in class com.bmc.arsys.api.AttachmentValue
 
getLockKey() - Method in class com.bmc.arsys.api.WorkflowLockInfo
Returns the value of the lock key.
getLockType() - Method in class com.bmc.arsys.api.WorkflowLockInfo
Returns a value identifying the workflow lock type.
getLogging() - Method in class com.bmc.arsys.api.ARServerUser
Returns the client-side logging information.
getLowRange() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Retrieves the lower-range limit.
getLowRange() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Retrieves the lower-range limit.
getLowRange() - Method in class com.bmc.arsys.api.IntegerFieldLimit
Returns the lower-range limit.
getLowRange() - Method in class com.bmc.arsys.api.RealFieldLimit
Returns the lower-range limit.
getMacroName() - Method in class com.bmc.arsys.api.RunMacroAction
Returns name of the macro.
getMacroParms() - Method in class com.bmc.arsys.api.RunMacroAction
Returns an array of MacroParmInfo objects.
getMacroText() - Method in class com.bmc.arsys.api.RunMacroAction
Returns macro text.
getMailboxName() - Method in class com.bmc.arsys.api.NotifyAction
Returns mailbox name.
getMappingType() - Method in class com.bmc.arsys.api.FieldMapping
 
getMatchMode() - Method in class com.bmc.arsys.api.QueryInfo
Returns integer value representing type of match in query.
getMaxDate() - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
return the Upper-range limit.
getMaxLength() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the maximum field length
getMaxLength() - Method in class com.bmc.arsys.api.DisplayFieldLimit
Returns the maximum field length
getMaxLength() - Method in class com.bmc.arsys.api.ViewFieldLimit
Returns the maximum field length.
getMaxRetrieve() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the maximum number of rows retrieved.
getMaxSize() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Returns the maximum attachment size
getMemberA() - Method in class com.bmc.arsys.api.JoinForm
Returns name of member form A.
getMemberB() - Method in class com.bmc.arsys.api.JoinForm
Returns name of member form B.
getMenu(String, MenuCriteria) - Method in class com.bmc.arsys.api.ARServerUser
return the requested menu object with information specified by MenuCriteria from AR System server.
getMenuSinceList() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getMenuStyle() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the menu style(append or overwrite with new menu selections)
getMenuType() - Method in class com.bmc.arsys.api.Menu
 
getMessage() - Method in exception com.bmc.arsys.api.ARException
Returns in a String object for all of the status messages.
getMessageNum() - Method in class com.bmc.arsys.api.FilterMessageAction
Returns number associated with the message in Message filter action.
getMessageNum() - Method in class com.bmc.arsys.api.MessageAction
Returns number associated with the message in Message filter action.
getMessageNum() - Method in class com.bmc.arsys.api.StatusInfo
Returns error number associated with the message.
getMessageText() - Method in class com.bmc.arsys.api.FilterMessageAction
Returns text of Message filter action corresponding to message number.
getMessageText() - Method in class com.bmc.arsys.api.MessageAction
Returns text of Message filter action corresponding to message number.
getMessageText() - Method in class com.bmc.arsys.api.StatusInfo
Returns message text corresponding to message number in the language specified in ARServerUser.
getMessageType() - Method in class com.bmc.arsys.api.FilterMessageAction
 
getMessageType() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Returns the message type.
getMessageType() - Method in class com.bmc.arsys.api.MessageAction
 
getMessageType() - Method in class com.bmc.arsys.api.StatusInfo
Returns integer value indicating the type of message.
getMethodIId() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns ID of the interface that owns the method, length limited by AR_MAX_COM_ID_SIZE (128 bytes)
getMethodList() - Method in class com.bmc.arsys.api.OleAutomationAction
Returns list of methods called by this active link action.
getMethodName() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns name of the method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes).
getMethodType() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns type of value returned by the method, if any.
getMethodValue() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns AR System field to set to the method's return value, if any.
getMinDate() - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
return the lower-range limit.
getMinute() - Method in class com.bmc.arsys.api.DayInfo
Returns minutes of the hour.
getMinute() - Method in class com.bmc.arsys.api.EscalationTime
 
getMinutes() - Method in class com.bmc.arsys.api.EscalationInterval
 
getMonthday() - Method in class com.bmc.arsys.api.DayInfo
Returns the set of days in the month.
getMonthDayMask() - Method in class com.bmc.arsys.api.EscalationTime
 
getMonthDays() - Method in class com.bmc.arsys.api.EscalationTime
 
getMsg() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns message for Modify/Display/Report windows.
getMultiLastStatus() - Method in exception com.bmc.arsys.api.ARMultiStatusException
Returns list of last status of operation.
getMultiLastStatus() - Method in class com.bmc.arsys.api.ARServerUser
Returns the list of last multi operation status list.
getMultiMatchOption() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns option integer value indicating the action to take if multiple entries match the search criteria (Set Fields) or if any entry matches the search criteria (Push Fields).
getMultiMatchOption() - Method in class com.bmc.arsys.api.AssignSQLInfo
 
getMultiMatchOption() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getMultiMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
getMultiMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
getMultiMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
getMultipleCurrencyRatioSets(List<Timestamp>) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves a list of formatted currency ratio sets valid for the time specified in the argument.
getMultipleLocalizedValues(LocalizedValueCriteria, List<LocalizedRequestInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Gets multiple localized texts from the catalog file.
getName() - Method in class com.bmc.arsys.api.AttachmentValue
Returns name of the attachment.
getName() - Method in class com.bmc.arsys.api.ContainerOwner
Returns the name of the form that owns the container.
getName() - Method in class com.bmc.arsys.api.EntryPointInfo
 
getName() - Method in class com.bmc.arsys.api.GroupInfo
Returns the first name in the list of names associated with this particular group.
getName() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns name of AR System object.
getName() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Returns name of message.
getName() - Method in class com.bmc.arsys.api.MacroParmInfo
Gets parameter name of macro.
getName() - Method in class com.bmc.arsys.api.ObjectBase
Returns name of AR System object.
getName() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getName() - Method in class com.bmc.arsys.api.OverlaidInfo
 
getName() - Method in class com.bmc.arsys.api.OverlayPropInfo
 
getName() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns the form name
getName() - Method in class com.bmc.arsys.api.Reference
Returns name of object.
getName() - Method in class com.bmc.arsys.api.RoleInfo
Returns the list of names associated with this particular role.
getName() - Method in class com.bmc.arsys.api.StructItemInfo
Returns name associated with the AR System object.
getName() - Method in class com.bmc.arsys.api.SupportFileKey
Returns name of the object the file is associated with, usually a form.
getName() - Method in class com.bmc.arsys.api.SupportFileListCriteria
Returns the name of the object the file is associated with, usually a form.
getNameType() - Method in class com.bmc.arsys.api.DataDictionaryMenu
Returns the type of name for Data-Dictionary menu.
getNewName() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns new name of AR System object.
getNewName() - Method in class com.bmc.arsys.api.ObjectBase
Returns new name of AR System object.
getNoMatchOption() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns integer value indicating the action to take if no entries match the search criteria.
getNoMatchOption() - Method in class com.bmc.arsys.api.AssignSQLInfo
 
getNoMatchOption() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getNoMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
getNoMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
getNoMatchOption() - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
getNotifyBehavior() - Method in class com.bmc.arsys.api.NotifyAction
Returns list of fields whose values are included in the notification.
getNotifyMech() - Method in class com.bmc.arsys.api.WfdUserContext
 
getNotifyMechanism() - Method in class com.bmc.arsys.api.NotifyAction
Returns the field ID where the notification mechanism is selected based on the NotifyAction.getFieldIdListType() values.
getNotifyMechanismXRef() - Method in class com.bmc.arsys.api.NotifyAction
Returns users who are notified using the mechanism specified by an integer value of the given field.
getNotifyPermission() - Method in class com.bmc.arsys.api.NotifyAction
Returns list of fields whose values are included in the notification.
getNotifyPriority() - Method in class com.bmc.arsys.api.NotifyAction
Reserved for future use by Remedy.
getNotifyText() - Method in class com.bmc.arsys.api.NotifyAction
Returns text of the notification message.
getNotOperand() - Method in class com.bmc.arsys.api.QualifierInfo
Helper function to return the operand associated in NOT operation
getNumActLinkOnForm() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getNumActLinkSince() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getNumItems() - Method in class com.bmc.arsys.api.FunctionAssignInfo
Returns number of input parameters.
getNumLicenses() - Method in class com.bmc.arsys.api.LicenseInfo
Returns number of licenses.
getNumLicenses() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns number of active licenses.
getObjectChangeTimes() - Method in class com.bmc.arsys.api.ARServerUser
Gets a HashMap of arserver objects and the timestamps for the last create, modify, or delete operation on each object.
getObjectId() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns ID of the object of the alert.
getObjectModificationLogLabel() - Method in class com.bmc.arsys.api.OverlaidInfo
 
getObjectProperties() - Method in class com.bmc.arsys.api.View
Returns the object properties associated with a SCC integration.
getObjectProperty() - Method in class com.bmc.arsys.api.Field
Returns list of object properties.
getObjType() - Method in class com.bmc.arsys.api.OverlaidInfo
 
getOneEntryObject(String, QualifierInfo, List<SortInfo>, int[], boolean, OutputInteger) - Method in class com.bmc.arsys.api.ARServerUser
Returns a list of Entry objects that match the provided criteria.
getOperandLeft() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Gets left operand of operation.
getOperandRight() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Gets right operand of operation.
getOperandType(int) - Static method in class com.bmc.arsys.api.OperandType
 
getOperation() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Returns arithmetic operation used in qualification.
getOperation() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Gets arithmetic operation used in qualification.
getOperation() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getOperation() - Method in class com.bmc.arsys.api.QualifierInfo
Returns operation used in qualification.
getOperation() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Returns conditional operation used.
getOperation() - Method in class com.bmc.arsys.api.ServerInfo
Returns the server operation.
getOpSet() - Method in class com.bmc.arsys.api.Filter
Returns the form operations that trigger the filter.
getOption() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns option which is a bitmask.
getOrder() - Method in class com.bmc.arsys.api.ActiveLink
Returns the active link execution order.
getOrder() - Method in class com.bmc.arsys.api.Filter
Returns a value between 0 and 1000 (inclusive) that determines the filter execution order.
getOrganization() - Method in class com.bmc.arsys.api.NotifyAction
Returns organization.
getOriginalSize() - Method in class com.bmc.arsys.api.AttachmentValue
Returns the original size of attachment.
getOutput() - Method in class com.bmc.arsys.api.ProcessResult
Returns string containing the process output.
getOutputDoc() - Method in class com.bmc.arsys.api.XMLEntryReturn
Returns the output doc.
getOutputFieldMapping() - Method in class com.bmc.arsys.api.ServiceAction
 
getOutputValueFieldPairs() - Method in class com.bmc.arsys.api.CallGuideAction
Returns field/value pair for output values from Dialog/Search/Submit windows.
getOutputValueFieldPairs() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns field/value pair for output values from Dialog/Search/Submit windows.
getOverridePrevIP() - Method in class com.bmc.arsys.api.ARServerUser
Get the override previous IP flag
getOwner() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns owner of AR System object.
getOwner() - Method in class com.bmc.arsys.api.ObjectBase
Returns owner of AR System object.
getOwnerAppDisplayLabel() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets the application display label of the entry point owner.
getOwnerAppName() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets the application name of the entry point owner.
getOwnerObjList() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets the list of forms that own the entry point.
getParameterList() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns list of the parameters passed to this method.
getParameterList() - Method in class com.bmc.arsys.api.FunctionAssignInfo
Returns parameter values used.
getParameters() - Method in class com.bmc.arsys.api.CriteriaFlags
 
getParamType(int, int) - Static method in class com.bmc.arsys.api.FunctionAssignInfo
Returns function parameter data type given the function code and argument index
getParamType(String, int) - Static method in class com.bmc.arsys.api.FunctionAssignInfo
Returns function parameter data type given the function name and argument index
getParent() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns the FieldID of the parent field the column belongs to.
getParmName() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Returns name of the parameter.
getParmType() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Returns data type of the parameter.
getParmValue() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Returns value of the parameter, specified by using the COMValueInfo class.
getPartTag() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns partTag.
getPassword() - Method in class com.bmc.arsys.api.ARServerUser
Returns the password for the user to use to connect to the server.
getPath() - Method in class com.bmc.arsys.api.LoggingInfo
Returns path to log file.
getPathToProgram() - Method in class com.bmc.arsys.api.DDEAction
Returns string specifying the path to the application.
getPattern() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the field character pattern
getPermissions() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets permissions (access control) of the entry point.
getPermissions() - Method in interface com.bmc.arsys.api.IARPersistentObject
Returns permissions (access control) of AR System objects.
getPermissions() - Method in class com.bmc.arsys.api.ObjectBase
Returns permissions (access control) of AR System objects.
getPermissionValue() - Method in class com.bmc.arsys.api.PermissionInfo
Returns the integer value indicating the access privileges for the group.
getPollinginterval() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns polling interval (how often to refresh) for reports.
getPoolConnectionLifespan() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
get connectionLifespan for current PoolInfo's unit
getPoolConnectionLifespanElapsedTimeFormated() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolConnectionTimeout() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
get connectionTimeout time in in current PoolInfo's unit
getPoolConnectionTimeoutElapsedTimeFormated() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolEstablish() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
get the system time this pool is established
getPoolEstablishTimeFormated() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
get establish time in format of "MMM dd yyyy HH:mm:ss"
getPoolFree() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolInformation() - Static method in class com.bmc.arsys.api.ProxyManager
 
getPoolInUse() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolLargestReachedPoolSize() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolLastUsed() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolLastUsedTimeFormated() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
get last used time in format of "MMM dd yyyy HH:mm:ss"
getPoolMaxProxyPerServer() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolNotCreated() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolServerName() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPoolUnit() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
getPort() - Method in class com.bmc.arsys.api.ARServerUser
Returns the port used to connect to the server.
getPrecision() - Method in class com.bmc.arsys.api.CurrencyDetail
Returns precision
getPrecision() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Retrieves the display precision (the number of places to the right of the decimal point ).
getPrecision() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Retrieves the display precision.
getPrecision() - Method in class com.bmc.arsys.api.RealFieldLimit
Returns the display precision.
getPrimaryForm() - Method in class com.bmc.arsys.api.ActiveLink
returns the primiary form that are associated with the active link
getPrimaryForm() - Method in class com.bmc.arsys.api.Escalation
 
getPrimaryForm() - Method in class com.bmc.arsys.api.Filter
 
getPriority() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the priority of the alert, for informational purposes only.
getProcess() - Method in class com.bmc.arsys.api.AssignInfo
Returns the process name.
getProperties() - Method in class com.bmc.arsys.api.ActiveLink
Returns a list of server object property tags.
getProperties() - Method in class com.bmc.arsys.api.Container
Returns object properties list associated with the container.
getProperties() - Method in class com.bmc.arsys.api.Escalation
Returns list of server object property tags.
getProperties() - Method in class com.bmc.arsys.api.Filter
Returns a list of server object property tags you can specify.
getProperties() - Method in class com.bmc.arsys.api.Form
Returns the object properties associated with a SCC integration.
getProperties() - Method in class com.bmc.arsys.api.Image
Returns list of server object property tags.
getProperties() - Method in class com.bmc.arsys.api.Menu
Returns all property information of menu.
getPropertiesToRetrieve() - Method in class com.bmc.arsys.api.CriteriaFlags
Returns an integer value that represents the bitmask of all the properties that the user has selected to retrieve.
getProperty(int, Integer) - Method in class com.bmc.arsys.api.DisplayInstanceMap
Returns the value of the given property in a specific view.
getPropertyTag() - Method in class com.bmc.arsys.api.PropInfo
Retrieves the tag associated with the PropInfo object
getPropertyValue() - Method in class com.bmc.arsys.api.PropInfo
Retrieves the value associated with the PropInfo object
getProps() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns display properties of field, whether Hidden or Visible.
getProps() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets the entry point's object properties.
getProxy() - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. 
getProxyManager() - Static method in class com.bmc.arsys.api.ProxyManager
Internal use only Get the current ProxyManager instance.
getPushFieldsList() - Method in class com.bmc.arsys.api.PushFieldsAction
Returns information about Push Fields filter action.
getPushIfQualification() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getPushIfQualificationAsString() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getPushToForm() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getPushToServer() - Method in class com.bmc.arsys.api.PushFieldsAction
 
getQBEMatch() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns operation to use from QBE type operation
getQualification() - Method in class com.bmc.arsys.api.QueryMenu
Returns qualification for query menu.
getQualifier() - Method in class com.bmc.arsys.api.ActiveLink
Returns the qualification that determines which set of If/Else actions should be executed.
getQualifier() - Method in class com.bmc.arsys.api.ArchiveInfo
Returns the qualification that determines which set of If/Else actions should be executed.
getQualifier() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns the qualification that identifies the entries to retrieve.
getQualifier() - Method in class com.bmc.arsys.api.AuditInfo
Returns the qualification that determines which set of If/Else actions should be executed.
getQualifier() - Method in class com.bmc.arsys.api.Escalation
Returns the qualification that determines which set of If/Else actions should be executed.
getQualifier() - Method in class com.bmc.arsys.api.Filter
Returns the qualification that determines which set of If/Else actions should be executed.
getQualifier() - Method in class com.bmc.arsys.api.QueryBase
Returns a qualifier for the dynamic query
getQualifier() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the start qualifier.
getQualifier() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the search qualification.
getQualifierInfo() - Method in class com.bmc.arsys.api.QueryInfo
Returns Qualifier in query.
getQuery() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns qualification for Modify/Display/Report windows.
getQuery() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getQueryOverride() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getReadValuesFrom() - Method in class com.bmc.arsys.api.SetFieldsAction
 
getRecursionQualifier() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the recursion qualifier.
getRecursiveForm() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns the recursive form.
getReferences() - Method in class com.bmc.arsys.api.Container
Returns a list of pointers to the objects referenced by this container.
getReferences() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets an entry point reference list.
getReferenceType() - Method in class com.bmc.arsys.api.Reference
Returns union that defines either an internal or external reference depending on its datatype,which is either 0 (Constants.ARREF_DATA_ARSREF) or 1 (Constants.ARREF_DATA_EXTREF).
getReferenceTypes() - Method in class com.bmc.arsys.api.ContainerCriteria
Returns list of the types of references (for example, forms and filters).
getRefreshCode() - Method in class com.bmc.arsys.api.Menu
Returns when the menu is refreshed.
getRelationalOperationInfo() - Method in class com.bmc.arsys.api.QualifierInfo
Helper function to return RelationalOperationInfo object
getRemoteField(String) - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the remote field for token.
getRemoteFieldIdMap() - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the field ID HashMap.
getRemoteFieldNameMap() - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the HashMap for the field name.
getReplyTo() - Method in class com.bmc.arsys.api.NotifyAction
Returns reply to.
getReportFileId() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getReportInfo() - Method in class com.bmc.arsys.api.OpenWindowAction
return the report info that is encoded in the Open Window report string.
getReportString() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns report information in a string format of report windows.
getRequestIdMap() - Method in class com.bmc.arsys.api.ServiceAction
 
getReserved1() - Method in class com.bmc.arsys.api.NotifyAction
 
getReserved2() - Method in class com.bmc.arsys.api.NotifyAction
 
getReserved3() - Method in class com.bmc.arsys.api.NotifyAction
 
getReservedIDOK() - Method in class com.bmc.arsys.api.Field
Returns the flag indicating whether you can create the field with a reserved ID.
getReservedParam1() - Method in class com.bmc.arsys.api.ARServerUser
CAUTION: For AR System internal Only
getResult() - Method in class com.bmc.arsys.api.StatisticsResultInfo
Returns a real number of the statistics (aggregates) specified.
getReturnCommand() - Method in class com.bmc.arsys.api.SQLResult
 
getRightOperand() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Returns value of right operand of operation.
getRightOperand() - Method in class com.bmc.arsys.api.QualifierInfo
Returns value of right operand.
getRightOperand() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Returns value of right operand.
getRoleType() - Method in class com.bmc.arsys.api.RoleInfo
Returns the role type.
getSampleForm() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the sample form name.
getSampleForm() - Method in class com.bmc.arsys.api.PushFieldsAction
Returns name of the sample form.
getSampleForm() - Method in class com.bmc.arsys.api.QueryMenu
Returns the sample form name.
getSampleForm() - Method in class com.bmc.arsys.api.ServiceAction
Returns the sample form name.
getSampleForm() - Method in class com.bmc.arsys.api.SetFieldsAction
Returns name of the sample form.
getSampleForm() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the name of the sample form.
getSampleGuide() - Method in class com.bmc.arsys.api.CallGuideAction
Returns name of sample guide.
getSampleServer() - Method in class com.bmc.arsys.api.CallGuideAction
Returns name of sample server.
getSampleServer() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the sample server name.
getSampleServer() - Method in class com.bmc.arsys.api.PushFieldsAction
Returns name of the sample server.
getSampleServer() - Method in class com.bmc.arsys.api.QueryMenu
Returns the sample server name.
getSampleServer() - Method in class com.bmc.arsys.api.ServiceAction
Returns the sample server name.
getSampleServer() - Method in class com.bmc.arsys.api.SetFieldsAction
Returns name of the sample server.
getSampleServer() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the name of the sample server.
getSelectedElements() - Method in class com.bmc.arsys.api.StructItemInfo
Returns list of selected elements.
getSeparator() - Method in class com.bmc.arsys.api.EntryListFieldInfo
Returns the characters that are used as separator for the field.
getServer() - Method in class com.bmc.arsys.api.ARServerUser
Returns the host name used to connect to the server.
getServer() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns the name of the server where the form is located.
getServer() - Method in class com.bmc.arsys.api.AssignSQLInfo
Returns string specifying the name of the server where the database is located.
getServer() - Method in class com.bmc.arsys.api.DirectSqlAction
Returns the AR System server where you want to run the SQL command.
getServer() - Method in class com.bmc.arsys.api.DSOAction
 
getServer() - Method in class com.bmc.arsys.api.ServerInfoMenu
Returns server where Server-side menu is located.
getServer(String, int, String, String, String, boolean, boolean) - Method in class com.bmc.arsys.api.Session
 
getServer(String, int, String, boolean, boolean) - Method in class com.bmc.arsys.api.Session
 
getServer(String, int, String) - Method in class com.bmc.arsys.api.Session
 
getServer(String, int) - Method in class com.bmc.arsys.api.Session
 
getServer(String) - Method in class com.bmc.arsys.api.Session
 
getServer() - Method in class com.bmc.arsys.api.SqlMenu
Returns server where SQL menu is located.
getServer() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the name of server on which the form resides.
getServerAddr() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the IP address of the server where the alert was generated from.
getServerCharSet() - Method in class com.bmc.arsys.api.ARServerUser
Returns the servers char set as a string.
getServerContextMap() - Static method in class com.bmc.arsys.api.ProxyManager
 
getServerInfo(int[]) - Method in class com.bmc.arsys.api.ARServerUser
Returns the requested configuration information for the specified server.
getServerName() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the name of the server where the alert was generated from.
getServerName() - Method in class com.bmc.arsys.api.CallGuideAction
Returns name of server.
getServerName() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the server name that contains the form that you want to open as a dialog box.
getServerName() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getServerName() - Method in class com.bmc.arsys.api.QueryInfo
Returns Server name in query.
getServerName() - Method in class com.bmc.arsys.api.ServiceAction
 
getServerRpcQueueNumber() - Method in class com.bmc.arsys.api.ARServerUser
 
getServers() - Method in class com.bmc.arsys.api.Session
 
getServerStatistics(int[]) - Method in class com.bmc.arsys.api.ARServerUser
Returns the requested statistics for the specified server.
getServerVersion() - Method in class com.bmc.arsys.api.ARServerUser
Return the version of the server
getServerVersionMajor() - Method in class com.bmc.arsys.api.ARServerUser
return the major version number of this server
getServerVersionMinor() - Method in class com.bmc.arsys.api.ARServerUser
return the minor version number of this server
getServerVersionPatch() - Method in class com.bmc.arsys.api.ARServerUser
return the patch/build number of this server
getService() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Returns the name of the plug-in.
getServiceForm() - Method in class com.bmc.arsys.api.ServiceAction
 
getServiceName() - Method in class com.bmc.arsys.api.DDEAction
Returns string specifying the service to use.
getServiceName() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
getSeStatus() - Method in exception com.bmc.arsys.api.ARSetGetEntryException
Returns seStatus of ARSetGetEntry operation.
getSetFieldOptions() - Method in class com.bmc.arsys.api.Field
Returns the flag indicating whether only display instances in the list will be replaced and rest left alone or if all of them will be replaced with new list.
getSetFieldsList() - Method in class com.bmc.arsys.api.SetFieldsAction
Returns the field list.
getSetGetEntryStatus() - Method in exception com.bmc.arsys.api.ARSetGetEntryException
Returns List of seStatus and geStatus of SetGetEntry operation.
getSetIfQualification() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
getSetIfQualificationAsString() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
getSiteName() - Method in class com.bmc.arsys.api.LicenseInfo
Returns site name.
getSize() - Method in class com.bmc.arsys.api.ImageData
Retrieves size of the image.
getSortBy() - Method in class com.bmc.arsys.api.RegularQuery
Returns a list of SortInfo objects
getSortInfo() - Method in class com.bmc.arsys.api.Form
Returns the list of fields that identifies the default sort order for retrieving form entries.
getSortOrder() - Method in class com.bmc.arsys.api.SortInfo
Returns the sort order to be applied on the field.
getSortOrderList() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns list of fields in ascending/descending order included in a report.
getSource() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns a IQuerySource source of the field Id.
getSource() - Method in class com.bmc.arsys.api.QueryFormField
Returns the IQuerySource field's source.
getSource() - Method in class com.bmc.arsys.api.SortInfo
Returns the IQuerySource form or query containing the field to sort on
getSourceSchema() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Returns the IQuerySource field's source.
getSourceTag() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns a string identifying the source of the alert.
getSourceType() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns value identifying the source of the alert.
getSql() - Method in class com.bmc.arsys.api.AssignInfo
Returns the AssignSQLInfo object.
getSqlCommand() - Method in class com.bmc.arsys.api.AssignSQLInfo
Returns string specifying the SQL query to execute.
getSqlCommand() - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
getSQLCommand() - Method in class com.bmc.arsys.api.SqlMenu
Returns SQL command issued to the database that is used in SQL menu.
getStatHistory() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns Status History field value.
getStatus() - Method in class com.bmc.arsys.api.ProcessResult
Returns an integer identifying the status of the operation.
getStatus1() - Method in exception com.bmc.arsys.api.ARMultiStatusException
Returns status1 of operation.
getStatus2() - Method in exception com.bmc.arsys.api.ARMultiStatusException
Returns status2 of operation.
getStatusList() - Method in class com.bmc.arsys.api.BulkEntryReturn
Returns the status list.
getStorageOptionForCLOB() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the CLOB Storage Option, one of Constants.AR_STORE_OPT_DEF -- Default - Use the Server's Default Behavior Constants.AR_STORE_OPT_INROW -- In-Row Constants.AR_STORE_OPT_OUTROW -- Out-of-Row
getStructType() - Method in class com.bmc.arsys.api.DataDictionaryMenu
return the DD menu type.
getSubjectText() - Method in class com.bmc.arsys.api.NotifyAction
Returns subject text for the notification.
getSubMenu() - Method in class com.bmc.arsys.api.MenuItem
 
getSupportFile(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the property of the support file that is associated with the given object and with a specific file id
getSupportFile(String, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the content of the support file indicated by the key information into a local file identified by the filePath.
getSupportFile(String, int, int, int, String) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the content of the support file indicated by the key information into a local file identified by the filePath.
getTableName() - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
 
getTableName() - Method in class com.bmc.arsys.api.VendorForm
Returns the name of table in the vendor's namespace.
getTableName() - Method in class com.bmc.arsys.api.ViewForm
Returns the name of the external table.
getTag() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns integer value indicating the type of field value to retrieve
getTag() - Method in class com.bmc.arsys.api.GotoAction
Returns tag.
getTargetLocation() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns whether target is a New or Open window.
getText() - Method in class com.bmc.arsys.api.DiaryItem
Returns the contents of diary item.
getTextForErrorMessage(int) - Method in class com.bmc.arsys.api.ARServerUser
Returns the message text for the specified error from the local catalog (in the local language).
getTimeoutLong() - Method in class com.bmc.arsys.api.ARServerUser
Get the long timeout
getTimeoutNormal() - Method in class com.bmc.arsys.api.ARServerUser
Get the normal timeout
getTimeoutXLong() - Method in class com.bmc.arsys.api.ARServerUser
Get the extra long timeout
getTimestamp() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the timestamp when the alert was created.
getTimestamp() - Method in class com.bmc.arsys.api.DiaryItem
Returns the timestamp of the diary item.
getTimestamp() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets the time stamp of when the entry point was last changed.
getTimestamp() - Method in class com.bmc.arsys.api.LocalizedValueInfo
Returns the time stamp of the message.
getTimestamp() - Method in class com.bmc.arsys.api.StatusHistoryItem
Returns the date and time of the last change to the request.
getTimeZone() - Method in class com.bmc.arsys.api.ARServerUser
Returns the time zone.
getTokenList() - Method in class com.bmc.arsys.api.LicenseInfo
Returns additional data for the license.
getTokenList() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns additional information for the license.
getTopic() - Method in class com.bmc.arsys.api.DDEAction
Returns string specifying the topic to use.
getToStringStyle() - Method in class com.bmc.arsys.api.Config
 
getTotalNumberOfMatches() - Method in class com.bmc.arsys.api.SQLResult
Returns the total number of (accessible) rows that match the SQL selection criteria.
getTransactionHandle() - Method in class com.bmc.arsys.api.ARServerUser
For ARSystem internal use only.
getTransId() - Method in class com.bmc.arsys.api.COMValueInfo
Returns the Transient ID that links a method that takes another method as a parameter to the method that is used as that parameter.
getType() - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Returns type of operand.
getType() - Method in class com.bmc.arsys.api.ByteListValue
Retrieves type of image (for example, .jpeg).
getType() - Method in class com.bmc.arsys.api.Container
Returns the type for this container, either guide (ARCON_GUIDE), application (ARCON_APP), or a custom type you have defined.
getType() - Method in class com.bmc.arsys.api.ContainerOwner
Returns the container owner type.
getType() - Method in class com.bmc.arsys.api.DSOAction
 
getType() - Method in class com.bmc.arsys.api.EntryPointInfo
Gets entry point type.
getType() - Method in class com.bmc.arsys.api.Image
Returns image type.
getType() - Method in class com.bmc.arsys.api.LoggingInfo
Returns type of logging.
getType() - Method in class com.bmc.arsys.api.MenuItem
Returns the type of character menu item.
getType() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
getType() - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
Returns type of operand.
getType() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
 
getType() - Method in class com.bmc.arsys.api.StructItemInfo
Returns integer value indicating the type of AR System object.
getTypeInfo(Class<?>) - Method in class com.bmc.arsys.api.ARTypeMgr
 
getUseLegacyAssignFormatter() - Method in class com.bmc.arsys.api.Config
Get Assignment Formatter mode.
getUseLegacyAssignParser() - Method in class com.bmc.arsys.api.Config
Get Assignment Parser mode.
getUseLegacyQualFormatter() - Method in class com.bmc.arsys.api.Config
Get Qualification Formatter mode.
getUseLegacyQualParser() - Method in class com.bmc.arsys.api.Config
Get Qualification Parser mode.
getUser() - Method in interface com.bmc.arsys.api.ARNativeAuthenticationInfo
 
getUser() - Method in class com.bmc.arsys.api.ARServerUser
Returns the user login name to use to connect to the server.
getUser() - Method in class com.bmc.arsys.api.DiaryItem
Returns String the user name of the diary item.
getUser() - Method in class com.bmc.arsys.api.NotifyAction
Returns name of the users or groups to notify.
getUser() - Method in class com.bmc.arsys.api.StatusHistoryItem
Returns the user name of the person who last changed the state of the request.
getUser() - Method in class com.bmc.arsys.api.WfdUserContext
 
getUserLastChanged() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
getUserName() - Method in class com.bmc.arsys.api.UserInfo
Returns name of user in AR System.
getUserSessionGuid() - Method in interface com.bmc.arsys.api.ARNativeAuthenticationInfo
 
getValidateFormCache(String, Timestamp, Timestamp, Timestamp) - Method in class com.bmc.arsys.api.ARServerUser
The call provides the schema change information that can be used by Java API clients to validate it's local cache for given form.
getValue() - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Returns value of operand.
getValue() - Method in class com.bmc.arsys.api.AssignInfo
Returns the Value object.
getValue() - Method in class com.bmc.arsys.api.AttachmentValue
 
getValue() - Method in class com.bmc.arsys.api.ByteListValue
Retrieves contents of image.
getValue() - Method in class com.bmc.arsys.api.COMValueInfo
Returns union that represents the field value.
getValue() - Method in class com.bmc.arsys.api.CurrencyValue
Returns the value of the currency in the format of a Java Big Decimal.
getValue() - Method in class com.bmc.arsys.api.DateInfo
Returns the number of days since January 1, 4713 B.C.
getValue() - Method in class com.bmc.arsys.api.EscalationInterval
 
getValue() - Method in class com.bmc.arsys.api.ExternalReference
Returns value for groups.
getValue() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Returns value of currency.
getValue() - Method in class com.bmc.arsys.api.ImageData
Retrieves contents of image.
getValue() - Method in class com.bmc.arsys.api.LocalizedValueInfo
Returns the message text.
getValue() - Method in class com.bmc.arsys.api.MacroParmInfo
Gets the value of macro parameter.
getValue() - Method in class com.bmc.arsys.api.MenuItem
 
getValue() - Method in class com.bmc.arsys.api.OutputInteger
 
getValue() - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
 
getValue() - Method in class com.bmc.arsys.api.ServerInfo
Returns the value of server operation.
getValue() - Method in class com.bmc.arsys.api.Time
Returns the number of seconds since midnight.
getValue() - Method in class com.bmc.arsys.api.Timestamp
Returns the number of seconds since January 1, 1970 (according to UNIX® conventions).
getValue() - Method in class com.bmc.arsys.api.Value
Returns the underlying value as a generic Object.
getValueField() - Method in class com.bmc.arsys.api.QueryMenu
Returns value of field used in query menu.
getValueFileName() - Method in class com.bmc.arsys.api.AttachmentValue
get the file path to this attachment.
getValueFormat() - Method in class com.bmc.arsys.api.DataDictionaryMenu
Returns format type.
getValueIId() - Method in class com.bmc.arsys.api.COMValueInfo
When used with return value of a method, returns the ID of the interface returned by the method.
getValueIndex() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Returns the index into the returned list of values that will be used in the Set Field assignment.
getValueIndex() - Method in class com.bmc.arsys.api.AssignSQLInfo
Returns integer value indicating which of the selected columns contains the value to assign.
getValueIndex() - Method in class com.bmc.arsys.api.SqlMenu
Returns numerical index of the database column that contains the information to load in the field when user chooses the menu item.
getValues() - Method in class com.bmc.arsys.api.SelectionFieldLimit
 
getValueString() - Method in class com.bmc.arsys.api.CurrencyValue
Returns the value of the currency in the format of a string.
getValueString() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Returns value of currency (string).
getValueType() - Method in class com.bmc.arsys.api.COMValueInfo
Returns integer specifying the type of value represented by the structure.
getVendorName() - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
 
getVendorName() - Method in class com.bmc.arsys.api.VendorForm
Returns the name of the external vendor source.
getVersionString() - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.1, replaced by ARServerUser.getServerVersion()
getView(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Retrieves the form view object from the AR System server.
getView(String, int, ViewCriteria) - Method in class com.bmc.arsys.api.ARServerUser
Populates this object with information specified by ViewCriteria from the AR System server.
getVuiId() - Method in class com.bmc.arsys.api.ARQualifierHelper
Returns the vuiId.
getVUIId() - Method in class com.bmc.arsys.api.View
Returns the internal ID of the VUI.
getVUIId() - Method in class com.bmc.arsys.api.ViewKey
Returns internal ID of the VUI
getVuiLabel() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the view of the form that you want to appear as a dialog box.
getVUIType() - Method in class com.bmc.arsys.api.ARServerUser
Get the VUI type
getVUIType() - Method in class com.bmc.arsys.api.View
Returns the VUI type.
getWeekday() - Method in class com.bmc.arsys.api.DayInfo
Returns days of week.
getWeekDayMask() - Method in class com.bmc.arsys.api.EscalationTime
 
getWeekDays() - Method in class com.bmc.arsys.api.EscalationTime
 
getWindowMode() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns map where data from the dialog box will transfer to the parent form when the dialog box opens/closes.
getWriteToFileOrStatus() - Method in class com.bmc.arsys.api.LoggingInfo
Returns location of log information.
getXCoordinate() - Method in class com.bmc.arsys.api.CoordinateInfo
Returns X coordinate.
getYCoordinate() - Method in class com.bmc.arsys.api.CoordinateInfo
Returns Y coordinate.
GotoAction - Class in com.bmc.arsys.api
The GotoActionInfo class is used to create and retrieve information about the Goto workflow action.
GotoAction() - Constructor for class com.bmc.arsys.api.GotoAction
constructor
GotoAction(int, int) - Constructor for class com.bmc.arsys.api.GotoAction
Constructs a new GotoActionInfoobject with the following parameters:
GotoGuideLabelAction - Class in com.bmc.arsys.api
The GotoGuideLabelInfo class is used to create and retrieve information about the Go To Guide Label workflow action.
GotoGuideLabelAction() - Constructor for class com.bmc.arsys.api.GotoGuideLabelAction
constructor
GotoGuideLabelAction(String) - Constructor for class com.bmc.arsys.api.GotoGuideLabelAction
label parameter retrieves the label string.
GROUP_DATA - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a packing list's reference to data in the Group form
GroupInfo - Class in com.bmc.arsys.api
This GroupInfoclass defines the properties of a group on the AR System server.
GUIDE - Static variable in class com.bmc.arsys.api.ContainerType
Guide container

H

HARDWARE - Static variable in class com.bmc.arsys.api.ServerInfo
Server hardware type (character string).
hashCode() - Method in class com.bmc.arsys.api.Action
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ActiveLink
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ActiveLinkCriteria
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ActiveLinkGuide
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AlertMessageCriteria
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ApplicationContainer
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ArchiveInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ARQualifierHelper
 
hashCode() - Method in class com.bmc.arsys.api.ARServerUser
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AssignInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AssignSQLInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AttachmentField
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AttachmentPoolField
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AttachmentValue
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.AuditInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ByteListValue
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CallGuideAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CharacterField
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CloseWindowAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CommitChangesAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.COMValueInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Container
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ContainerCriteria
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ContainerListInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ContainerOwner
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ContainerType
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CoordinateInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CriteriaFlags
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CurrencyDetail
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.CurrencyValue
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DataDictionaryMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DataType
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DateInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DateTimeFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DayInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DDEAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DiaryFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DiaryItem
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DiaryListValue
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DirectSqlAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.DisplayFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EntryKey
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EntryListFieldInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EntryListInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EntryPointInfo
 
hashCode() - Method in class com.bmc.arsys.api.EntryReturn
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EnumItem
 
hashCode() - Method in class com.bmc.arsys.api.Escalation
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EscalationInterval
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.EscalationTime
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ExitGuideAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ExternalReference
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Field
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FieldAssignInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FieldFunc
 
hashCode() - Method in class com.bmc.arsys.api.FieldKey
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FieldMapping
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FileMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Filter
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FilterMessageAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Form
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FormAliasInfo
 
hashCode() - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FormType
 
hashCode() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.FunctionAssignInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.GotoAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.GotoGuideLabelAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.GroupInfo
 
hashCode() - Method in class com.bmc.arsys.api.Image
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ImageData
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.IndexInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.IntegerFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.JoinFieldMapping
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.JoinForm
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Keyword
 
hashCode() - Method in class com.bmc.arsys.api.LicenseInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ListMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
 
hashCode() - Method in class com.bmc.arsys.api.LocalizedValueInfo
 
hashCode() - Method in class com.bmc.arsys.api.LogAction
 
hashCode() - Method in class com.bmc.arsys.api.LoggingInfo
 
hashCode() - Method in class com.bmc.arsys.api.MacroParmInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Menu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.MenuItem
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.MessageAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.NotifyAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ObjectBase
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ObjectBaseCriteria
 
hashCode() - Method in class com.bmc.arsys.api.ObjectOperationTimes
 
hashCode() - Method in class com.bmc.arsys.api.OleAutomationAction
* Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.OperandType
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.OutputInteger
 
hashCode() - Method in class com.bmc.arsys.api.OverlaidInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.OverlayPropInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.PermissionInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ProcessResult
 
hashCode() - Method in class com.bmc.arsys.api.PropInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.PushFieldsAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.PushFieldsInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
 
hashCode() - Method in class com.bmc.arsys.api.QualifierInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.QueryInfo
 
hashCode() - Method in class com.bmc.arsys.api.QueryMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.QuerySourceForm
 
hashCode() - Method in class com.bmc.arsys.api.RealFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.RecursiveQuery
 
hashCode() - Method in class com.bmc.arsys.api.Reference
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ReferenceType
 
hashCode() - Method in class com.bmc.arsys.api.RegularFieldMapping
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.RoleInfo
 
hashCode() - Method in class com.bmc.arsys.api.RunMacroAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.RunProcessAction
 
hashCode() - Method in class com.bmc.arsys.api.SelectionFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ServerInfo
 
hashCode() - Method in class com.bmc.arsys.api.ServerInfoMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ServiceAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SetFieldsAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SetFieldsFromForm
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SetFieldsFromSQL
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SortInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SqlMenu
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SQLResult
 
hashCode() - Method in class com.bmc.arsys.api.StatisticsResultInfo
 
hashCode() - Method in class com.bmc.arsys.api.StatusHistoryItem
 
hashCode() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.StatusInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.StructItemInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.SupportFile
 
hashCode() - Method in class com.bmc.arsys.api.SupportFileKey
 
hashCode() - Method in class com.bmc.arsys.api.SupportFileListCriteria
 
hashCode() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Time
 
hashCode() - Method in class com.bmc.arsys.api.TimeOnlyField
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.TimeOnlyFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Timestamp
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.UserInfo
 
hashCode() - Method in class com.bmc.arsys.api.UserLicenseInfo
 
hashCode() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.Value
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.VendorFieldMapping
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.VendorForm
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.View
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ViewFieldLimit
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ViewFieldMapping
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ViewForm
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.ViewKey
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.WaitAction
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.WorkflowLockInfo
Returns the hash code value for this instance of the current class.
hashCode() - Method in class com.bmc.arsys.api.XMLEntryReturn
Returns the hash code value for this instance of the current class.
HELP_TEXT - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns help text of specified object.
HOMEPAGE_FORM - Static variable in class com.bmc.arsys.api.ServerInfo
Homepage form.
HOSTNAME - Static variable in class com.bmc.arsys.api.ServerInfo
Host name of the server ("short" machine name).

I

IARPersistentObject - Interface in com.bmc.arsys.api
The IARPersistentObject interface defines methods for all AR System server objects.
IARQualifierOperand - Interface in com.bmc.arsys.api
The IARQualifierOperand class is the superclass of the qualifier and relational operation classes.
IARRowIterator - Interface in com.bmc.arsys.api
Provides the callback function for getListEntryObjects.
IARServerLogInterface - Interface in com.bmc.arsys.api
The IARLogInterface class is the superclass that iterates through rows that are returned.
ICON - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to an icon
id - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
Image - Class in com.bmc.arsys.api
The Image class and methods are used to represent the properties of AR image objects.
Image() - Constructor for class com.bmc.arsys.api.Image
 
Image(String) - Constructor for class com.bmc.arsys.api.Image
 
Image(String, String, int, String, String, String, String, ImageData, String, String, ObjectPropertyMap) - Constructor for class com.bmc.arsys.api.Image
 
IMAGE - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to an image
IMAGE - Static variable in class com.bmc.arsys.api.StructItemInfo
Image Definition
IMAGECHECKSUM - Static variable in class com.bmc.arsys.api.ImageCriteria
Returns the image checksum.
IMAGECONTENT - Static variable in class com.bmc.arsys.api.ImageCriteria
Returns the image content.
ImageCriteria - Class in com.bmc.arsys.api
The ImageCriteria class is used to specify the list of Image information to retrieve from the AR System server.
ImageCriteria() - Constructor for class com.bmc.arsys.api.ImageCriteria
 
ImageData - Class in com.bmc.arsys.api
The ImageData class is used to contain image object data.
ImageData(String) - Constructor for class com.bmc.arsys.api.ImageData
 
ImageData(byte[]) - Constructor for class com.bmc.arsys.api.ImageData
 
IMAGETYPE - Static variable in class com.bmc.arsys.api.ImageCriteria
Returns the image type.
impersonateUser(String) - Method in class com.bmc.arsys.api.ARServerUser
Enables plug-ins, midtier or other program to run as an administrator in this session, but to perform operations as a specific user (with that user's permission and licensing in effect).
importDefFromBuffer(String) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding.
importDefFromBuffer(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding.
importDefFromBuffer(String, List<StructItemInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding.
importDefFromBuffer(String, int, List<StructItemInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. as of AR System 7.5, replaced by ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding.
importDefFromFile(String) - Method in class com.bmc.arsys.api.ARServerUser
Import all definitions into the server from given file.
importDefFromFile(String, int) - Method in class com.bmc.arsys.api.ARServerUser
Import all definitions, using the given import option, into the server from given file This operation can be performed by users with AR System administrator privileges only.
importDefFromFile(String, List<StructItemInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Import given object definitions into the server from given file.
importDefFromFile(String, int, List<StructItemInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Import the provided object definitions into the server using the specified import option.
importDefFromFile(String, int, List<StructItemInfo>, String) - Method in class com.bmc.arsys.api.ARServerUser
Import the provided object definitions into the server using the specified import option.
INDEX_LIST - Static variable in class com.bmc.arsys.api.FormCriteria
Returns indexes of form.
IndexInfo - Class in com.bmc.arsys.api
The IndexInfo class defines which fields are indexed on the form.
IndexInfo() - Constructor for class com.bmc.arsys.api.IndexInfo
 
IndexInfo(List<Integer>, boolean, String) - Constructor for class com.bmc.arsys.api.IndexInfo
Constructs a new IndexInfo object.
INFORMIX_DBN - Static variable in class com.bmc.arsys.api.ServerInfo
Informix database server name.
INFORMIX_RELAY_MOD - Static variable in class com.bmc.arsys.api.ServerInfo
Character string that indicates the Informix relay module.
INFORMIX_TBC - Static variable in class com.bmc.arsys.api.ServerInfo
Informix configuration file.
INGRES_VNODE - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
INIT_FORM - Static variable in class com.bmc.arsys.api.ServerInfo
An "Initial Form" to be loaded on Login that establishes an initial state.
INSTANCE_LIST - Static variable in class com.bmc.arsys.api.FieldCriteria
Deprecated. Prefer to use DISPLAY_INSTANCE_LIST.
INTEGER - Static variable in class com.bmc.arsys.api.DataType
32-bit signed integer data type.
IntegerField - Class in com.bmc.arsys.api
Integer fields accept integer values between –2147483647 and 2147483647.
IntegerField() - Constructor for class com.bmc.arsys.api.IntegerField
 
IntegerFieldLimit - Class in com.bmc.arsys.api
The IntegerFieldLimit class defines the value limits for an integer(DataType.INTEGER) field.
IntegerFieldLimit() - Constructor for class com.bmc.arsys.api.IntegerFieldLimit
 
IntegerFieldLimit(int, int) - Constructor for class com.bmc.arsys.api.IntegerFieldLimit
Constructs a new IntegerLimitInfo object
intValue() - Method in enum com.bmc.arsys.api.ARServerUser.ExecuteProcessActionType
 
intValue() - Method in class com.bmc.arsys.api.OutputInteger
 
IQuerySource - Interface in com.bmc.arsys.api
The IQuerySource interface defines methods common to objects that can be used as sources in the multi schema queries.
IS_CONSTANT - Static variable in class com.bmc.arsys.api.Keyword
 
IS_FUNCTION - Static variable in class com.bmc.arsys.api.Keyword
 
IS_INTEGER - Static variable in class com.bmc.arsys.api.Keyword
 
IS_TEMPORAL - Static variable in class com.bmc.arsys.api.Keyword
 
IS_TIME_RELATED - Static variable in class com.bmc.arsys.api.Keyword
 
isAdminFlag() - Method in class com.bmc.arsys.api.WfdUserContext
 
isAdministrator() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is an member of the Administrator group.
isAdvancedSearchMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isAllMonthDays() - Method in class com.bmc.arsys.api.EscalationTime
Checks if the month days specification indicates all month days
isApplyMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
IsArray(Object) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
isAssignmentByMatchingIds() - Method in class com.bmc.arsys.api.PushFieldsAction
 
isAssignmentByMatchingIds() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
isAssignmentToDefaults() - Method in class com.bmc.arsys.api.PushFieldsAction
 
isAssignmentToDefaults() - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
isClearAllMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isCloseAll() - Method in class com.bmc.arsys.api.CloseWindowAction
Retrieves the flag that indicates whether all the windows should be closed or not.
isCloseAll() - Method in class com.bmc.arsys.api.ExitGuideAction
Returns the flag that indicates whether all the guides should be closed or not.
isCloseBox() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns whether close box appears in the upper-right corner of the dialog box.
isCoreField() - Method in class com.bmc.arsys.api.Field
returns True if the field is a core field
isCoreFieldId(int) - Static method in class com.bmc.arsys.api.Field
returns True if the id is a core field id
isDeleteMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isDemo() - Method in class com.bmc.arsys.api.LicenseInfo
 
isDemo() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns TRUE if the license is a Demo license.
isEnable() - Method in class com.bmc.arsys.api.ActiveLink
Returns the flag identifying whether the active link is disabled (0) or enabled (1).
isEnable() - Method in class com.bmc.arsys.api.ArchiveInfo
Returns flag whether this archive is enabled or disabled.
isEnable() - Method in class com.bmc.arsys.api.AuditInfo
Returns flag whether this audit is enabled or disabled.
isEnable() - Method in class com.bmc.arsys.api.Escalation
Returns flag indicating whether this escalation is enabled or disabled.
isEnable() - Method in class com.bmc.arsys.api.Filter
Returns the flag to enable or disable this filter.
isEnabled() - Method in class com.bmc.arsys.api.LoggingInfo
Returns TRUE if logging is enabled.
isExtendingClassRegistered(Class) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
isFieldIdPresent(String) - Static method in class com.bmc.arsys.api.Util
Helper routine to find if any field id references is present in the given assignment strings.
isGLEWMSF17Compatible() - Method in class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
isGroupField(int) - Static method in class com.bmc.arsys.api.Field
 
isGroupField() - Method in class com.bmc.arsys.api.Field
 
isGroupList(int) - Static method in class com.bmc.arsys.api.Field
 
isGroupList() - Method in class com.bmc.arsys.api.Field
 
isHelpMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isHomeMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isIncludeHidden() - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Returns a boolean value that includes whether a form is hidden or not.
isInlineForm() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
isInputDefault() - Method in class com.bmc.arsys.api.OpenWindowAction
 
isLogoutMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isMemberOfBaseOverlayGroup() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is a member of the Base overlay group.
isMemberOfCustomizeGroup() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is a member of the Customize group.
isMemberOfGroup(int) - Method in class com.bmc.arsys.api.ARServerUser
Return is the current user member of the specified group
isMemberOfOverlayGroup() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is a member of an Overlay group.
isMenuMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isModifyAllMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isMultiAssignField(int) - Static method in class com.bmc.arsys.api.Field
 
isMultiAssignField() - Method in class com.bmc.arsys.api.Field
 
isNewRequestMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isNewSearchMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isNoMatchContinue() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns action to take if no requests match.
isNoMonthDays() - Method in class com.bmc.arsys.api.EscalationTime
Checks if no month days are specified, in which case the escalation time is every chosen week day
isOverrideLoopDetection() - Method in class com.bmc.arsys.api.DSOAction
 
isPollingMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isPreferencesMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
IsPrimitiveArray(Object) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
isPrintMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isReportingMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isRoleStateMappingField(int) - Static method in class com.bmc.arsys.api.Field
 
isRoleStateMappingField() - Method in class com.bmc.arsys.api.Field
 
isRowLevelAccessField(int) - Static method in class com.bmc.arsys.api.Field
 
isRowLevelAccessField() - Method in class com.bmc.arsys.api.Field
 
isSavedSearchMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isSearchMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isSetDefaultMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isShowStatusHistoryMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isSortOnLabel() - Method in class com.bmc.arsys.api.QueryMenu
Returns whether query menu sorts on label or not.
isStringizeFieldAssignments() - Method in class com.bmc.arsys.api.Config
 
isStringizeSetIfQualification() - Method in class com.bmc.arsys.api.Config
 
isStructAdmin() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is an member of the Struct Admin group.
isStructSubadmin() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is a member of the Struct Subadmin group.
isSubadminFlag() - Method in class com.bmc.arsys.api.WfdUserContext
 
isSubAdministrator() - Method in class com.bmc.arsys.api.ARServerUser
Checks if the user is a member of the Subadministrator group.
isSuppressEmptyLst() - Method in class com.bmc.arsys.api.OpenWindowAction
Returns action in Modify/Display/Report windows if no requests match.
isTime() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Returns true if the nType is the keyword TIME
isTimeRelated() - Method in class com.bmc.arsys.api.Keyword
 
isToolbarMenuItemEnabled() - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
isUnique() - Method in class com.bmc.arsys.api.IndexInfo
Returns list of fields with unique indexes.
isUseConnectionPooling() - Static method in class com.bmc.arsys.api.ProxyManager
 
isUsePromptingPane() - Method in class com.bmc.arsys.api.MessageAction
Returns the usePromptingPane flag.
isUser() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
Returns true if the nType is the keyword USER
isVisible() - Method in class com.bmc.arsys.api.OleAutomationAction
Returns whether the Automation Server is visible or not.
isWorkflowMaskOn() - Method in class com.bmc.arsys.api.LoggingInfo
 
iteratorCallback(Entry) - Method in interface com.bmc.arsys.api.IARRowIterator
Method called by getListEntryObjects on each each Entry object that it retrieves.

J

JOIN - Static variable in class com.bmc.arsys.api.DataType
Join field
JOIN - Static variable in class com.bmc.arsys.api.FormType
Returns all join forms.
JoinFieldMapping - Class in com.bmc.arsys.api
The JoinFieldMapping class contains the index of the base form and the ID of the field to map to this field.
JoinFieldMapping() - Constructor for class com.bmc.arsys.api.JoinFieldMapping
 
JoinFieldMapping(int, int) - Constructor for class com.bmc.arsys.api.JoinFieldMapping
 
JoinForm - Class in com.bmc.arsys.api
The JoinForm class represents a type of "compound form" consisting of a join between two or more AR System forms.
JoinForm() - Constructor for class com.bmc.arsys.api.JoinForm
 
JoinForm(String, String, QualifierInfo, int) - Constructor for class com.bmc.arsys.api.JoinForm
Constructs a JoinForm object.

K

KEYWORD - Static variable in class com.bmc.arsys.api.DataType
Integer identifying the particular keyword
Keyword - Class in com.bmc.arsys.api
The Keyword class represents keywords you can use in qualification criteria.

L

LABEL - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the label for this container.
LABEL_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Form tag for version control label
LABELED_OBJ_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Form tag for version control labeled object
LAST_CHANGED - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns user who made last change to specified object.
LicenseInfo - Class in com.bmc.arsys.api
The LicenseInfo class represents detailed information about licenses.
LicenseInfo() - Constructor for class com.bmc.arsys.api.LicenseInfo
Default constructor
LicenseInfo(String, String, String, Date, Date, String, String, int, String, String) - Constructor for class com.bmc.arsys.api.LicenseInfo
Accepts string.
LicenseValidInfo - Class in com.bmc.arsys.api
The LicenseValidInfo class represents validation information for a license.
LicenseValidInfo() - Constructor for class com.bmc.arsys.api.LicenseValidInfo
Default constructor
LicenseValidInfo(int, boolean, Date, String) - Constructor for class com.bmc.arsys.api.LicenseValidInfo
Constructs new LicenseValidInfo object that accepts string.
LIMIT - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns value limits of specified field.
LIST_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
ListMenu - Class in com.bmc.arsys.api
The ListMenu class returns a list of items used in list menus.
ListMenu() - Constructor for class com.bmc.arsys.api.ListMenu
 
ListMenu(List<MenuItem>) - Constructor for class com.bmc.arsys.api.ListMenu
 
load(Class<?>) - Method in class com.bmc.arsys.api.ARTypeMgr
 
load(Class, String) - Static method in class com.bmc.arsys.api.NativeLibraryLoader
 
loadAll() - Method in class com.bmc.arsys.api.ARTypeMgr
 
LOCAL_VARIABLE - Static variable in class com.bmc.arsys.api.OperandType
Local variable for filters and active links.
LOCALE - Static variable in class com.bmc.arsys.api.ViewCriteria
Locale of specified VUI.
LOCALIZED_SERVER - Static variable in class com.bmc.arsys.api.ServerInfo
Localized server for localized error messages.
LocalizedRequestInfo - Class in com.bmc.arsys.api
The LocalizedRequestInfo class is used to describe the properties of a message.
LocalizedRequestInfo() - Constructor for class com.bmc.arsys.api.LocalizedRequestInfo
 
LocalizedRequestInfo(String, int) - Constructor for class com.bmc.arsys.api.LocalizedRequestInfo
 
LocalizedRequestInfo(String, int, int, int) - Constructor for class com.bmc.arsys.api.LocalizedRequestInfo
 
LocalizedRequestInfo(String, int, int) - Constructor for class com.bmc.arsys.api.LocalizedRequestInfo
 
LocalizedRequestInfo(String, int, int, int, int) - Constructor for class com.bmc.arsys.api.LocalizedRequestInfo
 
LocalizedValueCriteria - Class in com.bmc.arsys.api
The LocalizedValueCriteria class defines what values you want returned for a particular message, that is, whether you want to return the message text value, the time stamp, or both.
LocalizedValueCriteria() - Constructor for class com.bmc.arsys.api.LocalizedValueCriteria
 
LocalizedValueInfo - Class in com.bmc.arsys.api
LocalizedValueInfo object contains the message text corresponding to the Message Type and Name in the AR System Message Catalog form.
LocalizedValueInfo() - Constructor for class com.bmc.arsys.api.LocalizedValueInfo
Default constructor
LocalizedValueInfo(Value, Timestamp) - Constructor for class com.bmc.arsys.api.LocalizedValueInfo
 
log(Logger, Object, int) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
log(String) - Method in interface com.bmc.arsys.api.IARServerLogInterface
 
log(String) - Method in class com.bmc.arsys.api.LoggingInfo
Writes the log information from the status list to the file provided by the client.
LogAction - Class in com.bmc.arsys.api
The LogAction class is used to define the log to file workflow action within filters or escalations.
LogAction() - Constructor for class com.bmc.arsys.api.LogAction
 
LogAction(String) - Constructor for class com.bmc.arsys.api.LogAction
 
LOGFILE_APPEND - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (0/1) value that indicates whether to create a separate *.bak file or to append to the existing log file.
LoggingInfo - Class in com.bmc.arsys.api
The LoggingInfo class updates the indicated logging information for the specified server.
LoggingInfo() - Constructor for class com.bmc.arsys.api.LoggingInfo
 
LoggingInfo(boolean, long, long, String) - Constructor for class com.bmc.arsys.api.LoggingInfo
Default constructor
login() - Method in class com.bmc.arsys.api.ARServerUser
Logs in to the server and verifies the user.
logout() - Method in class com.bmc.arsys.api.ARServerUser
Releases the user from the server, and clears the user from ARServerUser.
longValue() - Method in class com.bmc.arsys.api.OutputInteger
 

M

m_fldID - Variable in class com.bmc.arsys.api.SortInfo
The InternalID associated with the field to sort on.
m_order - Variable in class com.bmc.arsys.api.SortInfo
An integer value indicating the sort order for the field (1 - ascending, 2 - descending).
MacroParmInfo - Class in com.bmc.arsys.api
The MacroParmInfo class lets you enter a name/value pair of the parameters used in the Run Macro active link action (RunMacroAction).
MacroParmInfo() - Constructor for class com.bmc.arsys.api.MacroParmInfo
constructor
MacroParmInfo(String, String) - Constructor for class com.bmc.arsys.api.MacroParmInfo
 
MAX_AUDIT_LOG_FILE_SIZE - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum size of audit log file.
MAX_DAYS - Static variable in class com.bmc.arsys.api.EscalationInterval
The maximum number of days that can be specified without overflowing integer maximum value.
MAX_ENTRIES - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum number of entries returned by a single query.
MAX_F_DAEMONS - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
MAX_L_DAEMONS - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
MAX_LOG_FILE_SIZE - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum size for system log files.
MAX_SCHEMAS - Static variable in class com.bmc.arsys.api.ServerInfo
Maximum number of forms allowed.
MAXHOSTNAMELEN - Static variable in interface com.bmc.arsys.api.Constants
Maximum size of a server name.
MAXIMIZE_FORMS - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a boolean value in container that specifies whether to maximize the forms of an application.
Menu - Class in com.bmc.arsys.api
The Menu class and methods are used to represent the properties of menu objects.
Menu() - Constructor for class com.bmc.arsys.api.Menu
 
Menu(String) - Constructor for class com.bmc.arsys.api.Menu
 
MENU_DEFINITION - Static variable in class com.bmc.arsys.api.MenuCriteria
Definition of the menu.
MenuCriteria - Class in com.bmc.arsys.api
The MenuCriteria class is used to specify the list of Menu information to retrieve from the AR System server.
MenuCriteria() - Constructor for class com.bmc.arsys.api.MenuCriteria
 
MenuItem - Class in com.bmc.arsys.api
Each MenuItem represents an individual menu item of a list menu.
MenuItem() - Constructor for class com.bmc.arsys.api.MenuItem
 
MenuItem(String, String) - Constructor for class com.bmc.arsys.api.MenuItem
 
MenuItem(String, List<MenuItem>) - Constructor for class com.bmc.arsys.api.MenuItem
 
MenuItem.MENUTYPE - Enum in com.bmc.arsys.api
 
mergeEntry(String, Entry, int) - Method in class com.bmc.arsys.api.ARServerUser
Merges an existing entry into the indicated form on the specified server.
mergeEntry(String, Entry, int, QualifierInfo, int) - Method in class com.bmc.arsys.api.ARServerUser
 
MESSAGE_CAT_SCHEMA - Static variable in class com.bmc.arsys.api.ServerInfo
Name of message catalog form for localized error messages.
MessageAction - Class in com.bmc.arsys.api
The MessageAction class is used to define the message information that is generally used to display an interactive error, warning, or note.
MessageAction() - Constructor for class com.bmc.arsys.api.MessageAction
constructor
MessageAction(int, int, String, boolean) - Constructor for class com.bmc.arsys.api.MessageAction
Constructs a new MessageAction object with the following parameters:
MethodValidator - Class in com.bmc.arsys.api
Reserved for internal use.
MethodValidator() - Constructor for class com.bmc.arsys.api.MethodValidator
 
MethodValidator(String) - Constructor for class com.bmc.arsys.api.MethodValidator
 
MID_TIER_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
Mid tier password.
MINIMUM_API_VER - Static variable in class com.bmc.arsys.api.ServerInfo
Value indicating the minimum API version that the server supports.
MULT_ASSIGN_GROUPS - Static variable in class com.bmc.arsys.api.ServerInfo
Multiple assign groups for Field 112 (row level access).
MULTI_SERVER - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (0/1) value indicating the use of the multi-server option.

N

NAME - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns the name of the specified object.
NativeLibraryLoader - Class in com.bmc.arsys.api
This class is used to load the Native Library
NativeLibraryLoader() - Constructor for class com.bmc.arsys.api.NativeLibraryLoader
 
NEEDS_FIELDID - Static variable in class com.bmc.arsys.api.Keyword
 
newInstance(ExtendedClassRegistry, Class<T>) - Static method in class com.bmc.arsys.api.ExtendedClassRegistry
 
newInstance(Class<T>) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
newInstance(T) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
newInstanceArray(ExtendedClassRegistry, Class<T>, int) - Static method in class com.bmc.arsys.api.ExtendedClassRegistry
 
newInstanceArray(Class<T>, int) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
NewObject(Class<T>, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(boolean) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(byte) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(char) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(short) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(int) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(long) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(float) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObject(double) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObjectArray(int) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NewObjectArray(Class<?>, int, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
NFY_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.) TCP port that the Notifier server will use.
NO_PREFIX_STYLE - Static variable in class com.bmc.arsys.api.NoPrefixToStringStyle
 
NONE - Static variable in class com.bmc.arsys.api.ContainerOwner
containers globally owned (not owned by any object)
NONE - Static variable in class com.bmc.arsys.api.ReferenceType
No references
NoPrefixToStringStyle - Class in com.bmc.arsys.api
A ToStringStyle which uses no class name and no hash code.
NOTIF_OUTBOUND_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
Alert outbound port.
NOTIF_SCHEMA - Static variable in class com.bmc.arsys.api.ServerInfo
Name of form holding alert events.
NOTIF_SEND_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Number of seconds to wait before sending timeout.
NOTIF_SOURCE_AR - Static variable in class com.bmc.arsys.api.ServerInfo
AR System source tag.
NOTIF_SOURCE_FB - Static variable in class com.bmc.arsys.api.ServerInfo
Flashboards source tag.
NOTIFICATION_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
File used for notification (alerts) log.
NotifyAction - Class in com.bmc.arsys.api
The NotifyActionInfo class is used to to send a message to specified users or groups by email, Remedy Alert, or other mechanism for any transaction that meets the filter or escalation conditions.
NotifyAction() - Constructor for class com.bmc.arsys.api.NotifyAction
constructor
NotifyAction(String, String, int, int, int, String, int, List<Integer>, int, int) - Constructor for class com.bmc.arsys.api.NotifyAction
 
NULL - Static variable in class com.bmc.arsys.api.DataType
Specifies NULL value.
NULL_STRING - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a NULL string.

O

OBEJCT_PROPERTY_LIST - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns object properties of specified field.
OBJ_MODIFICATION_LOG_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Form tag for version control object modification log
OBJ_PROPERTY_LIST - Static variable in class com.bmc.arsys.api.ViewCriteria
Object Property List
OBJ_RESERVATION_FORM_NAME - Static variable in interface com.bmc.arsys.api.Constants
Form tag for version control object reservation
ObjectArrayFromVariant(Class<T>, Object, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
ObjectArrayToVariant(T[], ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
ObjectBase - Class in com.bmc.arsys.api
The ObjectBase class is used to store the information common to most AR System objects, for example, their help text, change diaries, permissions, and so on.
ObjectBaseCriteria - Class in com.bmc.arsys.api
This class is base class of all the object criteria class.
ObjectFromVariant(Class<T>, Object, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
OBJECTID - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the objectId.
ObjectListFromVariant(Class<T>, Object, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
ObjectListToVariant(List, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
ObjectOperationTimes - Class in com.bmc.arsys.api
This class represents the operation timestamp of the objects.
ObjectOperationTimes() - Constructor for class com.bmc.arsys.api.ObjectOperationTimes
 
ObjectOperationTimes(Timestamp, Timestamp, Timestamp) - Constructor for class com.bmc.arsys.api.ObjectOperationTimes
 
ObjectPrinter - Class in com.bmc.arsys.api
This abstract ObjectPrinter class contains the utility methods to print out all possible AR objects and strings.
ObjectPrinter() - Constructor for class com.bmc.arsys.api.ObjectPrinter
 
ObjectPropertyMap - Class in com.bmc.arsys.api
The ObjectPropertyMap class defines the object properties of ARSystem object
ObjectPropertyMap() - Constructor for class com.bmc.arsys.api.ObjectPropertyMap
 
ObjectPropertyMap(Comparator<? super Integer>) - Constructor for class com.bmc.arsys.api.ObjectPropertyMap
 
ObjectPropertyMap(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ObjectPropertyMap
 
ObjectPropertyMap(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ObjectPropertyMap
 
ObjectToVariant(T, ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
OleAutomationAction - Class in com.bmc.arsys.api
The AutomationInfo class is used to define the information of an OLE Automation active link action.
OleAutomationAction() - Constructor for class com.bmc.arsys.api.OleAutomationAction
constructor
OleAutomationAction(String, String, String, boolean, List<COMMethodInfo>) - Constructor for class com.bmc.arsys.api.OleAutomationAction
 
onAlertRecieved(AlertMessageInfo) - Method in interface com.bmc.arsys.api.AlertCallbackHandler
Call back method to return the received Alert Message.
OpenWindowAction - Class in com.bmc.arsys.api
The OpenDialogInfo class is used to open all 10 types of AR System windows, including: Constants.AR_ACTIVE_LINK_ACTION_OPEN_DLG Constants.AR_ACTIVE_LINK_ACTION_OPEN_SEARCH Constants.AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT Constants.AR_ACTIVE_LINK_ACTION_OPEN_REPORT
OpenWindowAction() - Constructor for class com.bmc.arsys.api.OpenWindowAction
 
OpenWindowAction(String, String, String, boolean, List<FieldAssignInfo>, List<FieldAssignInfo>, int, QualifierInfo, boolean, MessageAction, int, OpenWindowAction.ReportInfo, List<SortInfo>, String, boolean) - Constructor for class com.bmc.arsys.api.OpenWindowAction
 
OpenWindowAction.ReportInfo - Class in com.bmc.arsys.api
The ReportInfo class has properties of the report.
OpenWindowAction.ReportInfo() - Constructor for class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
OperandType - Class in com.bmc.arsys.api
The OperandType class defines the operands that can be used in any relational operation that compares values, for example, in qualifications.
OPERATION_SET - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns information about form operations that trigger the filter.
OPTION - Static variable in class com.bmc.arsys.api.FieldCriteria
Returns whether users must enter a value into the specified field.
optionSet(int) - Method in class com.bmc.arsys.api.Field
Reserved for internal use.
ORACLE_QUERY_ON_CLOB - Static variable in class com.bmc.arsys.api.ServerInfo
Support search on Oracle CLOB field.
ORACLE_SID - Static variable in class com.bmc.arsys.api.ServerInfo
System ID of the Oracle database you are accessing.
ORACLE_TWO_T - Static variable in class com.bmc.arsys.api.ServerInfo
The two-task environment setting for remote access to an Oracle database.
ORDER - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns execution order (from 0 to 1000) of specified active link.
ORDER - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns execution order (from 0 to 1000) of specified filter.
OS - Static variable in class com.bmc.arsys.api.ServerInfo
Character string that indicates the server operating system, which includes the version number.
OutputInteger - Class in com.bmc.arsys.api
This OutputInteger class provides a class to represent an Integer object whose value can be changed by the callee.
OutputInteger() - Constructor for class com.bmc.arsys.api.OutputInteger
 
OutputInteger(int) - Constructor for class com.bmc.arsys.api.OutputInteger
Creates a new object with value val.
OutputInteger(long) - Constructor for class com.bmc.arsys.api.OutputInteger
 
OverlaidInfo - Class in com.bmc.arsys.api
The OverlaidInfo class and methods are used to represent the properties of overlaid objects.
OverlaidInfo() - Constructor for class com.bmc.arsys.api.OverlaidInfo
 
OverlaidInfo(String, int, String, int, String) - Constructor for class com.bmc.arsys.api.OverlaidInfo
 
OverlayPropInfo - Class in com.bmc.arsys.api
The OverlayPropInfo class and methods are used to represent the properties of overlay objects created.
OverlayPropInfo() - Constructor for class com.bmc.arsys.api.OverlayPropInfo
 
OverlayPropInfo(String, int) - Constructor for class com.bmc.arsys.api.OverlayPropInfo
 
OWNER - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns owning user of specified object.

P

PACKINGLIST - Static variable in class com.bmc.arsys.api.ContainerType
Packing list container
PackingList - Class in com.bmc.arsys.api
A packing list is a container of objects that acts as a list.
PackingList() - Constructor for class com.bmc.arsys.api.PackingList
 
PACKINGLIST_APP - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a packing list's reference to an application
PACKINGLIST_DSOPOOL - Static variable in class com.bmc.arsys.api.ReferenceType
 
PACKINGLIST_FILTER_GUIDE - Static variable in class com.bmc.arsys.api.ReferenceType
 
PACKINGLIST_GUIDE - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a packing list's reference to a Guide
PACKINGLIST_PACK - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a packing list's reference to a packing list
PACKINGLIST_WEBSERVICE - Static variable in class com.bmc.arsys.api.ReferenceType
 
PAGE - Static variable in class com.bmc.arsys.api.DataType
Page field.
PAGE_HOLDER - Static variable in class com.bmc.arsys.api.DataType
Page holder field.
PageField - Class in com.bmc.arsys.api
Page fields are composed of a page holder containing one or more tabbed pages.
PageField() - Constructor for class com.bmc.arsys.api.PageField
 
PageHolderField - Class in com.bmc.arsys.api
This class represent Page Holder Fields.
PageHolderField() - Constructor for class com.bmc.arsys.api.PageHolderField
 
ParameterValidator - Class in com.bmc.arsys.api
This class is used to validate all the input parameters.
ParameterValidator() - Constructor for class com.bmc.arsys.api.ParameterValidator
 
ParameterValidator(String) - Constructor for class com.bmc.arsys.api.ParameterValidator
 
parse(String) - Static method in class com.bmc.arsys.api.DDEAction
 
parseAssignment(String, String, Field, List<Field>, List<Field>, String, String, int, boolean, boolean, boolean, int) - Method in class com.bmc.arsys.api.ARServerUser
Constructs a AssignInfo object given a string representation.
parseAssignment(String, int, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Parses a given readable assignment into internal structure
parseFilterQualification(String, String) - Method in class com.bmc.arsys.api.ARServerUser
Parse a qualification that can be used with in a Filter Run If qualification
parseQualification(String, String) - Method in class com.bmc.arsys.api.ARQualifierHelper
 
parseQualification(String, String, String) - Method in class com.bmc.arsys.api.ARQualifierHelper
Parses the qualification string and returns the QualifierInfo object
parseQualification(String, List<Field>, List<Field>, int) - Method in class com.bmc.arsys.api.ARServerUser
Constructs a QualifierInfo object given a string representation.
parseQualification(String, List<Field>, List<Field>, int, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Constructs a QualifierInfo object given a string representation.
parseQualification(String, String) - Method in class com.bmc.arsys.api.ARServerUser
Parses a given readable qualification string into internal structure.
parseQualification(String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Parses a given qualification into internal structure.
parseSetIfQualification(String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
Parses a given qualification (used as Set-If condition of a SetFields workflow action) into internal structure
passcount - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
passivate() - Method in class com.bmc.arsys.api.Container
AR System reserved method.
performMappingForClass(T, Class<T>, Object[], ARServerUser) - Method in class com.bmc.arsys.api.ARTypeMgr
 
PermissionInfo - Class in com.bmc.arsys.api
The PermissionInfo class specifies the permissions for an AR System object.
PermissionInfo() - Constructor for class com.bmc.arsys.api.PermissionInfo
 
PermissionInfo(int) - Constructor for class com.bmc.arsys.api.PermissionInfo
 
PermissionInfo(int, int) - Constructor for class com.bmc.arsys.api.PermissionInfo
 
PERMISSIONS - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns list of groups who can access specified object.
PLUGIN_ALIAS - Static variable in class com.bmc.arsys.api.ServerInfo
List of plug-in aliases.
PLUGIN_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Log file name for arplugin.
PLUGIN_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
Plug-in server's password.
PLUGIN_TARGET_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
Password used by plug-in server clients.
PREFERENCE_PRIORITY - Static variable in class com.bmc.arsys.api.ServerInfo
Priority number for preference server.
prepareEntryId(Object[]) - Static method in class com.bmc.arsys.api.Entry
Reserved for internal use.
print(String, String, T) - Method in class com.bmc.arsys.api.ObjectPrinter
 
print(String, String, List<T>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
print(String, String, Set<T>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
print(String, String, String[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLink(String, String, ActiveLink) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkActionInfo(String, String, ActiveLinkAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkActionInfoList(String, String, List<ActiveLinkAction>, boolean) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkActionName(String, String, long) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkList(String, String, ActiveLink[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkListNames(String, String, List<ActiveLink>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printActiveLinkName(String, String, ActiveLink) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAlertMessageInfo(String, String, AlertMessageInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printArchiveInfo(String, String, ArchiveInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printARException(ARException) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printArithmeticOperationInfo(String, String, ArithmeticOperationInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printArithmeticOrRelationalOperand(String, String, ArithmeticOrRelationalOperand) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printArithOpAssignInfo(String, String, ArithOpAssignInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printARServerUser(String, String, ARServerUser) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printARSetGetStatusException(ARSetGetEntryException) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAssignFieldInfo(String, String, AssignFieldInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAssignInfo(String, String, AssignInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAssignInfoList(String, String, AssignInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAssignSQLInfo(String, String, AssignSQLInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAttachmentInfo(String, String, AttachmentValue) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAttachmentLimitInfo(String, String, AttachmentFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printAuditInfo(String, String, AuditInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printBitMask(String, String, Long) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printBoolean(String, String, boolean, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printBreakpoint(String, WfdBreakpoint, boolean) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printBulkEntryReturnList(String, String, List<BulkEntryReturn>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printByte(byte) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printByte(String, String, byte, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printByteListInfo(String, String, ByteListValue) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCallGuideInfo(String, String, CallGuideAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printChangeFieldAction(String, String, ChangeFieldAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharLimitInfo(String, String, CharacterFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuFileInfo(String, String, FileMenu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuInfo(String, String, Menu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuItemInfo(String, String, MenuItem) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuItemInfoList(String, String, List<MenuItem>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuListInfo(String, String, ListMenu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuQueryInfo(String, String, QueryMenu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCharMenuSQLInfo(String, String, SqlMenu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCloseWindowAction(String, String, CloseWindowAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printColumnLimitInfo(String, String, ColumnFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCOMMethodInfo(String, String, COMMethodInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCOMMethodInfoList(String, String, COMMethodInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCOMMethodParmInfo(String, String, COMMethodParmInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCOMMethodParmInfoList(String, String, List<COMMethodParmInfo>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCOMValueInfo(String, String, COMValueInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printContainer(String, String, Container) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printContainerList(String, String, Container[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printContainerOwner(String, String, ContainerOwner) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printContainerOwnerList(String, String, ContainerOwner[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printContainerType(String, String, ContainerType) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCoordinateInfoList(String, String, CoordinateInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCurrencyInfo(String, String, CurrencyValue) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCurrencyLimitInfo(String, String, CurrencyFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printCurrentLocation(String, WfdDebugLocation) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDataType(String, String, DataType) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDayInfo(String, String, DayInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDDEAction(String, String, DDEAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDecimal(String, String, BigDecimal) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDecimalLimitInfo(String, String, DecimalFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDiaryLimitInfo(String, String, DiaryFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDiaryList(String, String, DiaryListValue) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDiaryList(String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDisplayLimits(String, String, DisplayFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printDouble(String, String, Double) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntry(String, String, Entry) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryIdList(String, String, String[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryKey(String, String, EntryKey) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryKeyList(String, String, EntryKey[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryList(String, String, Entry[], boolean[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryListFieldInfo(String, String, EntryListFieldInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryListFieldInfoList(String, String, List<EntryListFieldInfo>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryListInfo(String, String, EntryListInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryListInfoList(String, String, EntryListInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryPoint(String, String, EntryPointInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEntryReturn(String, EntryReturn) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEnum(String, String, Integer) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEnumItem(String, String, EnumItem) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEnumItemList(String, String, EnumItem[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEnumLimitInfo(String, String, SelectionFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalation(String, String, Escalation) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalationList(String, String, List<Escalation>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalationListNames(String, String, List<Escalation>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalationName(String, String, Escalation) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalationTime(String, String, EscalationTime) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printEscalationTmInfo(String, String, EscalationTimeCriteria) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printExitGuideInfo(String, String, ExitGuideAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printExternalReference(String, String, ExternalReference) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printExtFieldCandidatesInfo(String, String, ExtFieldCandidatesInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printField(String, String, Field) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldAssignInfo(String, String, FieldAssignInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldKeyList(String, String, FieldKey[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldLimitInfo(String, String, FieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldList(String, String, Field[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldMappingInfo(String, String, FieldMapping) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldMappingInfoList(String, String, FieldMapping[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFieldPermissionInfo(String, String, PermissionInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilter(String, String, Filter) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterAction(String, String, FilterAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterActionInfoList(String, String, FilterAction[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterActionName(String, String, long) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterList(String, String, Filter[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterListNames(String, String, List<Filter>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterName(String, String, Filter) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFilterStatusInfo(String, String, FilterMessageAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFloat(float) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFloat(String, String, float, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printForm(String, String, Form) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFormAliasInfo(String, String, FormAliasInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printFunctionAssignInfo(String, String, FunctionAssignInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printGotoActionInfo(String, String, GotoAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printGotoGuideLabelInfo(String, String, GotoGuideLabelAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printGroupInfo(String, String, GroupInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printGroupInfoList(String, String, GroupInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printHeader(String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printImage(String, String, Image) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printImageList(String, String, List<String>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printIndexInfo(String, String, IndexInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printIndexInfoList(String, String, List<IndexInfo>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printInt(String, String, int, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printInteger(String, String, Integer) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printInteger(String, String, OutputInteger) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printIntegerLimitInfo(String, String, IntegerFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printIntList(String, String, int[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printIntList(String, String, List<Integer>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printKeyword(String, String, Keyword) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLicenseInfo(String, String, LicenseInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLicenseInfoList(String, String, LicenseInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLicenseValidInfo(String, String, LicenseValidInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLicenseValidList(String, String, LicenseValidInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLicensKeyIDList(String, String, String[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLong(long) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printLong(String, String, long, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMacroParmInfo(String, String, MacroParmInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMacroParmInfoList(String, String, Map<String, String>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMenu(String, String, Menu) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMenuList(String, String, Menu[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMessageInfo(String, String, MessageAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printMultiStatusInfoList(String, String, List<List<StatusInfo>>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printNewLine() - Method in class com.bmc.arsys.api.ObjectPrinter
 
printNotifyActionInfo(String, String, NotifyAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printObjectOperationTimes(String, String, Map<Integer, ObjectOperationTimes>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printOleAutomationAction(String, String, OleAutomationAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printOpenWindowAction(String, String, OpenWindowAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printOverlayPropInfo(String, String, OverlayPropInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPermissionInfo(String, String, PermissionInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPermissionInfoList(String, String, List<PermissionInfo>, boolean) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPermissionInfoList(String, String, PermissionInfo[], boolean) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printProcessResult(String, String, ProcessResult) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPropertyMap(String, String, PropertyMap) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPropertyTag(String, String, int) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPropInfo(String, String, PropInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPropInfoList(String, String, PropInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPushFieldsAction(String, String, PushFieldsAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPushFieldsInfo(String, String, PushFieldsInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printPushFieldsInfoList(String, String, PushFieldsInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printQualifierInfo(String, String, QualifierInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printQualifierOperationCode(String, String, int) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printQueryInfo(String, String, QueryInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printQuerySource(String, String, IQuerySource) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printRealLimitInfo(String, String, RealFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printReference(String, String, Reference) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printReferenceList(String, String, Reference[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printReferenceList(String, String, List<Reference>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printReferenceType(String, String, ReferenceType) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printRelationalOperationInfo(String, String, RelationalOperationInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printResult(String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printResultHeader(String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printReturnCode(String, int) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printRoleInfo(String, String, RoleInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printRoleInfoList(String, String, RoleInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printRunMacroAction(String, String, RunMacroAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printServerInfo(String, String, ServerInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printServerInfoList(String, String, ServerInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSetFieldsActionInfo(String, String, SetFieldsAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSortInfo(String, String, SortInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSQLInfo(String, String, DirectSqlAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSQLResult(String, String, SQLResult) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatisticsResultInfo(String, String, StatisticsResultInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatisticsResultInfoList(String, String, StatisticsResultInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatusHistoryString(String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatusHistoryValue(String, String, StatusHistoryValueIndicator) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatusInfo(String, String, StatusInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatusInfoList(String, String, StatusInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStatusInfoList(String, String, List<StatusInfo>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printString(String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printString(String, String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printString(String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printStringWithoutNewLine(String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSupportFile(String, String, SupportFile) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSupportFileKey(String, String, SupportFileKey) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printSupportFileList(String, String, SupportFile[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printTableLimitInfo(String, String, TableFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printTimeOfDay(String, String, Time) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printTimestamp(String, String, Timestamp) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printTimestampList(String, String, Timestamp[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printULong(String, String, String, String) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printUserInfo(String, String, UserInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printUserInfoList(String, String, UserInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printUserLicenseInfo(String, String, UserLicenseInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printUserLicenseInfoList(String, String, UserLicenseInfo[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printValidateFormCache(String, String, ValidateFormCacheInfo) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printValue(String, String, Value) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printValueList(String, String, List<Value>) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printView(String, String, View) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printViewLimits(String, String, ViewFieldLimit) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printViewList(String, String, View[]) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printWaitAction(String, String, WaitAction) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printWfdUserContext(String, WfdUserContext) - Method in class com.bmc.arsys.api.ObjectPrinter
 
printXMLEntryReturn(String, XMLEntryReturn) - Method in class com.bmc.arsys.api.ObjectPrinter
 
PRIORITY - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the priority.
ProcessResult - Class in com.bmc.arsys.api
The ProcessResult performs the indicated command on the specified server.
PROPERTY_LIST - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns object property tags of specified object.
PropertyMap - Class in com.bmc.arsys.api
The PropertyMap class is abstract class which defines the object properties of ARSystem object.
PropertyMap() - Constructor for class com.bmc.arsys.api.PropertyMap
 
PropertyMap(Comparator<? super Integer>) - Constructor for class com.bmc.arsys.api.PropertyMap
 
PropertyMap(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.PropertyMap
 
PropertyMap(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.PropertyMap
 
PropInfo - Class in com.bmc.arsys.api
The PropInfo class uses a tag-value pair (AR_DROP_/AR_DVAL_) to describe the properties of server objects in the AR System.
PropInfo(int, Value) - Constructor for class com.bmc.arsys.api.PropInfo
Constructs a new PropInfo object which consists of a tag-value pair and is used to describe the properties of server objects in the AR System.
ProxyManager - Class in com.bmc.arsys.api
ProxyManager is a factory class that provides clients with Proxy instances.
ProxyManager.PoolInfo - Class in com.bmc.arsys.api
 
ProxyManager.PoolInfo(int, int, long, ARTimeUnit) - Constructor for class com.bmc.arsys.api.ProxyManager.PoolInfo
public construction to be used as parameter in adjustConnectionPoolVariables.
PS_RPC_SOCKET - Static variable in class com.bmc.arsys.api.ServerInfo
RPC program number and port pairs the Private Servers will use.
PushFieldsAction - Class in com.bmc.arsys.api
The PushFieldsAction class is used to change the values of fields in existing entries or create a new entry during a transaction.
PushFieldsAction() - Constructor for class com.bmc.arsys.api.PushFieldsAction
 
PushFieldsAction(String, String, List<PushFieldsInfo>) - Constructor for class com.bmc.arsys.api.PushFieldsAction
 
PushFieldsInfo - Class in com.bmc.arsys.api
The PushFieldsInfo class is used to transfer values from selected fields in the current request to the same or another request each time an operation is successful and conditions are met.
PushFieldsInfo() - Constructor for class com.bmc.arsys.api.PushFieldsInfo
constructor
PushFieldsInfo(AssignFieldInfo, AssignInfo) - Constructor for class com.bmc.arsys.api.PushFieldsInfo
 
put(Integer, Value) - Method in class com.bmc.arsys.api.Entry
Associates the specified value (field value) with the specified key (field id) in the entry object.
putAll(Map<? extends Integer, ? extends Value>) - Method in class com.bmc.arsys.api.Entry
Copies all of the mappings from the specified map to this entry object.

Q

QualifierFromFieldInfo - Class in com.bmc.arsys.api
The QualifierFromFieldInfo class is used for dynamic qualification, which means the qualifier string can be obtained from a field.
QualifierFromFieldInfo() - Constructor for class com.bmc.arsys.api.QualifierFromFieldInfo
 
QualifierFromFieldInfo(int) - Constructor for class com.bmc.arsys.api.QualifierFromFieldInfo
Constructs external qualification branch.
QualifierFromFieldInfo(int, int) - Constructor for class com.bmc.arsys.api.QualifierFromFieldInfo
 
QualifierInfo - Class in com.bmc.arsys.api
The QualifierInfo class is composed of a set of zero or more conditions that limit the set of entries retrieved.
QualifierInfo() - Constructor for class com.bmc.arsys.api.QualifierInfo
Default Constructor
QualifierInfo(int, QualifierInfo, QualifierInfo) - Constructor for class com.bmc.arsys.api.QualifierInfo
Constructor to represent operations between QualifierInfo objects
QualifierInfo(RelationalOperationInfo) - Constructor for class com.bmc.arsys.api.QualifierInfo
Constructor to allow relational operation
QualifierInfo(QualifierFromFieldInfo) - Constructor for class com.bmc.arsys.api.QualifierInfo
Constructor to allow dynamic qualifier
QUERY - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns qualifications which execute the specified active link.
QUERY - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns qualifications which execute the specified escalation.
QUERY - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns qualifications that execute the specified filter.
QUERY_INFO - Static variable in class com.bmc.arsys.api.OperandType
Query another form for filters or active links.
QueryBase - Class in com.bmc.arsys.api
The QueryBase class is used to define the properties of a dynamic query.
QueryBase() - Constructor for class com.bmc.arsys.api.QueryBase
 
QueryFormField - Class in com.bmc.arsys.api
The QueryFormField class contains the field information consumed by dynamic queries.
QueryFormField() - Constructor for class com.bmc.arsys.api.QueryFormField
Default constructor.
QueryFormField(int, IQuerySource) - Constructor for class com.bmc.arsys.api.QueryFormField
Constructs the QueryFormFieldId using fieldId and IQuerySource field's source.
QueryFormField(int, int, IQuerySource) - Constructor for class com.bmc.arsys.api.QueryFormField
Constructs the QueryFormFieldId using fieldId, funcId and IQuerySource field's source.
QueryInfo - Class in com.bmc.arsys.api
The QueryInfo class represents how a query should be processed.
QueryInfo() - Constructor for class com.bmc.arsys.api.QueryInfo
 
QueryInfo(String, String, QualifierInfo, int, int) - Constructor for class com.bmc.arsys.api.QueryInfo
 
QueryMenu - Class in com.bmc.arsys.api
The QueryMenu class returns information for query menus.
QueryMenu(String, String, QualifierInfo, int, int, boolean, String, String) - Constructor for class com.bmc.arsys.api.QueryMenu
 
QueryMenu(String, String, QualifierInfo, List<Integer>, int, boolean, String, String) - Constructor for class com.bmc.arsys.api.QueryMenu
 
QuerySourceForm - Class in com.bmc.arsys.api
The QuerySourceForm class represents the form containing the entries to be retrieved through a dynamic query.
QuerySourceForm() - Constructor for class com.bmc.arsys.api.QuerySourceForm
 
QuerySourceForm(String) - Constructor for class com.bmc.arsys.api.QuerySourceForm
 
QuerySourceForm(String, IQuerySource, int, QualifierInfo) - Constructor for class com.bmc.arsys.api.QuerySourceForm
 
QuerySourceValues - Class in com.bmc.arsys.api
The QuerySourceValues represents query source-related data in the form of field/value pairs.
QuerySourceValues() - Constructor for class com.bmc.arsys.api.QuerySourceValues
 

R

REAL - Static variable in class com.bmc.arsys.api.DataType
64-bit floating-point data type.
RealField - Class in com.bmc.arsys.api
Real number fields accept and contain floating-point numbers, which are useful for displaying very small and very large numbers.
RealField() - Constructor for class com.bmc.arsys.api.RealField
 
RealFieldLimit - Class in com.bmc.arsys.api
The RealFieldLimit class defines the value limits for a real number(DataType.REAL) field.
RealFieldLimit() - Constructor for class com.bmc.arsys.api.RealFieldLimit
 
RealFieldLimit(double, double, int) - Constructor for class com.bmc.arsys.api.RealFieldLimit
Constructs a new RealLimitInfo object
RecursiveQuery - Class in com.bmc.arsys.api
The RecursiveQuery class is used to define the properties of a sub- or hierarchical query.
RecursiveQuery() - Constructor for class com.bmc.arsys.api.RecursiveQuery
 
RecursiveQuery(QualifierInfo, int) - Constructor for class com.bmc.arsys.api.RecursiveQuery
 
RecursiveQuery(IQuerySource, int, QualifierInfo, QualifierInfo, QualifierInfo, int) - Constructor for class com.bmc.arsys.api.RecursiveQuery
 
Reference - Class in com.bmc.arsys.api
Reference is used to set and return the objects referenced by a container.
Reference() - Constructor for class com.bmc.arsys.api.Reference
 
Reference(String, String, ReferenceType, String) - Constructor for class com.bmc.arsys.api.Reference
 
REFERENCES - Static variable in class com.bmc.arsys.api.ContainerCriteria
Flag used to set or get the pointers to the objects (for example, forms or filters) referenced by this container.
ReferenceType - Class in com.bmc.arsys.api
The ReferenceType class specifies the type of internal and external references
refresh() - Method in class com.bmc.arsys.api.Config
 
REFRESH_CODE - Static variable in class com.bmc.arsys.api.MenuCriteria
Value indicating when the menu is refreshed.
REGISTER_PORTMAPPER - Static variable in class com.bmc.arsys.api.ServerInfo
Flag indicating whether to register with the portmapper (1) or not (0).
registerExtendedClass(Class<?>, Class<?>) - Method in class com.bmc.arsys.api.ExtendedClassRegistry
 
registerForAlerts(int, int) - Method in class com.bmc.arsys.api.ARServerUser
Register a client with the server to receive alert signals.
REGULAR - Static variable in class com.bmc.arsys.api.FormType
Returns all base forms.
REGULAR - Static variable in class com.bmc.arsys.api.SelectionFieldLimit
 
RegularFieldMapping - Class in com.bmc.arsys.api
The RegularFieldMapping class contains the field name in a vendor form derived from an external data source.
RegularFieldMapping() - Constructor for class com.bmc.arsys.api.RegularFieldMapping
Field type in regular form.
RegularForm - Class in com.bmc.arsys.api
Regular forms are generally the main forms of AR applications.
RegularForm() - Constructor for class com.bmc.arsys.api.RegularForm
 
RegularQuery - Class in com.bmc.arsys.api
The RegularQuery class is used to define the properties of a dynamic query.
RegularQuery() - Constructor for class com.bmc.arsys.api.RegularQuery
 
RelationalOperationInfo - Class in com.bmc.arsys.api
The RelationalOperationInfo class represents any relational operation between any ArithmeticOrRelationalOperand objects.
RelationalOperationInfo() - Constructor for class com.bmc.arsys.api.RelationalOperationInfo
 
RelationalOperationInfo(int, ArithmeticOrRelationalOperand, ArithmeticOrRelationalOperand) - Constructor for class com.bmc.arsys.api.RelationalOperationInfo
 
REM_SERV_ID - Static variable in class com.bmc.arsys.api.ServerInfo
AR System server ID associated with the license (character string).
remove(Object) - Method in class com.bmc.arsys.api.DisplayInstanceMap
 
removeClientManagedTransaction() - Method in class com.bmc.arsys.api.ARServerUser
Removes a client managed transaction handle from the ARServerUser

This call is reserved for future use.
removeReferenceByObject(Reference) - Method in class com.bmc.arsys.api.Container
Removes a reference from the reference list by comparing the objects using ==.
REPORT_TYPE_AR_SYSTEM - Static variable in interface com.bmc.arsys.api.Constants
the report is an ARSystem report
RESERV1_A - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Number of fixed reserve licenses.
RESERV1_B - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Number of floating reserve licenses.
RESERV1_C - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Number of admin reserve licenses.
resetCriteriaFlags() - Method in class com.bmc.arsys.api.CriteriaFlags
reset all flags to false -- sets not to retrieve any of the object properties
RoleInfo - Class in com.bmc.arsys.api
This RoleInfoclass defines the properties of a role on the AR System server.
runEscalation(String) - Method in class com.bmc.arsys.api.ARServerUser
Run Escalation
RunMacroAction - Class in com.bmc.arsys.api
The ActiveLinkMacroInfo class lets you specify a macro to run whenever the active link is executed.
RunMacroAction() - Constructor for class com.bmc.arsys.api.RunMacroAction
constructor
RunMacroAction(String, String, Map<String, String>) - Constructor for class com.bmc.arsys.api.RunMacroAction
 
RunProcessAction - Class in com.bmc.arsys.api
The RunProcessAction class is used to define the run process workflow action within active links, filters or escalations.
RunProcessAction() - Constructor for class com.bmc.arsys.api.RunProcessAction
 
RunProcessAction(String) - Constructor for class com.bmc.arsys.api.RunProcessAction
 

S

SAVE_LOGIN - Static variable in class com.bmc.arsys.api.ServerInfo
Value indicating administrator override for saving login information on the client: 0 means the user decides whether to save (default setting).
SCC_COMMENT_CHECKIN - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkin time.
SCC_COMMENT_CHECKOUT - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (0 or 1) value indicating whether or not a source code control integration requires you to enter a comment at checkout time.
SCC_ENABLED - Static variable in class com.bmc.arsys.api.ServerInfo
Value indicating whether a source code control system is being used with AR System.
SCC_INTEGRATION_MODE - Static variable in class com.bmc.arsys.api.ServerInfo
Integer (0 or 1) value indicating the level of source code control integration.
SCC_PROVIDER_NAME - Static variable in class com.bmc.arsys.api.ServerInfo
Character string for the source code control system provider name.
SCC_TARGET_DIR - Static variable in class com.bmc.arsys.api.ServerInfo
Character string for the source code control system target directory.
SCHEMA - Static variable in class com.bmc.arsys.api.ContainerOwner
containers owned by a form.
SCHEMA - Static variable in class com.bmc.arsys.api.ReferenceType
Internal reference to a form
SCHEMA - Static variable in class com.bmc.arsys.api.StructItemInfo
Form definition, including views, help text, and change diary information
schema - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
SCHEMA_DATA - Static variable in class com.bmc.arsys.api.StructItemInfo
Form data
SCHEMA_DEFN - Static variable in class com.bmc.arsys.api.StructItemInfo
Structure definition for configuring Remedy User cache (special purpose export)
SCHEMA_MAIL - Static variable in class com.bmc.arsys.api.StructItemInfo
Email template for submitting requests (special purpose export)
SCHEMA_TYPE - Static variable in class com.bmc.arsys.api.FormCriteria
Returns specific type of form, whether regular ("base") or join.
SCHEMA_VIEW - Static variable in class com.bmc.arsys.api.StructItemInfo
Display definition for configuring Remedy User cache (special purpose export)
SCHEMA_VIEW_MIN - Static variable in class com.bmc.arsys.api.StructItemInfo
Display definition without bitmaps for Remedy User
SchemaName - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
SelectionField - Class in com.bmc.arsys.api
Selection fields are displayed as one of three types: Drop-Down List—Users can select a list of choices.
SelectionField() - Constructor for class com.bmc.arsys.api.SelectionField
 
SelectionFieldLimit - Class in com.bmc.arsys.api
The SelectionFieldLimit class defines the value limits for a selection(DataType.ENUM) field.
SelectionFieldLimit() - Constructor for class com.bmc.arsys.api.SelectionFieldLimit
 
SelectionFieldLimit(String[]) - Constructor for class com.bmc.arsys.api.SelectionFieldLimit
Constructs a new EnumLimitInfo object.
SelectionFieldLimit(List<EnumItem>) - Constructor for class com.bmc.arsys.api.SelectionFieldLimit
Constructs a new EnumLimitInfo object.
SERVER_DIR - Static variable in class com.bmc.arsys.api.ServerInfo
Data directory for AR System.
SERVER_IDENT - Static variable in class com.bmc.arsys.api.ServerInfo
Unique identifier for the server (character string).
SERVER_LANG - Static variable in class com.bmc.arsys.api.ServerInfo
Local language setting of the server.
SERVER_LICENSE - Static variable in class com.bmc.arsys.api.ServerInfo
Type of server license
SERVER_NAME - Static variable in class com.bmc.arsys.api.ServerInfo
Alias server name that is always interpreted as the current server.
SERVER_TIME - Static variable in class com.bmc.arsys.api.ServerInfo
AR System server time.
SERVERADDR - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the serverAddr.
ServerInfo - Class in com.bmc.arsys.api
The ServerInfo class represents the server information operations and their values returned from a server.
ServerInfo(int, Value) - Constructor for class com.bmc.arsys.api.ServerInfo
 
ServerInfoMap - Class in com.bmc.arsys.api
The ServerInfoMap class defines the configuration information for the server.
ServerInfoMap() - Constructor for class com.bmc.arsys.api.ServerInfoMap
 
ServerInfoMap(Comparator<? super Integer>) - Constructor for class com.bmc.arsys.api.ServerInfoMap
 
ServerInfoMap(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ServerInfoMap
 
ServerInfoMap(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ServerInfoMap
 
ServerInfoMenu - Class in com.bmc.arsys.api
The ServerInfoMenu class contains server information for the Menu.
ServerInfoMenu(String) - Constructor for class com.bmc.arsys.api.ServerInfoMenu
 
ServerInfoMenu() - Constructor for class com.bmc.arsys.api.ServerInfoMenu
 
SERVERNAME - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the serverName.
SERVICE_NAME - Static variable in class com.bmc.arsys.api.SetFieldsFromWebService
 
ServiceAction - Class in com.bmc.arsys.api
The ServiceAction description
ServiceAction() - Constructor for class com.bmc.arsys.api.ServiceAction
constructor
ServiceAction(String, String, int, List<FieldAssignInfo>, List<FieldAssignInfo>, String, String) - Constructor for class com.bmc.arsys.api.ServiceAction
 
Session - Class in com.bmc.arsys.api
Reserved for internal use.
Session() - Constructor for class com.bmc.arsys.api.Session
 
SET_PROC_TIME - Static variable in class com.bmc.arsys.api.ServerInfo
Number of seconds the server waits before ending a set fields process that has not completed.
setAccessOption(int) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets field access, whether Enabled or Disabled.
setAction(int) - Method in class com.bmc.arsys.api.DDEAction
Sets integer value identifying the type of DDE action.
setAction(int) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Sets the order of the actions in the If/Else list.
setAction(String) - Method in class com.bmc.arsys.api.OleAutomationAction
Sets string specifying the equation defined by this action, including nested methods and the assignment, if any.
setActionList(List<ActiveLinkAction>) - Method in class com.bmc.arsys.api.ActiveLink
Sets a list of actions performed if the condition defined by the query parameter is satisfied.
setActionList(List<FilterAction>) - Method in class com.bmc.arsys.api.Escalation
Sets list of actions performed if the condition defined by the query parameter is satisfied.
setActionList(List<FilterAction>) - Method in class com.bmc.arsys.api.Filter
Sets a list of actions performed if the condition defined by the query parameter is satisfied.
setActiveLink(ActiveLink) - Method in class com.bmc.arsys.api.ARServerUser
Updates this active link on the database.
setActiveLink(ActiveLink, String) - Method in class com.bmc.arsys.api.ARServerUser
Updates this active link on the database.
setAdminGroupList(List<Integer>) - Method in class com.bmc.arsys.api.Container
Sets list of zero or more groups who can administer this container (and the referenced objects).
setAdminGroupList(List<Integer>) - Method in class com.bmc.arsys.api.ExternalReference
Defines lists of groups with administrator access permitted to use the reference.
setAdminGrpList(List<Integer>) - Method in class com.bmc.arsys.api.Form
Sets the list of groups who can administer this form (and the associated filters, escalations, and active links).
setAdvancedSearchMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setAppendedText(String) - Method in class com.bmc.arsys.api.DiaryListValue
Append the given string to the diaryListValue object, and the string will be added to DiaryItem late on when this diaryListValue object is saved into the server
setAppendedText(String) - Method in class com.bmc.arsys.api.StatusInfo
Sets the text that augments the message text.
setApplicationState(String, String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the state of a given application
setApplyMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setArchiveDest(String) - Method in class com.bmc.arsys.api.ArchiveInfo
 
setArchiveFrom(String) - Method in class com.bmc.arsys.api.ArchiveInfo
 
setArchiveInfo(ArchiveInfo) - Method in class com.bmc.arsys.api.Form
Sets the archive info for the form.
setArchiveTmInfo(EscalationTime) - Method in class com.bmc.arsys.api.ArchiveInfo
Sets the time specification for evaluating the archive condition.
setArchiveType(int) - Method in class com.bmc.arsys.api.ArchiveInfo
 
setArithOp(ArithOpAssignInfo) - Method in class com.bmc.arsys.api.AssignInfo
Sets the ArithOpAssignInfo object.
setAssign(AssignInfo) - Method in class com.bmc.arsys.api.PushFieldsInfo
Deprecated. as of AR System 7.1, replaced by PushFieldsInfo.setAssignment(com.bmc.arsys.api.AssignInfo)
setAssignment(AssignInfo) - Method in class com.bmc.arsys.api.FieldAssignInfo
Sets value of field.
setAssignment(AssignInfo) - Method in class com.bmc.arsys.api.PushFieldsInfo
Sets the value to push into the field.
setAssignmentAsString(String) - Method in class com.bmc.arsys.api.AssignInfo
 
setAssignmentAsString(String) - Method in class com.bmc.arsys.api.FieldAssignInfo
 
setAssignmentAsString(String) - Method in class com.bmc.arsys.api.PushFieldsInfo
 
setAssignmentByMatchingIds(boolean) - Method in class com.bmc.arsys.api.PushFieldsAction
sets the assignments to be by matching ids
setAssignmentByMatchingIds(boolean) - Method in class com.bmc.arsys.api.SetFieldsFromForm
sets the assignments to be by matching ids
setAssignmentToDefaults(boolean) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setAssignmentToDefaults(boolean) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
setAssignType(int) - Method in class com.bmc.arsys.api.AssignInfo
Sets the type of assignment.
SetAt(Object, int, Object) - Static method in class com.bmc.arsys.api.ARTypeMgr
 
setAttachType(int) - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Sets the attachment type
setAuditForm(String) - Method in class com.bmc.arsys.api.AuditInfo
Sets the String for audit destination.
setAuditInfo(AuditInfo) - Method in class com.bmc.arsys.api.Form
Sets the audit info for the form.
setAuditMask(int) - Method in class com.bmc.arsys.api.AuditInfo
 
setAuditOption(int) - Method in class com.bmc.arsys.api.Field
Sets audit option 0 None 1 Audit 2 Copy 3 Audit and Copy
setAuditStyle(int) - Method in class com.bmc.arsys.api.AuditInfo
 
setAuthentication(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the authentication string.
setAutoServerName(String) - Method in class com.bmc.arsys.api.OleAutomationAction
Sets string specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes).
setBcc(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets bcc.
setCc(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets cc.
setChangeFlags(ObjectBaseCriteria) - Method in class com.bmc.arsys.api.ObjectBase
 
setChangeTime(Timestamp) - Method in class com.bmc.arsys.api.ObjectOperationTimes
set the changeTime
setCharacterEncoding(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setCharMenu(String) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets whether menu is attached to field or not.
setCharMenu(String) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the name of the character menu attached to the field
setCheckSum(String) - Method in class com.bmc.arsys.api.Image
Sets the image checkSum.
setChunkResponseSize(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the chunk response size
setClearAllMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setClientManagedTransaction(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets a client managed transaction.
setClientType(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the client type
setCloseAll(boolean) - Method in class com.bmc.arsys.api.CloseWindowAction
Sets the flag that indicates whether all the windows should be closed or not.
setCloseAll(boolean) - Method in class com.bmc.arsys.api.ExitGuideAction
Sets the flag that indicates whether all the guides should be closed or not.
setCloseBox(boolean) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets whether close box appears in the upper-right corner of the dialog box.
setClsId(String) - Method in class com.bmc.arsys.api.OleAutomationAction
Sets string specifying the unique ID assigned to this server in the registry, length limited by AR_MAX_COM_ID_SIZE (128 bytes).
setColumnCount(int) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the number of columns.
setColumnLength(int) - Method in class com.bmc.arsys.api.ColumnFieldLimit
Sets the maximum column length to display.
setColumnWidth(int) - Method in class com.bmc.arsys.api.EntryListFieldInfo
Sets the column width.
setCommand(String) - Method in class com.bmc.arsys.api.DDEAction
Sets string specifying the command to execute.
setCommand(String) - Method in class com.bmc.arsys.api.DirectSqlAction
Sets the SQL command that you want to issue to the database.
setCommandLine(String) - Method in class com.bmc.arsys.api.DSOAction
 
setCommandLine(String) - Method in class com.bmc.arsys.api.RunProcessAction
 
setCompressedSize(long) - Method in class com.bmc.arsys.api.AttachmentValue
Set the compressed size of the attachment
setConnectionLifespan(long, ARTimeUnit) - Static method in class com.bmc.arsys.api.ProxyManager
Set number of ARTimeUnit interval that
setConnectionLimits(int) - Static method in class com.bmc.arsys.api.ProxyManager
Configure limits on proxy pool sizes per server when connection pooling is used before pool is established.
setContainer(Container) - Method in class com.bmc.arsys.api.ARServerUser
Updates the definition of the given container on the server.
setContainer(Container, boolean) - Method in class com.bmc.arsys.api.ARServerUser
Updates the definition of the given container on the server.
setContainer(Container, boolean, String) - Method in class com.bmc.arsys.api.ARServerUser
Updates the definition of the given container on the server.
setContainerOwner(List<ContainerOwner>) - Method in class com.bmc.arsys.api.Container
Sets the form that owns this container.
setContent(List<MenuItem>) - Method in class com.bmc.arsys.api.Menu
 
setContentTemplate(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets context template.
setContinueButtonTitle(String) - Method in class com.bmc.arsys.api.WaitAction
Sets the text you want to appear on the Continue button in the prompt bar.
setControlField(int) - Method in class com.bmc.arsys.api.ActiveLink
Sets the ID of the field that represents the button, toolbar button, or menu item associated with executing the active link.
setConversionDate(long) - Method in class com.bmc.arsys.api.CurrencyValue
Sets the conversion date
setCreateMode(int) - Method in class com.bmc.arsys.api.Field
Sets the flag indicating the permission status for the field when users submit entries.
setCreateTime(Timestamp) - Method in class com.bmc.arsys.api.ObjectOperationTimes
set the createTime
setCurrencyCode(String) - Method in class com.bmc.arsys.api.CurrencyDetail
Sets currency code to the provided value.
setCurrencyCode(String) - Method in class com.bmc.arsys.api.CurrencyValue
Sets currency code
setCurrencyCode(String) - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Sets currency code.
setCurrencyPart(CurrencyPartInfo) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets Currency part field value.
setCustomDateFormat(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the custom date format.
setCustomTimeFormat(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the custom time format.
setDataField(int) - Method in class com.bmc.arsys.api.ColumnFieldLimit
Sets the FieldID of the data field.
setDataSource(int) - Method in class com.bmc.arsys.api.ColumnFieldLimit
Sets the data source.
setDate(int, int, int) - Method in class com.bmc.arsys.api.DateInfo
Set the date with the year, month and day info provided
setDays(int) - Method in class com.bmc.arsys.api.EscalationInterval
 
setDde(DDEAction) - Method in class com.bmc.arsys.api.AssignInfo
Sets the DDEAction object.
setDefaultOutputDirectory(String) - Method in class com.bmc.arsys.api.ARServerUser
 
setDefaultValue(Value) - Method in class com.bmc.arsys.api.Field
Sets the value to apply if a user submits an entry with no field value (applicable for data fields only).
setDefaultVUI(String) - Method in class com.bmc.arsys.api.Form
Sets the label for the default view.
setDeleteMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setDeleteOption(int) - Method in class com.bmc.arsys.api.Form
Sets the delete option indicating the action to take if the specified form contains entries (applicable for base forms only) or is a member of a join form.
setDeleteTime(Timestamp) - Method in class com.bmc.arsys.api.ObjectOperationTimes
set the deleteTime
setDescription(String) - Method in class com.bmc.arsys.api.Container
Sets description for this container.
setDescription(String) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets description of the entry point.
setDescription(String) - Method in class com.bmc.arsys.api.Image
Sets image description.
setDescription(String) - Method in class com.bmc.arsys.api.Reference
Sets a character string specifying a display-only description for the reference.
setDestination(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setDiary(DiaryListValue) - Method in interface com.bmc.arsys.api.IARPersistentObject
The setDiary( ) method of these objects takes only the plain dairy string (without the user and time).
setDiary(DiaryListValue) - Method in class com.bmc.arsys.api.ObjectBase
The setDiary( ) method of these objects takes only the plain dairy string (without the user and time).
setDiary(String) - Method in class com.bmc.arsys.api.ObjectBase
 
setDisplayInstance(DisplayInstanceMap) - Method in class com.bmc.arsys.api.Field
Sets list of zero or more display properties to associate with the field.
setDisplayProperties(ViewDisplayPropertyMap) - Method in class com.bmc.arsys.api.View
Sets display properties information.
setDSOMapping(String) - Method in class com.bmc.arsys.api.DSOAction
 
setDSOPool(String) - Method in class com.bmc.arsys.api.DSOAction
 
setElseList(List<ActiveLinkAction>) - Method in class com.bmc.arsys.api.ActiveLink
Sets list of actions performed if the condition defined by the query parameter is not satisfied.
setElseList(List<FilterAction>) - Method in class com.bmc.arsys.api.Escalation
Sets list of actions performed if the condition defined by the query parameter is not satisfied.
setElseList(List<FilterAction>) - Method in class com.bmc.arsys.api.Filter
Sets a list of actions performed if the condition defined by the query parameter is not satisfied.
setEnable(boolean) - Method in class com.bmc.arsys.api.ActiveLink
Sets the flag identifying whether the active link is disabled (0) or enabled (1).
setEnable(boolean) - Method in class com.bmc.arsys.api.ArchiveInfo
Sets flag to enable or disable this archive.
setEnable(boolean) - Method in class com.bmc.arsys.api.AuditInfo
Sets flag to enable or disable this audit.
setEnable(boolean) - Method in class com.bmc.arsys.api.Escalation
Sets flag to enable or disable this escalation.
setEnable(boolean) - Method in class com.bmc.arsys.api.Filter
Sets the flag to enable or disable this filter.
setEntry(String, String, Entry, Timestamp, int) - Method in class com.bmc.arsys.api.ARServerUser
Updates an the given entry in ARSystem server.
setEntryId(String) - Method in class com.bmc.arsys.api.Entry
set the provided entry id to the entry object
setEntryID(String) - Method in class com.bmc.arsys.api.EntryKey
Sets entry ID.
setEntryIds(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setEntryListFieldInfo(List<EntryListFieldInfo>) - Method in class com.bmc.arsys.api.Form
Sets the list of fields that identifies the default query list data for retrieving form entries.
setEntryPointDisplayLabel(String) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets display label for the entry point.
setEnumItemName(String) - Method in class com.bmc.arsys.api.EnumItem
Sets enumItemName
setEnumItemNumber(int) - Method in class com.bmc.arsys.api.EnumItem
Sets enumItemNumber
setErrorActlinkName(String) - Method in class com.bmc.arsys.api.ActiveLink
 
setErrorActlinkOptions(int) - Method in class com.bmc.arsys.api.ActiveLink
 
setErrorFilterOptions(int) - Method in class com.bmc.arsys.api.Filter
 
setErrorHandlingFilter(String) - Method in class com.bmc.arsys.api.Filter
 
setEscalation(Escalation) - Method in class com.bmc.arsys.api.ARServerUser
Updates this Escalation object on ARSystem server
setEscalation(Escalation, String) - Method in class com.bmc.arsys.api.ARServerUser
Updates this Escalation object on ARSystem server
setEscalationTm(EscalationTimeCriteria) - Method in class com.bmc.arsys.api.Escalation
Sets the time specification for evaluating the escalation condition.
setExecuteMask(int) - Method in class com.bmc.arsys.api.ActiveLink
Sets the masks indicating the form operations that trigger the active link.
setExportOption(int) - Method in class com.bmc.arsys.api.StructItemInfo
Sets the export option of the AR System object
setExtendedClassRegistry(ExtendedClassRegistry) - Method in class com.bmc.arsys.api.ARServerUser
Sets the class extension registry object.
setField(Field) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the form field object into AR System server.
setField(AssignFieldInfo) - Method in class com.bmc.arsys.api.AssignInfo
Sets the AssignFieldInfo object.
setField(String) - Method in class com.bmc.arsys.api.DSOAction
 
setField(AssignFieldInfo) - Method in class com.bmc.arsys.api.PushFieldsInfo
Sets the field to update.
SETFIELD_OPTION - Static variable in class com.bmc.arsys.api.FieldCriteria
 
setFieldId(int) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets field ID value.
setFieldId(int) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets field ID.
setFieldId(int) - Method in class com.bmc.arsys.api.COMValueInfo
Sets union that defines the field ID.
setFieldId(int) - Method in class com.bmc.arsys.api.EntryListFieldInfo
Sets the associated FieldId.
setFieldID(int) - Method in class com.bmc.arsys.api.Field
Sets the internal ID of the field to create.
setFieldId(int) - Method in class com.bmc.arsys.api.FieldAssignInfo
Sets field ID.
setFieldID(int) - Method in class com.bmc.arsys.api.FieldKey
Sets internal ID of the field.
setFieldID(int) - Method in class com.bmc.arsys.api.JoinFieldMapping
Sets the internal ID associated with the field.
setFieldId(int) - Method in class com.bmc.arsys.api.QueryFormField
Sets the fieldId.
setFieldId(int) - Method in class com.bmc.arsys.api.SupportFileListCriteria
Sets the ID of the field or VUI, if the object is a form.
setFieldIdList(List<Integer>) - Method in class com.bmc.arsys.api.NotifyAction
Sets list of fields whose values are included in the notification.
setFieldIdListType(int) - Method in class com.bmc.arsys.api.NotifyAction
Sets fieldIdListType that indicates whether to include all, none, selected, or changed field whose values are included in the message.
setFieldIdOrValue(int) - Method in class com.bmc.arsys.api.GotoAction
Sets field ID or execution order.
setFieldLimit(FieldLimit) - Method in class com.bmc.arsys.api.Field
Sets the value limits for the field and other properties specific to the field's type.
setFieldMap(FieldMapping) - Method in class com.bmc.arsys.api.Field
Sets underlying form in which to create the field (applicable for join forms only).
setFieldName(String) - Method in class com.bmc.arsys.api.VendorFieldMapping
Sets the vendor field name of the vendor form.
setFieldName(String) - Method in class com.bmc.arsys.api.ViewFieldMapping
Sets the field name of the external table.
setFieldOption(int) - Method in class com.bmc.arsys.api.Field
Sets the flag indicating whether users must enter a value in the field.
SetFieldOptionsSet() - Method in class com.bmc.arsys.api.Field
Reserved for internal use.
SetFieldsAction - Class in com.bmc.arsys.api
The SetFieldsAction class is used to change the values of fields during a transaction.
SetFieldsFromCurrentScreen - Class in com.bmc.arsys.api
Set Fields action as CURRENT SCREEN (active links), the field is set with a value that is not from the database.
SetFieldsFromCurrentScreen() - Constructor for class com.bmc.arsys.api.SetFieldsFromCurrentScreen
 
SetFieldsFromCurrentScreen(List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromCurrentScreen
 
SetFieldsFromCurrentTransaction - Class in com.bmc.arsys.api
Set Fields action as CURRENT TRANSACTION (filters and escalations), the field is set with a value that is not from the database.
SetFieldsFromCurrentTransaction() - Constructor for class com.bmc.arsys.api.SetFieldsFromCurrentTransaction
 
SetFieldsFromCurrentTransaction(List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromCurrentTransaction
 
SetFieldsFromFilterAPI - Class in com.bmc.arsys.api
For filters and escalations, user can pass values from the Set Fields window to a filter API plug-in service.
SetFieldsFromFilterAPI() - Constructor for class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
SetFieldsFromFilterAPI(String, String, List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
SetFieldsFromForm - Class in com.bmc.arsys.api
This class represents another type of setFields.
SetFieldsFromForm() - Constructor for class com.bmc.arsys.api.SetFieldsFromForm
 
SetFieldsFromForm(List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromForm
 
SetFieldsFromForm(String, String, List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromForm
 
SetFieldsFromForm(String, String, String, String, List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromForm
 
SetFieldsFromSQL - Class in com.bmc.arsys.api
This is a type of setfields.
SetFieldsFromSQL() - Constructor for class com.bmc.arsys.api.SetFieldsFromSQL
 
SetFieldsFromSQL(String, String, List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromSQL
 
SetFieldsFromWebService - Class in com.bmc.arsys.api
This class is a type of setField, where WEB SERVICE is used as the data source to enter data from the web service into the base form.
SetFieldsFromWebService() - Constructor for class com.bmc.arsys.api.SetFieldsFromWebService
 
SetFieldsFromWebService(String, String, List<FieldAssignInfo>) - Constructor for class com.bmc.arsys.api.SetFieldsFromWebService
 
setFieldType(int) - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Sets the field type.
setFileId(int) - Method in class com.bmc.arsys.api.SupportFileKey
Sets a unique identifier to the file within the form.
setFileName(String) - Method in class com.bmc.arsys.api.FileMenu
 
setFilePath(String) - Method in class com.bmc.arsys.api.AttachmentValue
 
setFilePath(String) - Method in class com.bmc.arsys.api.LogAction
 
setFilePath(String) - Method in class com.bmc.arsys.api.SupportFile
Sets a path to the support file.
setFileType(int) - Method in class com.bmc.arsys.api.SupportFileKey
Sets the type of file.
setFileType(long) - Method in class com.bmc.arsys.api.SupportFileListCriteria
Sets the type of file.
setFilter(Filter) - Method in class com.bmc.arsys.api.ARServerUser
Updates this Filter object onto ARSystem server.
setFilter(Filter, String) - Method in class com.bmc.arsys.api.ARServerUser
Updates this Filter object onto ARSystem server.
setFilterApi(AssignFilterApiInfo) - Method in class com.bmc.arsys.api.AssignInfo
Sets the AssignFilterApiInfo object.
setFocus(int) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets whether focus is set to field or not.
setFocusField(int) - Method in class com.bmc.arsys.api.ActiveLink
Sets the ID of the field associated with executing the active link by pressing Return or selecting a character menu item.
setFooterTemplate(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets footer template.
setForm(Form) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the form object into AR System server
setForm(Form, String) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the form object into AR System server
setForm(String) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets the name of the form containing the field value to assign.
setForm(String) - Method in class com.bmc.arsys.api.DSOAction
 
setForm(String) - Method in class com.bmc.arsys.api.Field
Sets the name of the form the field is linked to.
setForm(String) - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Sets the form name.
setForm(String) - Method in class com.bmc.arsys.api.QueryMenu
Sets the form name.
setForm(String) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the name of form to which the data fields belong.
setFormLastModified(Timestamp) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setFormList(List<String>) - Method in class com.bmc.arsys.api.ActiveLink
Set the name of forms that are associated with the active link
setFormList(List<String>) - Method in class com.bmc.arsys.api.Escalation
 
setFormList(List<String>) - Method in class com.bmc.arsys.api.Filter
 
setFormName(String) - Method in class com.bmc.arsys.api.CommitChangesAction
Sets name of form to push information to.
setFormName(String) - Method in class com.bmc.arsys.api.EntryKey
Sets form Name.
setFormName(String) - Method in class com.bmc.arsys.api.FieldKey
Sets underlying form that contains the field.
setFormName(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setFormName(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Defines the name of the form that you want to open as a dialog box or window.
setFormName(String) - Method in class com.bmc.arsys.api.OverlaidInfo
 
setFormName(String) - Method in class com.bmc.arsys.api.View
Associates the VUI with a form.
setFormName(String) - Method in class com.bmc.arsys.api.ViewKey
Sets name of the form containing the VUI
setFormType(int) - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Sets type of form.
setFrom(String) - Method in class com.bmc.arsys.api.NotifyAction
Defines from.
setFromFields(List<QueryFormField>) - Method in class com.bmc.arsys.api.QueryBase
Sets the list of the QueryFormField fields that the dynamic query selects.
setFromServer(String) - Method in class com.bmc.arsys.api.SetFieldsAction
 
setFromSources(List<IQuerySource>) - Method in class com.bmc.arsys.api.QueryBase
Sets the list of the IQuerySource sources that the dynamic query selects from.
setFullTextOption(int) - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Sets the full text option
setFullTextOption(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the Full Text Search option on the field.
setFullTextOption(int) - Method in class com.bmc.arsys.api.DiaryFieldLimit
Sets the Full Text Search option.
setFuncCurrencyList(List<FuncCurrencyInfo>) - Method in class com.bmc.arsys.api.CurrencyValue
Sets a list of functional currencies associated with the field.
setFuncId(int) - Method in class com.bmc.arsys.api.QueryFormField
Sets the funcId.
setFunction(FunctionAssignInfo) - Method in class com.bmc.arsys.api.AssignInfo
Sets the FunctionAssignInfo object.
setFunctionCode(int) - Method in class com.bmc.arsys.api.FunctionAssignInfo
Sets type of function to perform.
setGetEntry(String, String, Entry, Timestamp, int, int[]) - Method in class com.bmc.arsys.api.ARServerUser
Updates an the given entry in ARSystem server and fetch the entry back.
setGroupBy(List<QueryFormField>) - Method in class com.bmc.arsys.api.QueryBase
Sets a list of QueryFormField objects
setGroupID(int) - Method in class com.bmc.arsys.api.PermissionInfo
Sets the internal ID of the group
setGroupList(List<Integer>) - Method in class com.bmc.arsys.api.ActiveLink
Sets the list of zero or more groups who can access this active link.
setGroupsLastChanged(Timestamp) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setGuideMode(int) - Method in class com.bmc.arsys.api.CallGuideAction
Reserved for future use.
setGuideName(String) - Method in class com.bmc.arsys.api.CallGuideAction
Sets name of guide.
setGuideSinceList(List<String>) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setGuideTableId(int) - Method in class com.bmc.arsys.api.CallGuideAction
Reserved for future use.
setHaving(List<QualifierInfo>) - Method in class com.bmc.arsys.api.QueryBase
Sets a list of QualifierInfo objects
setHeaderTemplate(String) - Method in class com.bmc.arsys.api.NotifyAction
sets header template.
setHelpMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setHelpText(String) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets help text of the entry point.
setHelpText(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets help text of AR System object.
setHelpText(String) - Method in class com.bmc.arsys.api.ObjectBase
Sets help text of AR System object.
setHiddenIncrement() - Method in class com.bmc.arsys.api.FormType
Sets form type Hidden Increment characteristic
setHighRange(BigDecimal) - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Sets the upper-range limit.
setHighRange(BigDecimal) - Method in class com.bmc.arsys.api.DecimalFieldLimit
Sets the upper-range limit.
setHighRange(int) - Method in class com.bmc.arsys.api.IntegerFieldLimit
Sets the upper-range limit.
setHighRange(double) - Method in class com.bmc.arsys.api.RealFieldLimit
Sets the upper-range limit.
setHomeMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setHourmask(long) - Method in class com.bmc.arsys.api.DayInfo
Sets hours of day.
setHours(int) - Method in class com.bmc.arsys.api.EscalationInterval
 
setHours(BitSet) - Method in class com.bmc.arsys.api.EscalationTime
 
setHours(int) - Method in class com.bmc.arsys.api.EscalationTime
 
setId(int) - Method in class com.bmc.arsys.api.OverlaidInfo
 
setId(int) - Method in class com.bmc.arsys.api.OverlayPropInfo
 
setIdleConnectionsPerServer(int) - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
setIfElse(int) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Sets whether the action is the If list or the Else list.
setImage(Image) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the image object into AR System server
setImage(Image, String) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the image object into AR System server
setImageData(ImageData) - Method in class com.bmc.arsys.api.Image
Sets the image data.
setIncludeHidden(boolean) - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Sets a boolean value that includes whether a form is hidden or not: 0 = false, 1 = true.
setIndex(int) - Method in class com.bmc.arsys.api.JoinFieldMapping
Sets the member form to which the field maps.
setIndexFields(List<Integer>) - Method in class com.bmc.arsys.api.IndexInfo
Sets fields indexed for form.
setIndexInfo(List<IndexInfo>) - Method in class com.bmc.arsys.api.Form
Sets the list of indexes to create for the form.
setIndexName(String) - Method in class com.bmc.arsys.api.IndexInfo
Sets name of index.
setInlineForm(boolean) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setInputAssignList(List<AssignInfo>) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
setInputAssignList(List<AssignInfo>) - Method in class com.bmc.arsys.api.SetFieldsFromWebService
 
setInputDefault(boolean) - Method in class com.bmc.arsys.api.OpenWindowAction
 
setInputFieldMapping(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.ServiceAction
 
setInputValueFieldPairs(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.CallGuideAction
Field/value pair for values that users enter into Dialog/Search/Submit windows.
setInputValueFieldPairs(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.OpenWindowAction
Field/value pair for values that users enter into Dialog/Search/Submit windows.
setInputValues(List<AssignInfo>) - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Sets the list of values that will be provided as input to the AR System filter (ARF) API plug-in.
setInternalID(int) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Sets internal IDs for field IDs.
setItem(String) - Method in class com.bmc.arsys.api.DDEAction
Sets string specifying the item to retrieve.
setItems(List<MenuItem>) - Method in class com.bmc.arsys.api.ListMenu
 
setJoin(IQuerySource, int, QualifierInfo) - Method in class com.bmc.arsys.api.QuerySourceForm
Sets the join properties for this form.
setJoin(IQuerySource, int, QualifierInfo) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the join information.
setJoinedWith(IQuerySource) - Method in interface com.bmc.arsys.api.IQuerySource
Sets the source to be joined with.
setJoinedWith(IQuerySource) - Method in class com.bmc.arsys.api.QuerySourceForm
Sets the IQuerySource source to be joined with.
setJoinedWith(IQuerySource) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the IQuerySource source to be joined with.
setJoinOption(int) - Method in class com.bmc.arsys.api.JoinForm
 
setJoinQualification(QualifierInfo) - Method in class com.bmc.arsys.api.JoinForm
 
setJoinQualifier(QualifierInfo) - Method in interface com.bmc.arsys.api.IQuerySource
Sets the join qualifier.
setJoinQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.QuerySourceForm
Sets the join qualifier.
setJoinQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the join qualifier.
setJoinType(int) - Method in interface com.bmc.arsys.api.IQuerySource
Sets the type of a join.
setJoinType(int) - Method in class com.bmc.arsys.api.QuerySourceForm
Sets the type of a join.
setJoinType(int) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the type of a join.
setKey(String) - Method in class com.bmc.arsys.api.ActiveLink
Sets a unique identifier (name) for active link.
setKey(String) - Method in class com.bmc.arsys.api.Container
Sets unique identifier (name) for container.
setKey(String) - Method in class com.bmc.arsys.api.Escalation
Sets unique identifier for escalation.
setKey(FieldKey) - Method in class com.bmc.arsys.api.Field
Sets unique identifier for field.
setKey(String) - Method in class com.bmc.arsys.api.Filter
Sets the unique identifier for filter.
setKey(String) - Method in class com.bmc.arsys.api.Form
Sets unique identifier for form.
setKey(String) - Method in class com.bmc.arsys.api.Image
Sets unique identifier for image.
setKey(String) - Method in class com.bmc.arsys.api.Menu
Sets the unique identifier for menu.
setKey(SupportFileKey) - Method in class com.bmc.arsys.api.SupportFile
Sets a unique identifier to the support file.
setKey(ViewKey) - Method in class com.bmc.arsys.api.View
Sets unique identifier for view.
setKeyField(String) - Method in class com.bmc.arsys.api.ViewForm
 
setLabel(String) - Method in class com.bmc.arsys.api.Container
Sets label for this container.
setLabel(String) - Method in class com.bmc.arsys.api.GotoGuideLabelAction
Sets label of guide.
setLabel(String) - Method in class com.bmc.arsys.api.MenuItem
Sets label that identifies the menu item.
setLabel(String) - Method in class com.bmc.arsys.api.Reference
Sets a character string specifying a display-only label for the reference.
setLabelField(List<Integer>) - Method in class com.bmc.arsys.api.QueryMenu
Sets label of field used in query menu.
setLabelIndex(List<Integer>) - Method in class com.bmc.arsys.api.SqlMenu
Sets numerical index of the database column that contains the information to display as the menu item label when user chooses the menu item.
setLastChangedBy(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets name of last person who last modified the AR System object.
setLastChangedBy(String) - Method in class com.bmc.arsys.api.ObjectBase
Sets name of last person who last modified the AR System object.
setLastStatus(List<StatusInfo>) - Method in exception com.bmc.arsys.api.ARException
Set the last status
setLastStatus(List<StatusInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Sets the last operation status list.
setLeftOperand(QualifierInfo) - Method in class com.bmc.arsys.api.QualifierInfo
Sets value of left operand.
setLeftOperand(ArithmeticOrRelationalOperand) - Method in class com.bmc.arsys.api.RelationalOperationInfo
Sets value of left operand.
setLengthUnits(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the length units.
setLengthUnits(int) - Method in class com.bmc.arsys.api.DisplayFieldLimit
Sets the length unit, one of Constants.AR_LENGTH_UNIT_BYTE -- count in bytes Constants.AR_LENGTH_UNIT_CHAR -- count in server characters
setLevelsToRetrieve(int) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the levels to retrieve.
setLocale(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the locale.
setLocale(String) - Method in class com.bmc.arsys.api.View
Sets the locale.
setLocalFieldIdMap(Map<String, Field>) - Method in class com.bmc.arsys.api.ARQualifierHelper
Allows the field ID HashMap to be set.
setLocalFieldLabelMap(Map<String, Field>, int) - Method in class com.bmc.arsys.api.ARQualifierHelper
Allows the fieldlabel HashMap to be set.
setLocation(int) - Method in class com.bmc.arsys.api.FileMenu
 
setLocation(int) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setLocation(int, int) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setLocationType(int) - Method in class com.bmc.arsys.api.AttachmentValue
 
setLockKey(String) - Method in class com.bmc.arsys.api.WorkflowLockInfo
Sets the value of the lock key.
setLockType(int) - Method in class com.bmc.arsys.api.WorkflowLockInfo
Sets a value identifying the workflow lock type.
setLogging(LoggingInfo) - Method in class com.bmc.arsys.api.ARServerUser
Activates and deactivates client-side logging of server activities.
setLogInterface(IARServerLogInterface) - Method in class com.bmc.arsys.api.ARServerUser
Sets the log interface used by client-side logging.
setLogoutMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setLowRange(BigDecimal) - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Sets the lower-range limit.
setLowRange(BigDecimal) - Method in class com.bmc.arsys.api.DecimalFieldLimit
Sets the lower-range limit.
setLowRange(int) - Method in class com.bmc.arsys.api.IntegerFieldLimit
Sets the lower-range limit.
setLowRange(double) - Method in class com.bmc.arsys.api.RealFieldLimit
Sets the lower-range limit.
setMacroName(String) - Method in class com.bmc.arsys.api.RunMacroAction
Sets name of the macro.
setMacroParms(Map<String, String>) - Method in class com.bmc.arsys.api.RunMacroAction
Sets parameter information.
setMacroText(String) - Method in class com.bmc.arsys.api.RunMacroAction
Sets macro text.
setMailboxName(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets mail box name.
setMaxDate(int) - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Set the Upper-range limit.
setMaxLength(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the maximum field length
setMaxLength(int) - Method in class com.bmc.arsys.api.DisplayFieldLimit
Sets the maximum field length.
setMaxLength(int) - Method in class com.bmc.arsys.api.ViewFieldLimit
Sets the maximum field length.
setMaxRetrieve(int) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the maximum number of rows retrieved.
setMaxSize(int) - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Sets the maximum attachment size
setMemberA(String) - Method in class com.bmc.arsys.api.JoinForm
 
setMemberB(String) - Method in class com.bmc.arsys.api.JoinForm
 
setMenu(Menu) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the menu field object into AR System server
setMenu(Menu, String) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the menu field object into AR System server
setMenuMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setMenuSinceList(List<String>) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setMenuStyle(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the menu style (append or overwrite with new menu selections).
setMessageNum(int) - Method in class com.bmc.arsys.api.FilterMessageAction
Sets number associated with the message in Message filter action.
setMessageNum(int) - Method in class com.bmc.arsys.api.MessageAction
Sets number associated with the message in Message filter action.
setMessageNum(long) - Method in class com.bmc.arsys.api.StatusInfo
Sets error number associated with the message.
setMessageText(String) - Method in class com.bmc.arsys.api.FilterMessageAction
Sets message text for Message filter action.
setMessageText(String) - Method in class com.bmc.arsys.api.MessageAction
Sets message text for Message filter action.
setMessageText(String) - Method in class com.bmc.arsys.api.StatusInfo
Sets message text corresponding to message number in the language specified in ARServerUser.
setMessageType(int) - Method in class com.bmc.arsys.api.FilterMessageAction
Sets type of Message filter action.
setMessageType(int) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Sets the message type.
setMessageType(int) - Method in class com.bmc.arsys.api.MessageAction
Sets type of Message filter action.
setMessageType(int) - Method in class com.bmc.arsys.api.StatusInfo
Sets integer value indicating the type of message.
setMethodIId(String) - Method in class com.bmc.arsys.api.COMMethodInfo
Sets ID of the interface that owns the method, length limited by AR_MAX_COM_ID_SIZE (128 bytes)
setMethodList(List<COMMethodInfo>) - Method in class com.bmc.arsys.api.OleAutomationAction
Sets list of methods called by this active link action, specified by using the COMMethodInfo object.
setMethodName(String) - Method in class com.bmc.arsys.api.COMMethodInfo
Sets name of the method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes).
setMethodType(int) - Method in class com.bmc.arsys.api.COMMethodInfo
Sets type of value returned by the method, if any.
setMethodValue(COMValueInfo) - Method in class com.bmc.arsys.api.COMMethodInfo
Sets AR System field to set to the method's return value, if any.
setMinDate(int) - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Set the lower-range limit.
setMinute(long) - Method in class com.bmc.arsys.api.DayInfo
Sets minutes of the hour.
setMinute(int) - Method in class com.bmc.arsys.api.EscalationTime
 
setMinutes(int) - Method in class com.bmc.arsys.api.EscalationInterval
 
setModifyAllMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setMonthday(long) - Method in class com.bmc.arsys.api.DayInfo
Sets the days in the month.
setMonthDays(int) - Method in class com.bmc.arsys.api.EscalationTime
 
setMonthDays(BitSet) - Method in class com.bmc.arsys.api.EscalationTime
 
setMsg(MessageAction) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets message for Modify/Display/Report windows.
setMultiLastStatus(List<List<StatusInfo>>) - Method in exception com.bmc.arsys.api.ARMultiStatusException
Set the list of last status of operation
setMultiLastStatus(List<List<StatusInfo>>) - Method in class com.bmc.arsys.api.ARServerUser
Sets the list of last multi operation status list.
setMultiLastStatus(List<StatusInfo>, List<StatusInfo>) - Method in class com.bmc.arsys.api.ARServerUser
Sets the list of last multi operation status list.
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets option integer value indicating the action to take if multiple entries match the search criteria (Set Fields) or if any entry matches the search criteria (Push Fields).
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.AssignSQLInfo
Sets integer value indicating the action to take if multiple rows match the selection criteria.
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
setMultiMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
setMultipleFields(List<Field>) - Method in class com.bmc.arsys.api.ARServerUser
Saves the changes made to the form fields into ARSystem server.
setName(String) - Method in class com.bmc.arsys.api.AttachmentValue
Sets the name of the attachment.
setName(String) - Method in class com.bmc.arsys.api.ContainerOwner
Sets the name of the form that owns the container.
setName(String) - Method in class com.bmc.arsys.api.EntryPointInfo
 
setName(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets name of the object.
setName(String) - Method in class com.bmc.arsys.api.LocalizedRequestInfo
Sets name of message.
setName(String) - Method in class com.bmc.arsys.api.MacroParmInfo
Sets parameter name of macro.
setName(String) - Method in class com.bmc.arsys.api.ObjectBase
Sets name of the object.
setName(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setName(String) - Method in class com.bmc.arsys.api.OverlaidInfo
 
setName(String) - Method in class com.bmc.arsys.api.OverlayPropInfo
 
setName(String) - Method in class com.bmc.arsys.api.QuerySourceForm
Sets the form name
setName(String) - Method in class com.bmc.arsys.api.Reference
Sets name of object.
setName(String) - Method in class com.bmc.arsys.api.StructItemInfo
Sets the name of the AR System object
setName(String) - Method in class com.bmc.arsys.api.SupportFileKey
Sets name of the object the file is associated with, usually a form.
setName(String) - Method in class com.bmc.arsys.api.SupportFileListCriteria
Sets the name of the object the file is associated with, usually a form.
setNameType(int) - Method in class com.bmc.arsys.api.DataDictionaryMenu
Sets the type of name for Data-Dictionary menu.
setNativeAuthenticationInfo(ARNativeAuthenticationInfo) - Method in class com.bmc.arsys.api.ARServerUser
Sets the user name, authentication string, and user session authentication GUID from an instance of ARNativeAuthenticationInfo.
setNewName(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets new name of AR System object.
setNewName(String) - Method in class com.bmc.arsys.api.ObjectBase
Sets new name of AR System object.
setNewRequestMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setNewSearchMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setNoMatchContinue(boolean) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets action to take if no requests match.
setNoMatchOption(int) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets integer value indicating the action to take if no entries match the search criteria.
setNoMatchOption(int) - Method in class com.bmc.arsys.api.AssignSQLInfo
Sets integer value indicating the action to take if no rows match the selection criteria.
setNoMatchOption(int) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setNoMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
setNoMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
setNoMatchOption(int) - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
setNotifyBehavior(int) - Method in class com.bmc.arsys.api.NotifyAction
Sets list of fields whose values are included in the notification.
setNotifyMechanism(int) - Method in class com.bmc.arsys.api.NotifyAction
Sets the field ID where the notification mechanism is selected based on the NotifyAction.setFieldIdListType(int) values.
setNotifyMechanismXRef(int) - Method in class com.bmc.arsys.api.NotifyAction
Defines users who are notified using the mechanism specified by an integer value of the given field.
setNotifyPermission(int) - Method in class com.bmc.arsys.api.NotifyAction
Sets list of fields whose values are included in the notification.
setNotifyPriority(int) - Method in class com.bmc.arsys.api.NotifyAction
Reserved for future use by Remedy.
setNotifyText(String) - Method in class com.bmc.arsys.api.NotifyAction
Defines text of the notification message.
setNumActLinkOnForm(int) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setNumActLinkSince(int) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setNumItems(int) - Method in class com.bmc.arsys.api.FunctionAssignInfo
Sets number of input parameters.
setObjectModificationLogLabel(String) - Method in class com.bmc.arsys.api.OverlaidInfo
 
setObjectProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.View
Sets the object properties associated with a Source Code Control (SCC) integration.
setObjectProperty(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Field
Set list of object properties.
setObjType(int) - Method in class com.bmc.arsys.api.OverlaidInfo
 
setOperandLeft(ArithmeticOrRelationalOperand) - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
 
setOperandLeft(AssignInfo) - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Sets left operand of operation.
setOperandRight(ArithmeticOrRelationalOperand) - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
 
setOperandRight(AssignInfo) - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Sets right operand of operation.
setOperation(int) - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
 
setOperation(int) - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Sets arithmetic operation used in qualification.
setOperation(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setOperation(int) - Method in class com.bmc.arsys.api.QualifierInfo
Sets operation used in qualification.
setOperation(int) - Method in class com.bmc.arsys.api.RelationalOperationInfo
Sets conditional operation used.
setOperationTime(Timestamp) - Method in class com.bmc.arsys.api.ARServerUser
 
setOpSet(int) - Method in class com.bmc.arsys.api.Filter
Sets the form operations that trigger the filter.
setOption(int) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets the option which is a bitmask.
setOrder(int) - Method in class com.bmc.arsys.api.ActiveLink
Sets the active link execution order.
setOrder(int) - Method in class com.bmc.arsys.api.Filter
Sets a value between 0 and 1000 (inclusive) that determines the filter execution order.
setOrganization(String) - Method in class com.bmc.arsys.api.NotifyAction
Sets organization.
setOriginalSize(long) - Method in class com.bmc.arsys.api.AttachmentValue
Sets the Orginal size
setOutputFieldMapping(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.ServiceAction
 
setOutputValueFieldPairs(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.CallGuideAction
Field/value pair for output values from Dialog/Search/Submit windows.
setOutputValueFieldPairs(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.OpenWindowAction
Field/value pair for output values from Dialog/Search/Submit windows.
setOverrideLoopDetection(boolean) - Method in class com.bmc.arsys.api.DSOAction
 
setOverridePrevIP(boolean) - Method in class com.bmc.arsys.api.ARServerUser
Set the override previous IP flag
setOwner(String) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets owner of AR System object.
setOwner(String) - Method in class com.bmc.arsys.api.ObjectBase
Sets owner of AR System object.
setOwnerAppDisplayLabel(String) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets the application display label of the entry point owner.
setOwnerAppName(String) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets the application name of the entry point owner.
setOwnerObjList(List<ContainerOwner>) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets the list of forms that own the entry point.
setParameter(long, boolean) - Method in class com.bmc.arsys.api.CriteriaFlags
 
setParameterList(List<COMMethodParmInfo>) - Method in class com.bmc.arsys.api.COMMethodInfo
Returns list of the parameters passed to this method, specified by using the COMMethodParmInfo class.
setParameterList(List<AssignInfo>) - Method in class com.bmc.arsys.api.FunctionAssignInfo
Sets parameter values to use.
setParent(int) - Method in class com.bmc.arsys.api.ColumnFieldLimit
Sets the FieldID of the parent field the column belongs to.
setParmName(String) - Method in class com.bmc.arsys.api.COMMethodParmInfo
Sets name of the parameter.
setParmType(int) - Method in class com.bmc.arsys.api.COMMethodParmInfo
Sets data type of the parameter.
setParmValue(COMValueInfo) - Method in class com.bmc.arsys.api.COMMethodParmInfo
Sets value of the parameter, specified by using the COMValueInfo class.
setPassword(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the password for the user to use to connect to the server.
setPath(String) - Method in class com.bmc.arsys.api.LoggingInfo
Sets path to log file.
setPathToProgram(String) - Method in class com.bmc.arsys.api.DDEAction
Sets string specifying the path to the application.
setPattern(String) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the field character pattern
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.Container
Sets a list of zero or more groups who can access this container
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets permissions of the entry point.
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.Field
 
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.Form
 
setPermissions(List<PermissionInfo>) - Method in interface com.bmc.arsys.api.IARPersistentObject
Sets the permissions of the AR System object.
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.ObjectBase
Sets the permissions of the AR System object.
setPermissions(List<PermissionInfo>) - Method in class com.bmc.arsys.api.View
 
setPermissionValue(int) - Method in class com.bmc.arsys.api.PermissionInfo
Sets the integer value indicating the access privileges for the group.
setPollinginterval(int) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets polling interval (how often to refresh) for reports.
setPollingMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setPoolConnectionLifespan(long) - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
set the connectionLifespan in current PoolInfo's unit
setPoolConnectionTimeout(long) - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
set the connectionTimeout in current PoolInfo's unit
setPoolMaxProxyPerServer(int) - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
setPort(int) - Method in class com.bmc.arsys.api.ARServerUser
Sets the port used to connect to the server.
setPrecision(int) - Method in class com.bmc.arsys.api.CurrencyDetail
Sets precision
setPrecision(int) - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Sets the display precision.
setPrecision(int) - Method in class com.bmc.arsys.api.DecimalFieldLimit
Sets the display precision.
setPrecision(int) - Method in class com.bmc.arsys.api.RealFieldLimit
Sets the display precision.
setPreferencesMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setPrimaryForm(String) - Method in class com.bmc.arsys.api.ActiveLink
Sets the name of the primary form
setPrimaryForm(String) - Method in class com.bmc.arsys.api.Escalation
 
setPrimaryForm(String) - Method in class com.bmc.arsys.api.Filter
 
setPrintMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setProcess(String) - Method in class com.bmc.arsys.api.AssignInfo
Sets the process name.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.ActiveLink
Sets a list of server object property tags you can specify.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Container
Sets object properties list associated with the container.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Escalation
Sets list of server object property tags you can specify.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Filter
Sets a list of server object property tags you can specify.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Form
Sets the object properties associated with a Source Code Control (SCC) integration.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Image
Sets list of server object property tags you can specify.
setProperties(ObjectPropertyMap) - Method in class com.bmc.arsys.api.Menu
Sets property information of menu.
setPropertiesToRetrieve(int) - Method in class com.bmc.arsys.api.CriteriaFlags
Sets an integer value that represents the bitmask of all the properties that the user has selected to retrieve.
setProperty(int, int, Value) - Method in class com.bmc.arsys.api.DisplayInstanceMap
Sets the given display property into a specific view.
setPropertyValue(Value) - Method in class com.bmc.arsys.api.PropInfo
 
setProps(DisplayPropertyMap) - Method in class com.bmc.arsys.api.ChangeFieldAction
Sets display properties of field, whether Hidden or Visible.
setProps(ObjectPropertyMap) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets the entry point's object properties.
setProxy(Proxy) - Method in class com.bmc.arsys.api.ARServerUser
Deprecated. 
setPushFieldsList(List<PushFieldsInfo>) - Method in class com.bmc.arsys.api.PushFieldsAction
Assigns values for Push Fields filter action.
setPushIfQualification(QualifierInfo) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setPushIfQualificationAsString(String) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setPushToForm(String) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setPushToServer(String) - Method in class com.bmc.arsys.api.PushFieldsAction
 
setQBEMatch(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets operation to use from QBE type operation.
setQualification(QualifierInfo) - Method in class com.bmc.arsys.api.QueryMenu
Sets qualification for query menu.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.ActiveLink
Sets the qualification that determines which set of If/Else actions should be executed.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.ArchiveInfo
Sets the qualification that determines what data to be archived.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets the qualification that identifies the entries to set (optional).
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.AuditInfo
Sets the qualification that determines what data to be archived.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.Escalation
Sets the qualification that determines which set of If/Else actions should be executed.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.Filter
Sets the qualification that determines which set of If/Else actions should be executed.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.QueryBase
Sets the qualifier for the dynamic query
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the start qualifier.
setQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the search qualification.
setQuery(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setQuery(QualifierInfo) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets qualification for Modify/Display/Report windows.
setQueryOverride(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setReadValuesFrom(String) - Method in class com.bmc.arsys.api.SetFieldsAction
 
setRecursionQualifier(QualifierInfo) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the recursion qualifier.
setRecursiveForm(QuerySourceForm) - Method in class com.bmc.arsys.api.RecursiveQuery
Sets the recursive form.
setReferences(List<Reference>) - Method in class com.bmc.arsys.api.Container
Sets a list of pointers to the objects referenced by this container.
setReferences(List<Reference>) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets an entry point reference list.
setReferenceType(ReferenceType) - Method in class com.bmc.arsys.api.Reference
 
setReferenceTypes(ReferenceType[]) - Method in class com.bmc.arsys.api.ContainerCriteria
Sets list of the types of references (for example, forms and filters).
setRefreshCode(int) - Method in class com.bmc.arsys.api.Menu
Sets when the menu is refreshed.
setRemoteFieldIdMap(Map<String, Field>) - Method in class com.bmc.arsys.api.ARQualifierHelper
Allows the field ID HashMap to be set.
setRemoteFieldNameMap(Map<String, Field>) - Method in class com.bmc.arsys.api.ARQualifierHelper
Allows the fieldname HashMap to be set.
setReplyTo(String) - Method in class com.bmc.arsys.api.NotifyAction
Defines reply to.
setReportInfo(OpenWindowAction.ReportInfo) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets report information to the Open Window action, and encode the info into a report string, which late on will be stored in the server.
setReportingMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setRequestIdMap(int) - Method in class com.bmc.arsys.api.ServiceAction
 
setReserved1(int) - Method in class com.bmc.arsys.api.NotifyAction
 
setReserved2(int) - Method in class com.bmc.arsys.api.NotifyAction
 
setReserved3(int) - Method in class com.bmc.arsys.api.NotifyAction
 
setReservedIDOK(boolean) - Method in class com.bmc.arsys.api.Field
Sets the flag indicating whether you can create the field with a reserved ID.
setReservedParam1(String) - Method in class com.bmc.arsys.api.ARServerUser
CAUTION: For AR System internal Only
setRetrieveAll(boolean) - Method in class com.bmc.arsys.api.CriteriaFlags
Sets whether all the object properties are to be retrieved or not.
setRightOperand(QualifierInfo) - Method in class com.bmc.arsys.api.QualifierInfo
Sets value of right operand.
setRightOperand(ArithmeticOrRelationalOperand) - Method in class com.bmc.arsys.api.RelationalOperationInfo
Sets value of right operand.
setSampleForm(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets the sample form name.
setSampleForm(String) - Method in class com.bmc.arsys.api.PushFieldsAction
Sets the name of the sample form.
setSampleForm(String) - Method in class com.bmc.arsys.api.QueryMenu
Sets the sample form name.
setsampleForm(String) - Method in class com.bmc.arsys.api.ServiceAction
Sets the sample form name.
setSampleForm(String) - Method in class com.bmc.arsys.api.SetFieldsAction
Sets the name of the sample form.
setSampleForm(String) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the name of the sample form.
setSampleGuide(String) - Method in class com.bmc.arsys.api.CallGuideAction
Sets name of sample guide.
setSampleServer(String) - Method in class com.bmc.arsys.api.CallGuideAction
Sets name of sample server.
setSampleServer(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets the sample server name.
setSampleServer(String) - Method in class com.bmc.arsys.api.PushFieldsAction
Sets the name of the sample server.
setSampleServer(String) - Method in class com.bmc.arsys.api.QueryMenu
Sets the sample server name.
setSampleServer(String) - Method in class com.bmc.arsys.api.ServiceAction
Sets the sample server name.
setSampleServer(String) - Method in class com.bmc.arsys.api.SetFieldsAction
Sets the name of the sample server.
setSampleServer(String) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the name of the sample server.
setSavedSearchMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setSearchMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setSelectedElements(String[]) - Method in class com.bmc.arsys.api.StructItemInfo
Sets the list of selected elements
setSeparator(String) - Method in class com.bmc.arsys.api.EntryListFieldInfo
Sets the characters that are used as separator for the field.
setServer(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the host name used to connect to the server.
setServer(String) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets the name of the server where the form is located.
setServer(String) - Method in class com.bmc.arsys.api.AssignSQLInfo
Sets string specifying the name of the server where the database is located.
setServer(String) - Method in class com.bmc.arsys.api.DataDictionaryMenu
Sets the server where Data-Dictionary menu is located
setServer(String) - Method in class com.bmc.arsys.api.DirectSqlAction
Sets the AR System server where you want to run the SQL command.
setServer(String) - Method in class com.bmc.arsys.api.DSOAction
 
setServer(String) - Method in class com.bmc.arsys.api.QueryMenu
Sets the server name.
setServer(String) - Method in class com.bmc.arsys.api.SqlMenu
Sets server where SQL menu is located.
setServer(String) - Method in class com.bmc.arsys.api.TableFieldLimit
Sets the name of server on which the form resides.
setServerInfo(ServerInfoMap) - Method in class com.bmc.arsys.api.ARServerUser
Updates the indicated configuration information for the specified server.
setServerName(String) - Method in class com.bmc.arsys.api.CallGuideAction
Sets name of server.
setServerName(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setServerName(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Defines the server name that contains the form that you want to open as a dialog box.
setServerName(String) - Method in class com.bmc.arsys.api.ServiceAction
 
setService(String) - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Sets the name of the plug-in.
setServiceForm(String) - Method in class com.bmc.arsys.api.ServiceAction
 
setServiceName(String) - Method in class com.bmc.arsys.api.DDEAction
Sets string specifying the service to use.
setServiceName(String) - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
setSetDefaultMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setSetFieldOptions(int) - Method in class com.bmc.arsys.api.Field
Sets the flag (following OR'd flags) into setFieldOptions to get the following behavior:
setSetFieldsList(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.SetFieldsAction
Sets the field list.
setSetFieldsList(List<FieldAssignInfo>) - Method in class com.bmc.arsys.api.SetFieldsFromWebService
 
setSetGetEntryStatus(List<List<StatusInfo>>) - Method in exception com.bmc.arsys.api.ARSetGetEntryException
Set the list of last status of operation
setSetIfQualification(String) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
setSetIfQualification(QualifierInfo) - Method in class com.bmc.arsys.api.SetFieldsFromForm
 
setShowStatusHistoryMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setSortBy(List<SortInfo>) - Method in class com.bmc.arsys.api.RegularQuery
Sets a list of SortInfo objects
setSortInfo(List<SortInfo>) - Method in class com.bmc.arsys.api.Form
Sets the list of fields that identifies the default sort order for retrieving form entries.
setSortOnLabel(boolean) - Method in class com.bmc.arsys.api.QueryMenu
Sets whether query menu sorts on label or not.
setSortOrderList(List<SortInfo>) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets list of fields in ascending/descending order included in a report.
setSource(IQuerySource) - Method in class com.bmc.arsys.api.QueryFormField
Sets the IQuerySource field's source.
setSql(AssignSQLInfo) - Method in class com.bmc.arsys.api.AssignInfo
Sets the AssignSQLInfo object.
setSqlCommand(String) - Method in class com.bmc.arsys.api.AssignSQLInfo
Sets string specifying the SQL query to execute.
setSqlCommand(String) - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
setSQLCommand(String) - Method in class com.bmc.arsys.api.SqlMenu
Sets SQL command issued to the database that is used in SQL menu.
setStatHistory(StatusHistoryValueIndicator) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets Status History field value.
setStorageOptionForCLOB(int) - Method in class com.bmc.arsys.api.CharacterFieldLimit
Sets the CLOB Storage Option.
setSubjectText(String) - Method in class com.bmc.arsys.api.NotifyAction
Defines subject text for the notification.
setSubMenu(List<MenuItem>) - Method in class com.bmc.arsys.api.MenuItem
 
setSubMenu(MenuItem) - Method in class com.bmc.arsys.api.MenuItem
 
setSupportFile(SupportFile) - Method in class com.bmc.arsys.api.ARServerUser
Updates this support file onto ARSystem server
setSuppressEmptyLst(boolean) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets action in Modify/Display/Report windows if no requests match.
setTableName(String) - Method in class com.bmc.arsys.api.VendorForm
 
setTableName(String) - Method in class com.bmc.arsys.api.ViewForm
 
setTag(int) - Method in class com.bmc.arsys.api.AssignFieldInfo
Sets integer value indicating the type of field value to set with the following constant values:
setTag(int) - Method in class com.bmc.arsys.api.GotoAction
Sets tag.
setTargetLocation(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Sets whether target is a New or Open window.
setTimeoutLong(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the long timeout.
setTimeoutNormal(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the normal timeout.
setTimeoutXLong(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the extra long timeout.
setTimestamp(Timestamp) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets the time stamp of when the entry point was last changed.
setTimeZone(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the time zone.
setToolbarMenuItemEnabled(boolean) - Method in class com.bmc.arsys.api.ViewDisplayPropertyMap
 
setTopic(String) - Method in class com.bmc.arsys.api.DDEAction
Sets string specifying the topic to use.
setTransId(int) - Method in class com.bmc.arsys.api.COMValueInfo
Sets the Transient ID that links a method that takes another method as a parameter to the method that is used as that parameter.
setType(int) - Method in class com.bmc.arsys.api.ByteListValue
Sets type of image (for example, .jpeg).
setType(int) - Method in class com.bmc.arsys.api.ContainerOwner
Sets the owner type.
setType(int) - Method in class com.bmc.arsys.api.DSOAction
 
setType(int) - Method in class com.bmc.arsys.api.EntryPointInfo
Sets entry point type.
setType(String) - Method in class com.bmc.arsys.api.Image
Sets the image type.
setType(long) - Method in class com.bmc.arsys.api.LoggingInfo
Sets type of logging.
setType(String) - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
setType(int) - Method in class com.bmc.arsys.api.StructItemInfo
Sets the type of the AR System object
setUnique(boolean) - Method in class com.bmc.arsys.api.IndexInfo
Sets unique index on fields.
setUseConnectionPooling(boolean) - Static method in class com.bmc.arsys.api.ProxyManager
Whether proxies are pooled or not is dynamically configurable.
setUsePromptingPane(boolean) - Method in class com.bmc.arsys.api.MessageAction
Sets the flag used to define how and when the message should be displayed.
setUser(String) - Method in class com.bmc.arsys.api.ARServerUser
Sets the user login name to use to connect to the server.
setUser(String) - Method in class com.bmc.arsys.api.NotifyAction
Defines name of the users or groups to notify.
setUserContext(ARNativeAuthenticationInfo) - Method in class com.bmc.arsys.api.ARServerUser
set user context info into an existing ARServerUser
setUserLastChanged(Timestamp) - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
 
setValue(Value) - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
 
setValue(Value) - Method in class com.bmc.arsys.api.AssignInfo
Sets the Value object.
setValue(byte[]) - Method in class com.bmc.arsys.api.AttachmentValue
sets the specified bytes to the attachment
setValue(String) - Method in class com.bmc.arsys.api.AttachmentValue
read bytes from the file, and set the bytes to the attachment.
setValue(byte[]) - Method in class com.bmc.arsys.api.ByteListValue
Sets contents of image.
setValue(Value) - Method in class com.bmc.arsys.api.COMValueInfo
Sets union that represents the field value.
setValue(BigDecimal) - Method in class com.bmc.arsys.api.CurrencyValue
Sets value of currency using a big decimal.
setValue(int) - Method in class com.bmc.arsys.api.DateInfo
Sets the number of days since January 1, 4713 B.C.
setValue(DateInfo) - Method in class com.bmc.arsys.api.DateInfo
Sets the date using the given DateInfo object.
setValue(long) - Method in class com.bmc.arsys.api.EscalationInterval
 
setValue(Value) - Method in class com.bmc.arsys.api.ExternalReference
Defines value for groups.
setValue(BigDecimal) - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Sets value of currency.
setValue(byte[]) - Method in class com.bmc.arsys.api.ImageData
Sets contents of image.
setValue(String) - Method in class com.bmc.arsys.api.MacroParmInfo
Sets the value of macro parameter.
setValue(String) - Method in class com.bmc.arsys.api.MenuItem
 
setValue(long) - Method in class com.bmc.arsys.api.OutputInteger
 
setValue(int) - Method in class com.bmc.arsys.api.OutputInteger
Sets the value of this object to val.
setValue(Value) - Method in class com.bmc.arsys.api.OutputInteger
 
setValue(int) - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
 
setValue(long) - Method in class com.bmc.arsys.api.Time
Sets the number of seconds for the time (in long integer format).
setValue(Time) - Method in class com.bmc.arsys.api.Time
Sets the time to the the given time.
setValue(long) - Method in class com.bmc.arsys.api.Timestamp
Sets the number of seconds for the time (in long integer format).
setValue(Timestamp) - Method in class com.bmc.arsys.api.Timestamp
Sets the time to the time of the given timestamp.
setValue(Date) - Method in class com.bmc.arsys.api.Timestamp
Sets the time from the given date.
setValueField(int) - Method in class com.bmc.arsys.api.QueryMenu
Sets value of field used in query menu.
setValueFormat(int) - Method in class com.bmc.arsys.api.DataDictionaryMenu
Sets format type.
setValueIId(String) - Method in class com.bmc.arsys.api.COMValueInfo
When used to define the return value of a method, sets the ID of the interface returned by the method.
setValueIndex(long) - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Sets the index into the returned list of values that will be used in the Set Field assignment.
setValueIndex(int) - Method in class com.bmc.arsys.api.AssignSQLInfo
Sets integer value indicating which of the selected columns contains the value to assign.
setValueIndex(int) - Method in class com.bmc.arsys.api.SqlMenu
Sets numerical index of the database column that contains the information to load in the field when user chooses the menu item.
setValues(String[]) - Method in class com.bmc.arsys.api.SelectionFieldLimit
Sets the enumerated values of the field.
setValues(List<EnumItem>) - Method in class com.bmc.arsys.api.SelectionFieldLimit
 
setValueType(int) - Method in class com.bmc.arsys.api.COMValueInfo
Sets integer specifying the type of value represented by the structure.
setVendorName(String) - Method in class com.bmc.arsys.api.VendorForm
 
setVersion14() - Method in class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
setVersion15() - Method in class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
setVersion16() - Method in class com.bmc.arsys.api.ArStatusBuffer12OutEx
 
setView(View) - Method in class com.bmc.arsys.api.ARServerUser
Updates this view on the database
setVisible(boolean) - Method in class com.bmc.arsys.api.OleAutomationAction
Sets flag to enable or disable the visibility of the Automation Server.
setVUIId(int) - Method in class com.bmc.arsys.api.View
Assigns an internal ID for the VUI.
setVUIId(int) - Method in class com.bmc.arsys.api.ViewKey
Sets internal ID of the VUI
setVuiLabel(String) - Method in class com.bmc.arsys.api.OpenWindowAction
Defines the view of the form that you want to appear as a dialog box.
setVUIType(int) - Method in class com.bmc.arsys.api.ARServerUser
Set the VUI type
setVUIType(int) - Method in class com.bmc.arsys.api.View
Sets the VUI type.
setWeekday(long) - Method in class com.bmc.arsys.api.DayInfo
Sets days of week.
setWeekDays(int) - Method in class com.bmc.arsys.api.EscalationTime
 
setWeekDays(BitSet) - Method in class com.bmc.arsys.api.EscalationTime
 
setWindowMode(int) - Method in class com.bmc.arsys.api.OpenWindowAction
Returns map where data from the dialog box will transfer to the parent form when the dialog box opens/closes.
setWriteToFileOrStatus(long) - Method in class com.bmc.arsys.api.LoggingInfo
Sets where to return log information.
setXCoordinate(int) - Method in class com.bmc.arsys.api.CoordinateInfo
Sets X coordinate.
setYCoordinate(int) - Method in class com.bmc.arsys.api.CoordinateInfo
Sets Y coordinate.
SG_EMAIL_STATE - Static variable in class com.bmc.arsys.api.ServerInfo
State of server group email process 0 = no server group 1 = suspended 2 = resumed
SG_FLASHBOARDS_STATE - Static variable in class com.bmc.arsys.api.ServerInfo
State of server group flashboards process 0 = no server group 1 = suspended 2 = resumed
SHARED_CACHE - Static variable in class com.bmc.arsys.api.ServerInfo
(Obsolete server option.)
SHARED_MEM - Static variable in class com.bmc.arsys.api.ServerInfo
(UNIX only) A flag indicating whether the shared memory is disabled or enabled.
shortClientVersion - Static variable in interface com.bmc.arsys.api.Version
Short client version - only major and minor rev, no drop version not padded to 2 decimal places, no space before major version
signalServer(Map<SignalType, String>) - Method in class com.bmc.arsys.api.ARServerUser
send a signal to the server to perform the indicated op, i.e.
SignalType - Enum in com.bmc.arsys.api
 
sleep(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Performs a Thread.sleep using this unit.
SMALL_ICON - Static variable in class com.bmc.arsys.api.ReferenceType
External reference to a small icon
SORT_LIST - Static variable in class com.bmc.arsys.api.FormCriteria
Returns fields that identify the default sort order for retrieving form entries.
SortInfo - Class in com.bmc.arsys.api
The SortInfo class specifies the sort order of fields from an entry list.
SortInfo() - Constructor for class com.bmc.arsys.api.SortInfo
 
SortInfo(int, int) - Constructor for class com.bmc.arsys.api.SortInfo
Constructs a new SortInfo object.
SortInfo(int, IQuerySource, int) - Constructor for class com.bmc.arsys.api.SortInfo
Constructs a new SortInfo object used by dynamic queries.
SOURCETAG - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns the sourceTag.
SOURCETYPE - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the sourceType.
splitEntryId(String) - Static method in class com.bmc.arsys.api.Entry
Split the given entryId string into a string array.
splitEntryId(String, String) - Static method in class com.bmc.arsys.api.Entry
Split the given entryId string into a string array.
SQL_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if SQL tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
SqlMenu - Class in com.bmc.arsys.api
The SqlMenu class returns information for SQL menu.
SqlMenu(String, String, int, int) - Constructor for class com.bmc.arsys.api.SqlMenu
 
SqlMenu(String, String, List<Integer>, int) - Constructor for class com.bmc.arsys.api.SqlMenu
 
SQLResult - Class in com.bmc.arsys.api
The SQLResult class returns a list of result values returned from an SQL query.
stage - Variable in class com.bmc.arsys.api.WfdBreakpoint
 
Stage - Variable in class com.bmc.arsys.api.WfdDebugLocation
 
startRecording(int, String) - Method in class com.bmc.arsys.api.ARServerUser
Starts API recording.
StatisticsResultInfo - Class in com.bmc.arsys.api
The StatisticsResultInfo class returns statistics (aggregates) for the form entries, and identifies which group-by values were used to compile the statistics.
StatisticsResultInfo() - Constructor for class com.bmc.arsys.api.StatisticsResultInfo
 
StatisticsResultInfo(List<Value>, Value) - Constructor for class com.bmc.arsys.api.StatisticsResultInfo
 
STATUS_HISTORY - Static variable in class com.bmc.arsys.api.OperandType
Value from the Status-History core field
StatusHistoryItem - Class in com.bmc.arsys.api
The StatusHistoryItem class retrieves the the user and time stamp components of the Status History core field.
StatusHistoryItem(String, Timestamp) - Constructor for class com.bmc.arsys.api.StatusHistoryItem
 
StatusHistoryValue - Class in com.bmc.arsys.api
The StatusHistoryValue class is used to represent the values of status history fields.
StatusHistoryValue() - Constructor for class com.bmc.arsys.api.StatusHistoryValue
 
StatusHistoryValueIndicator - Class in com.bmc.arsys.api
The StatusHistoryValue class allows user to refer to the status history associated with changes.
StatusHistoryValueIndicator() - Constructor for class com.bmc.arsys.api.StatusHistoryValueIndicator
 
StatusHistoryValueIndicator(boolean, int) - Constructor for class com.bmc.arsys.api.StatusHistoryValueIndicator
 
StatusHistoryValueIndicator(boolean, int, IQuerySource) - Constructor for class com.bmc.arsys.api.StatusHistoryValueIndicator
 
StatusInfo - Class in com.bmc.arsys.api
The StatusInfo class represents a message generated by a function call.
StatusInfo() - Constructor for class com.bmc.arsys.api.StatusInfo
constructor
StatusInfo(int, long, String, String) - Constructor for class com.bmc.arsys.api.StatusInfo
 
StatusInfo(int, long, String) - Constructor for class com.bmc.arsys.api.StatusInfo
 
StatusInfo(long, Locale) - Constructor for class com.bmc.arsys.api.StatusInfo
 
stopReceive(ARServerUser) - Method in class com.bmc.arsys.api.AlertReceiver
Stop receiving alert messages for the user from a particular ARServer specified by the context.
stopRecording() - Method in class com.bmc.arsys.api.ARServerUser
Stops Api Recording.
STRUCT_CHANGE - Static variable in class com.bmc.arsys.api.ServerInfo
Last structure change (for this run of the server).
StructItemInfo - Class in com.bmc.arsys.api
The StructItemInfo class represents a particular object to export or import.
StructItemInfo() - Constructor for class com.bmc.arsys.api.StructItemInfo
 
StructItemInfo(IARPersistentObject) - Constructor for class com.bmc.arsys.api.StructItemInfo
 
StructItemInfo(IARPersistentObject, boolean) - Constructor for class com.bmc.arsys.api.StructItemInfo
 
StructItemInfo(int, String) - Constructor for class com.bmc.arsys.api.StructItemInfo
 
StructItemInfo(int, String, String[], int) - Constructor for class com.bmc.arsys.api.StructItemInfo
 
StructItemInfo(int, String, String[]) - Constructor for class com.bmc.arsys.api.StructItemInfo
 
SUBMITTER_MODE - Static variable in class com.bmc.arsys.api.ServerInfo
Submitter mode for the AR System.
SupportFile - Class in com.bmc.arsys.api
The SupportFile class and methods is used to represent the properties of a support file.
SupportFile() - Constructor for class com.bmc.arsys.api.SupportFile
 
SupportFile(int, String, int, int, String, long) - Constructor for class com.bmc.arsys.api.SupportFile
 
SupportFileCriteria - Class in com.bmc.arsys.api
The SupportFileCriteria class is used to specify the list of SupportFile information
SupportFileCriteria() - Constructor for class com.bmc.arsys.api.SupportFileCriteria
 
SupportFileKey - Class in com.bmc.arsys.api
The SupportFileKey class provides a unique identifier for support file objects.
SupportFileKey() - Constructor for class com.bmc.arsys.api.SupportFileKey
constructor
SupportFileKey(int, String, int, int) - Constructor for class com.bmc.arsys.api.SupportFileKey
 
SupportFileListCriteria - Class in com.bmc.arsys.api
The SupportFileListCriteria class is used to define the search criteria for retrieving the support files from the server.
SupportFileListCriteria() - Constructor for class com.bmc.arsys.api.SupportFileListCriteria
constructor
SupportFileListCriteria(long, String, int, long) - Constructor for class com.bmc.arsys.api.SupportFileListCriteria
 
SUPPRESS_WARN - Static variable in class com.bmc.arsys.api.ServerInfo
Series of zero or more message numbers (separated by spaces) that identify the informational or warning messages that the system suppresses.
SVR_EVENT_LIST - Static variable in class com.bmc.arsys.api.ServerInfo
List of server events of track.
SVR_SEC_CACHE - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Ties security cache to specific server name (0/1).
SVR_STATS_REC_INTERVAL - Static variable in class com.bmc.arsys.api.ServerInfo
Recording interval (seconds) of server event statistics .
SVR_STATS_REC_MODE - Static variable in class com.bmc.arsys.api.ServerInfo
Recording mode for server events statistics.
SYBASE_CHARSET - Static variable in class com.bmc.arsys.api.ServerInfo
Character set being used to access a Sybase database.
SYBASE_SERV - Static variable in class com.bmc.arsys.api.ServerInfo
Sybase logical server name.

T

TABLE - Static variable in class com.bmc.arsys.api.DataType
Table field.
TableField - Class in com.bmc.arsys.api
The AR System supports two types of regular table fields: list view table fields and tree view table fields.
TableField() - Constructor for class com.bmc.arsys.api.TableField
 
TableFieldLimit - Class in com.bmc.arsys.api
The TableFieldLimit class defines the value limits for a table(DataType.TABLE) field.
TableFieldLimit() - Constructor for class com.bmc.arsys.api.TableFieldLimit
 
TableFieldLimit(int, QualifierInfo, int, String, String, String, String) - Constructor for class com.bmc.arsys.api.TableFieldLimit
Constructs a new TableLimitInfo object.
TCD_TCP_PORT - Static variable in class com.bmc.arsys.api.ServerInfo
TCP port for arservtcd thread.
THREAD_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if thread tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE) (Windows NT only).
TIME - Static variable in class com.bmc.arsys.api.DataType
UNIX®-style date/time stamp (number of seconds since midnight January 1,1970).
Time - Class in com.bmc.arsys.api
The Time class represents the time elapsed since midnight.
Time() - Constructor for class com.bmc.arsys.api.Time
constructor
Time(long) - Constructor for class com.bmc.arsys.api.Time
 
Time(String) - Constructor for class com.bmc.arsys.api.Time
 
TIME_OF_DAY - Static variable in class com.bmc.arsys.api.DataType
Specifies time (number of seconds since midnight).
timedJoin(Thread, long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Performs a timed Thread.join using this time unit.
timedWait(Object, long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Performs a timed Object.wait using this time unit.
TimeOnlyField - Class in com.bmc.arsys.api
Store time information only, as the number of seconds from 12:00:00 AM.
TimeOnlyField() - Constructor for class com.bmc.arsys.api.TimeOnlyField
 
TimeOnlyFieldLimit - Class in com.bmc.arsys.api
The TimeOnlyFieldLimit class defines the value limits for an integer(DataType.INTEGER) field.
TimeOnlyFieldLimit() - Constructor for class com.bmc.arsys.api.TimeOnlyFieldLimit
 
TIMESTAMP - Static variable in class com.bmc.arsys.api.AlertMessageCriteria
Returns value of the timestamp.
TIMESTAMP - Static variable in class com.bmc.arsys.api.LocalizedValueCriteria
Include only the time stamp of the message.
TIMESTAMP - Static variable in class com.bmc.arsys.api.ObjectBaseCriteria
Returns time stamp of specified object.
TIMESTAMP - Static variable in class com.bmc.arsys.api.SupportFileCriteria
Returns time stamp of specified support file.
Timestamp - Class in com.bmc.arsys.api
The Timestamp class represents the time at which an operation was performed.
Timestamp() - Constructor for class com.bmc.arsys.api.Timestamp
constructor
Timestamp(long) - Constructor for class com.bmc.arsys.api.Timestamp
Initializes Timestamp with the specified number of seconds (not milli-seconds) elapsed since standard base time("epoch time").
Timestamp(Date) - Constructor for class com.bmc.arsys.api.Timestamp
 
toDataType(int) - Static method in class com.bmc.arsys.api.DataType
Returns an data type object from a constant.
toDate() - Method in class com.bmc.arsys.api.Timestamp
Returns the date in the java.util.Date format.
toDays(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to DAYS.convert(duration, this).
toFuncCode(String) - Static method in class com.bmc.arsys.api.FunctionAssignInfo
Returns the function code given the function name
toFuncName(int) - Static method in class com.bmc.arsys.api.FunctionAssignInfo
Returns the function name given the function code
toFunctionalValue(String) - Method in class com.bmc.arsys.api.CurrencyValue
Retrieves the functional value for the specified currency code
toHours(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to HOURS.convert(duration, this).
toInt() - Method in class com.bmc.arsys.api.ContainerType
Helper function that retrieves integer value of the container type.
toInt() - Method in class com.bmc.arsys.api.DataType
Returns an integer representation of the data type.
toInt() - Method in class com.bmc.arsys.api.FormType
Returns an integer value of the form type.
toInt() - Method in class com.bmc.arsys.api.Keyword
Returns the integer value of the keyword (constants).
toInt() - Method in class com.bmc.arsys.api.OperandType
Returns an integer value of the operand type.
toInt() - Method in class com.bmc.arsys.api.ReferenceType
Returns an integer value of the reference type.
toKeyword(String) - Static method in class com.bmc.arsys.api.Keyword
Converts given string into Keyword.
toKeyword(int) - Static method in class com.bmc.arsys.api.Keyword
 
toMicros(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to MICROSECONDS.convert(duration, this).
toMillis(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to MILLISECONDS.convert(duration, this).
toMinutes(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to MINUTES.convert(duration, this).
toNanos(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to NANOSECONDS.convert(duration, this).
toReferenceType(int) - Static method in class com.bmc.arsys.api.ReferenceType
 
toSeconds(long) - Method in enum com.bmc.arsys.api.ARTimeUnit
Equivalent to SECONDS.convert(duration, this).
toString() - Method in class com.bmc.arsys.api.Action
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ActiveLink
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ActiveLinkCriteria
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ActiveLinkGuide
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AlertMessageCriteria
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AlertMessageInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ApplicationContainer
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ArchiveInfo
Returns a string description of the object.
toString() - Method in exception com.bmc.arsys.api.ARException
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ArithmeticOperationInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ArithmeticOrRelationalOperand
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ArithOpAssignInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ARQualifierHelper
 
toString() - Method in class com.bmc.arsys.api.ARServerUser
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AssignFieldInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AssignFilterApiInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AssignInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AssignSQLInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AttachmentField
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AttachmentFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AttachmentPoolField
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AttachmentValue
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.AuditInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ByteListValue
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CallGuideAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ChangeFieldAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CharacterFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ColumnFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.COMMethodInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.COMMethodParmInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CommitChangesAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.COMValueInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Container
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ContainerCriteria
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ContainerListInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ContainerOwner
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ContainerType
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CoordinateInfo
Returns a string description of the object.
toString() - Method in enum com.bmc.arsys.api.CoreFieldId
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CriteriaFlags
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CurrencyDetail
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CurrencyFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CurrencyPartInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.CurrencyValue
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DataDictionaryMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DataType
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DateInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DateOnlyFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DateTimeFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DayInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DDEAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DecimalFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DiaryFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DiaryItem
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DiaryListValue
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DirectSqlAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.DisplayFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.EntryKey
 
toString() - Method in class com.bmc.arsys.api.EntryListFieldInfo
 
toString() - Method in class com.bmc.arsys.api.EntryListInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.EntryPointInfo
 
toString() - Method in class com.bmc.arsys.api.EntryReturn
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.EnumItem
 
toString() - Method in class com.bmc.arsys.api.Escalation
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.EscalationInterval
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.EscalationTime
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ExitGuideAction
 
toString() - Method in class com.bmc.arsys.api.ExternalReference
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ExtFieldCandidatesInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ExtFormCandidatesInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Field
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FieldAssignInfo
 
toString() - Method in class com.bmc.arsys.api.FieldDataDictionaryMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FieldFunc
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FieldKey
 
toString() - Method in class com.bmc.arsys.api.FieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FieldMapping
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FieldVuiObj
 
toString() - Method in class com.bmc.arsys.api.FileMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Filter
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FilterMessageAction
 
toString() - Method in class com.bmc.arsys.api.Form
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FormAliasInfo
 
toString() - Method in class com.bmc.arsys.api.FormDataDictionaryMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FormType
 
toString() - Method in class com.bmc.arsys.api.FuncCurrencyInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.FunctionAssignInfo
 
toString() - Method in class com.bmc.arsys.api.GotoAction
 
toString() - Method in class com.bmc.arsys.api.GotoGuideLabelAction
 
toString() - Method in class com.bmc.arsys.api.GroupInfo
 
toString() - Method in class com.bmc.arsys.api.Image
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ImageData
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.IndexInfo
 
toString() - Method in class com.bmc.arsys.api.IntegerFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.JoinFieldMapping
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.JoinForm
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Keyword
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.LicenseInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.LicenseValidInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ListMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.LocalizedRequestInfo
 
toString() - Method in class com.bmc.arsys.api.LocalizedValueInfo
 
toString() - Method in class com.bmc.arsys.api.LogAction
 
toString() - Method in class com.bmc.arsys.api.LoggingInfo
 
toString() - Method in class com.bmc.arsys.api.MacroParmInfo
 
toString() - Method in class com.bmc.arsys.api.Menu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.MenuItem
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.MessageAction
 
toString() - Method in class com.bmc.arsys.api.NotifyAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ObjectBase
 
toString() - Method in class com.bmc.arsys.api.ObjectBaseCriteria
 
toString() - Method in class com.bmc.arsys.api.ObjectPropertyMap
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.OleAutomationAction
 
toString() - Method in class com.bmc.arsys.api.OpenWindowAction.ReportInfo
 
toString() - Method in class com.bmc.arsys.api.OpenWindowAction
 
toString() - Method in class com.bmc.arsys.api.OperandType
 
toString() - Method in class com.bmc.arsys.api.OutputInteger
Returns in a String object all of the status messages.
toString() - Method in class com.bmc.arsys.api.OverlaidInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.OverlayPropInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.PermissionInfo
Returns string.
toString() - Method in class com.bmc.arsys.api.ProcessResult
 
toString() - Method in class com.bmc.arsys.api.PropertyMap
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.PropInfo
 
toString() - Method in class com.bmc.arsys.api.ProxyManager.PoolInfo
 
toString() - Method in class com.bmc.arsys.api.PushFieldsAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.PushFieldsInfo
 
toString() - Method in class com.bmc.arsys.api.QualifierFromFieldInfo
 
toString() - Method in class com.bmc.arsys.api.QualifierInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.QueryBase
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.QueryFormField
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.QueryInfo
 
toString() - Method in class com.bmc.arsys.api.QueryMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.RealFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Reference
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ReferenceType
 
toString() - Method in class com.bmc.arsys.api.RegularFieldMapping
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.RegularQuery
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.RelationalOperationInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.RoleInfo
 
toString() - Method in class com.bmc.arsys.api.RunMacroAction
 
toString() - Method in class com.bmc.arsys.api.RunProcessAction
 
toString() - Method in class com.bmc.arsys.api.SelectionFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ServerInfo
 
toString() - Method in class com.bmc.arsys.api.ServerInfoMenu
 
toString() - Method in class com.bmc.arsys.api.ServiceAction
 
toString() - Method in class com.bmc.arsys.api.SetFieldsAction
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.SetFieldsFromFilterAPI
 
toString() - Method in class com.bmc.arsys.api.SetFieldsFromForm
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.SetFieldsFromSQL
 
toString() - Method in class com.bmc.arsys.api.SortInfo
 
toString() - Method in class com.bmc.arsys.api.SqlMenu
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.SQLResult
 
toString() - Method in class com.bmc.arsys.api.StatisticsResultInfo
 
toString() - Method in class com.bmc.arsys.api.StatusHistoryItem
 
toString() - Method in class com.bmc.arsys.api.StatusHistoryValueIndicator
 
toString() - Method in class com.bmc.arsys.api.StatusInfo
Returns in a String object that containing all of the status messages.
toString() - Method in class com.bmc.arsys.api.StructItemInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.SupportFile
 
toString() - Method in class com.bmc.arsys.api.SupportFileKey
 
toString() - Method in class com.bmc.arsys.api.SupportFileListCriteria
 
toString() - Method in class com.bmc.arsys.api.TableFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Time
Returns a string description of the time.
toString() - Method in class com.bmc.arsys.api.TimeOnlyField
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.TimeOnlyFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Timestamp
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.UserInfo
 
toString() - Method in class com.bmc.arsys.api.UserLicenseInfo
 
toString() - Method in class com.bmc.arsys.api.ValidateFormCacheInfo
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.Value
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ValueSetQuery
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.VendorFieldMapping
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.VendorForm
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.View
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ViewFieldLimit
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ViewFieldMapping
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ViewForm
Returns a string description of the object.
toString() - Method in class com.bmc.arsys.api.ViewKey
 
toString() - Method in class com.bmc.arsys.api.WaitAction
 
toString() - Method in class com.bmc.arsys.api.WorkflowLockInfo
 
toString() - Method in class com.bmc.arsys.api.XMLEntryReturn
Returns a string description of the object.
toStringShort() - Method in interface com.bmc.arsys.api.IQuerySource
Returns identifier/name information.
toStringShort() - Method in class com.bmc.arsys.api.QuerySourceForm
Returns a simplified string description of the object.
toStringShort() - Method in class com.bmc.arsys.api.RecursiveQuery
Returns a simplified string description of the object.
TRIM - Static variable in class com.bmc.arsys.api.DataType
Trim field.
TrimField - Class in com.bmc.arsys.api
Trim fields are lines, boxes, and text (including URLs) that enable user to modify the appearance of a form.
TrimField() - Constructor for class com.bmc.arsys.api.TrimField
 
TRUE - Static variable in interface com.bmc.arsys.api.Constants
Name for the TRUE system constant for support of ARBoolean type
True - Static variable in interface com.bmc.arsys.api.Constants
Name for the True system constant for support of ARBoolean type

U

U_CACHE_CHANGE - Static variable in class com.bmc.arsys.api.ServerInfo
Time of the last change to the user cache.
ULONG - Static variable in class com.bmc.arsys.api.DataType
32-bit unsigned integer value.
UNQUAL_QUERIES - Static variable in class com.bmc.arsys.api.ServerInfo
Indicates whether the server allows unqualified queries.
unSetHiddenIncrement() - Method in class com.bmc.arsys.api.FormType
Un-Sets form type Hidden Increment characteristic
UPLINK - Static variable in class com.bmc.arsys.api.FormType
Returns all join forms that depend on the form specified by the name parameter.
USE_ETC_PASSWD - Static variable in class com.bmc.arsys.api.ServerInfo
Indicates whether the /etc/passwd file is used to validate users not registered with the AR System (UNIX only).
USE_REALNAME - Variable in class com.bmc.arsys.api.ActiveLinkCriteria
Overlay: Returns active link with real name.
USE_REALNAME - Variable in class com.bmc.arsys.api.ContainerCriteria
Overlay: Returns container object with real name.
USE_REALNAME - Variable in class com.bmc.arsys.api.EscalationCriteria
Overlay: Returns escalation with real names.
USE_REALNAME - Variable in class com.bmc.arsys.api.FieldCriteria
Returns objects using real name.
USE_REALNAME - Variable in class com.bmc.arsys.api.FilterCriteria
Overlay: Returns filters with real name.
USE_REALNAME - Static variable in class com.bmc.arsys.api.FormCriteria
Overlay: Returns forms with real name.
USE_REALNAME - Variable in class com.bmc.arsys.api.MenuCriteria
Returns menus with real names.
useAdminRpcQueue() - Method in class com.bmc.arsys.api.ARServerUser
Connect to the server using the admin queue.
useDefaultRpcQueue() - Method in class com.bmc.arsys.api.ARServerUser
Connect to the server using the default queue, which is either List or Fast queue
usePrivateRpcQueue(int) - Method in class com.bmc.arsys.api.ARServerUser
Communicate to the server using a private queue
USER_CACHE_UTILS - Static variable in class com.bmc.arsys.api.ServerInfo
Flag indicating whether the ARCACHE and ARRELOAD utilities are enabled.
USER_INFO_LISTS - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Number of User/NotifyUser hash lists
USER_INST_TIMEOUT - Static variable in class com.bmc.arsys.api.ServerInfo
(integer) Timeout interval to flush user instances in User Cache hash lists.
USER_LOG_FILE - Static variable in class com.bmc.arsys.api.ServerInfo
Name of the file to use if user tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE).
UserInfo - Class in com.bmc.arsys.api
The UserInfo class contains information about users in AR System.
UserInfo() - Constructor for class com.bmc.arsys.api.UserInfo
 
UserLicenseInfo - Class in com.bmc.arsys.api
The UserLicenseInfo class contains information about user's licenses in AR System.
Util - Class in com.bmc.arsys.api
The Util class combines all the functions not related to specific server objects into a "catch-all" class.
Util() - Constructor for class com.bmc.arsys.api.Util
 

V

validateARAccessNameType(String, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARActiveLinkActionInfo(ActiveLinkAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type ActiveLinkAction contains a value and that the value is legal.
validateARActiveLinkActionList(List<ActiveLinkAction>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that list of objects of type type ActiveLinkAction each contains a value and that the value is legal.
validateARArithOpAssignInfo(ArithOpAssignInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ArithOpAssignInfo contains a value and that the value is legal.
validateARArithOpInfo(ArithmeticOperationInfo) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARAssignFieldInfo(AssignFieldInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ARAssignFieldInfo contains a value and that the value is legal.
validateARAssignFilterApiInfo(AssignFilterApiInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type AssignFilterApiInfo contains valid parameters.
validateARAssignInfo(AssignInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type AssignInfo contains a value and that the value is legal.
validateARAssignSQLInfo(AssignSQLInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ARFieldSQLInfo contains a value and that the value is legal.
validateARAutomationInfo(OleAutomationAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type OleAutomationAction contains a value and that the value is legal.
validateARCallGuide(CallGuideAction, int) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type CallGuideAction contains a value and that the value is legal.
validateARCharMenuItemInfo(MenuItem, int) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type MenuItem contains a value and that the value is legal.
validateARCharMenuList(ListMenu, int) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ListMenu contains a value and that the value is legal
validateARCommand(String) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARCOMMethodInfo(COMMethodInfo, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type COMMethodInfo contains a value and that the value is legal.
validateARCOMMethodList(List<COMMethodInfo>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that the List of objects of type COMMethodInfo each contains a value and that the value is legal.
validateARCOMMethodParmInfo(COMMethodParmInfo, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type COMMethodParmInfo contains a value and that the value is legal.
validateARCOMMethodParmList(List<COMMethodParmInfo>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type COMMethodParmInfo each contains a value and that the value is legal.
validateARCOMValueInfo(COMValueInfo, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type COMValueInfo contains a value and that the value is legal.
validateARContainerOwnerObj(ContainerOwner) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ContainerOwner contains a value and that the value is legal.
validateARContainerOwnerObjList(List<ContainerOwner>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type ContainerOwner each contains a value and that the value is legal.
validateARDDEInfo(DDEAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type DDEAction contains a value and that the value is legal.
validateARDisplayInstanceList(DisplayInstanceMap, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type DisplayInstanceMap contain values and that the values are legal.
validateAREntry(Entry, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type String representing EntryListInfo contains a array of values and that the values are legal.
validateAREntryIdList(String, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type String representing EntryListInfo contains a array of values and that the values are legal.
validateAREntryIdListList(List<String>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a List of type String of entryIds each contain a value and that the value is legal.
validateAREntryListFieldInfo(List<EntryListFieldInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type EntryListFieldInfo each contains a legal columnWidth and separator and that the total length specified is within the limits of the allowed value.
validateAREntryListFieldList(List<EntryListFieldInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a List of type EntryListFieldInfo each contain a legal columnWidth and separator and that the total length specified is within the limits of the allowed value.
validateARExtReferenceInfo(ExternalReference) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ExternalReference contains a value and that the value is legal.
validateARFieldAssignList(List<FieldAssignInfo>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type FieldAssignInfo each contains a value and that the value is legal.
validateARFieldDefaultValue(Field) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARFieldLimitInfo(Field) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type FieldLimit contains a value and that the value is legal.
validateARFieldMapping(Field, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type FieldMapping contains a valid value.
validateARFieldValueOrArithInfo(ArithmeticOrRelationalOperand, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that object of type ArithmeticOrRelationalOperand contains a value and that the value is legal.
validateARFilterActionInfo(FilterAction, boolean, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type FilterAction contains a value and that the value is legal.
validateARFilterActionList(List<FilterAction>, boolean, boolean, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a List of objects of type FilterAction each contains a value and that the value is legal.
validateARForm(Form, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARFormType(Form, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type Form contains value and that the value is legal
validateARFunctionAssignInfo(FunctionAssignInfo) - Method in class com.bmc.arsys.api.ParameterValidator
validate that an object of type FunctionAssignInfo contains a value and that the value is legal.
validateARGotoActionInfo(GotoAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type GotoAction contains a value and that the value is legal.
validateARGotoGuideLabel(GotoGuideLabelAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type GotoGuideLabelAction contains a value(Label) and that the value is legal.
validateARIndexList(List<IndexInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type IndexInfo contains values and that the values are legal.
validateARLocaleType(String, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type String contains a value and that value is within the length limits of the system.
validateARNameList(List<String>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that the List of objects of type String representing Form each contain values and that the values are legal.
validateARNameType(String, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateAROpenDlgInfo(OpenWindowAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type OpenWindowAction contains a value and that the value is legal.
validateAROverlaidInfo(OverlaidInfo) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type OverlaidInfo contains value and that the value is legal.
validateARPermissionList(List<PermissionInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type PermissionInfo each contains a value and that the value is within the limits of the allowed value.
validateARPropList(PropertyMap, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a map of objects of type Values contain values and that the values are legal.
validateARPushFieldsAction(PushFieldsAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type PushFieldsAction contains a value and that the value is legal.
validateARPushFieldsList(List<PushFieldsInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type PushFieldsInfo each contains a value and that the value is legal.
validateARQualifierInfo(QualifierInfo, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type QualifierInfo contains a value and that the value is legal.
validateARQualifierInfoList(List<QualifierInfo>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type PermissionInfo each contains a value and that the value is within the limits of the allowed value.
validateARQueryValueInfo(QueryInfo) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARReferenceInfo(Reference) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type Reference contains a value and that the value is legal.
validateARReferenceList(List<Reference>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that List of objects of type Reference each contains a value and that the value is legal.
validateARRelOpInfo(RelationalOperationInfo) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARServerInfoList(ServerInfoMap) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a Map of ServerInfo objects each contains a value and that the value is legal.
validateARServerInfoRequestList(int[]) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that array of integers representing ServerInfoRequest each contains a value and that the value is legal.
validateARServerInfoRequestList2(int[]) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an array integers representing requestList contain values and that the values are legal (for ServerStatistics).
validateARServerNameType(String, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARService(ServiceAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type ServiceAction contains a value and that the value is legal.
validateARSetFieldsAction(SetFieldsAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type SetFieldsAction contains a value and that the value is legal.
validateARSortList(List<SortInfo>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type SortInfo contain values and that the values are legal.
validateARSqlCommand(String) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a String object representing SQL Command contains a value and that the value is legal.
validateARSQLInfo(DirectSqlAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type DirectSQLAction contains a value and that the value is legal.
validateARStatistic(int) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARStringType(String, int, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARStringType(String, int, int) - Method in class com.bmc.arsys.api.ParameterValidator
Validate string to see if it is null or length is equal to zero or exceeds the max length specified.
validateARStringType(String, int, int, int, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate string to see if it is null or exceeds the max length specified.
validateARStructItemList(List<StructItemInfo>, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a List of type StructItemInfo each contains a value and that the value is legal.
validateARValueInfo(Value) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type Value contains a value and that the value is legal.
validateARValueList(List<Value>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object of type Value List contains a list of values and that those values are legal.
validateARValueSetQuery(ValueSetQuery) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type ValueSetQuery contains value and that the value is legal.
validateARView(View) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateARWait(WaitAction) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type WaitAction contains a value and that the value is legal.
validateBuffer(String) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateDate() - Method in class com.bmc.arsys.api.DateInfo
Checks whether this date is a valid date or not.
validateEscalationTm(EscalationTimeCriteria) - Method in class com.bmc.arsys.api.ParameterValidator
 
ValidateFormCacheInfo - Class in com.bmc.arsys.api
The class ValidateFormCacheInfo holds the form schema changes that can be used by Java API clients to validate their cache.
ValidateFormCacheInfo() - Constructor for class com.bmc.arsys.api.ValidateFormCacheInfo
 
validateLicense(String) - Method in class com.bmc.arsys.api.ARServerUser
Validates license info.
validateMenuInfo(Menu, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that an object variable of type Menu contains a value and that the value is legal.
validateMultipleLicense(List<String>) - Method in class com.bmc.arsys.api.ARServerUser
Validates multiple license info.
validateOneField(Field, boolean) - Method in class com.bmc.arsys.api.ParameterValidator
 
validatePasswordFieldsInServerInfoList(ServerInfoMap) - Method in class com.bmc.arsys.api.ParameterValidator
 
validateQueryFormField(QueryFormField) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type QueryFormField contains information about field's source and a valid id.
validateQueryFormFields(List<QueryFormField>) - Method in class com.bmc.arsys.api.ParameterValidator
Validates the List of type QueryFormField of queryFields.
validateQueryJoin(IQuerySource) - Method in class com.bmc.arsys.api.ParameterValidator
Validates a join information of an object of type IQuerySource.
validateQuerySource(IQuerySource) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type IQuerySource is of a correct type, contains value and that the value is legal.
validateQuerySources(List<IQuerySource>) - Method in class com.bmc.arsys.api.ParameterValidator
Validate that a List of type IQuerySource of querySources each contain a value and that the value is legal.
validateRecursiveQuery(RecursiveQuery) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type RecursiveQuery contains value and that the value is legal.
validateRegularQuery(RegularQuery) - Method in class com.bmc.arsys.api.ParameterValidator
Validates that an object of type RegularQuery contains value and that the value is legal.
validateSupportFileType(int) - Method in class com.bmc.arsys.api.ParameterValidator
 
VALUE - Static variable in class com.bmc.arsys.api.LocalizedValueCriteria
Include only the value of the message.
VALUE - Static variable in class com.bmc.arsys.api.OperandType
Constant or keyword value
value() - Method in enum com.bmc.arsys.api.SignalType
 
Value - Class in com.bmc.arsys.api
The Value class represents the value information associated to a field.
Value() - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_NULL value.
Value(String, DataType) - Constructor for class com.bmc.arsys.api.Value
Construct a value Object from a String representation and DataType.
Value(Keyword) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_KEYWORD value.
Value(int) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_INTEGER value.
Value(double) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_REAL value.
Value(String) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_CHAR value.
Value(DiaryListValue) - Constructor for class com.bmc.arsys.api.Value
Create AR_DATA_TYPE_DIARY value
Value(long) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_ULONG value.
Value(ByteListValue) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_BYTES value.
Value(Timestamp) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_TIME value.
Value(Time) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_TIME_OF_DAY value.
Value(BigDecimal) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_DECIMAL value.
Value(CurrencyValue) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_CURRENCY value.
Value(DateInfo) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_DATE value.
Value(AttachmentValue) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_ATTACH value.
Value(List<CoordinateInfo>) - Constructor for class com.bmc.arsys.api.Value
Create a AR_DATA_TYPE_COORDS value
Value(Object, DataType) - Constructor for class com.bmc.arsys.api.Value
 
VALUE_SET - Static variable in class com.bmc.arsys.api.OperandType
Set of values used for the IN operator
VALUE_SET_QUERY - Static variable in class com.bmc.arsys.api.OperandType
Used for dynamic queries (IN and NOT/IN constructs)
VALUELIST - Static variable in class com.bmc.arsys.api.DataType
 
valueOf(String) - Static method in enum com.bmc.arsys.api.ARServerUser.ExecuteProcessActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bmc.arsys.api.ARTimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bmc.arsys.api.ConfigKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bmc.arsys.api.CoreFieldId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bmc.arsys.api.MenuItem.MENUTYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bmc.arsys.api.SignalType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bmc.arsys.api.ARServerUser.ExecuteProcessActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bmc.arsys.api.ARTimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bmc.arsys.api.ConfigKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bmc.arsys.api.CoreFieldId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bmc.arsys.api.MenuItem.MENUTYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bmc.arsys.api.SignalType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSetQuery - Class in com.bmc.arsys.api
The ValueSetQuery class is used to define the properties of a IN/NOT IN query used in qualifier.
ValueSetQuery() - Constructor for class com.bmc.arsys.api.ValueSetQuery
 
VENDOR - Static variable in class com.bmc.arsys.api.FormType
Returns all vendor forms
VendorFieldMapping - Class in com.bmc.arsys.api
The VendorFieldMapping class contains the field name in a vendor form derived from an external data source.
VendorFieldMapping() - Constructor for class com.bmc.arsys.api.VendorFieldMapping
 
VendorFieldMapping(String) - Constructor for class com.bmc.arsys.api.VendorFieldMapping
Field type in vendor form.
VendorForm - Class in com.bmc.arsys.api
The VendorForm class represents a type of "external" form that is created from a non-database source (for example, an XML file).
VendorForm() - Constructor for class com.bmc.arsys.api.VendorForm
 
VendorForm(String, String) - Constructor for class com.bmc.arsys.api.VendorForm
 
verifyARCreateActiveLink(ApiUserContextI, ActiveLink) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateContainer(ApiUserContextI, Container, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateEntry(ApiUserContextI, String, Entry) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateEscalation(ApiUserContextI, Escalation) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateField(ApiUserContextI, Field, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateFilter(ApiUserContextI, Filter) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateForm(ApiUserContextI, Form) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateImage(ApiUserContextI, Image) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateMenu(ApiUserContextI, Menu) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateMultipleFields(ApiUserContextI, List<Field>) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateOverlay(ApiUserContextI, OverlaidInfo) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateOverlayFromObject(ApiUserContextI, OverlaidInfo, OverlaidInfo) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateSupportFile(ApiUserContextI, SupportFile) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARCreateView(ApiUserContextI, View) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteActiveLink(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteContainer(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteEntry(ApiUserContextI, String, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteEscalation(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteField(ApiUserContextI, String, int, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteFilter(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteForm(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteImage(ApiUserContextI, String, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteMenu(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteMultipleFields(ApiUserContextI, String, int[], int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteSupportFile(ApiUserContextI, SupportFileKey) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARDeleteView(ApiUserContextI, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyAREndBulkEntryTransaction(ApiUserContextI, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyAREndTransactionOption(ApiUserContextI, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARExecuteProcess(ApiUserContextI, String, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARExecuteProcessForActiveLink(ApiUserContextI, String, int, int, int, Timestamp, Entry, Entry, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARExecuteProcessForActiveLink(ApiUserContextI, String, int, int, int, Timestamp, List<Value>, List<Value>, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARExpandMenu(ApiUserContextI, Menu) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARExport(ApiUserContextI, List<StructItemInfo>, String, int, WorkflowLockInfo) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetActiveLink(ApiUserContextI, String, ActiveLinkCriteria, ActiveLink) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetApplicationState(ApiUserContextI, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetContainer(ApiUserContextI, String, ContainerCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetEntry(ApiUserContextI, String, String, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetEntryBlob(ApiUserContextI, String, String, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetEntryBlob(ApiUserContextI, String, String, int, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetEntryStatistics(ApiUserContextI, String, QualifierInfo, ArithmeticOrRelationalOperand, int, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetEscalation(ApiUserContextI, String, EscalationCriteria, Escalation) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetField(ApiUserContextI, String, int, FieldCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetFilter(ApiUserContextI, String, FilterCriteria, Filter) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetForm(ApiUserContextI, String, FormCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetImage(ApiUserContextI, String, ImageCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListActiveLink(ApiUserContextI, String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListApplicationState(ApiUserContextI) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListContainer(ApiUserContextI, long, int[], boolean, List<ContainerOwner>, ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListEntry(ApiUserContextI, String, QualifierInfo, int, int, List<EntryListFieldInfo>, List<SortInfo>, boolean, OutputInteger) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListEntryBlocks(ApiUserContextI, String, QualifierInfo, int, int, int, List<SortInfo>, int[], boolean, OutputInteger, OutputInteger, OutputInteger) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListEntryWithFields(ApiUserContextI, String, QualifierInfo, int, int, List<SortInfo>, int[], boolean, OutputInteger) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListEntryWithMultiSchemaFields(ApiUserContextI, RegularQuery, int, int, boolean, OutputInteger) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListEscalation(ApiUserContextI, String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListExtFormCandidates(ApiUserContextI, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListField(ApiUserContextI, String, int, long) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListFilter(ApiUserContextI, String, long, ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListForm(ApiUserContextI, long, int, String, int[], ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListFormObjects(ApiUserContextI, long, int, String, int[], FormCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListFormWithAlias(ApiUserContextI, long, int, String, int[], String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListGroup(ApiUserContextI, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListImage(ApiUserContextI, List<String>, long, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListLicense(ApiUserContextI, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListMenu(ApiUserContextI, long, List<String>, List<String>, ObjectPropertyMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListMenuObjects(ApiUserContextI, long, List<String>, List<String>, MenuCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListRole(ApiUserContextI, String, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListSQL(ApiUserContextI, String, int, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListSQLForActiveLink(ApiUserContextI, String, int, int, Timestamp, List<Value>, List<Value>, int, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListSupportFile(ApiUserContextI, int, String, int, long) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListUser(ApiUserContextI, int, long) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListView(ApiUserContextI, String, long) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetListViewObjects(ApiUserContextI, String, long, ViewCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetLocalizedValue(ApiUserContextI, LocalizedValueCriteria, LocalizedRequestInfo) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMenu(ApiUserContextI, String, MenuCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleActiveLinks(ApiUserContextI, long, List<String>, ActiveLinkCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleContainerObjects(ApiUserContextI, long, List<String>, boolean, int[], List<ContainerOwner>, int[], ContainerCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleCurrencyRatioSets(ApiUserContextI, List<Timestamp>) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleEntries(ApiUserContextI, String, List<String>, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleEntryPoints(ApiUserContextI, long, List<String>, int[], int, String, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleEscalations(ApiUserContextI, long, List<String>, EscalationCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleExtFieldCandidates(ApiUserContextI, Object[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleFields(ApiUserContextI, String, int[], FieldCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleFilters(ApiUserContextI, long, List<String>, FilterCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleImages(ApiUserContextI, long, List<String>, ImageCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetMultipleLocalizedValues(ApiUserContextI, LocalizedValueCriteria, List<LocalizedRequestInfo>) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetOneEntryWithFields(ApiUserContextI, String, QualifierInfo, List<SortInfo>, int[], boolean, OutputInteger) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetServerInfo(ApiUserContextI, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetServerStatistics(ApiUserContextI, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetSupportFile(ApiUserContextI, String, int, int, int, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARGetView(ApiUserContextI, String, int, ViewCriteria) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARImport(ApiUserContextI, List<StructItemInfo>, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARImport(ApiUserContextI, List<StructItemInfo>, int, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARMergeEntry(ApiUserContextI, String, Entry, int, QualifierInfo, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARMergeMultiMatchOpts(int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARServiceEntry(ApiUserContextI, String, String, Entry, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetActiveLink(ApiUserContextI, ActiveLink) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetApplicationState(ApiUserContextI, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetContainer(ApiUserContextI, Container, boolean) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetEntry(ApiUserContextI, String, String, Entry, Timestamp, int) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetEscalation(ApiUserContextI, Escalation) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetField(ApiUserContextI, Field) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetFilter(ApiUserContextI, Filter) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetForm(ApiUserContextI, Form) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetGetEntry(ApiUserContextI, String, String, Entry, Timestamp, int, int[]) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetImage(ApiUserContextI, Image) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetMenu(ApiUserContextI, Menu) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetMultipleFields(ApiUserContextI, List<Field>) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetServerInfo(ApiUserContextI, ServerInfoMap) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetSupportFile(ApiUserContextI, SupportFile) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARSetView(ApiUserContextI, View) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARValidateLicense(ApiUserContextI, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARValidateMultipleLicenses(ApiUserContextI, List<String>) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARVerifyUser(ApiUserContextI) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARXMLCreateEntry(ApiUserContextI, String, String, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARXMLGetEntry(ApiUserContextI, String, String, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARXMLServiceEntry(ApiUserContextI, String, String, String, String, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyARXMLSetEntry(ApiUserContextI, String, String, String, String, String, String) - Method in class com.bmc.arsys.api.MethodValidator
 
verifyUser() - Method in class com.bmc.arsys.api.ARServerUser
Returns user privilege flags.
verifyUserContext(ApiUserContextI) - Method in class com.bmc.arsys.api.MethodValidator
 
VERSION - Static variable in class com.bmc.arsys.api.ServerInfo
AR System server version (character string).
Version - Interface in com.bmc.arsys.api
The Version interface contains the AR Java API version string.
VIEW - Static variable in class com.bmc.arsys.api.DataType
Specifies a view field (character data).
VIEW - Static variable in class com.bmc.arsys.api.FormType
Returns all view forms
View - Class in com.bmc.arsys.api
The View represents the form view (VUI) with the indicated name on the specified server.
View() - Constructor for class com.bmc.arsys.api.View
 
View(String, String, int, ViewDisplayPropertyMap, String, int) - Constructor for class com.bmc.arsys.api.View
 
View(String, String, int, ViewDisplayPropertyMap) - Constructor for class com.bmc.arsys.api.View
 
View(String, int) - Constructor for class com.bmc.arsys.api.View
 
VIEW_NAME - Static variable in class com.bmc.arsys.api.ViewCriteria
Deprecated. Prefer to use NAME.
ViewCriteria - Class in com.bmc.arsys.api
The ViewCriteria class is used to specify the list of View information for any view object on the AR System server.
ViewCriteria() - Constructor for class com.bmc.arsys.api.ViewCriteria
 
ViewDisplayPropertyMap - Class in com.bmc.arsys.api
The ViewDisplayPropertyMap class defines the display properties of ARSystem views.
ViewDisplayPropertyMap() - Constructor for class com.bmc.arsys.api.ViewDisplayPropertyMap
 
ViewDisplayPropertyMap(Comparator<? super Integer>) - Constructor for class com.bmc.arsys.api.ViewDisplayPropertyMap
 
ViewDisplayPropertyMap(Map<? extends Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ViewDisplayPropertyMap
 
ViewDisplayPropertyMap(SortedMap<Integer, ? extends Value>) - Constructor for class com.bmc.arsys.api.ViewDisplayPropertyMap
 
ViewField - Class in com.bmc.arsys.api
A view field is a display-only field that displays any type of document that a typical browser can display, including: URLs for locally stored HTML files or published web pages (BMC Remedy User and the web client in Internet Explorer only).
ViewField() - Constructor for class com.bmc.arsys.api.ViewField
 
ViewFieldLimit - Class in com.bmc.arsys.api
The ViewFieldLimit class defines the value limits for a character(DataType.CHAR) field
ViewFieldLimit(int) - Constructor for class com.bmc.arsys.api.ViewFieldLimit
Constructs a new ViewLimits object
ViewFieldLimit() - Constructor for class com.bmc.arsys.api.ViewFieldLimit
 
ViewFieldMapping - Class in com.bmc.arsys.api
The ViewFieldMapping class contains the field name of the external table.
ViewFieldMapping() - Constructor for class com.bmc.arsys.api.ViewFieldMapping
 
ViewFieldMapping(String) - Constructor for class com.bmc.arsys.api.ViewFieldMapping
 
ViewForm - Class in com.bmc.arsys.api
The ViewForm class represents a type of "external" form that is created from a non-AR System database source, for example, an MS Access database.
ViewForm() - Constructor for class com.bmc.arsys.api.ViewForm
 
ViewForm(String, String) - Constructor for class com.bmc.arsys.api.ViewForm
 
ViewKey - Class in com.bmc.arsys.api
The ViewKey class provides a unique identifier for VUI objects.
ViewKey() - Constructor for class com.bmc.arsys.api.ViewKey
 
ViewKey(String, int) - Constructor for class com.bmc.arsys.api.ViewKey
 
VUI - Static variable in class com.bmc.arsys.api.StructItemInfo
Definition of single VUI.
VUI_2 - Static variable in class com.bmc.arsys.api.StructItemInfo
Definition of all VUIs instead of just one.
VUI_TYPE - Static variable in class com.bmc.arsys.api.ViewCriteria
VUI-type

W

WaitAction - Class in com.bmc.arsys.api
The WaitInfo class represents the Wait active link action that causes the current guide to wait for user input.
WaitAction() - Constructor for class com.bmc.arsys.api.WaitAction
constructor
WaitAction(String) - Constructor for class com.bmc.arsys.api.WaitAction
 
WEBSERVICE - Static variable in class com.bmc.arsys.api.ContainerType
Web service container
WebService - Class in com.bmc.arsys.api
This class represent one of the container type.
WebService() - Constructor for class com.bmc.arsys.api.WebService
 
WFD_AFTER_API - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_AFTER_API - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_BEFORE_API - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_BEFORE_API - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_BEFORE_CMDB - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_BEFORE_CMDB - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_BEFORE_QUAL - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_BEFORE_QUAL - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_ESCL - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_ESCL - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_EXEC_BRK_POINT - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_EXEC_STEPPED - Static variable in interface com.bmc.arsys.api.Constants
A set of constants for the WFD execute command result
WFD_EXEC_USER_BRK - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_EXECUTE_RUN - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_EXECUTE_STEP - Static variable in interface com.bmc.arsys.api.Constants
A set of constants for the WFD execution mode, used in CurrentLoc struct
WFD_IDLE - Static variable in interface com.bmc.arsys.api.Constants
A set of constants for the WFD stage, used in CurrentLoc struct
WFD_IDLE - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_PHASE_1 - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_PHASE_1 - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_PHASE_2 - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_PHASE_2 - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_PHASE_3 - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_PHASE_3 - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_RUNNING - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_RUNNING - Static variable in class com.bmc.arsys.api.WfdDebugLocation
 
WFD_STOP_CMDB - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_END_API - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_ESC_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_P1_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_P2_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_P3_ACTION - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_QUALIFIER - Static variable in interface com.bmc.arsys.api.Constants
 
WFD_STOP_START_API - Static variable in interface com.bmc.arsys.api.Constants
A set of constants for the WFD stop points
WfdBreakpoint - Class in com.bmc.arsys.api
The WfdBreakpoint class contains information about a workflow location where the worker thread should stop.
WfdBreakpoint() - Constructor for class com.bmc.arsys.api.WfdBreakpoint
 
wfdClearAllBreakpoints() - Method in class com.bmc.arsys.api.ARServerUser
Clear All Breakpoints
wfdClearBreakpoint(int) - Method in class com.bmc.arsys.api.ARServerUser
Clear Breakpoint
WfdDebugLocation - Class in com.bmc.arsys.api
The WfdDebugLocation class represents the current location of a worker thread while it is executing workflow.
WfdDebugLocation() - Constructor for class com.bmc.arsys.api.WfdDebugLocation
 
wfdExecute(int) - Method in class com.bmc.arsys.api.ARServerUser
Tell the debug worker thread to begin execution
wfdGetDebugLocation(int) - Method in class com.bmc.arsys.api.ARServerUser
returns the current location of the debug thread
wfdGetDebugMode() - Method in class com.bmc.arsys.api.ARServerUser
Get debug mode, indicating which stopping points are enforced
wfdGetFieldValues(int) - Method in class com.bmc.arsys.api.ARServerUser
Get field values
wfdGetFilterQual() - Method in class com.bmc.arsys.api.ARServerUser
Get Filter qualifier
wfdGetKeywordValue(int) - Method in class com.bmc.arsys.api.ARServerUser
Get Keyword Value
WfdGetStageText(int) - Method in class com.bmc.arsys.api.ObjectPrinter
 
wfdGetUserContext(int) - Method in class com.bmc.arsys.api.ARServerUser
Get User context
wfdListBreakpoints() - Method in class com.bmc.arsys.api.ARServerUser
List Breakpoints
wfdSetBreakpoint(int, WfdBreakpoint) - Method in class com.bmc.arsys.api.ARServerUser
Set Breakpoint
wfdSetDebugMode(int) - Method in class com.bmc.arsys.api.ARServerUser
Set debug mode, indicating which stopping points to enforce
wfdSetFieldValues(List<Entry>) - Method in class com.bmc.arsys.api.ARServerUser
Set field values
wfdSetQualifierResult(boolean) - Method in class com.bmc.arsys.api.ARServerUser
Set qualifier result
wfdTerminateAPI(int) - Method in class com.bmc.arsys.api.ARServerUser
Terminate API
WfdUserContext - Class in com.bmc.arsys.api
The WfdUserContext class contains information about the user associated with the thread being debugged.
WfdUserContext() - Constructor for class com.bmc.arsys.api.WfdUserContext
 
WORKFLOW_CONNECT - Static variable in class com.bmc.arsys.api.ActiveLinkCriteria
Returns list of forms connected to specified active link.
WORKFLOW_CONNECT - Static variable in class com.bmc.arsys.api.EscalationCriteria
Returns list of forms connected to specified escalation.
WORKFLOW_CONNECT - Static variable in class com.bmc.arsys.api.FilterCriteria
Returns list of forms connected to specified filter.
WorkflowLockInfo - Class in com.bmc.arsys.api
The WorkflowLockInfo class represents detailed information about workflow lock.
WorkflowLockInfo(int, String) - Constructor for class com.bmc.arsys.api.WorkflowLockInfo
 
writeToFile(String) - Method in class com.bmc.arsys.api.ImageData
Save contents of image to a file.
WS_ARXML_MAPPING - Static variable in class com.bmc.arsys.api.ReferenceType
 
WS_OPERATION - Static variable in class com.bmc.arsys.api.ReferenceType
 
WS_PROPERTIES - Static variable in class com.bmc.arsys.api.ReferenceType
 
WS_PUBLISHING_LOC - Static variable in class com.bmc.arsys.api.ReferenceType
 
WS_SEC_POLICY_ID - Static variable in class com.bmc.arsys.api.ReferenceType
The security Policy Id associated with web services.
WS_WSDL - Static variable in class com.bmc.arsys.api.ReferenceType
 
WS_XML_SCHEMA_LOC - Static variable in class com.bmc.arsys.api.ReferenceType
 

X

xmlCreateEntry(String, String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
AR System internal use only.
XMLEntryReturn - Class in com.bmc.arsys.api
The XMLEntryReturn class defines the return values for XML entry related bulk calls that return an output document.
XMLEntryReturn() - Constructor for class com.bmc.arsys.api.XMLEntryReturn
Constructs a new XMLEntryReturn object
xmlExecuteService(String, String, String, String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
AR System internal use only.
xmlGetEntry(String, String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
AR System internal use only.
xmlSetEntry(String, String, String, String, String, String) - Method in class com.bmc.arsys.api.ARServerUser
AR System internal use only.
XREF_PASSWORDS - Static variable in class com.bmc.arsys.api.ServerInfo
Indicates whether the /etc/passwd file is cross-referenced if an AR System user has no password (UNIX only).

A B C D E F G H I J K L M N O P Q R S T U V W X
AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.