|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
The Constants
interface defines all the integer values used by the Java API as Java
constants. You use these constants to define properties for workflow actions, object properties, server information,
and so on.
NOTE: You should use these constant values with the classes and methods they are
designed to implement. For example, you would use the AR_DPROP_*
constants (like
AR_DPROP_TRIM_TYPE
) and their corresponding AR_DVAL_*
constants
with the PropInfo
class.
Field Summary | |
---|---|
static int |
AR_ACCESS_OPTION_DISABLE
Enables the user to read the data field value but not to access the value, or to enter/modify data in the field. |
static int |
AR_ACCESS_OPTION_READ_ONLY
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. |
static int |
AR_ACCESS_OPTION_READ_WRITE
Enables the user to read the contents of the data field and enter/modify data as required, in Change Field active link action. |
static int |
AR_ACCESS_OPTION_UNCHANGED
Leaves the access setting as it is for the data field in Change Field active link action. |
static int |
AR_ACTIVE_LINK_ACTION_AUTO
Performs the specified OLE automation. |
static int |
AR_ACTIVE_LINK_ACTION_CALLGUIDE
Executes the specified guide. |
static int |
AR_ACTIVE_LINK_ACTION_CLOSEWND
Closes a dialog or schema window. |
static int |
AR_ACTIVE_LINK_ACTION_COMMITC
|
static int |
AR_ACTIVE_LINK_ACTION_DDE
Performs the specified DDE action. |
static int |
AR_ACTIVE_LINK_ACTION_EXITGUIDE
Exits the current guide or all guides. |
static int |
AR_ACTIVE_LINK_ACTION_FIELDP
Transfers, or pushes, data from a field in the current schema to another schema. |
static int |
AR_ACTIVE_LINK_ACTION_FIELDS
Sets values for the specified fields. |
static int |
AR_ACTIVE_LINK_ACTION_GOTOACTION
Goes to the active link with the specified execution order. |
static int |
AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL
Goes to the specified active link within current guide. |
static int |
AR_ACTIVE_LINK_ACTION_MACRO
Executes the specified macro. |
static int |
AR_ACTIVE_LINK_ACTION_MESSAGE
Displays the specified message. |
static int |
AR_ACTIVE_LINK_ACTION_NONE
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_DETAIL
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_LST
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_SPLIT
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DLG
Active link Open Window action opens window as a dialog box. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
Active link Open Window action opens window in display mode. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
Active link Open Window action opens window in display mode only as a details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
Active link Open Window action opens window in display mode only as a results list. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
Active link Open Window action opens window in display mode as a split window that contains both results list and details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
Active link Open Window action opens window in modify mode. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
Active link Open Window action opens window in modify mode only as a details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT
Active link Open Window action open window in modify mode skipping all workflows except for window open and window display workflow. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_DETAIL
Active link Open Window action opens window in modify direct mode only as a details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_LST
Active link Open Window action opens window in modify direct mode only as a results list. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_SPLIT
Active link Open Window action opens window in display mode as a split window that contains both results list and details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
Active link Open Window action opens window in modify mode only as a results list. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
Active link Open Window action opens window in modify mode as a split window that contains both results list and details pane. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_POPUP
|
static int |
AR_ACTIVE_LINK_ACTION_OPEN_REPORT
Active link Open Window action opens window in report mode. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
Active link Open Window action opens window in search mode. |
static int |
AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
Active link Open Window action opens window in submit mode. |
static int |
AR_ACTIVE_LINK_ACTION_OPENDLG
Opens a schema in one of the following window types: Dialog Search Submit Modify Display Report |
static int |
AR_ACTIVE_LINK_ACTION_PROCESS
Executes the specified command. |
static int |
AR_ACTIVE_LINK_ACTION_SERVICE
Service action type indicator |
static int |
AR_ACTIVE_LINK_ACTION_SET_CHAR
Sets characteristics for the specified field. |
static int |
AR_ACTIVE_LINK_ACTION_SQL
Performs the specified SQL statements. |
static int |
AR_ACTIVE_LINK_ACTION_WAIT
Causes the current guide to wait for user input. |
static int |
AR_ALLOW_DRILL_DOWN_IN_WEB_REPORTS
|
static int |
AR_APP_TYPE_DISTRIBUTABLE
Deployable application type. |
static int |
AR_APP_TYPE_LOCAL
Local application type |
static String |
AR_APPL_AUDIT_FILE
Application audit file ( appl.aud ) |
static String |
AR_APPL_VIOLATION_FILE
Application audit violation file ( appl.vio ) |
static int |
AR_ARCHIVE_DELETE
Delete from main form |
static int |
AR_ARCHIVE_FILE_ARX
Archive to file in ARX format |
static int |
AR_ARCHIVE_FILE_XML
Archive to file in XML format |
static int |
AR_ARCHIVE_FORM
Copy to form |
static int |
AR_ARCHIVE_NO_ATTACHMENTS
Do not archive attachments |
static int |
AR_ARCHIVE_NO_DIARY
Do not archive diary fields |
static int |
AR_ARCHIVE_NONE
No archive |
static int |
AR_ARITH_OP_ADD
Adds the left and right operands. |
static int |
AR_ARITH_OP_DIVIDE
Divides the left operand by the right operand. |
static int |
AR_ARITH_OP_MODULO
Finds the remainder after dividing the left operand by the right operand. |
static int |
AR_ARITH_OP_MULTIPLY
Multiplies the left and right operands. |
static int |
AR_ARITH_OP_NEGATE
Changes the sign of the right operand (left operand is ignored). |
static int |
AR_ARITH_OP_SUBTRACT
Subtracts the right operand from the left operand. |
static int |
AR_ARITHMETIC
Result value from an arithmetic operation to compare in a relational operation. |
static int |
AR_ASSIGN_TYPE_ARITH
Result value from an arithmetic operation. |
static int |
AR_ASSIGN_TYPE_DDE
Result value from a DDE request to another application. |
static int |
AR_ASSIGN_TYPE_FIELD
Schema field value. |
static int |
AR_ASSIGN_TYPE_FILTER_API
Result value from an filter api call. |
static int |
AR_ASSIGN_TYPE_FUNCTION
Return value from a function. |
static int |
AR_ASSIGN_TYPE_NONE
No value. |
static int |
AR_ASSIGN_TYPE_PROCESS
Output value from successful execution of an operating system process or command. |
static int |
AR_ASSIGN_TYPE_SQL
Result value from an SQL command. |
static int |
AR_ASSIGN_TYPE_VALUE
Constant or keyword value. |
static int |
AR_ATTACH_FIELD_TYPE_EMBED
Embedded type file is stored. |
static int |
AR_ATTACH_FIELD_TYPE_LINK
Reserved for future AR System use. |
static int |
AR_ATTRIB_HIDDEN
Hidden attribute for AR System objects. |
static int |
AR_ATTRIB_NONE
Object is visible. |
static int |
AR_ATTRIB_VISIBLE
Default attribute is visible. |
static int |
AR_AUDIT_COPY
Audit style copy (to form) |
static int |
AR_AUDIT_LOG
Audit style log (to file) |
static int |
AR_AUDIT_LOG_SHADOW
to indicate a log shadow form - internal use only |
static int |
AR_AUDIT_NONE
Audit style none |
static int |
AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT
Perform auditing as per the server information setting |
static int |
AR_AUDIT_ONLY_CHNG_FLDS_NO
Audit all records |
static int |
AR_AUDIT_ONLY_CHNG_FLDS_YES
Audit only changed records |
static int |
AR_BULK_ENTRY_ACTION_CANCEL
End the transaction without transmitting the bundle of entry related calls to the server |
static int |
AR_BULK_ENTRY_ACTION_SEND
Transmit the bundle of entry related calls to the server and end the transaction |
static int |
AR_BULK_ENTRY_CREATE
Entry creation bulk entry call type |
static int |
AR_BULK_ENTRY_DELETE
Entry deletion bulk entry call type |
static int |
AR_BULK_ENTRY_MERGE
Entry merging bulk entry call type |
static int |
AR_BULK_ENTRY_SET
Entry modification bulk entry call type |
static int |
AR_BULK_ENTRY_XMLCREATE
XML entry creation bulk entry call type |
static int |
AR_BULK_ENTRY_XMLDELETE
XML entry deletion bulk entry call type |
static int |
AR_BULK_ENTRY_XMLSET
XML entry modification bulk entry call type |
static int |
AR_BYTE_LIST_AUTH_STRING
Windows domain name / auth str |
static int |
AR_BYTE_LIST_FUNC_PTR
Byte list with a function ptr in it |
static int |
AR_BYTE_LIST_GIF
Image type GIF |
static int |
AR_BYTE_LIST_JPEG
Background image (.jpg or .jpeg) for the details pane. |
static int |
AR_BYTE_LIST_LOCALIZED_FILE
Localized file |
static int |
AR_BYTE_LIST_PCX
Background image (.pcx) for the details pane. |
static int |
AR_BYTE_LIST_PNG
Image type PNG |
static int |
AR_BYTE_LIST_SELF_DEFINED
Background image for the details pane in whatever format you specify. |
static int |
AR_BYTE_LIST_TARGA
Background image (.tga) for the details pane. |
static int |
AR_BYTE_LIST_TIFF
Background image (.tiff) for the details pane. |
static int |
AR_BYTE_LIST_WIN30_BITMAP
Background image (Windows .bmp) for the details pane. |
static int |
AR_CACHE_ADMINONLYCREATE_EVENT
Cache Event Ids that we support as valid events for API ARGetCacheEvent |
static int |
AR_CACHE_ADMINONLYPUBLIC_EVENT
|
static int |
AR_CACHE_DPROP_ALL
Cache all |
static int |
AR_CACHE_DPROP_FIELD
Cache field definition |
static int |
AR_CACHE_DPROP_NONE
Cache none |
static int |
AR_CACHE_DPROP_VUI
Cache vui definition |
static int |
AR_CACHE_EVENT_MAX
Max number of cache events we support. |
static int |
AR_CACHE_FREE_EVENT
|
static int |
AR_CACHE_GROUPCHANGEPUBLIC_EVENT
|
static int |
AR_CALL_GUIDE_FORM_HIDDEN
mask for guideMode, form will open in hidden mode |
static int |
AR_CALL_GUIDE_LOOP_ALL_ROWS_VISIBLE
mask for guideMode, table loop guide will loop on visible rows only |
static int |
AR_CALL_GUIDE_LOOP_SELECTED_ONLY
mask for guideMode, table loop guide will loop on selected rows only |
static int |
AR_CASE_INSENSITIVE_SEARCH
Full Text Search case insensitive searching. |
static int |
AR_CASE_SENSITIVE_NO
RDBMS is case insensitive. |
static int |
AR_CASE_SENSITIVE_SEARCH
Full Text Search case sensitive searching. |
static int |
AR_CASE_SENSITIVE_YES
RDBMS is case sensitive. |
static int |
AR_CHAR_MENU_DATA_DICTIONARY
Character menu items based on Data Dictionary. |
static int |
AR_CHAR_MENU_DD_DB_NAME
Unique database name for item used in Data-Dictionary name type. |
static int |
AR_CHAR_MENU_DD_FIELD
Data-dictionary menu sub-type, in which the menu is a list of fields on the schema. |
static int |
AR_CHAR_MENU_DD_FORM
Data-dictionary menu sub-type, in which the menu is a list of forms on the server. |
static int |
AR_CHAR_MENU_DD_FORMAT_DOLLARS
Name with dollar signs used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_DOLLARSL
Localized name with dollar signs used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_ID
ID only used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_ID_L
ID and localized name used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_ID_NAME
ID and name used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_L_NAME
;local;name (first * sep match) used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_NAME
Name only used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_NAME_L
Name and localized name used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_NAMEL
Localized name only used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_NONE
No value used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_QUOTES
Name with quotes used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_FORMAT_QUOTESL
Localized name with quotes used in Data-Dictionary value format. |
static int |
AR_CHAR_MENU_DD_ID
ID for the item used in Data-Dictionary name type. |
static int |
AR_CHAR_MENU_DD_LOCAL_NAME
Localized label/alias for item used in Data-Dictionary name type. |
static int |
AR_CHAR_MENU_DD_NONE
No data-dictionary menu. |
static int |
AR_CHAR_MENU_FILE
Character menu items based on formatted flat file. |
static int |
AR_CHAR_MENU_LIST
Character menu items based on menu list definitions. |
static int |
AR_CHAR_MENU_NONE
No character menu. |
static int |
AR_CHAR_MENU_QUERY
Character menu items based on schema query. |
static int |
AR_CHAR_MENU_SQL
Character menu items based on SQL query. |
static int |
AR_CHAR_MENU_SS
Character menu items based on SS. |
static int |
AR_CLIENT_TYPE_ALERT
Remedy Alert |
static int |
AR_CLIENT_TYPE_APPROVAL
Approval Server |
static int |
AR_CLIENT_TYPE_ASSET_CHARGE_BACK
Asset Charge Back plugin |
static int |
AR_CLIENT_TYPE_ASSET_RLE_CONFIG
Asset RLE Configuration plugin |
static int |
AR_CLIENT_TYPE_ASSET_SOFTWARE_USAGE
Asset Software Usage plugin |
static int |
AR_CLIENT_TYPE_ASSET_SWLM_RULE_ENGINE
Asset SWLM Rule Engine plugin |
static int |
AR_CLIENT_TYPE_ASSIGNMENT_ENGINE
Assignment Engine |
static int |
AR_CLIENT_TYPE_ATRIUM
Atrium SSO Server |
static int |
AR_CLIENT_TYPE_ATRIUMSSO
|
static int |
AR_CLIENT_TYPE_CACHE
arcache |
static int |
AR_CLIENT_TYPE_CHANGE_ID
archgid |
static int |
AR_CLIENT_TYPE_CHANGE_SEL
archgsel |
static int |
AR_CLIENT_TYPE_CMDB_DRIVER
CMDB Driver |
static int |
AR_CLIENT_TYPE_CMDB_ENGINE
CMDB Engine |
static int |
AR_CLIENT_TYPE_DEBUGGER
debugger |
static int |
AR_CLIENT_TYPE_DEVELOPER_STUDIO
Developer Studio |
static int |
AR_CLIENT_TYPE_DISPATCHER
Dispatcher, acting as a distributor of application |
static int |
AR_CLIENT_TYPE_DIST
ardist |
static int |
AR_CLIENT_TYPE_DRIVER
Driver |
static int |
AR_CLIENT_TYPE_DSO
Distributed Server Option |
static int |
AR_CLIENT_TYPE_EIE
Enterprise Integration Engine |
static int |
AR_CLIENT_TYPE_END_OF_PRODUCT
End of AR System client Productized products |
static int |
AR_CLIENT_TYPE_END_OF_RESERVED_RANGE
AR Client type end of reserved range |
static int |
AR_CLIENT_TYPE_FLASHBOARDS
Flashboard |
static int |
AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER
Flashboard Mid Tier |
static int |
AR_CLIENT_TYPE_FT_TEXT_READER
Full Text Reader |
static int |
AR_CLIENT_TYPE_HELP
arhelp |
static int |
AR_CLIENT_TYPE_IMPORT_CMD
Command line import tool |
static int |
AR_CLIENT_TYPE_INSTALLER
AR System Installer |
static int |
AR_CLIENT_TYPE_ITSM_APPQUERY
ITSM AppQuery plugin |
static int |
AR_CLIENT_TYPE_ITSM_CAI
ITSM CAI plugin |
static int |
AR_CLIENT_TYPE_ITSM_COMMON
ITSM Common plugin |
static int |
AR_CLIENT_TYPE_ITSM_NEXT_ID
ITSM Next ID plugin |
static int |
AR_CLIENT_TYPE_ITSM_UTILITY
ITSM Utility plugin |
static int |
AR_CLIENT_TYPE_JANITOR
arjanitor |
static int |
AR_CLIENT_TYPE_LABEL
arlabel |
static int |
AR_CLIENT_TYPE_MAIL
AR mail including UNIX® armaild and armailex (Windows) |
static int |
AR_CLIENT_TYPE_MAIL_DAEMON
New Remedy Email Engine, NOT armaild |
static int |
AR_CLIENT_TYPE_MENU
armenu |
static int |
AR_CLIENT_TYPE_MID_TIER
Mid Tier in 5.0 and later |
static int |
AR_CLIENT_TYPE_MIGRATOR
Atrium AR Migrator |
static int |
AR_CLIENT_TYPE_NORMALIZATION_ENGINE
Normalization Engine |
static int |
AR_CLIENT_TYPE_OBJSTR
Object Store API |
static int |
AR_CLIENT_TYPE_OBJSTR_SYNC
Object Store Sync Utility |
static int |
AR_CLIENT_TYPE_ODBC
AR ODBC used in reporting |
static int |
AR_CLIENT_TYPE_PALM_PILOT
Palm Pilot |
static int |
AR_CLIENT_TYPE_PRE_50
Pre-5.0 AR System clients |
static int |
AR_CLIENT_TYPE_RECON_ENGINE
CMDB Reconciliation Engine |
static int |
AR_CLIENT_TYPE_RELOAD
arreload |
static int |
AR_CLIENT_TYPE_REPORT_PLUGIN
Report creator plugin |
static int |
AR_CLIENT_TYPE_RIK
Remedy Install Kit (RIK) |
static int |
AR_CLIENT_TYPE_RKM_DOCUMENT_MIGRATOR
RKM Document Migrator plugin |
static int |
AR_CLIENT_TYPE_RKM_FILE_SYSTEM
RKM File System plugin |
static int |
AR_CLIENT_TYPE_RKM_FILE_SYSTEM_SYNC
RKM File System Sync plugin |
static int |
AR_CLIENT_TYPE_RKM_FORM_PERMISSIONS
RKM Form Permissions plugin |
static int |
AR_CLIENT_TYPE_RKM_GROUP
RKM Group plugin |
static int |
AR_CLIENT_TYPE_RKM_OPERATIONS
RKM Operations plugin |
static int |
AR_CLIENT_TYPE_RKM_REGISTRATION
RKM Registration plugin |
static int |
AR_CLIENT_TYPE_RUN_MACRO
Run Macro |
static int |
AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN
Server Admin plugin |
static int |
AR_CLIENT_TYPE_SIGNAL
arsignal |
static int |
AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER
BMC SIM Publishing server |
static int |
AR_CLIENT_TYPE_SIM_SME
BMC SIM Service Model Editor |
static int |
AR_CLIENT_TYPE_SQLED
arsqled |
static int |
AR_CLIENT_TYPE_STRUCT
arstruct |
static int |
AR_CLIENT_TYPE_TEXT
artext |
static int |
AR_CLIENT_TYPE_UDM
AR UDM Adapter |
static int |
AR_CLIENT_TYPE_UNKNOWN
Unknown client type |
static int |
AR_CLIENT_TYPE_UNPRODUCTIZED_START
AR System client unproductized start |
static int |
AR_CLIENT_TYPE_WAT
Remedy Administrator |
static int |
AR_CLIENT_TYPE_WEB_SERVER
AR Web Server |
static int |
AR_CLIENT_TYPE_WEBSERVICE
Webservice |
static int |
AR_CLIENT_TYPE_WIP
Remedy Import |
static int |
AR_CLIENT_TYPE_WUT
Remedy User |
static int |
AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD
Local Control field as data source for the getDataField or
setDataField methods of ColumnFieldLimit . |
static int |
AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD
Regular field as data source for the getDataField or
setDataField methods of ColumnFieldLimit . |
static int |
AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
Display-only field as data source for the getDataField or
setDataField methods of ColumnFieldLimit . |
static int |
AR_COLUMN_LIMIT_DATASOURCE_MAX
|
static int |
AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD
Local Trim field as data source for the getDataField or
setDataField methods of ColumnFieldLimit . |
static int |
AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD
Local View field as data source for the getDataField or
setDataField methods of ColumnFieldLimit . |
static int |
AR_COM_METHOD_FIELDID
Set the specified AR System field to the value returned by this OLE method. |
static int |
AR_COM_METHOD_NULL
No field value returned for this OLE method. |
static int |
AR_COM_PARM_FIELDID
Pass the specified AR System field as the parameter for this OLE method. |
static int |
AR_COM_PARM_NULL
No value for this parameter. |
static int |
AR_COM_PARM_VALUE
Pass the specified value as the parameter for this OLE method. |
static int |
AR_COMMIT_CLIENT_TRANSACTION
|
static int |
AR_COND_OP_AND
A qualification using the AND operator. |
static int |
AR_COND_OP_FROM_FIELD
A qualification using fieldId. |
static int |
AR_COND_OP_NONE
No qualification. |
static int |
AR_COND_OP_NOT
A qualification using the NOT operator. |
static int |
AR_COND_OP_OR
A qualification using the OR operator. |
static int |
AR_COND_OP_REL_OP
A qualification using a relational operator. |
static int |
AR_CONTEXT_ACTIVE_LINK
in Util class used to parse a qualification from an active link. |
static int |
AR_CONTEXT_ACTIVE_LINK_SETFIELDS
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an active link. |
static int |
AR_CONTEXT_ESCALATION
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation. |
static int |
AR_CONTEXT_ESCALATION_SETFIELDS
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from an escalation. |
static int |
AR_CONTEXT_ESCALATION_TIME
Value for parseAssignment and formatAssignment in ARServerUser class used to parse an Assignment from an escalation. |
static int |
AR_CONTEXT_FILTER
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter. |
static int |
AR_CONTEXT_FILTER_SETFIELDS
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a filter. |
static int |
AR_CONTEXT_MENU_DEFS
Value for parseAssignment and formatAssignment in ARServerUser class used to parse a Assignment from a search menu. |
static int |
AR_CORE_ASSIGNED_TO
Field ID of Assigned To core field |
static int |
AR_CORE_CREATE_DATE
Field ID of Create Date core field |
static int |
AR_CORE_ENTRY_ID
Field ID of Entry ID core field |
static int |
AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY
to indicate that the disable status history option is set for the form |
static int |
AR_CORE_FIELDS_OPTION_NONE
to indicate that no core fields options are set for the form |
static int |
AR_CORE_LAST_MODIFIED_BY
Field ID of Last Modified By core field |
static int |
AR_CORE_MODIFIED_DATE
Field ID of Modified Date core field |
static int |
AR_CORE_SHORT_DESCRIPTION
Field ID of Short Description core field |
static int |
AR_CORE_STATUS
Field ID of Status core field |
static int |
AR_CORE_STATUS_HISTORY
Field ID of Status History core field |
static int |
AR_CORE_SUBMITTER
Field ID of Submitter core field |
static int |
AR_CURRENCY_FLD
Value from Currency Field |
static int |
AR_CURRENCY_FLD_CURRENT
Value from Currency Field from current |
static int |
AR_CURRENCY_FLD_DB
Value from Currency Field from db |
static int |
AR_CURRENCY_FLD_TRAN
Value from Currency Field from transaction |
static int |
AR_CURRENCY_PART_DATE
Date part for Currency Field |
static int |
AR_CURRENCY_PART_FIELD
Field part for Currency Field |
static int |
AR_CURRENCY_PART_FUNCTIONAL
Functional part for Currency Field |
static int |
AR_CURRENCY_PART_TYPE
Currency Code Type part for Currency Field |
static int |
AR_CURRENCY_PART_VALUE
Value part for Currency Field |
static int |
AR_CURRENT_API_VERSION
Current API version. |
static int |
AR_CURRENT_CURRENCY_RATIOS
A timestamp to retrieve a set of current ratios for each conversion combination |
static String |
AR_CURRENT_SCHEMA_TAG
Set schema to @ to indicate use "current" schema in RDBMS (filter) |
static String |
AR_CURRENT_SCREEN_TAG
Set server and schema name to this value. |
static String |
AR_CURRENT_SERVER_TAG
Set server to @ to indicate use "current" server (import/filter) |
static String |
AR_CURRENT_TRAN_TAG
Tag that indicates get value from "current working screen," not RDBMS. |
static int |
AR_CUSTOM_OBJECT
|
static int |
AR_DATA_TYPE_ATTACH
For data type values, specifies an attachment field. |
static int |
AR_DATA_TYPE_ATTACH_POOL
Specifies the data type (attachment pool) of the field to create. |
static int |
AR_DATA_TYPE_BITMASK
For data type values, specifies a 32-bit unsigned integer value in which each bit represents a flag turned on or off. |
static int |
AR_DATA_TYPE_BYTES
Specifies list of bytes containing binary data. |
static int |
AR_DATA_TYPE_CHAR
For data type values, represents a null-terminated string that requires freeing allocated space. |
static int |
AR_DATA_TYPE_COLUMN
Specifies parent field ID, parent schema ID, and number of characters to display to create. |
static int |
AR_DATA_TYPE_CONTROL
Specifies the data type (control) of the field to create. |
static int |
AR_DATA_TYPE_COORDS
Specifies a list of (x ,y ) coordinate pairs to create. |
static int |
AR_DATA_TYPE_CURRENCY
Specifies the currency type. |
static int |
AR_DATA_TYPE_DATE
Specifies the date type. |
static int |
AR_DATA_TYPE_DECIMAL
For data type values, specifies a fixed-point decimal field. |
static int |
AR_DATA_TYPE_DIARY
For data type values, represents a null-terminated string that requires freeing allocated space. |
static int |
AR_DATA_TYPE_DISPLAY
Specifies a display field (e.g., flashboards; character data). |
static int |
AR_DATA_TYPE_ENUM
For data type values, specifies set of long values (beginning with zero) that represents possible selection values as an indexed list. |
static int |
AR_DATA_TYPE_INTEGER
For data type values, represents a 32-bit signed integer value. |
static int |
AR_DATA_TYPE_JOIN
This is reserved for future AR System use. |
static int |
AR_DATA_TYPE_KEYWORD
An integer value identifying the particular keyword. |
static int |
AR_DATA_TYPE_MAX_TYPE
the maxium value for AR data type |
static int |
AR_DATA_TYPE_NULL
Specifies NULL value. |
static int |
AR_DATA_TYPE_PAGE
Specifies the data type (page) of the field to create. |
static int |
AR_DATA_TYPE_PAGE_HOLDER
Specifies the data type (page holder) of the field to create. |
static int |
AR_DATA_TYPE_REAL
For data type values, represents a 64-bit floating-point value. |
static int |
AR_DATA_TYPE_TABLE
Specifies number of columns, search qualification, maximum number of rows to retrieve, schema name, and server name of the table to create. |
static int |
AR_DATA_TYPE_TIME
Specifies UNIX-style date/time stamp (number of seconds since midnight January 1,1970). |
static int |
AR_DATA_TYPE_TIME_OF_DAY
Specifies time (number of seconds since midnight). |
static int |
AR_DATA_TYPE_TRIM
Specifies the data type (trim) of the field to create. |
static int |
AR_DATA_TYPE_ULONG
Specifies a 32-bit unsigned integer value to create. |
static int |
AR_DATA_TYPE_UNKNOWN
Reserved for future use |
static int |
AR_DATA_TYPE_VALUE_LIST
represents a value list |
static int |
AR_DATA_TYPE_VIEW
Specifies a view field (character data). |
static int |
AR_DDE_EXECUTE
DDE action type: Remedy User request for the DDE application to execute the command specified in the Command field. |
static int |
AR_DDE_POKE
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. |
static int |
AR_DDE_REQUEST
In a Set Fields action for active links on Windows clients only, specifies an integer value identifying the type of DDE action. |
static int |
AR_DEBUG_SERVER_ALERT
Bitmask indicating the type of logging (alert) to set. |
static int |
AR_DEBUG_SERVER_API
Bitmask indicating the type of logging (API) to set. |
static int |
AR_DEBUG_SERVER_APPROVAL
Bitmask indicating the type of logging (Approval Server) to set. |
static int |
AR_DEBUG_SERVER_ARFORK
Bitmask indicating the type of logging (arforkd process) to set. |
static int |
AR_DEBUG_SERVER_ARSIGNALD
Bitmask indicating the type of logging (arsignal daemon) to set. |
static int |
AR_DEBUG_SERVER_DISTRIB
Bitmask indicating the type of logging (DSO) to set. |
static int |
AR_DEBUG_SERVER_ESCALATION
Bitmask indicating the type of logging (escalation) to set. |
static int |
AR_DEBUG_SERVER_FILTER
Bitmask indicating the type of logging (filter) to set. |
static int |
AR_DEBUG_SERVER_FTINDEXER
Bitmask indicating the type of logging (full text indexer) to set. |
static int |
AR_DEBUG_SERVER_NONE
Bitmask indicating the type of logging (none) to set. |
static int |
AR_DEBUG_SERVER_PLUGIN
Bitmask indicating the type of logging (plug-in service) to set. |
static int |
AR_DEBUG_SERVER_SERVGROUP
Bitmask indicating the type of logging (server group) to set. |
static int |
AR_DEBUG_SERVER_SQL
Bitmask indicating the type of logging (SQL) to set. |
static int |
AR_DEBUG_SERVER_USER
Bitmask indicating the type of logging (user) to set. |
static int |
AR_DEBUG_THREAD
Bitmask indicating the type of logging (thread) to set. |
static int |
AR_DEFAULT_DELETE_OPTION
|
static String |
AR_DEFAULT_ENCODING
Default encoding for AR System server ( UTF-8 ) |
static int |
AR_DEFAULT_INTERVAL
Default time interval for escalation (300 seconds) |
static int |
AR_DEFAULT_VALUE_NONE
Indicates that there is no default value for this field. |
static int |
AR_DEFNOBJ_TYPE_ACTIVE_LINK
Definition object type for active link objects |
static int |
AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE
Definition object type for active link guide objects |
static int |
AR_DEFNOBJ_TYPE_APPLICATION
Definition object type for application objects |
static int |
AR_DEFNOBJ_TYPE_ESCALATION
Definition object type for escalation objects |
static int |
AR_DEFNOBJ_TYPE_FIELD
Definition object type for field objects |
static int |
AR_DEFNOBJ_TYPE_FILTER
Definition object type for filter objects |
static int |
AR_DEFNOBJ_TYPE_FILTER_GUIDE
Definition object type for filter guide objects |
static int |
AR_DEFNOBJ_TYPE_IMAGE
Definition object type for image objects |
static int |
AR_DEFNOBJ_TYPE_MENU
Definition object type for menu objects |
static int |
AR_DEFNOBJ_TYPE_MSGNUM
Definition object type for message number objects |
static int |
AR_DEFNOBJ_TYPE_PACKING_LIST
Definition object type for packing list objects |
static int |
AR_DEFNOBJ_TYPE_SCHEMA
Definition object type for schema objects |
static int |
AR_DEFNOBJ_TYPE_WEB_IMAGE
|
static int |
AR_DEFNOBJ_TYPE_WEB_SERVICE
Definition object type for web service objects |
static int |
AR_DEFNREL_TYPE_ACTIVE_LINK_FORM
Form attached to an active link |
static int |
AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM
Primary form attached to an active link |
static int |
AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM
Secondary form attached to an active link |
static int |
AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD
Field referenced in an active link OLE Automation action |
static int |
AR_DEFNREL_TYPE_AL_CHANGE_FIELD
Field referenced in an active link Change Field action |
static int |
AR_DEFNREL_TYPE_AL_CHANGE_MENU
Menu referenced in an active link Change Field action |
static int |
AR_DEFNREL_TYPE_AL_CONTROL_FIELD
Field referenced as a Control field in an active link |
static int |
AR_DEFNREL_TYPE_AL_DDE_FIELD
Field referenced in an active link DDE action |
static int |
AR_DEFNREL_TYPE_AL_FOCUS_FIELD
Field referenced as a Focus field in an active link |
static int |
AR_DEFNREL_TYPE_AL_FORMS
|
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM
Form referenced as a Dialog form in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD
Field referenced as a Field Mapping On Close From field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD
Field referenced as a Field Mapping On Close To field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD
Field referenced as a Field Mapping On Open From field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD
Field referenced as a Field Mapping On Open To field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD
Field referenced as a Message field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD
Field referenced in a Qualification in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD
Field referenced as a Report field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD
Field referenced as a Sort field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD
Field referenced as a Target Location field in an active link Open Window action |
static int |
AR_DEFNREL_TYPE_AL_SET_DDE_FIELD
Field referenced in a DDE value in an active link Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_CALL_GUIDE
Guide referenced in an active link or filter Call Guide action |
static int |
AR_DEFNREL_TYPE_ALF_CALL_GUIDE_TABLE_FIELD
Table field referenced in an active link or filter Call Guide action |
static int |
AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD
Field referenced in an active link or filter Goto action |
static int |
AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD
Field referenced in an active link or filter Message action |
static int |
AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM
Message number referenced in an active link or filter Message action |
static int |
AR_DEFNREL_TYPE_ALF_PROCESS_FIELD
Field referenced in an active link or filter Run Process action command line |
static int |
AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD
Field referenced as a From field in an active link or filter Push Fields action |
static int |
AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD
Field referenced in the Push Fields If qualification in an active link or filter Push Fields action |
static int |
AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD
Field referenced as a To field in an active link or filter Push Fields action |
static int |
AR_DEFNREL_TYPE_ALF_QUAL_FIELD
Field referenced in an active link or filter Run If qualification |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_FORM
Form referenced in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD
Field referenced as an Input From field in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD
Field referenced as an Input To field in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD
Field referenced as an Output From field in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD
Field referenced as an Output To field in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD
Field referenced as a Request Id field in an active link or filter Service action |
static int |
AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD
Field referenced as a From field in an active link or filter Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD
Field referenced in a Process value in an active link or filter Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD
Field referenced in the Set Fields If qualification in an active link or filter Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD
Field referenced in a Read Value for Field From SQL Command in an active link or filter Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_SET_TO_FIELD
Field referenced as a To field in an active link or filter Set Fields action |
static int |
AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD
Field referenced in an active link or filter Direct SQL action |
static int |
AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK
Active link referenced in an active link guide |
static int |
AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT
Entry point active link referenced in an active link guide |
static int |
AR_DEFNREL_TYPE_ALGUIDE_FORM
Form related to an active link guide |
static int |
AR_DEFNREL_TYPE_APPL_DATA_FORM
Data Form contained in an application |
static int |
AR_DEFNREL_TYPE_APPL_FORM
Form contained in an application |
static int |
AR_DEFNREL_TYPE_APPL_PACKING_LIST
Packing List contained in an application |
static int |
AR_DEFNREL_TYPE_APPL_PRIMARY_FORM
Primary form contained in an application |
static int |
AR_DEFNREL_TYPE_APPLICATION_FORMS
Forms referenced in an application. |
static int |
AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS
Packing Lists referenced in an application. |
static int |
AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE
First relationship type for containers |
static int |
AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE
Last relationship type for containers |
static int |
AR_DEFNREL_TYPE_ESCAL_FORMS
|
static int |
AR_DEFNREL_TYPE_ESCALATION_FORM
Form attached to an escalation |
static int |
AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM
Primary form attached to an escalation |
static int |
AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM
Secondary form attached to an escalation |
static int |
AR_DEFNREL_TYPE_FIELD_MENUS
Containers referenced in a container. |
static int |
AR_DEFNREL_TYPE_FILTER_ERROR_HANDLER_FILTER
Error handler filter referenced in a filter |
static int |
AR_DEFNREL_TYPE_FILTER_FORM
Form attached to a filter |
static int |
AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM
Primary form attached to a filter |
static int |
AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM
Secondary form attached to a filter |
static int |
AR_DEFNREL_TYPE_FILTERGUIDE_FILTER
Filter referenced in a filter guide |
static int |
AR_DEFNREL_TYPE_FILTERGUIDE_FORM
Form related to a filter guide |
static int |
AR_DEFNREL_TYPE_FIRST_ACTION
First relationship type for actions |
static int |
AR_DEFNREL_TYPE_FLTR_FORMS
|
static int |
AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD
Field referenced in a filter Notify action |
static int |
AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD
Field referenced in a Read Value for Field From Filter API in a filter Set Fields action |
static int |
AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD
Field referenced in a Read Value for Field From Web Service in a filter Set Fields action |
static int |
AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD
Field that references a form |
static int |
AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD
Field that references an image |
static int |
AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM
Form that references an image |
static int |
AR_DEFNREL_TYPE_LAST_ACTION
Last relationship type for actions |
static int |
AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE
First relationship type for menus |
static int |
AR_DEFNREL_TYPE_MENU_FORM
Form referenced in a menu |
static int |
AR_DEFNREL_TYPE_MENU_LABEL_FIELD
Field referenced as a menu label field |
static int |
AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE
Last relationship type for menus |
static int |
AR_DEFNREL_TYPE_MENU_QUAL_FIELD
Field referenced in a menu qualification |
static int |
AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD
Field that references a menu |
static int |
AR_DEFNREL_TYPE_MENU_VALUE_FIELD
Field referenced as a menu value field |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES
Active Link Guides referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS
Active Links referenced in an packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS
Applications referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS
Escalations referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES
Filter Guides referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_FILTERS
Filters referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_FORMS
Forms referenced in an packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_IMAGES
Images referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_MENUS
Menus referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS
Packing Lists referenced in an packing list. |
static int |
AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES
Web Services referenced in a packing list. |
static int |
AR_DEFNREL_TYPE_PL_ACTIVE_LINK
Active Link contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE
Active Link Guide contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_APPLICATION
Application contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_ESCALATION
Escalation contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_FILTER
Filter contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_FILTER_GUIDE
Filter Guide contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_FORM
Form contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_IMAGE
Image contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_MENU
Menu contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_PACKING_LIST
Packing List contained in a packing list |
static int |
AR_DEFNREL_TYPE_PL_WEB_SERVICE
Web Service contained in a packing list |
static int |
AR_DEFNREL_TYPE_WEB_SERVICE_FIELD
Field referenced in a web service |
static int |
AR_DEFNREL_TYPE_WEB_SERVICE_FORM
Form referenced in a web service |
static String |
AR_DIRECTORY_AR_TAG
Tag for AR System server ( AR ) |
static String |
AR_DIRECTORY_FILE
Default server directory file ( ar ) |
static int |
AR_DISPLAY_LABEL_LEFT
The label is positioned to the left of the field. |
static int |
AR_DISPLAY_LABEL_TOP
Label is positioned above the field. |
static int |
AR_DISPLAY_OPT_HIDDEN
The field cannot be seen in the view, although users with Customize permissions can make a hidden field visible. |
static int |
AR_DISPLAY_OPT_VISIBLE
The field can be seen in the view. |
static String |
AR_DISPLAY_TAG_SQL
Tag used to identify SQL view display. |
static int |
AR_DISPLAY_TYPE_BUTTON
Button is display type for field. |
static int |
AR_DISPLAY_TYPE_CHECKBOX
Radio-button is display type for field. |
static int |
AR_DISPLAY_TYPE_CHOICE
Drop-down list is display type for field. |
static int |
AR_DISPLAY_TYPE_NONE
No display type for field. |
static int |
AR_DISPLAY_TYPE_NUMTEXT
Numeric is display type for field. |
static int |
AR_DISPLAY_TYPE_TEXT
Character is display type for field. |
static int |
AR_DISPLAY_TYPE_TRIM
Trim is display type for field. |
static int |
AR_DPROP_ACCESSIBLE_HINT
(character string) Store workflow hint for accessibility |
static int |
AR_DPROP_ALIAS_ABBREV_PLURAL
(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 ) |
static int |
AR_DPROP_ALIAS_ABBREV_SINGULAR
(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 ) |
static int |
AR_DPROP_ALIAS_PLURAL
(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 ). |
static int |
AR_DPROP_ALIAS_SHORT_PLURAL
(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 ). |
static int |
AR_DPROP_ALIAS_SHORT_SINGULAR
(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 ). |
static int |
AR_DPROP_ALIAS_SINGULAR
(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). |
static int |
AR_DPROP_ALIGN
(unsigned long) A value indicating the vertical alignment of text within its bounding box. |
static int |
AR_DPROP_ALIGNED
Additional property for the field to make it right aligned. |
static int |
AR_DPROP_APPLIST_MODE
(ENUM) Display property for Application List Fields. |
static int |
AR_DPROP_APPLIST_SUB_EVEN_LVL_BKG_COLOR
Disp prop for background color for even sub-level menus in application list |
static int |
AR_DPROP_APPLIST_SUB_ODD_LVL_BKG_COLOR
Disp prop for background color for odd level menus in application list |
static int |
AR_DPROP_APPLIST_TOP_BKG_COLOR
Disp prop for top level background color for application list |
static int |
AR_DPROP_APPLY_DIRTY
Apply to Change Flag (also known as "Dirty Bit") |
static int |
AR_DPROP_AR_GRAPH_PLUGIN_NAME
Name of the Plug-in to be attached to Graph Plug-n field |
static int |
AR_DPROP_AR_OBJECT_NAME
(char) character string. |
static int |
AR_DPROP_AR_SERVER_NAME
(Char) AR System server name reference in Flashboard |
static int |
AR_DPROP_ATTACH_ADD_LABEL
(character string) Label for the Add button for an attachment's web view. |
static int |
AR_DPROP_ATTACH_COLGRAD_COLOR
Disp prop for attachment column grad color |
static int |
AR_DPROP_ATTACH_COLGRAD_TYPE
Disp prop for attachment column grad type |
static int |
AR_DPROP_ATTACH_COLGRADBKG_COLOR
Disp prop for attachment colum grad background color |
static int |
AR_DPROP_ATTACH_COLHDRTXT_COLOR
Disp prop for column header text color |
static int |
AR_DPROP_ATTACH_DELETE_LABEL
(character string) Label for the Delete button for an attachment's web view. |
static int |
AR_DPROP_ATTACH_DESELECT_LABEL
Label for the deselectall button for Attachment's Web View |
static int |
AR_DPROP_ATTACH_DISPLAY_LABEL
(character string) Label for the Display button for an attachment's web view. |
static int |
AR_DPROP_ATTACH_FIELD_IMAGE_CACHE
(CHAR) RTF field mapping. |
static int |
AR_DPROP_ATTACH_FILENAME_TITLE
(character string) Title of an attachment pool's file name column. |
static int |
AR_DPROP_ATTACH_FILESIZE_TITLE
(character string) Title of an attachment pool's file size column. |
static int |
AR_DPROP_ATTACH_FTRGRAD_COLOR
Disp prop for footer color |
static int |
AR_DPROP_ATTACH_FTRGRAD_TYPE
Disp prop for footer grad type |
static int |
AR_DPROP_ATTACH_FTRGRADBKG_COLOR
Disp prop for footer grad background color |
static int |
AR_DPROP_ATTACH_LABEL_TITLE
(character string) Title of an attachment pool's label column. |
static int |
AR_DPROP_ATTACH_SAVE_LABEL
(character string) Label for the Save button for an attachment's web view. |
static int |
AR_DPROP_AUTO_COMPLETE_AFTER_KEYSTROKES
|
static int |
AR_DPROP_AUTO_COMPLETE_HIDE_MENU_BUTTON
|
static int |
AR_DPROP_AUTO_FIELD_ALIGN
(Enum) Align Field (Button) |
static int |
AR_DPROP_AUTO_FIELD_COLPROP
(Integer) Field size with respect to columns |
static int |
AR_DPROP_AUTO_FIELD_NAVPROP
(Enum) Navigation level |
static int |
AR_DPROP_AUTO_FIELD_NEW_COLUMN
(Enum) Adds field in a new column |
static int |
AR_DPROP_AUTO_FIELD_NEW_SECTION
(Enum) Adds field in a new row |
static int |
AR_DPROP_AUTO_FIELD_ORDER
(ULong) Field's order in view |
static int |
AR_DPROP_AUTO_FIELD_ROWNUM
(Integer) Field's row |
static int |
AR_DPROP_AUTO_FIELD_ROWPART
(Integer) Field's column |
static int |
AR_DPROP_AUTO_FIELD_SPACER
(Enum) Navigation spacer |
static int |
AR_DPROP_AUTO_FIELD_TYPE
(Enum) Field's type |
static int |
AR_DPROP_AUTO_LAYOUT
(Enum) Auto layout (vui prop) |
static int |
AR_DPROP_AUTO_LAYOUT_STYLE_SHEET
(Char) XML info of style sheet |
static int |
AR_DPROP_AUTO_LAYOUT_VUI_NAV
(Enum) Navigation (vui prop) |
static int |
AR_DPROP_AUTO_MAXIMIZE_WINDOW
(Boolean) Auto maximize a window on open - defined per view |
static int |
AR_DPROP_AUTO_REFRESH
(unsigned long) A value indicating whether automatic refresh is enabled (applicable for table fields only). |
static int |
AR_DPROP_AUTO_RESIZE
|
static int |
AR_DPROP_AUTO_SET_OVERLAP_FIELD
(unsigned long) Id of overlapped field |
static int |
AR_DPROP_AUTOFIT_COLUMNS
Allow horizontal scrollbar in table field |
static int |
AR_DPROP_BACKGROUND_MODE
(unsigned long) A value indicating whether the background of a field is opaque or transparent. |
static int |
AR_DPROP_BBOX
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). |
static int |
AR_DPROP_BUTTON_2D
(unsigned long) A flag indicating whether the button appears as a two-dimensional image with no border (applicable for control fields only). |
static int |
AR_DPROP_BUTTON_ALT_TEXT
char; Alternative text to be used for image button for 508 user |
static int |
AR_DPROP_BUTTON_IMAGE_POSITION
(unsigned long) A value that determines the position of the button image relative to the button label (applicable for control fields only). |
static int |
AR_DPROP_BUTTON_MAINTAIN_RATIO
(unsigned long) A flag indicating whether a scaled button image will preserve its original width-to-height ratio (applicable for control fields only). |
static int |
AR_DPROP_BUTTON_SCALE_IMAGE
(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). |
static int |
AR_DPROP_BUTTON_TEXT
The button label for the field (applicable for control fields only). |
static int |
AR_DPROP_CHARFIELD_AUTO_COMPLETE
A flag indicating the auto-complete property for a character field. |
static int |
AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY
A flag indicating how the auto-complete matching works for a character field. |
static int |
AR_DPROP_CHARFIELD_BORDER
Disp prop for character field border |
static int |
AR_DPROP_CHARFIELD_DISPLAY_TYPE
A flag indicating the display type of character field. |
static int |
AR_DPROP_CNTL_TYPE
(unsigned long) A bitmask indicating the screen appearance for a control field. |
static int |
AR_DPROP_COL_HEADBKG_GRADBKGCOLOR
Disp prop for Column Header Background color |
static int |
AR_DPROP_COL_HEADBKG_GRADCOLOR
Disp prop for Column Header Background color |
static int |
AR_DPROP_COL_HEADBKG_GRADTYPE
Disp prop for Column Header Background type |
static int |
AR_DPROP_COLOR_FILL
Fill color of field. |
static int |
AR_DPROP_COLOR_FILL_GRADIENT
|
static int |
AR_DPROP_COLOR_FILL_GRADIENT_EFFECT
|
static int |
AR_DPROP_COLOR_FILL_OPACITY
|
static int |
AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER
|
static int |
AR_DPROP_COLOR_GRADIENT_HEADER
|
static int |
AR_DPROP_COLOR_LINE
Color of line. |
static int |
AR_DPROP_COLOR_TEXT
Color of text. |
static int |
AR_DPROP_COLUMN_ORDER
(integer) The order of a column in a table field. |
static int |
AR_DPROP_COLUMN_WIDTH
(integer) The width of a column in a table field. |
static int |
AR_DPROP_COORDS
A set of coordinates (X,Y) that specify the vertex location (applicable for line-and box-type trim fields only). |
static int |
AR_DPROP_DATA_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field's data area (applicable for data fields only). |
static int |
AR_DPROP_DATA_COLS
(unsigned long) The number of text columns to display for the field (applicable for data fields only). |
static int |
AR_DPROP_DATA_EXPAND_BBOX
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). |
static int |
AR_DPROP_DATA_MENU
(unsigned long) A flag indicating whether the field has a drop-down list (applicable for selection fields only). |
static int |
AR_DPROP_DATA_MENU_BBOX
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). |
static int |
AR_DPROP_DATA_RADIO
(unsigned long) Display style indicator for a selection field. |
static int |
AR_DPROP_DATA_ROWS
(unsigned long) The number of text rows to display for the field (applicable for data fields only). |
static int |
AR_DPROP_DATA_SPIN
(unsigned long) A flag indicating whether the field has a numeric spinner (applicable for integer fields only). |
static int |
AR_DPROP_DATETIME_POPUP
(unsigned long) A value indicating the display type of a date/time field. |
static int |
AR_DPROP_DEFAULT_PAGE
Field ID of page field. |
static int |
AR_DPROP_DEPTH_AMOUNT
Specifies amount of depth, depending on field type. |
static int |
AR_DPROP_DEPTH_EFFECT
(unsigned long) A value indicating the three-dimensional style for the field. |
static int |
AR_DPROP_DETAIL_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the details pane is visible. |
static int |
AR_DPROP_DETAIL_PANE_COLOR
(character string) The background color of the details pane. |
static int |
AR_DPROP_DETAIL_PANE_HEIGHT
(integer) The height of the details pane, in form coordinates. |
static int |
AR_DPROP_DETAIL_PANE_IMAGE
The background image for the details pane. |
static int |
AR_DPROP_DETAIL_PANE_VISIBILITY
A value indicating the visibility of the detail pane of the VUI. |
static int |
AR_DPROP_DETAIL_PANE_WIDTH
(integer) The width of the details pane, in form coordinates. |
static int |
AR_DPROP_DISABLED_IMAGE
Disp prop for specifying different images for the disabled state of a button |
static int |
AR_DPROP_DISPLAY_AS_TEXT_ONLY
(integer) Boolean value. |
static int |
AR_DPROP_DISPLAY_FIELD_APP
(char) character string. |
static int |
AR_DPROP_DISPLAY_PARENT
(unsigned long) A value indicating the parent field that the field will display in. |
static int |
AR_DPROP_DRILL_DOWN
(unsigned long) A bitmask indicating whether drill-down is enabled for a table field. |
static int |
AR_DPROP_DROP_SHADOW
(Enum) Indicates if drop shadow will be added to panel holder when inside lightweight popup. |
static int |
AR_DPROP_DVF_INLINE
|
static int |
AR_DPROP_ENABLE
(unsigned long) A value identifying the enabled/disabled status of the field. |
static int |
AR_DPROP_ENABLE_CLEAR
Option to automatically add "Clear" selection |
static int |
AR_DPROP_ENDCAP_END
Line specific display properties -- end of line. |
static int |
AR_DPROP_ENDCAP_START
Line specific display properties -- start of line. |
static int |
AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW
Label for default new Entry Point |
static int |
AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH
Label for default search Entry Point |
static int |
AR_DPROP_ENUM_LABELS
Display labels for localized selection fields. |
static int |
AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS
Integer; expand or collapse tree levels |
static int |
AR_DPROP_EXTERNAL_LINK_BUTTON
|
static int |
AR_DPROP_FIELD_CUSTOMSTYLE
(character string) Custom style information |
static int |
AR_DPROP_FIELD_DRAGGABLE
|
static int |
AR_DPROP_FIELD_DROPPABLE
|
static int |
AR_DPROP_FIELD_FLOAT_EFFECT
|
static int |
AR_DPROP_FIELD_FLOAT_STYLE
|
static int |
AR_DPROP_FIELD_HIGHLIGHT
|
static int |
AR_DPROP_FIELD_HIGHLIGHT_END_COLOR
|
static int |
AR_DPROP_FIELD_HIGHLIGHT_START_COLOR
|
static int |
AR_DPROP_FIELD_MAX_HEIGHT
|
static int |
AR_DPROP_FIELD_MAX_WIDTH
|
static int |
AR_DPROP_FIELD_MIN_HEIGHT
|
static int |
AR_DPROP_FIELD_MIN_WIDTH
NEW PROPERTY FOR Fill layout******** |
static int |
AR_DPROP_FIELD_PROCESS_ENTRY_MODE
(Enum) Field required or not while running process |
static int |
AR_DPROP_FIELD_ROUNDED
|
static int |
AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS
|
static int |
AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS
|
static int |
AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS
|
static int |
AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS
|
static int |
AR_DPROP_FIXED_TABLE_HEADERS
(boolean) Fixed table header |
static int |
AR_DPROP_FLOW_LAYOUT_VERT_SPACE
|
static int |
AR_DPROP_FORM_LOCK_ALLVUI
(Boolean) Form level property that makes all vui lock/unlock |
static int |
AR_DPROP_FORMACTION_FLDS_EXCLUDE
(Enum) Exclusion of 'Form Action Fields' |
static int |
AR_DPROP_FORMACTION_PAGE_PROPERTIES
(Char) Page property |
static int |
AR_DPROP_FORMACTION_ROW_ORDER_STR
(Char) Row, order and list of form action fields |
static int |
AR_DPROP_HEADER_HEIGHT
|
static int |
AR_DPROP_HELP
Use field/VUI help. |
static int |
AR_DPROP_HIDE_PAGE_TABS_BORDERS
(integer) Boolean value. |
static int |
AR_DPROP_HIDE_PANELHOLDER_BORDERS
|
static int |
AR_DPROP_HIDE_WEBHELP
(integer) If Boolean value set to True, field displays help link. |
static int |
AR_DPROP_HTML_TEXT
(character string) The text for a text-type trim field that includes a URL. |
static int |
AR_DPROP_HTML_TEXT_COLOR
(character string) The color of the linked text for a text-type trim field that includes a URL (see AR_DPROP_HTML_TEXT . |
static int |
AR_DPROP_IMAGE
The icon image for a toolbar-type control field. |
static int |
AR_DPROP_IMAGE_ALIGN
(unsigned long) A value indicating the vertical alignment of the background image for the details pane. |
static int |
AR_DPROP_IMAGE_CACHE
Runtime cache of internal image format, not a design time property, client specific format. |
static int |
AR_DPROP_IMAGE_JUSTIFY
(unsigned long) A value indicating the horizontal justification of the background image for the details pane. |
static int |
AR_DPROP_INITIAL_CURRENCY_TYPE
(character string) Initial type for currency field |
static int |
AR_DPROP_JOINT_STYLE
Style when lines are joined. |
static int |
AR_DPROP_JUSTIFY
(unsigned long) A value indicating the horizontal justification of text within its bounding box. |
static int |
AR_DPROP_LABEL
(character string) The screen label for the field (applicable for data fields only). |
static int |
AR_DPROP_LABEL_ALIGN
Field (in field/value pair) for aligning field label. |
static int |
AR_DPROP_LABEL_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the field label (applicable for data fields only). |
static int |
AR_DPROP_LABEL_COLOR_FILL
(character string) Enter AR_DVAL_COLOR_* , for example, AR_DVAL_COLOR_BG . |
static int |
AR_DPROP_LABEL_COLOR_LINE
(character string) Enter AR_DVAL_COLOR_* , for example, AR_DVAL_COLOR_BG . |
static int |
AR_DPROP_LABEL_COLOR_TEXT
(character string) The color of the field label. |
static int |
AR_DPROP_LABEL_FONT_SIZE
(unsigned long) Font size (derive from field setting). |
static int |
AR_DPROP_LABEL_FONT_STYLE
(character string) Font style (derived from field type/option). |
static int |
AR_DPROP_LABEL_JUSTIFY
(integer) Depends on field value setting, for example, AR_DVAL_JUSTIFY_DEFAULT :
Bit 0: Sets horizontal alignment of the label to default location (left-justified). |
static int |
AR_DPROP_LABEL_POS_ALIGN
(unsigned long) A value indicating the vertical alignment of the label within the sector. |
static int |
AR_DPROP_LABEL_POS_JUSTIFY
(unsigned long) A value indicating the horizontal alignment of the label within the sector (see AR_DPROP_LABEL_POS_ALIGN ). |
static int |
AR_DPROP_LABEL_POS_SECTOR
(unsigned long) A value indicating the label position relative to the field. |
static int |
AR_DPROP_LAYOUT_POLICY
|
static int |
AR_DPROP_LINE_PATTERN
(character string) NULL value. |
static int |
AR_DPROP_LINE_WIDTH
(unsigned long) The line width for the field (applicable for line-and box-type trim fields only). |
static int |
AR_DPROP_LOCALIZATION_REQUIRED
|
static int |
AR_DPROP_LOCALIZE_FIELD
|
static int |
AR_DPROP_LOCALIZE_FIELD_DATA
(Enum) Localize field’s data disp prop version of AR_OPROP_LOCALIZE_FIELD_DATA property for backward compatibility |
static int |
AR_DPROP_LOCALIZE_VIEW
|
static int |
AR_DPROP_MANAGE_EXPAND_BOX
(integer) Control over presence of expand boxes. |
static int |
AR_DPROP_MENU_ACCESS
(character string) A list of client interface items an administrator can control. |
static int |
AR_DPROP_MENU_BOX
Disp prop for menu box |
static int |
AR_DPROP_MENU_HELP
(character string) The help text for a menu-type control field. |
static int |
AR_DPROP_MENU_MODE
(unsigned long) A value indicating the type of menu item (applicable for control fields only). |
static int |
AR_DPROP_MENU_PARENT
(unsigned long) A value identifying the parent menu item for the field (applicable for control fields only). |
static int |
AR_DPROP_MENU_POS
(unsigned long) A value that determines the menu position for the field (applicable for control fields only). |
static int |
AR_DPROP_MENU_TEXT
(character string) The menu item text for the field (applicable for control fields only). |
static int |
AR_DPROP_MOUSEOVER_EFFECT
|
static int |
AR_DPROP_NAMED_SEARCHES
(character string) A list of administrator-defined searches. |
static int |
AR_DPROP_NAV_ITEM_TEXT_COLOR
|
static int |
AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM
ULONG (ARInternalId); id of the selected field |
static int |
AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK
ULONG; select item on click |
static int |
AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM
enum; fire or do not fire workflow on already selected item |
static int |
AR_DPROP_NAVIGATION_MODE
(Boolean) Mode prop for navigation bar. |
static int |
AR_DPROP_NONE
Indicates the NULL display property of the field. |
static int |
AR_DPROP_ORIENTATION
|
static int |
AR_DPROP_PAGE_ARRANGEMENT
(boolean integer) Field/value pair for how pages should be displayed if pages cannot fit in page holder. |
static int |
AR_DPROP_PAGE_BODY_STATE
|
static int |
AR_DPROP_PAGE_FIELD_TYPE
(boolean integer) Type of Page Field 0: Non-editable ( AR_DVAL_PAGE_FIELD_NONEDITABLE )
1: Editable ( AR_DVAL_PAGE_FIELD_EDITABLE )
|
static int |
AR_DPROP_PAGE_HEADER_COLOR
|
static int |
AR_DPROP_PAGE_HEADER_STATE
|
static int |
AR_DPROP_PAGE_INITIAL_SIZE
|
static int |
AR_DPROP_PAGE_LABEL_DISPLAY
(boolean integer) Field/value pair for position on page holder where page labels should appear. |
static int |
AR_DPROP_PAGE_MAX_SIZE
|
static int |
AR_DPROP_PAGE_MIN_SIZE
|
static int |
AR_DPROP_PAGE_ORDER
(unsigned long) Order of appearence of a page. |
static int |
AR_DPROP_PAGEHOLDER_DISPLAY_TYPE
|
static int |
AR_DPROP_PAGEHOLDER_INIT_PAGE
|
static int |
AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM
|
static int |
AR_DPROP_PAGEHOLDER_MARGIN_LEFT
|
static int |
AR_DPROP_PAGEHOLDER_MARGIN_RIGHT
|
static int |
AR_DPROP_PAGEHOLDER_MARGIN_TOP
|
static int |
AR_DPROP_PAGEHOLDER_SPACING
|
static int |
AR_DPROP_PANE_LAYOUT
(integer) A value indicating how the panes of the VUI are arranged. |
static int |
AR_DPROP_PANE_VISIBILITY_OPTION
(boolean integer) Determines whether pane visibility for view is determined by admin or by user. |
static int |
AR_DPROP_PANEL_AVOID_WHITESPACE
Set true to avoid whitespace during slack allocation on a panel. |
static int |
AR_DPROP_PANEL_BORDER_THICKNESS
|
static int |
AR_DPROP_PANEL_FIT_TO_CONTENT
|
static int |
AR_DPROP_PANEL_MARGIN_BOTTOM
|
static int |
AR_DPROP_PANEL_MARGIN_LEFT
|
static int |
AR_DPROP_PANEL_MARGIN_RIGHT
|
static int |
AR_DPROP_PANEL_MARGIN_TOP
|
static int |
AR_DPROP_PANEL_SLACK_DISTRIBUTION_ORDER
|
static int |
AR_DPROP_PANEL_SLACK_ORDER
Integer value to specify the Panel priority for Slack allocation; range 0-10. |
static int |
AR_DPROP_PANELHOLDER_SHRINKTOFIT
|
static int |
AR_DPROP_PANELHOLDER_SPLITTER
|
static int |
AR_DPROP_PATH_TO_BKG_IMAGE
Allow path to the background image to be specified. |
static int |
AR_DPROP_PROMPT
(character string) No prompt. |
static int |
AR_DPROP_PROMPT_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the prompt banner is visible. |
static int |
AR_DPROP_PROMPT_PANE_VISIBILITY
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not. |
static int |
AR_DPROP_PUSH_BUTTON_IMAGE
The icon image for a button. |
static int |
AR_DPROP_QUERY_LIST_BKG_COLOR
(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. |
static int |
AR_DPROP_QUERY_LIST_COLOR
(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. |
static int |
AR_DPROP_REFRESH
(integer) Table field refresh enabled. |
static int |
AR_DPROP_REQUEST_IDENTIFIER
(unsigned long) Field ID of field to use for ID of this ticket for display purposes |
static int |
AR_DPROP_RESULT_BANNER_VISIBILITY
(unsigned long) Boolean value indicating whether the results pane is visible. |
static int |
AR_DPROP_RESULT_PANE_VISIBILITY
Determines whether the three detail pane properties (detail pane, result pane, and prompt pane visibility) are used or not. |
static int |
AR_DPROP_RIGHT_BBOX
Additional property for the field. |
static int |
AR_DPROP_ROW_LABEL
|
static int |
AR_DPROP_ROW_LABEL_PLURAL
|
static int |
AR_DPROP_SHOWURL
(ENUM) Display property that shows URL. |
static int |
AR_DPROP_SKIN_STYLE
(CHAR) Skin name, find in AR System Skins form to get skin properties. |
static int |
AR_DPROP_SORT_AGGREGATION_TYPE
(integer) The grouping column in a table field with count aggregation. |
static int |
AR_DPROP_SORT_DIR
(integer) A value indicating the sort direction of a column in a table field. |
static int |
AR_DPROP_SORT_GROUP
(integer) The grouping column in a table field. |
static int |
AR_DPROP_SORT_SEQ
(integer) The sort order of a column in a table field. |
static int |
AR_DPROP_TAB_COORD
Tab coordinate control. |
static int |
AR_DPROP_TAB_MODE
(integer) Tab mode control. |
static int |
AR_DPROP_TAB_NEXT
(unsigned long) (ARInternalId) Inter-field keyboard relationships. |
static int |
AR_DPROP_TAB_ORDER
A value that determines the field tab order for fields in view (from lowest to highest). |
static int |
AR_DPROP_TAB_TEXT
(unsigned long) Tab text. |
static int |
AR_DPROP_TABLE_AUTOREFRESH
(character string) Auto-refresh string. |
static int |
AR_DPROP_TABLE_CELL_BKG_COLOR
(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. |
static int |
AR_DPROP_TABLE_CHUNK_NEXT
(character string) Label for next chunk. |
static int |
AR_DPROP_TABLE_CHUNK_PREV
(character string) Label for previous chunk. |
static int |
AR_DPROP_TABLE_CHUNK_SIZE
(integer) chunk size |
static int |
AR_DPROP_TABLE_COL_DISPLAY_TYPE
(enum) Column states. |
static int |
AR_DPROP_TABLE_COL_ENABLE_SORT
(int, 0/1) (Dis/en)able table column sorting. |
static int |
AR_DPROP_TABLE_COL_IMAGE_LIST
(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\... |
static int |
AR_DPROP_TABLE_COL_INITVAL
(char) Initial value for all cells in column |
static int |
AR_DPROP_TABLE_COL_WRAP_TEXT
Boolean, multi-line column |
static int |
AR_DPROP_TABLE_COLUMN_CHECKBOX
(Boolean) Display property for Table column check box. |
static int |
AR_DPROP_TABLE_COLUMN_DATA_ALIGNMENT
|
static int |
AR_DPROP_TABLE_COLUMN_HEADER_ALIGNMENT
Table field column header and data alignment |
static int |
AR_DPROP_TABLE_COLUMN_HEADER_TEXT_COLOR
Disp prop for Column header text color for Table field |
static int |
AR_DPROP_TABLE_CONTENT_CLIPPED
(Enum) Indicates when the table guide content is clipped. |
static int |
AR_DPROP_TABLE_DELETE
(character string) Delete button. |
static int |
AR_DPROP_TABLE_DESELECT_ALL
(character string) Clear all rows in table. |
static int |
AR_DPROP_TABLE_DISPLAY_TYPE
Field/value pair to display table fields in web browser. |
static int |
AR_DPROP_TABLE_DRILL_COL
Drill down column. |
static int |
AR_DPROP_TABLE_ENTRIES_RETURNED
(character string) Localization of strings in table header about records displayed. |
static int |
AR_DPROP_TABLE_HDRFTR_GRADBKGCOLOR
Disp prop for Table Header Footer color |
static int |
AR_DPROP_TABLE_HDRFTR_GRADCOLOR
Disp prop for Table Header Footer color |
static int |
AR_DPROP_TABLE_HDRFTR_GRADTYPE
Disp prop for Table Header Footer type |
static int |
AR_DPROP_TABLE_NOT_REFRESHED
(character string) Localization of strings in table header when not refreshed. |
static int |
AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN
|
static int |
AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE
(Integer) Horizontal spacing between Table Array panels |
static int |
AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN
Table Page Array Margin Properties |
static int |
AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN
|
static int |
AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN
|
static int |
AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE
(Integer) Vertical spacing between Table Array panels |
static int |
AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS
Int; Number of Visible Columns to display in the Table Page Array Field, i.e. |
static int |
AR_DPROP_TABLE_PANEL_BBOX
A set of coordinates (X,Y) that specify the screen boundaries (bounding box) for the table panel. |
static int |
AR_DPROP_TABLE_PREFERENCES
(character string) Preferences button label |
static int |
AR_DPROP_TABLE_READ
(character string) Read button for notifications. |
static int |
AR_DPROP_TABLE_REFRESH
(character string) Refresh button. |
static int |
AR_DPROP_TABLE_REPORT
(character string) Report button. |
static int |
AR_DPROP_TABLE_ROOT_NODE_ALT_TEXT
(CHAR) alt text for image, applied to table/tree root node. |
static int |
AR_DPROP_TABLE_ROOT_NODE_IMAGE
(CHAR) image ref, applied to table/tree root node. |
static int |
AR_DPROP_TABLE_SELECT_ALL
(character string) Select all rows in table. |
static int |
AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL
(character string) Displays the label of selection column for table or query list view field in Netscape browser 4.75. |
static int |
AR_DPROP_TABLE_SELINIT
Field/value pair controlling initial selection in results list and table fields. |
static int |
AR_DPROP_TABLE_SELREFRESH
Field/value pair for refreshing table fields. |
static int |
AR_DPROP_TABLE_SELROWS_DISABLE
Field/value pair to enable or disable user from selecting rows by clicking. |
static int |
AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE
(character string) custom value for Tree NULL nodes |
static int |
AR_DPROP_TABLE_UNREAD
(character string) Unread button for notifications. |
static int |
AR_DPROP_TABLE_USE_LOCALE
(Boolean) Table refresh using user's locale |
static int |
AR_DPROP_TEXT
(character string) The text for a text-type trim field. |
static int |
AR_DPROP_TEXT_FONT_SIZE
(unsigned long) The size of the font style to use for a text-type trim field. |
static int |
AR_DPROP_TEXT_FONT_STYLE
(character string) The name of the font style to use for a text-type trim field. |
static int |
AR_DPROP_TITLE_BAR_ICON_IMAGE
The icon image for the title bar. |
static int |
AR_DPROP_TOOLBAR_MODE
(unsigned long) A value indicating the type of toolbar item (applicable for control fields only). |
static int |
AR_DPROP_TOOLBAR_POS
(unsigned long) A value that determines the toolbar position for the field (applicable for control fields only). |
static int |
AR_DPROP_TOOLBAR_TEXT
(character string) Toolbar text. |
static int |
AR_DPROP_TOOLTIP
(character string) The tooltip text for a toolbar-type control field. |
static int |
AR_DPROP_TRIM_TYPE
(unsigned long) A value indicating the type of trim field. |
static int |
AR_DPROP_VERTNAV_SUBLEVELTWO_COLOR
Disp prop for Vertical Navigation sub level two color |
static int |
AR_DPROP_VIEW_BORDER_COLOR
Disp prop for View Field border color |
static int |
AR_DPROP_VIEW_GRID_BBOX
A set of X,Y coordinates (0,0), (25,25) of the grid for the bounding box. |
static int |
AR_DPROP_VIEW_RTL
(Boolean) RightToLeft property of a view |
static int |
AR_DPROP_VIEWFIELD_BORDERS
View fields, hide/show borders |
static int |
AR_DPROP_VIEWFIELD_SCROLLBARS
View fields, hide/show scroll bars |
static int |
AR_DPROP_VISIBLE
(integer) A boolean flag indicating the visibility of the field. |
static int |
AR_DPROP_VUI_DEFAULT
(unsigned long) A flag identifying the default view (VUI) for the form. |
static int |
AR_DPROP_VUI_DEFAULT_PROCESS
Master view property (0/1) |
static int |
AR_DPROP_VUI_LOCK_VUI
(Boolean) VUI level property; can be set individually or will be set or unset by selecting form level preference. |
static int |
AR_DPROP_WEB_FOOTER_CONTENT
|
static int |
AR_DPROP_WEB_HEADER_CONTENT
Contains HTML snippets for Absolute View |
static int |
AR_DPROP_WEB_TOOLBAR_VISIBILITY
Don't show web toolbar if admin disabled this view property from Appearance tab |
static int |
AR_DPROP_Z_ORDER
(unsigned long) A value that determines the field drawing order. |
static int |
AR_DPROP_ZERO_SIZE_WHEN_HIDDEN
collapse a field to zero size when hidden. |
static int |
AR_DVAL_ALIGN_BOTTOM
The vertical alignment of the label ( AR_DPROP_LABEL_ALIGN ) is bottom-aligned. |
static int |
AR_DVAL_ALIGN_DEFAULT
Default value (top) for aligning AR_DPROP_LABEL_ALIGN field label. |
static int |
AR_DVAL_ALIGN_FILL
The vertical alignment of the background image of the label ( AR_DPROP_LABEL_ALIGN ) is
expand-to-fill. |
static int |
AR_DVAL_ALIGN_MIDDLE
The vertical alignment of the label ( AR_DPROP_LABEL_ALIGN ) is middle-aligned. |
static int |
AR_DVAL_ALIGN_TILE
The vertical alignment of the background image of label ( AR_DPROP_LABEL_ALIGN ) is tile-to-fill. |
static int |
AR_DVAL_ALIGN_TOP
The vertical alignment of the label ( AR_DPROP_LABEL_ALIGN ) is top-aligned. |
static int |
AR_DVAL_ALIGNED_LEFT
|
static int |
AR_DVAL_ALIGNED_RIGHT
|
static int |
AR_DVAL_APP_FLYOUT
fly out navigation |
static int |
AR_DVAL_APP_TRADITIONAL
default - traditional |
static int |
AR_DVAL_AUTO_COMPLETE_ANYWHERE
Character field auto-complete type - Anywhere |
static int |
AR_DVAL_AUTO_COMPLETE_LEADING
Character field auto-complete type - Leading |
static int |
AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL
Character field auto-complete matching option - show label, insert value |
static int |
AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE
Character field auto-complete matching option - show and insert values |
static int |
AR_DVAL_AUTO_COMPLETE_NONE
Character field auto-complete type - None |
static int |
AR_DVAL_AUTO_FIELD_ALIGN_LEFT
Align Left |
static int |
AR_DVAL_AUTO_FIELD_ALIGN_RIGHT
Align Right |
static int |
AR_DVAL_AUTO_FIELD_BUTTON
Button Field |
static int |
AR_DVAL_AUTO_FIELD_GROUP
Group Title Field |
static int |
AR_DVAL_AUTO_FIELD_LEVEL1
Level 1 |
static int |
AR_DVAL_AUTO_FIELD_LEVEL2
Level 2 |
static int |
AR_DVAL_AUTO_FIELD_LEVEL3
Level 3 |
static int |
AR_DVAL_AUTO_FIELD_NAV
Navigation Field |
static int |
AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF
Add to new column Off |
static int |
AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON
Add to new column On |
static int |
AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF
Add to new row Off |
static int |
AR_DVAL_AUTO_FIELD_NEW_SECTION_ON
Add to new row On |
static int |
AR_DVAL_AUTO_FIELD_REGULAR
Regular Field |
static int |
AR_DVAL_AUTO_FIELD_SPACER_OFF
Navigation spacer Off |
static int |
AR_DVAL_AUTO_FIELD_SPACER_ON
Navigation spacer On |
static int |
AR_DVAL_AUTO_FIELD_TITLE
Title Field |
static int |
AR_DVAL_AUTO_LAYOUT_OFF
Layout Off |
static int |
AR_DVAL_AUTO_LAYOUT_ON
Layout On |
static int |
AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF
Navigation Off |
static int |
AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON
Navigation On |
static int |
AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE
Auto maximize disable |
static int |
AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE
Auto maximize enable |
static int |
AR_DVAL_AUTO_REFRESH_NONE
Disables auto-refresh for table fields. |
static int |
AR_DVAL_AUTO_REFRESH_TABLE_MAX
Enables auto-refresh for table fields. |
static int |
AR_DVAL_AUTOFIT_COLUMNS_NONE
No Scrollbar appears. |
static int |
AR_DVAL_AUTOFIT_COLUMNS_SET
Scrollbar will be enabled in the Table Field when displayed in Remedy User. |
static int |
AR_DVAL_BKG_MODE_OPAQUE
Specifies background of field is opaque. |
static int |
AR_DVAL_BKG_MODE_TRANSPARENT
Specifies background of field is transparent. |
static int |
AR_DVAL_CHARFIELD_DROPDOWN
Character field display type - Dropdown list |
static int |
AR_DVAL_CHARFIELD_EDIT
Character field display type - Edit |
static int |
AR_DVAL_CHARFIELD_FILE
Character field display type - File System Widget |
static int |
AR_DVAL_CHARFIELD_MASKED
Character field display type - Masked |
static int |
AR_DVAL_CHARFIELD_RICH_TEXT
Character field display types - Normal Rich Text |
static int |
AR_DVAL_CHARFIELD_RICH_TEXT_ADV
Character field display types - Rich Text with support for editing |
static int |
AR_DVAL_CNTL_A_MENU
Top-or intermediate-level menu item (>, down arrow) of control menu ( AR_DPROP_MENU_MODE ). |
static int |
AR_DVAL_CNTL_BUTTON
Control field appears on screen as a button. |
static int |
AR_DVAL_CNTL_CHART
Chart type |
static int |
AR_DVAL_CNTL_CHOICE
If chosen, one of many (dot, depressed) appears for control menu ( AR_DPROP_MENU_MODE ). |
static int |
AR_DVAL_CNTL_DIALOG
Dialog box will appear for control menu ( AR_DPROP_MENU_MODE ). |
static int |
AR_DVAL_CNTL_HORIZNAV
Horizontal Navigation |
static int |
AR_DVAL_CNTL_ITEM
Leaf-level menu item of control menu ( AR_DPROP_MENU_MODE ). |
static int |
AR_DVAL_CNTL_MENU
Control field appears on screen as a menu item. |
static int |
AR_DVAL_CNTL_METER
Meter type |
static int |
AR_DVAL_CNTL_NAV_ITEM
Navigation Item |
static int |
AR_DVAL_CNTL_ON
Control menu ( AR_DPROP_MENU_MODE ) is activated (yes/no). |
static int |
AR_DVAL_CNTL_SEPARATOR
Separator item appears for control menu ( AR_DPROP_MENU_MODE ). |
static int |
AR_DVAL_CNTL_TAB_SWITCH
Control field appears on screen as a tabbed dialog switch. |
static int |
AR_DVAL_CNTL_TOOLBAR
Control field appears on screen as a toolbar button. |
static int |
AR_DVAL_CNTL_URL
Control field appears on screen as a URL type button. |
static int |
AR_DVAL_CNTL_VERTICALNAV
Vertical Navigation |
static int |
AR_DVAL_COLLAPSE_ALL_LEVELS
Collapse All Levels |
static String |
AR_DVAL_COLOR_BG
Background color of field. |
static String |
AR_DVAL_COLOR_EDIT_BG
Color of text edit background. |
static String |
AR_DVAL_COLOR_EDIT_FG
Color of text edit foreground. |
static String |
AR_DVAL_COLOR_FG
Foreground color of field. |
static String |
AR_DVAL_COLOR_FOCUS
Color of input focus highlight. |
static String |
AR_DVAL_COLOR_INSET1
1st level group. |
static String |
AR_DVAL_COLOR_INSET2
2nd level group. |
static String |
AR_DVAL_COLOR_NONE
No fill color of field. |
static int |
AR_DVAL_DATETIME_BOTH
Date/time field displays both date and time. |
static int |
AR_DVAL_DATETIME_DATE
Date/time field displays date only. |
static int |
AR_DVAL_DATETIME_TIME
Date/time field displays time only. |
static int |
AR_DVAL_DEPTH_EFFECT_ETCHED
Three-dimensional effect for field appears to etched into screen surface. |
static int |
AR_DVAL_DEPTH_EFFECT_FLAT
No three-dimensional effect for field. |
static int |
AR_DVAL_DEPTH_EFFECT_FLOATING
Three-dimensional effect for field appears to float above screen surface. |
static int |
AR_DVAL_DEPTH_EFFECT_RAISED
Three-dimensional effect for field appears to lie above screen surface. |
static int |
AR_DVAL_DEPTH_EFFECT_SUNKEN
Three-dimensional effect for field appears to lie below screen surface. |
static int |
AR_DVAL_DRILL_DOWN_ENABLE
Value that allows users to double-click a row in table field to open source request of row in modify mode. |
static int |
AR_DVAL_DRILL_DOWN_NONE
Value that denies users the ability to double-click a row in table field to open source request of row in modify mode. |
static int |
AR_DVAL_DROP_SHADOW_NONE
Drop shadow not added |
static int |
AR_DVAL_DROP_SHADOW_NORTH_WEST
Drop shadow is added |
static int |
AR_DVAL_ENABLE_CLEAR_ALWAYS
|
static int |
AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY
|
static int |
AR_DVAL_ENABLE_DEFAULT
Sets value of data field to default (read/write). |
static int |
AR_DVAL_ENABLE_DISABLE
Disabled (data,trim,or control) field |
static int |
AR_DVAL_ENABLE_READ_ONLY
View and select only (data) in field; disabled (trim or control) |
static int |
AR_DVAL_ENABLE_READ_WRITE
View, select, and change (data) in field; enabled (trim or control) |
static int |
AR_DVAL_ENDCAP_ARROW1
Line is arrow 1 style. |
static int |
AR_DVAL_ENDCAP_EXTENDED
Line is extended beyond coordinate. |
static int |
AR_DVAL_ENDCAP_FLUSH
Line is flush. |
static int |
AR_DVAL_ENDCAP_ROUND
Line is rounded. |
static int |
AR_DVAL_EXPAND_ALL_LEVELS
Expand All Levels |
static int |
AR_DVAL_EXPAND_BOX_DEFAULT
Sets default (hidden) for expand box used in character field. |
static int |
AR_DVAL_EXPAND_BOX_HIDE
Hides expand box used in character field. |
static int |
AR_DVAL_EXPAND_BOX_SHOW
Expand box used in character field is displayed. |
static int |
AR_DVAL_FIELD_HIGHLIGHT_DISABLE
|
static int |
AR_DVAL_FIELD_HIGHLIGHT_ENABLE
|
static int |
AR_DVAL_FIELD_PROCESS_NOT_REQUIRED
default - not required |
static int |
AR_DVAL_FIELD_PROCESS_REQUIRED
required for process |
static int |
AR_DVAL_FIELD_ROUNDED_DISABLE
Deprecated. |
static int |
AR_DVAL_FIELD_ROUNDED_ENABLE
Deprecated. |
static int |
AR_DVAL_FIXED_TABLE_HEADERS_DISABLE
Fixed table head disabled |
static int |
AR_DVAL_FIXED_TABLE_HEADERS_ENABLE
Fixed table head enabled |
static int |
AR_DVAL_FLOAT_EFFECT_APPEAR_DISAPPEAR
|
static int |
AR_DVAL_FLOAT_EFFECT_FADEIN_FADEOUT
|
static int |
AR_DVAL_FLOAT_EFFECT_GROW_SHRINK
|
static int |
AR_DVAL_FLOAT_EFFECT_NONE
|
static int |
AR_DVAL_FLOAT_STYLE_DIALOG
|
static int |
AR_DVAL_FLOAT_STYLE_MODELESS
|
static int |
AR_DVAL_FLOAT_STYLE_NONE
|
static int |
AR_DVAL_FLOAT_STYLE_TOOLTIP
|
static int |
AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF
Exclusion Off |
static int |
AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON
Exclusion On |
static int |
AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_HEADER_NONE
|
static int |
AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_NONE
|
static int |
AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL
|
static int |
AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL
|
static int |
AR_DVAL_IMAGE_ABOVE
Position of the button image relative to the button label is above the label. |
static int |
AR_DVAL_IMAGE_BELOW
Position of the button image relative to the button label is below the label. |
static int |
AR_DVAL_IMAGE_CENTER
Position of the button image relative to the button label is centered, no label. |
static int |
AR_DVAL_IMAGE_LEFT
Position of the button image relative to the button label is to the left of the label. |
static int |
AR_DVAL_IMAGE_RIGHT
Position of the button image relative to the button label is to the right of the label. |
static int |
AR_DVAL_JOINT_EXTENDED
Small angles with long point when lines are joined ( AR_DPROP_JOINT_STYLE ). |
static int |
AR_DVAL_JOINT_MAX_SMOOTH
All straight lines smoothed when lines are joined ( AR_DPROP_JOINT_STYLE ). |
static int |
AR_DVAL_JOINT_ROUNDED
Rounded corners when lines are joined ( AR_DPROP_JOINT_STYLE ). |
static int |
AR_DVAL_JOINT_SHARP
Angles with point, truncate small angles when lines are joined ( AR_DPROP_JOINT_STYLE ). |
static int |
AR_DVAL_JOINT_SMOOTH
Angle is between AR_DVAL_JOINT_ROUNDED and AR_DVAL_JOINT_MAX_SMOOTH when
lines are joined (AR_DPROP_JOINT_STYLE ). |
static int |
AR_DVAL_JUSTIFY_CENTER
Horizontal alignment of the label is center-justified. |
static int |
AR_DVAL_JUSTIFY_DEFAULT
Sets horizontal alignment of the label to default location (left-justified). |
static int |
AR_DVAL_JUSTIFY_FILL
Horizontal alignment of the label fills to both sides. |
static int |
AR_DVAL_JUSTIFY_LEFT
Horizontal alignment of the label is left-justified (default). |
static int |
AR_DVAL_JUSTIFY_RIGHT
Horizontal alignment of the label is right-justified. |
static int |
AR_DVAL_JUSTIFY_TILE
Horizontal alignment of the label is tiled to fill both sides. |
static int |
AR_DVAL_LAYOUT_FILL
|
static int |
AR_DVAL_LAYOUT_FLOW
|
static int |
AR_DVAL_LAYOUT_XY
|
static int |
AR_DVAL_LOCALIZE_FIELD_ALL
|
static int |
AR_DVAL_LOCALIZE_FIELD_SKIP
|
static int |
AR_DVAL_LOCALIZE_VIEW_ALL
|
static int |
AR_DVAL_LOCALIZE_VIEW_SKIP
|
static int |
AR_DVAL_MOUSEOVER_EFFECT_CURSOR
|
static int |
AR_DVAL_MOUSEOVER_EFFECT_HIGHLIGHT
|
static int |
AR_DVAL_MOUSEOVER_EFFECT_NONE
|
static int |
AR_DVAL_NAV_EXPANDABLE
default - expandable |
static int |
AR_DVAL_NAV_FLYOUT
fly out navigation |
static int |
AR_DVAL_NAVBAR_SELITEM_FIRE
fire workflow |
static int |
AR_DVAL_NAVBAR_SELITEM_NOFIRE
do not fire workflow |
static int |
AR_DVAL_ORIENTATION_HORIZONTAL
|
static int |
AR_DVAL_ORIENTATION_VERTICAL
|
static int |
AR_DVAL_ORIENTATION_VERTICAL_UP
|
static int |
AR_DVAL_PAGE_BODY_COLLAPSE
|
static int |
AR_DVAL_PAGE_BODY_EXPAND
|
static int |
AR_DVAL_PAGE_DISPLAY_BOTTOM
Sets page label to appear on bottom. |
static int |
AR_DVAL_PAGE_DISPLAY_LEFT
Sets page label to appear on left. |
static int |
AR_DVAL_PAGE_DISPLAY_NONE
No page label appears. |
static int |
AR_DVAL_PAGE_DISPLAY_RIGHT
Sets page label to appear on right. |
static int |
AR_DVAL_PAGE_DISPLAY_TOP
Sets page label to appear on top. |
static int |
AR_DVAL_PAGE_FIELD_EDITABLE
Page Field Type - Editable, User can modify the contents |
static int |
AR_DVAL_PAGE_FIELD_NONEDITABLE
Page Field Type - Non-editable, User can not modify the contents |
static int |
AR_DVAL_PAGE_HEADER_HIDDEN
|
static int |
AR_DVAL_PAGE_HEADER_VISIBLE
|
static int |
AR_DVAL_PAGE_LAYER
Lets users view page fields as layers of pages if pages cannot fit in page holder. |
static int |
AR_DVAL_PAGE_SCROLL
Lets users scroll to view the pages if pages cannot fit in page holder. |
static int |
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION
|
static int |
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW
|
static int |
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW
|
static int |
AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL
|
static int |
AR_DVAL_PANE_ALWAYS_HIDDEN
Detail pane is always hidden |
static int |
AR_DVAL_PANE_ALWAYS_VISIBLE
Detail pane is always visible |
static int |
AR_DVAL_PANE_HIDDEN
Detail pane is hidden but can be made visible |
static int |
AR_DVAL_PANE_VISIBILITY_ADMIN
Pane visibility for view is defined by the administrator. |
static int |
AR_DVAL_PANE_VISIBILITY_USER_CHOICE
Pane visibility for view is decided by the user. |
static int |
AR_DVAL_PANE_VISIBLE
Detail pane is visible but can be hidden |
static int |
AR_DVAL_RADIO_CHECKBOX
Selection field with check boxes |
static int |
AR_DVAL_RADIO_DROPDOWN
Selection field with drop down list |
static int |
AR_DVAL_RADIO_RADIO
Selection field with radio buttons |
static int |
AR_DVAL_REFRESH_NONE
Value that denies users the ability to refresh table data when the request in which the table is embedded appears in the Details pane. |
static int |
AR_DVAL_REFRESH_TABLE_MAX
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. |
static int |
AR_DVAL_RESIZE_BOTH
|
static int |
AR_DVAL_RESIZE_HORZ
|
static int |
AR_DVAL_RESIZE_NONE
|
static int |
AR_DVAL_RESIZE_VERT
|
static int |
AR_DVAL_SECTOR_CENTER
The label position relative to the field is centered. |
static int |
AR_DVAL_SECTOR_EAST
The label position relative to the field is right of the field. |
static int |
AR_DVAL_SECTOR_NONE
Label display is suppressed. |
static int |
AR_DVAL_SECTOR_NORTH
The label position relative to the field is above the field. |
static int |
AR_DVAL_SECTOR_SOUTH
The label position relative to the field is below the field. |
static int |
AR_DVAL_SECTOR_WEST
The label position relative to the field is left of the field. |
static int |
AR_DVAL_SORT_AGGREGATION_COUNT
|
static int |
AR_DVAL_SORT_AGGREGATION_NONE
|
static int |
AR_DVAL_SORT_DIR_ASCENDING
Sort direction of column in table field is ascending. |
static int |
AR_DVAL_SORT_DIR_DESCENDING
Sort direction of column in table field is descending. |
static int |
AR_DVAL_SPLITTER_HIDE
|
static int |
AR_DVAL_SPLITTER_INVISIBLE
|
static int |
AR_DVAL_SPLITTER_SHOW
|
static int |
AR_DVAL_TABLE_COL_DISPLAY_DROPDOWN_MENU
Support Drop down menu |
static int |
AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
Allow editing. |
static int |
AR_DVAL_TABLE_COL_DISPLAY_HTML
Display HTML in column. |
static int |
AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
Not editable. |
static int |
AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA
Table Page Array Page Data Field |
static int |
AR_DVAL_TABLE_COL_SORT_DISABLED
|
static int |
AR_DVAL_TABLE_COL_SORT_ENABLED
|
static int |
AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE
Multi-line disable |
static int |
AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE
Multi-line enable |
static int |
AR_DVAL_TABLE_COLUMN_ALIGNMENT_CENTER
|
static int |
AR_DVAL_TABLE_COLUMN_ALIGNMENT_LEFT
|
static int |
AR_DVAL_TABLE_COLUMN_ALIGNMENT_RIGHT
|
static int |
AR_DVAL_TABLE_COLUMN_CHECKBOX_DISABLE
default - disabled |
static int |
AR_DVAL_TABLE_COLUMN_CHECKBOX_ENABLE
enabled |
static int |
AR_DVAL_TABLE_CONTENT_CLIPPED
Content is Clipped |
static int |
AR_DVAL_TABLE_CONTENT_NOT_CLIPPED
Content is not Clipped |
static int |
AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
|
static int |
AR_DVAL_TABLE_DISPLAY_NOTIFICATION
Sets the table to look like a notification alert in the web browser. |
static int |
AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY
|
static int |
AR_DVAL_TABLE_DISPLAY_RESULTS_LIST
Sets the table to look like a results list in the web browser. |
static int |
AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
|
static int |
AR_DVAL_TABLE_DISPLAY_TABLE
Sets the table to look like a table in the web browser. |
static int |
AR_DVAL_TABLE_DISPLAY_TREE_GROUP
|
static int |
AR_DVAL_TABLE_SELINIT_NOSEL
No selection in results list and table fields. |
static int |
AR_DVAL_TABLE_SELINIT_SELFIRE
Selects and fires workflow in initial selection in results list and table fields. |
static int |
AR_DVAL_TABLE_SELINIT_SELNOFIRE
Selects but does not fire workflow in initial selection in results list and table fields. |
static int |
AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE
When table field is refreshed, select first entry, then workflow is fired. |
static int |
AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE
When table field is refreshed, select first entry but workflow is not fired. |
static int |
AR_DVAL_TABLE_SELREFRESH_NOSEL
When table field is refreshed, no entry is selected. |
static int |
AR_DVAL_TABLE_SELREFRESH_RETFIRE
When table field is refreshed, selection is refreshed and workflow is fired. |
static int |
AR_DVAL_TABLE_SELREFRESH_RETNOFIRE
When table field is refreshed, selection is refreshed but workflow is not fired. |
static int |
AR_DVAL_TABLE_SELROWS_DISABLE_NO
User not disabled from selecting rows by clicking. |
static int |
AR_DVAL_TABLE_SELROWS_DISABLE_YES
Disable user to select rows by clicking. |
static int |
AR_DVAL_TABLE_SELROWS_MULTI_SELECT
Allow user select multiple rows by clicking. |
static int |
AR_DVAL_TABLE_SELROWS_SINGLE_SELECT
Allow user select single row by clicking. |
static int |
AR_DVAL_TRIM_IMAGE
Trim field is a static image. |
static int |
AR_DVAL_TRIM_LINE
Trim field is horizontal or vertical line. |
static int |
AR_DVAL_TRIM_NONE
No trim field type. |
static int |
AR_DVAL_TRIM_SHAPE
Trim field is box (rectangle). |
static int |
AR_DVAL_TRIM_TEXT
Trim field is one or more rows of text. |
static int |
AR_DVAL_VIEW_RTL_DISABLE
RightToLeft property disable |
static int |
AR_DVAL_VIEW_RTL_ENABLE
RightToLeft property enable |
static int |
AR_DVAL_VIEWFIELD_BORDERS_DEFAULT
For native(border on) and web (based on display) |
static int |
AR_DVAL_VIEWFIELD_BORDERS_ENABLE
Border on view field |
static int |
AR_DVAL_VIEWFIELD_BORDERS_NONE
No border on view field |
static int |
AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO
Add scrollbars if necessary |
static int |
AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN
Content is clipped |
static int |
AR_DVAL_VIEWFIELD_SCROLLBARS_ON
Always show scrollbars |
static int |
AR_ENCRYPTION_VERSION
Used by export and import to encrypt/decrypt workflow actions. |
static int |
AR_ENCRYPTION_VERSION_2
Used by export and import to encrypt/decrypt workflow actions. |
static int |
AR_ENTRYPOINT_TYPE_AL_GUIDE
Entry point type for an active link guide |
static int |
AR_ENTRYPOINT_TYPE_DEFAULT_NEW
Entry point type for a form in default new entry mode |
static int |
AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
Entry point type for a form in default search mode |
static int |
AR_ENUM_STYLE_CUSTOM
Enum (selection) field display style - list indexed manually, gaps in numbers OK |
static int |
AR_ENUM_STYLE_QUERY
Enum (selection) field display style - search performed to find name/number pairs |
static int |
AR_ENUM_STYLE_REGULAR
Enum (selection) field display style - list auto-indexed starting at 0 |
static String |
AR_ENV_CONFIGDIR
Environment variable for alternate config directory ( ARCONFIGDIR ) |
static int |
AR_ERRHANDLER_ENABLE
mask for error handler option |
static int |
AR_ESCALATION_TYPE_INTERVAL
Defines interval type of escalation time criteria. |
static int |
AR_ESCALATION_TYPE_TIMEMARK
Defines time type of escalation time criteria. |
static int |
AR_EXECUTE_ON_AFTER_MODIFY
Execute the active link when a user modifies an individual entry (after data is committed to the database) |
static int |
AR_EXECUTE_ON_AFTER_SUBMIT
Execute the active link when a user submits an entry (after data is committed to the database) |
static int |
AR_EXECUTE_ON_BUTTON
Execute the active link when a user selects a button, toolbar button, or menu item. |
static int |
AR_EXECUTE_ON_COPY_SUBMIT
Execute the active link when a user chooses Edit -> Copy to New in Remedy User. |
static int |
AR_EXECUTE_ON_DISPLAY
Execute the active link when a user displays an entry (after data is retrieved from the AR System server) |
static int |
AR_EXECUTE_ON_DRAG
Execute the active link when the specified field is dragged. |
static int |
AR_EXECUTE_ON_DROP
Execute the active link when the specified field is dropped. |
static int |
AR_EXECUTE_ON_EVENT
Execute the active link when a specified event has arrived. |
static int |
AR_EXECUTE_ON_GAIN_FOCUS
Execute the active link when the specified field receives the focus. |
static int |
AR_EXECUTE_ON_HOVER_FIELD
Execute the active link when cursor is hovering over a field data portion. |
static int |
AR_EXECUTE_ON_HOVER_FIELD_DATA
Execute the active link when cursor is hovering over a field data portion. |
static int |
AR_EXECUTE_ON_HOVER_FIELD_LABEL
Execute the active link when cursor is hovering over a field label portion. |
static int |
AR_EXECUTE_ON_INTERVAL
Execute the active link when a specified interval has arrived. |
static int |
AR_EXECUTE_ON_LOADED
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). |
static int |
AR_EXECUTE_ON_LOSE_FOCUS
Execute the active link when the focus is changed, for example by clicking in another field. |
static int |
AR_EXECUTE_ON_MASK_FOCUS_FIELD
Possible mask values for the focus field |
static int |
AR_EXECUTE_ON_MASK_MAX
Maximum value of execute on mask for the active links |
static int |
AR_EXECUTE_ON_MENU_CHOICE
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. |
static int |
AR_EXECUTE_ON_MENU_OPEN
Execute the active link when a user opens a menu (before data is sent to the AR System server) |
static int |
AR_EXECUTE_ON_MODIFY
Execute the active link when a user modifies an individual entry (before data is sent to the AR System server) |
static int |
AR_EXECUTE_ON_MODIFY_ALL
Execute the active link when a user modifies all entries (before data is sent to the AR System server) |
static int |
AR_EXECUTE_ON_NONE
No execution action for active link. |
static int |
AR_EXECUTE_ON_PAGE_COLLAPSE
Execute the active link when a page is collapsed. |
static int |
AR_EXECUTE_ON_PAGE_EXPAND
Execute the active link when a page is expanded. |
static int |
AR_EXECUTE_ON_QUERY
Execute the active link when a user retrieves one or more entries (before the query is sent to the AR System server) |
static int |
AR_EXECUTE_ON_RETURN
Execute the active link when a user presses Return in the field specified by the focus field parameter. |
static int |
AR_EXECUTE_ON_SET_DEFAULT
Execute the active link when a user sets default values (either manually or through preference settings) |
static int |
AR_EXECUTE_ON_SUBMIT
Execute the active link when a user submits an entry (before data is sent to the AR System server) |
static int |
AR_EXECUTE_ON_TABLE_CONTENT_CHANGE
Execute the active link when a Table content is changed. |
static int |
AR_EXECUTE_ON_UNDISPLAY
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. |
static int |
AR_EXECUTE_ON_WINDOW_CLOSE
Execute the active link when a user closes any form window or changes its mode. |
static int |
AR_EXECUTE_ON_WINDOW_OPEN
Execute the active link when a user opens any form window or changes its mode. |
static int |
AR_EXPORT_APP_INTEGRATION_WORKFLOW
Export integration workflow only for Application. |
static int |
AR_EXPORT_DEFAULT
|
static int |
AR_EXPORT_DEFAULT_LOCALE
Include default locale in exported Application definition. |
static int |
AR_EXPORT_FORMAT_AR_DEF
|
static int |
AR_EXPORT_FORMAT_XML
|
static int |
AR_EXPORT_LOCALE_ONLY
Export locale detail only for Application. |
static int |
AR_EXPORT_SELECTED_LOCALES
Include selected locales in exported Application definition. |
static int |
AR_EXPORT_SHARED_WORKFLOW
Include shared workflow in exported Application definition. |
static int |
AR_FIELD
Tag used to indicate a field. |
static int |
AR_FIELD_BITOPTION_AUDIT
BIT 0 - bit option to audit |
static int |
AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK
mask to check if any audit log key is set |
static int |
AR_FIELD_BITOPTION_AUDIT_MASK
mask to check if any audit option is set |
static int |
AR_FIELD_BITOPTION_COPY
BIT 1 - bit option to copy when some field is being audited BIT 0 & 1 - indicates AUDIT + COPY |
static int |
AR_FIELD_BITOPTION_LOG_KEY1
BIT 2 - bit option to indicate this field is log key 1 |
static int |
AR_FIELD_BITOPTION_LOG_KEY2
BIT 3 - bit option to indicate this field is log key 2 |
static int |
AR_FIELD_BITOPTION_LOG_KEY3
BIT 2 & 3 - bit option to indicate this field is log key 3 |
static int |
AR_FIELD_BITOPTION_NONE
no bit option |
static int |
AR_FIELD_CHAR_OPTION_REFERENCE
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. |
static int |
AR_FIELD_CLEAN_DELETE
Do not delete the specified field if it contains data (applicable for base forms only) or is associated with a join form. |
static int |
AR_FIELD_CURRENT
Used for active links to indicate a field reference to the screen which active link is being fired from. |
static int |
AR_FIELD_DATA_DELETE
Delete the specified field if it contains data but not if it is associated with a join form. |
static int |
AR_FIELD_DB
Used for filters to check the value in the RDBMS only. |
static int |
AR_FIELD_FORCE_DELETE
Delete the specified field, all join form fields that map to it, and all join forms dependent on it for join qualification. |
static int |
AR_FIELD_JOIN
Specifies type of field in a join schema. |
static int |
AR_FIELD_LIMIT_NONE
Field has no defined limits. |
static int |
AR_FIELD_MAPPING_PRIMARY
Primary schema in a join. |
static int |
AR_FIELD_MAPPING_SECONDARY
Secondary schema in a join. |
static int |
AR_FIELD_NONE
NULL field. |
static int |
AR_FIELD_OFFSET
This offset is added to one of the datatype fields to indicate the type of the fieldId. |
static int |
AR_FIELD_OPEN_AT_CREATE
Any user (including guest users) can enter data in the field when submitting. |
static int |
AR_FIELD_OPTION_DISPLAY
Display-only (data fields only). |
static int |
AR_FIELD_OPTION_OPTIONAL
Optional (data fields only). |
static int |
AR_FIELD_OPTION_REQUIRED
Required (data fields only). |
static int |
AR_FIELD_OPTION_SYSTEM
System field that is read-only to ALL users. |
static int |
AR_FIELD_PROTECTED_AT_CREATE
Only users who have been granted permission can enter data in the field when submitting. |
static int |
AR_FIELD_REGULAR
Specifies type of field in a base schema. |
static int |
AR_FIELD_TRAN
Used for filters to check the value for the transaction only. |
static int |
AR_FIELD_TYPE_ALL
Retrieves and stores all field types. |
static int |
AR_FIELD_TYPE_ATTACH
Retrieve or store attachment field type. |
static int |
AR_FIELD_TYPE_ATTACH_POOL
Retrieve or store attachment pool type. |
static int |
AR_FIELD_TYPE_COLUMN
Retrieve or store column fields. |
static int |
AR_FIELD_TYPE_CONTROL
Retrieve or store control fields. |
static int |
AR_FIELD_TYPE_DATA
Retrieve or store data fields. |
static int |
AR_FIELD_TYPE_PAGE
Retrieve or store page fields. |
static int |
AR_FIELD_TYPE_PAGE_HOLDER
Retrieve or store page holder fields. |
static int |
AR_FIELD_TYPE_TABLE
Retrieve or store table fields. |
static int |
AR_FIELD_TYPE_TRIM
Retrieve or store trim fields. |
static int |
AR_FIELD_VENDOR
Specifies type of field in a vendor schema. |
static int |
AR_FIELD_VIEW
Specifies type of field in a view schema. |
static int |
AR_FILTER_ACTION_CALLGUIDE
Go to the filter with call guide; executes or invokes a guide for filter. |
static int |
AR_FILTER_ACTION_EXITGUIDE
Terminates the current guide for filter. |
static int |
AR_FILTER_ACTION_FIELDP
Push data from the current operation to a field in another schema on the same server for filter. |
static int |
AR_FILTER_ACTION_FIELDS
Update values for the specified fields for filter. |
static int |
AR_FILTER_ACTION_GOTOACTION
Go to the filter with the specified execution order for filter. |
static int |
AR_FILTER_ACTION_GOTOGUIDELABEL
Redirects the flow of execution within a guide to a specific filter. |
static int |
AR_FILTER_ACTION_LOG
Write the specifid text to a log file for filter. |
static int |
AR_FILTER_ACTION_MESSAGE
Return the specified message (filters only) for filter. |
static int |
AR_FILTER_ACTION_NONE
No filter action. |
static int |
AR_FILTER_ACTION_NOTIFY
Send a notification to the specified user for filter. |
static int |
AR_FILTER_ACTION_PROCESS
Execute the specified command for filter. |
static int |
AR_FILTER_ACTION_SERVICE
Filter Service action type indicator |
static int |
AR_FILTER_ACTION_SQL
Perform the specified SQL statements for filter. |
static int |
AR_FILTER_FIELD_IDS_ALL
All of the fields in the request are included with the notification. |
static int |
AR_FILTER_FIELD_IDS_CHANGED
Only fields that have changed in the current transaction are included with the notification. |
static int |
AR_FILTER_FIELD_IDS_LIST
Selected fields from the list are included with the notification. |
static int |
AR_FILTER_FIELD_IDS_NONE
None of the fields are included with the notification. |
static int |
AR_FIXED_POINT_PRECISION
Normalizes all coordinate values before storing them in the database and then maps these values to pixels in the current environment upon retrieval. |
static int |
AR_FOCUS_SET_TO_FIELD
Moves the focus (cursor) to the field in Change Field active link action. |
static int |
AR_FOCUS_UNCHANGED
Leaves the focus (cursor) as is to the field in Change Field active link action. |
static int |
AR_FT_FILTER_SEARCH_OPTION_NO
|
static int |
AR_FT_FILTER_SEARCH_OPTION_YES
|
static int |
AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_NO
|
static int |
AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_YES
|
static int |
AR_FT_STRIP_TAGS_OPTION_NO
|
static int |
AR_FT_STRIP_TAGS_OPTION_YES
|
static char |
AR_FULL_TEXT_FORM_REINDEX_SEPARATOR
Separator used in list of forms to be reindexed for AR_SERVER_INFO_FT_FORM_REINDEX. |
static int |
AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD
Append leading and trailing wild cards to every word. |
static int |
AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD
Truncate all leading wild cards and append trailing wild cards to every word. |
static int |
AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD
Truncate all leading wild cards (do not truncate or append trailing wild cards). |
static int |
AR_FULLTEXT_FTS_MATCH_REMOVE_WILD
Truncate all wild cards. |
static int |
AR_FULLTEXT_FTS_MATCH_UNCHANGED
Leave all wild cards as specified by the user. |
static int |
AR_FULLTEXT_OPTIONS_EXCLUDE_FIELD_BASED
Field excluded from field based full text searching if Full Text indexed. |
static int |
AR_FULLTEXT_OPTIONS_INDEXED
Field is Full Text indexed. |
static int |
AR_FULLTEXT_OPTIONS_LITERAL
Field indexed for literal search if Full Text indexed. |
static int |
AR_FULLTEXT_OPTIONS_NONE
No Full Text options. |
static int |
AR_FULLTEXT_REINDEX
Reindex the FTS collection. |
static int |
AR_FULLTEXT_STATE_OFF
Turn FTS operations off. |
static int |
AR_FULLTEXT_STATE_ON
Turn FTS operations on. |
static int |
AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH
A value indicating whether full text searches are case-sensitive. |
static int |
AR_FULLTEXTINFO_COLLECTION_DIR
The collection directory for the FTS engine. |
static int |
AR_FULLTEXTINFO_DEBUG
Sets FTS debugging. |
static int |
AR_FULLTEXTINFO_FTS_MATCH_OP
Indicates type of FTS match operation. |
static int |
AR_FULLTEXTINFO_HOMEDIR
Sets FTS home directory. |
static int |
AR_FULLTEXTINFO_REINDEX
A value indicating whether the system rebuilds FTS indexes. |
static int |
AR_FULLTEXTINFO_STATE
A value indicating whether FTS is enabled. |
static int |
AR_FULLTEXTINFO_STOPWORD
A structure that contains all defined words to ignore for the FTS collection. |
static int |
AR_FUNCTION_COLAVG
Average of non-null values in a table column: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_COLCOUNT
Number of non-null values in a table column: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_COLMAX
Maximum of non-null values in a table column: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_COLMIN
Minimum of non-null values in a table column: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_COLSUM
Sum a table column: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_CONVERT
This is reserved for future AR System use. |
static int |
AR_FUNCTION_CURRCONVERT
Converted currency type. |
static int |
AR_FUNCTION_CURRSETDATE
New date of currency. |
static int |
AR_FUNCTION_CURRSETTYPE
New type of currency. |
static int |
AR_FUNCTION_CURRSETVALUE
New value of currency. |
static int |
AR_FUNCTION_DATE
Date: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_DATEADD
Number of days, weeks, months, or years added to a given date. |
static int |
AR_FUNCTION_DATEDIFF
Number of weeks or days between the start date and the end date. |
static int |
AR_FUNCTION_DATENAME
The name of the month or day. |
static int |
AR_FUNCTION_DATENUM
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). |
static int |
AR_FUNCTION_DAY
Day (1-31): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_DECRYPT
Decrypt string with password: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_DROPPEDCOLUMNINDEX
int droppedcolumnindex(int/field) |
static int |
AR_FUNCTION_DROPPEDROWINDEX
int droppedrowindex(int/field) |
static int |
AR_FUNCTION_ENCRYPT
Encrypt string with password: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_HOUR
Hour (0-23): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_HOVER
Get the Hovered-on column value : char hover(int/field) Input is column, int or field return is char. |
static int |
AR_FUNCTION_LEFT
Left-most n bytes: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LEFTC
Left-most n characters: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LENGTH
Length of string: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LENGTHC
Length of string in characters: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LISTGET
int listget(int/field, int) |
static int |
AR_FUNCTION_LISTSIZE
int listsize(int/field) |
static int |
AR_FUNCTION_LOWER
Lowercase string: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LPAD
char1 left-padded with char2 to n bytes: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LPADC
char1 left-padded with char2 to n characters: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_LTRIM
Leading blanks removed: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_MAPGET
int mapget(int/field, char) |
static int |
AR_FUNCTION_MAX
Maximum value: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_MIN
Minimum value: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_MINUTE
Minute (0-59): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_MONTH
Month (1-12): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_REPLACE
char1 with char2 replaced by char3: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_RIGHT
Right-most n bytes: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_RIGHTC
Right-most n characters: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_ROUND
Rounded value: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_RPAD
char1 right-padded with char2 to n bytes: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_RPADC
char1 right-padded with char2 to n characters: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_RTRIM
Trailing blanks removed: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_SECOND
Second (0-59): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_SELECTEDROWCOUNT
int selectedrowcount(int/field) |
static int |
AR_FUNCTION_STRIPHTML
char striphtml(char/field) |
static int |
AR_FUNCTION_STRSTR
Position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_STRSTRC
Character position of char2 in char1 (-1 = not found): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_SUBSTR
Substring from long1 to long2 (inclusive): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_SUBSTRC
Substring from long1 to long2 (inclusive character position): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_TEMPLATE
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. |
static int |
AR_FUNCTION_TIME
Time: function return value to assign in a Set Fields action Input is timestamp and return is char. |
static int |
AR_FUNCTION_TRUNC
Truncated value: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_UPPER
Uppercase string: function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_VISIBLEROWS
int visiblerows(int/field) The function will return the number of rows currently visible. |
static int |
AR_FUNCTION_WEEKDAY
Weekday (1-7): function return value to assign in a Set Fields action. |
static int |
AR_FUNCTION_YEAR
Year: function return value to assign in a Set Fields action. |
static int |
AR_GCE_OPTION_NEXT
|
static int |
AR_GCE_OPTION_NONE
Option that indicated when to return GCE API, either immediate or after the next event occurs. |
static int |
AR_GOTO_ABSOLUTE_ORDER
In the Goto active link/filter action, skip directly to the action whose number is defined as part of the action. |
static int |
AR_GOTO_FIELD_XREF
In the Goto active link/filter action, skip to the action whose number is in the cross-referenced field. |
static int |
AR_GOTO_OFFSET_BACKWARD
In the Goto active link/filter action, skip to the action that is behind the cross-referenced field, by the specified amount. |
static int |
AR_GOTO_OFFSET_FORWARD
In the Goto active link/filter action, skip to the action that is ahead of the cross-referenced field, by the specified amount. |
static int |
AR_GROUP_CATEGORY_COMPUTED
Group is computed |
static int |
AR_GROUP_CATEGORY_DYNAMIC
Group is dynamic |
static int |
AR_GROUP_CATEGORY_REGULAR
Group is regular |
static long |
AR_GROUP_ID_ADMINISTRATOR
|
static long |
AR_GROUP_ID_ASSIGNEE
|
static long |
AR_GROUP_ID_ASSIGNEE_GROUP
|
static long |
AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS
|
static long |
AR_GROUP_ID_CUSTOMIZE
|
static long |
AR_GROUP_ID_FLASH_ADMIN
|
static long |
AR_GROUP_ID_PUBLIC
group-ids of the 'key' groups |
static long |
AR_GROUP_ID_SUB_ADMINISTRATOR
|
static long |
AR_GROUP_ID_SUBMITTER
|
static int |
AR_GROUP_PARENT_NONE
|
static int |
AR_GROUP_TYPE_CHANGE
Group has change access to field. |
static int |
AR_GROUP_TYPE_NONE
Group has no access to field. |
static int |
AR_GROUP_TYPE_VIEW
Group has view access to field. |
static int |
AR_HIDDEN_INCREMENT
Specify AR_HIDDEN_INCREMENT as attribute parameter to retrieve both visible
and hidden containers. |
static String |
AR_HOME_AUDIT_CONFIGFILE
Audit configuration filename ( araudit.conf ) |
static String |
AR_HOME_AUDIT_CONFIGFILE_WIN32
Audit configuration filename for Win32 systems ( araudit.conf ) |
static String |
AR_HOME_CONFIGDIR
Directory ( /etc ) containing config files. |
static String |
AR_HOME_CONFIGDIR_WIN32
Configuration directory for Win32 systems ( conf ) |
static String |
AR_HOME_CONFIGFILE
AR System server configuration filename ( ar.conf ) |
static String |
AR_HOME_CONFIGFILE_WIN32
AR System server configuration filename for Win32 systems ( ar.cfg ) |
static String |
AR_HOME_DB_CONFIGFILE
Database configuration filename ( ardb.conf ) |
static String |
AR_HOME_DB_CONFIGFILE_WIN32
Database configuration filename for Win32 systems ( ardb.cfg ) |
static String |
AR_HOME_DEFAULT
Default home directory ( /usr/ar ) |
static String |
AR_HOME_DEFAULT_WIN32
Default home directory for Win32 systems ( c:\\arservdbcode ) |
static int |
AR_HOUR_A_DAY
Defines hours in escalation interval time criteria. |
static int |
AR_IMPORT_OPT_BASIC_MASK
|
static int |
AR_IMPORT_OPT_CREATE
Creates new object(s)and generates an error if an object already exists. |
static int |
AR_IMPORT_OPT_DATA_MERGE_FOR_DUP
Merge duplicate entries |
static int |
AR_IMPORT_OPT_DATA_NEWID_FOR_ALL
Allways generate a new entry id for all entries |
static int |
AR_IMPORT_OPT_DATA_NEWID_FOR_DUP
Generate new ID for duplicate entries |
static int |
AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP
Overwrite existing entires |
static int |
AR_IMPORT_OPT_DATA_REJECT_FOR_DUP
Reject duplicate entries |
static int |
AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR
|
static int |
AR_IMPORT_OPT_HANDLE_CONFLICT_MASK
|
static int |
AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION
|
static int |
AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE
|
static int |
AR_IMPORT_OPT_NOT_DELETE_FIELD
Do not delete excess fields. |
static int |
AR_IMPORT_OPT_NOT_DELETE_VUI
Do not delete excess views |
static int |
AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION
Do not overwrite permissions. |
static int |
AR_IMPORT_OPT_OVERWRITE
Overwrites existing objects. |
static int |
AR_IMPORT_OPT_OVERWRITE_DISP_PROPS
|
static int |
AR_IMPORT_OPT_OVERWRITE_FULL_TEXT_OPTION
|
static int |
AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS
|
static int |
AR_IMPORT_OPT_PRESERVE_HISTORY
Do not overwrite change history |
static int |
AR_IMPORT_OPT_PRESERVE_INDEX
Import option for preserving excess indexes. |
static int |
AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE
Import option for preserving VUI namespace (label, locale, vui-type) of VUI getting imported. |
static int |
AR_IMPORT_OPT_WITH_APP_OWNER
|
static int |
AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST
Merge workflow attachment lists |
static int |
AR_IMPORT_OPT_WORKFLOW_PRESERVE_ATTACHLIST
|
static int |
AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN
Preserve all workflow attributes, EXCEPT workflow attachment lists which are handled seperately |
static int |
AR_IMPORT_OPT_WORKFLOW_REMOVE_ATTACHLIST
|
static int |
AR_INTERNAL_ARCALL_TIMEOUT
Timeout value for the internal AR Call |
static int |
AR_JOIN_DELOPTION_FORCE
Delete individual entries even when the entry cannot be retrieved from the join schema. |
static int |
AR_JOIN_DELOPTION_NONE
Individual entries will be deleted only when the entry can be retrieved through the join schema. |
static int |
AR_JOIN_OPTION_NONE
No join option. |
static int |
AR_JOIN_OPTION_OUTER
Outer join. |
static int |
AR_JOIN_SETOPTION_NONE
Allow users to update fields used in the join criteria. |
static int |
AR_JOIN_SETOPTION_REF
Do not allow users to update fields used in the join criteria. |
static String |
AR_KEY_OPERATION_CREATE
Submit/create operation in Remedy User. |
static String |
AR_KEY_OPERATION_DELETE
Delete operation in Remedy User. |
static String |
AR_KEY_OPERATION_GET
Display/get operation in Remedy User. |
static String |
AR_KEY_OPERATION_GETLIST
Query list operation in Remedy User. |
static String |
AR_KEY_OPERATION_GUIDE
Guide operation not currently applicable in Remedy User. |
static String |
AR_KEY_OPERATION_MERGE
Merge operation not currently applicable in Remedy User. |
static String |
AR_KEY_OPERATION_QUERY
Search/query operation in Remedy User. |
static String |
AR_KEY_OPERATION_SET
Modify operation in Remedy User. |
static String |
AR_KEY_OPERATION_SET_ALL
Modify all operation in Remedy User. |
static int |
AR_KEYWORD_ALT_KEY
|
static int |
AR_KEYWORD_APPLICATION
The name (not label) of the currently running (client only) application. |
static int |
AR_KEYWORD_AUTHSTRING
returns the authString |
static int |
AR_KEYWORD_BROWSER
Browser type (client only) |
static int |
AR_KEYWORD_CLIENT_TYPE
Client type of the API program. |
static int |
AR_KEYWORD_CTRL_KEY
|
static int |
AR_KEYWORD_CURRENTWINID
Returns the window ID of the current window. |
static int |
AR_KEYWORD_DATABASE
Database and version of database used on the current server. |
static int |
AR_KEYWORD_DATE_ONLY
Current date. |
static int |
AR_KEYWORD_DEFAULT
Admin-defined default for the field, if any. |
static int |
AR_KEYWORD_DRAGSRCFIELDID
field ID of source field for drag operation |
static int |
AR_KEYWORD_DROPTGTFIELDID
field ID of destination field for drop operation |
static int |
AR_KEYWORD_ERRAPPENDMSG
additional appended message(if any) of the error above |
static int |
AR_KEYWORD_ERRMSG
error message of the current workflow action Relevant only in activelink error handler |
static int |
AR_KEYWORD_ERRNO
errorcode of the current workflow action Relevant in both filter and activelink error handler |
static int |
AR_KEYWORD_EVENTDATA
The data for the event sent to the current window. |
static int |
AR_KEYWORD_EVENTSRCWINID
Window ID from which the event was sent. |
static int |
AR_KEYWORD_EVENTTYPE
The type of event sent to the current window. |
static int |
AR_KEYWORD_FIELDHELP
Current Field Help (client only) in the Help Text tab of the Field Properties window. |
static int |
AR_KEYWORD_FIELDID
Returns the field ID for the currently selected field (client only). |
static int |
AR_KEYWORD_FIELDLABEL
Returns the field label for the currently selected field (client only). |
static int |
AR_KEYWORD_FIELDNAME
Returns the field name for the currently selected field (client only). |
static int |
AR_KEYWORD_GROUPIDS
Ids for the groups current user is member of (returns empty string for escalations). |
static int |
AR_KEYWORD_GROUPS
Set of groups current user is member of. |
static int |
AR_KEYWORD_GUIDE
Current running guide (client only). |
static int |
AR_KEYWORD_GUIDETEXT
Current Guide Text (client only) entered under the Help tab when you create or modify a guide. |
static int |
AR_KEYWORD_HARDWARE
Hardware on which the process is running. |
static int |
AR_KEYWORD_HOMEURL
Base location of mid tier installation. |
static int |
AR_KEYWORD_INBULKTRANS
Returns an indication of whether or not currently within a bulk entry transaction (1 = Yes, 0 = No). |
static int |
AR_KEYWORD_INCLNTMANAGEDTRANS
|
static int |
AR_KEYWORD_LASTCOUNT
Number of matches to most recent search. |
static int |
AR_KEYWORD_LASTID
Entry ID of most recently created entry upon a successful submit operation during the user's login environment. |
static int |
AR_KEYWORD_LASTOPENEDWINID
Returns the window ID from last Open Window action. |
static int |
AR_KEYWORD_LOCALE
User locale. |
static int |
AR_KEYWORD_NO
No more keywords. |
static int |
AR_KEYWORD_OPERATION
Operation being performed. |
static int |
AR_KEYWORD_OS
OS and release of OS on which a process is running. |
static int |
AR_KEYWORD_ROLES
Set of Roles current user is member of |
static int |
AR_KEYWORD_ROWCHANGED
Table row status - loaded, modified, new, or deleted (client only) |
static int |
AR_KEYWORD_ROWSELECTED
Indicates whether a row in a table field was selected. |
static int |
AR_KEYWORD_ROWVISIBLE
indicates if row in a table is visible (client only) |
static int |
AR_KEYWORD_SCHEMA
Schema currently being worked on. |
static int |
AR_KEYWORD_SCHEMA_ALIAS
Alias name for the current form. |
static int |
AR_KEYWORD_SERVER
AR System server currently being accessed. |
static int |
AR_KEYWORD_SERVERTIMESTAMP
Current date/time on the server (same as AR_KEYWORD_TIMESTAMP on server). |
static int |
AR_KEYWORD_SHIFT_KEY
keywords introduced for API side support for ARSystem.2010.03 - 031: Shift click backlog |
static int |
AR_KEYWORD_TCPPORT
TCP/IP port of the local AR System server. |
static int |
AR_KEYWORD_TIME_ONLY
Current time. |
static int |
AR_KEYWORD_TIMESTAMP
Current date/time. |
static int |
AR_KEYWORD_USER
Login name of the current user. |
static int |
AR_KEYWORD_VERSION
Software version running on the client (active links) or server (filters and escalations). |
static int |
AR_KEYWORD_VUI
Name of the form view displayed in the active window (returns an empty string for filters and escalations). |
static int |
AR_KEYWORD_VUI_TYPE
VUI type. |
static int |
AR_KEYWORD_WEEKDAY
Current day of the week as a character string. |
static int |
AR_LENGTH_UNIT_BYTE
Server measures field in 1-byte units. |
static int |
AR_LENGTH_UNIT_CHAR
Server measures field in units of one server character (may be 1-4 bytes depending on server character encoding). |
static int |
AR_LICENSE_TAG_APP
Reserved license held by user. |
static int |
AR_LICENSE_TAG_FULL_TEXT
FTS license held by user. |
static int |
AR_LICENSE_TAG_RESERVED1
Reserved license held by user. |
static int |
AR_LICENSE_TAG_WRITE
Write license held by user. |
static int |
AR_LICENSE_TYPE_FIXED
Indicates fixed write license. |
static int |
AR_LICENSE_TYPE_FIXED2
Indicates fixed write license type 2. |
static int |
AR_LICENSE_TYPE_FLOATING
Indicates floating write license. |
static int |
AR_LICENSE_TYPE_NONE
Indicates no write license (read license). |
static int |
AR_LICENSE_TYPE_RESTRICTED_READ
Indicates restricted read license. |
static int |
AR_LICENSE_WRITE_TIME
int 0 - Time in minute to write in the license usage |
static int |
AR_LIKE_ID
Reserved for Push/Set Like Field ID. |
static int |
AR_LIST_SCHEMA_ALL
Retrieve all form types. |
static int |
AR_LIST_SCHEMA_ALL_WITH_DATA
Retrieve list of all forms with database fields. |
static int |
AR_LIST_SCHEMA_ALLOWED_IN_MFSEARCH
Retrieve list of all forms allowed in multi-form searches. |
static int |
AR_LIST_SCHEMA_DIALOG
Retrieve list of all display-only forms. |
static int |
AR_LIST_SCHEMA_DOWNLINK
Retrieve list of all base or join forms that the form specified by the name parameter depends on. |
static int |
AR_LIST_SCHEMA_JOIN
Retrieves list of all join schemas. |
static int |
AR_LIST_SCHEMA_REGULAR
Retrieve all base forms. |
static int |
AR_LIST_SCHEMA_UPLINK
Retrieve list of all join forms that depend on the form specified by the name parameter. |
static int |
AR_LIST_SCHEMA_VENDOR
Retrieve list of all vendor schema. |
static int |
AR_LIST_SCHEMA_VIEW
Retrieves list of all view schemas. |
static int |
AR_LOC_BUFFER
Specifies you want the contents of the blob returned in a data buffer. |
static int |
AR_LOC_FILENAME
Specifies you want the contents of the blob returned in a file. |
static int |
AR_LOC_NULL
Reserved for future AR System use. |
static int |
AR_LOCAL_TEXT_ACT_LINK_HELP
Used to define message type as active link help text message. |
static int |
AR_LOCAL_TEXT_ACT_LINK_MESSAGE
Used to define message type as active link message. |
static int |
AR_LOCAL_TEXT_ACTIVE_MESSAGE
Used to set message as "active" in the message catalog |
static int |
AR_LOCAL_TEXT_APPLICATION_ABOUT
Used to define message type as Application About box message. |
static int |
AR_LOCAL_TEXT_APPLICATION_HELP
Used to define message type as application help text message. |
static int |
AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
Used to define message type for Application Index. |
static int |
AR_LOCAL_TEXT_CONTAIN_DESC
Used to define message type as container description message. |
static int |
AR_LOCAL_TEXT_CONTAINER_HELP
Used to define message type as container help text message. |
static int |
AR_LOCAL_TEXT_CONTAINER_LABEL
Used to define message type as container label message. |
static int |
AR_LOCAL_TEXT_EXTERN_REPORT
Used to define message type as external report message. |
static int |
AR_LOCAL_TEXT_FIELD_HELP
Used to define message type as field help text message. |
static int |
AR_LOCAL_TEXT_FILTER_MESSAGE
Used to define message type as filter message. |
static int |
AR_LOCAL_TEXT_FLASHBRD_LABEL
Used to define message type for Flashboard labels. |
static int |
AR_LOCAL_TEXT_FLASHBRD_MESSAGE
Used to define message type for Flashboard messages. |
static int |
AR_LOCAL_TEXT_FORM_HELP
Used to define message type as form help text message. |
static int |
AR_LOCAL_TEXT_INACTIVE_MESSAGE
Used to set message as "inactive" in the message catalog |
static int |
AR_LOCAL_TEXT_LIST_MENU_DEFN
Used to define message type as file list menu message. |
static int |
AR_LOCAL_TEXT_SYSTEM_MESSAGE
Used to define message type as system message. |
static int |
AR_LOCAL_VARIABLE
Local variable for filters and active links. |
static int |
AR_LOCALIZE_FIELD_DATA_ALL
|
static int |
AR_LOCALIZE_FIELD_DATA_SKIP
|
static int |
AR_LOCALIZE_FORM_DATA_ALL
|
static int |
AR_LOCALIZE_FORM_DATA_SKIP
|
static int |
AR_LOCALIZE_FORM_VIEWS_ALIASES
|
static int |
AR_LOCALIZE_FORM_VIEWS_ALL
|
static int |
AR_LOCALIZE_FORM_VIEWS_SKIP
|
static int |
AR_LOCK_BLOCK_DELETE
Delete the given object and all objects that are locked with same key. |
static int |
AR_LOCK_TYPE_HIDDEN
Lock type to export the objects with hidden-lock. |
static int |
AR_LOCK_TYPE_MAX
Lock type maximum for the lock level range |
static int |
AR_LOCK_TYPE_MIN
Lock type minimum for the lock level range |
static int |
AR_LOCK_TYPE_NONE
Lock type to export the objects as unlocked |
static int |
AR_LOCK_TYPE_READONLY
Lock type to export the objects with read-only lock. |
static String |
AR_LOG_FILE
Default filter log file ( ar.log ) |
static int |
AR_LONGVALUE_TYPE_CHANGEDIARY
Change diary field. |
static int |
AR_LONGVALUE_TYPE_HELPTEXT
Help text field. |
static int |
AR_MAX_ACCESS_NAME_SIZE
Maximum size of an access name type (user, group, and so on) |
static int |
AR_MAX_ACTIONS
Maximum number of actions performed if the condition defined by the query parameter is satisfied. |
static int |
AR_MAX_AL_MESSAGE_SIZE
Maximum size of an active link message. |
static int |
AR_MAX_AUTH_SIZE
Maximum size of an authentication string type |
static int |
AR_MAX_AUTOMATION_SIZE
String specifying the equation defined by the Automation action, including nested methods and the assignment if any. |
static long |
AR_MAX_BLOB_SIZE
Maximum size of attachment BLOB (2147483647L) |
static int |
AR_MAX_BUFFER_SIZE
Reserved for future AR System use. |
static int |
AR_MAX_CMENU_SIZE
Maximum size of a character menu value. |
static int |
AR_MAX_COLFLD_COLLENGTH
Maximum data size displayed in a column. |
static int |
AR_MAX_COM_ID_SIZE
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). |
static int |
AR_MAX_COM_METHOD_NAME
Name of the OLE Automation method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes) |
static int |
AR_MAX_COM_NAME
String specifying the name of the Automation server, length limited by AR_MAX_COM_NAME (64 bytes). |
static int |
AR_MAX_COMMAND_SIZE
Maximum size of a user command string. |
static int |
AR_MAX_COMMAND_SIZE_LONG
Maximum size of a RunProcess command string. |
static int |
AR_MAX_CORE_FIELD_ID
|
static int |
AR_MAX_CURRENCY_CODE_SIZE
Maximum data size of ISO currency code . |
static int |
AR_MAX_DDE_ITEM
Maximum size of a DDE item string. |
static int |
AR_MAX_DDE_NAME
Maximum size of a DDE service/topic name. |
static int |
AR_MAX_DEFAULT_SIZE
Value to apply if a user submits an entry with no field value (applicable for data fields only). |
static int |
AR_MAX_EMAIL_ADDR
Maximum size of a notify email address. |
static int |
AR_MAX_ENCRYPTED_PASSWORD_SIZE
Maximum size of an encrypted password type |
static int |
AR_MAX_ENTRYID_SIZE
The ID of the entry (padded to AR_MAX_ENTRYID_SIZE ). |
static int |
AR_MAX_FILENAME_BASE
Filename size limit (8). |
static int |
AR_MAX_FILENAME_SIZE
Filename size limit (12). |
static int |
AR_MAX_FLATFILE_LIMIT
Maximum size of flat-file database (10000000). |
static int |
AR_MAX_FULL_FILENAME
Filename size limit (255). |
static int |
AR_MAX_FULLTEXT_INFO_USED
Valid "highest" FTS tag. |
static int |
AR_MAX_FUNCTION_USED
Set to code for "highest" function: function return value to assign in a Set Fields action. |
static int |
AR_MAX_GOTOGUIDE_LABEL_SIZE
Maximum size of Go To Guide label (128). |
static int |
AR_MAX_GROUPLIST_SIZE
Maximum size of the group list field. |
static int |
AR_MAX_HOSTID_SIZE
Maximum size of a host id type |
static int |
AR_MAX_INDEX_BYTES
Maximum bytes in ALL columns in an index. |
static int |
AR_MAX_INDEX_FIELDS
Set of zero or more indexes to create for the form. |
static int |
AR_MAX_KEYWORD_USED
Set to code for "highest" keyword. |
static int |
AR_MAX_LANG_SIZE
Maximum size of a language name. |
static int |
AR_MAX_LEVELS_DYNAMIC_MENU
Max levels for Dynamic Query and SQL menu. |
static int |
AR_MAX_LICENSE_KEY_SIZE
Maximum size of license key type |
static int |
AR_MAX_LICENSE_NAME_SIZE
Maximum size of license name type |
static int |
AR_MAX_LOCAL_VARIABLES
Maximum number of local variables. |
static int |
AR_MAX_MACRO_VALUE
Maximum size of a macro value. |
static int |
AR_MAX_MENU_ITEMS
Maximum number of menu items in any single menu for character field default sets. |
static int |
AR_MAX_MENU_LEVELS
Maximum number of menu levels for character field default sets. |
static int |
AR_MAX_MESSAGE_SIZE
Maximum length of text that augments the message text. |
static int |
AR_MAX_MULT_ENTRIES
Maximum number of entries that can be handled by a multiple entries call. |
static int |
AR_MAX_NAME_CHARACTERS
Maximum number of characters an object name can have. |
static int |
AR_MAX_NAME_SIZE
Screen label for the field (applicable for data fields only). |
static int |
AR_MAX_NOTIFY_LINE
Maximum number of a value line when values are formatted for a notification. |
static int |
AR_MAX_NOTIFY_SIZE
Maximum number of a notify text line. |
static int |
AR_MAX_NOTIFY_USER
Maximum number of a notify user line. |
static int |
AR_MAX_PASSWORD_SIZE
Maximum size of an password type |
static int |
AR_MAX_PATTERN_SIZE
Maximum number of a character limit pattern. |
static int |
AR_MAX_PICKLIST_SIZE
|
static int |
AR_MAX_RELATED_SIZE
Maximum number of related-to field. |
static long |
AR_MAX_RESERVED_FIELD_ID
Internal ID of the field to create. |
static int |
AR_MAX_SCHEMAID_SIZE
Maximum size of schema ID in flat file schema cache. |
static int |
AR_MAX_SDESC_SIZE
Combined length of all specified fields, including separator characters, can be up to 255 bytes (limited by AR_MAX_SDESC_SIZE . |
static int |
AR_MAX_SERVER_INFO_USED
Set to code for "highest" server info. |
static int |
AR_MAX_SERVER_SIZE
Maximum size of a server name cache. |
static int |
AR_MAX_SERVER_STAT_USED
Set to code for "highest" server statistics. |
static int |
AR_MAX_STD_DATA_TYPE
the maxium value for the standard AR data type |
static int |
AR_MAX_SUBJECT_SIZE
Maximum size of a notify subject line. |
static int |
AR_MAX_TABLENAME_SIZE
Maximum external table name size. |
static int |
AR_MAX_TBLFLD_NUMCOLS
Maximum columns in a table field. |
static int |
AR_MAX_TBLFLD_RETROWS
Maximum rows returned in a refresh. |
static int |
AR_MAX_WAIT_CONT_TITLE_SIZE
Maximum size of Label for Continue Button label in Wait active link action (64). |
static int |
AR_MENU_APPEND
Menu text is added to any text already in the field. |
static int |
AR_MENU_FILE_CLIENT
Location of file menu on system where Remedy User client is running. |
static int |
AR_MENU_FILE_SERVER
Location of file menu on AR System server system. |
static int |
AR_MENU_OVERWRITE
Menu text replaces any text already in the field. |
static int |
AR_MENU_REFRESH_CONNECT
Refresh the menu only when form opened. |
static int |
AR_MENU_REFRESH_INTERVAL
Refresh first time menu opened and every 15 minutes thereafter. |
static int |
AR_MENU_REFRESH_OPEN
Refresh every time menu is opened. |
static int |
AR_MENU_TYPE_MENU
Top- or intermediate-level menu item. |
static int |
AR_MENU_TYPE_NONE
No menu item. |
static int |
AR_MENU_TYPE_VALUE
Leaf-level menu item. |
static int |
AR_MERGE_ENTRY_DUP_ERROR
Generate an error if the Entry ID field and the ID specified already exists in the target form. |
static int |
AR_MERGE_ENTRY_DUP_MERGE
Update the fields specified in the existing entry if the Entry ID field and the ID specified already exists in the target form. |
static int |
AR_MERGE_ENTRY_DUP_NEW_ID
Create a new entry with a new ID if the Entry ID field and the ID specified already exists in the target form. |
static int |
AR_MERGE_ENTRY_DUP_OVERWRITE
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. |
static int |
AR_MERGE_ENTRY_GEN_NEW_ID
Always generate a new Entry ID for the record. |
static int |
AR_MERGE_MULTIOPTIONS_CHANGE_ALL
Constant for multi-options in mergeEntrey to change all |
static int |
AR_MERGE_MULTIOPTIONS_CHANGE_FIRST
Constant for multi-options in mergeEntrey to change first |
static int |
AR_MERGE_MULTIOPTIONS_DO_NOTHING
Constant for multi-options in mergeEntrey to do nothing |
static int |
AR_MERGE_NO_PATTERNS_INCREMENT
Skip field pattern checking (including $MENU$ ) in the merge |
static int |
AR_MERGE_NO_REQUIRED_INCREMENT
Allow NULL in required fields in the merge (not applicable for the Submitter, Status, or Short-Description core fields) |
static int |
AR_MERGE_NO_WORKFLOW_FIRED
Skip filter processing in the merge |
static int |
AR_MFS_WEIGHTED_RELEVANCY_ENVIRONMENT_FIELD_TAG
|
static int |
AR_MFS_WEIGHTED_RELEVANCY_KEYWORDS_FIELD_TAG
|
static int |
AR_MFS_WEIGHTED_RELEVANCY_TITLE_FIELD_TAG
|
static int |
AR_MULTI_FORM_SEARCH_OPTION_EXCLUDE
to indicate that the exclude from multi-form search option is set for the form |
static int |
AR_MULTI_FORM_SEARCH_OPTION_NONE
to indicate that no multi-form search options are set for the form |
static int |
AR_MULTI_MATCH_ERROR
Return an error if multiple matches occur. |
static int |
AR_MULTI_MATCH_MODIFY_ALL
Modify all matching entries (Push Fields action only) if multiple matches occur. |
static int |
AR_MULTI_MATCH_NO_ACTION
Do nothing (Push Fields action only) if multiple matches occur. |
static int |
AR_MULTI_MATCH_PICKLIST
Display a selection list (active links only) if multiple matches occur. |
static int |
AR_MULTI_MATCH_SET_NULL
Assign NULL (Set Fields action only) if multiple matches occur. |
static int |
AR_MULTI_MATCH_USE_FIRST
Assign a value from the first matching entry if multiple matches occur. |
static int |
AR_MULTI_MATCH_USE_LOCALE
Use First Matching Request based on Locale (set fields only) |
static int |
AR_MULTI_SCHEMA_JOIN_INNER
Inner join. |
static int |
AR_MULTI_SCHEMA_JOIN_LEFT
Left outer join. |
static int |
AR_MULTI_SCHEMA_JOIN_RIGHT
Right outer join. |
static int |
AR_NATIVE_ENCRYPTION
When exporting a definition, encrypts certain active link and char menu commands using native encryption. |
static int |
AR_NO_LICENSE_DB_COUNT
Maximum bytes for RDBMS solution if server has not license. |
static int |
AR_NO_LICENSE_DB_LIMIT
Maximum bytes for flat-file database if server has not license. |
static int |
AR_NO_MATCH_ERROR
Return an error if no matches occur. |
static int |
AR_NO_MATCH_NO_ACTION
Do nothing (Push Fields action only) if no matches occur. |
static int |
AR_NO_MATCH_SET_NULL
Assign NULL (Set Fields action only) if no matches occur. |
static int |
AR_NO_MATCH_SUBMIT
Submit a new entry (Push Fields action only) if no matches occur. |
static int |
AR_NO_MAX_LIST_RETRIEVE
Specifies no maximum limit for number of entries retrieved by get list. |
static int |
AR_NOTIFY_NONE
Indicates no notifications will be sent. |
static int |
AR_NOTIFY_PRIORITY_MAX
Reserved for future AR System use. |
static int |
AR_NOTIFY_VIA_DEFAULT
Notifications sent according to setting for the user in the User form. |
static int |
AR_NOTIFY_VIA_EMAIL
Notifications sent through email. |
static int |
AR_NOTIFY_VIA_NOTIFIER
Notifications sent to Notification Event form or the Remedy Alert client. |
static int |
AR_NOTIFY_VIA_XREF
Notifications sent according to specified field cross-reference for notify mechanism. |
static int |
AR_NUM_CORE_FIELDS
|
static String |
AR_OBJ_REL_OVERLAY_GROUP_BASE
(CHAR) Object Relationship overlayGroup values |
static String |
AR_OBJ_REL_OVERLAY_GROUP_OVERLAID
|
static int |
AR_OBJ_TYPE_ACTIVE_LINK
AR defined server object active link type. |
static int |
AR_OBJ_TYPE_CHAR_MENU
AR defined server object menu type. |
static int |
AR_OBJ_TYPE_CONTAINER
AR defined server object container type. |
static int |
AR_OBJ_TYPE_ESCALATION
AR defined server object escalation type. |
static int |
AR_OBJ_TYPE_FIELD
AR defined server object field type. |
static int |
AR_OBJ_TYPE_FILTER
AR defined server object filter type. |
static int |
AR_OBJ_TYPE_IMAGE
AR defined server object image type. |
static int |
AR_OBJ_TYPE_SCHEMA
AR defined server object schema type. |
static int |
AR_OBJ_TYPE_TASK
AR defined server object task type. |
static int |
AR_OBJ_TYPE_VUI
AR defined server object VUI type. |
static int |
AR_OPEN_FORM_MULTIPLE
|
static int |
AR_OPEN_FORM_SINGLETON
|
static int |
AR_OPERATION_CREATE
Execute the filter on create operations. |
static int |
AR_OPERATION_DELETE
Execute the filter on delete operations. |
static int |
AR_OPERATION_GET
Execute the filter on get operations. |
static int |
AR_OPERATION_GUIDE
Execute the filter in a filter guide. |
static int |
AR_OPERATION_MERGE
Execute the filter on merge operations. |
static int |
AR_OPERATION_NONE
Do not execute the filter. |
static int |
AR_OPERATION_SERVICE
Execute the filter on a Service |
static int |
AR_OPERATION_SET
Execute the filter on set operations. |
static int |
AR_OPROP_APP_INTEGRATION_WORKFLOW
(CHAR) Application that is integrated by the workflow |
static int |
AR_OPROP_APP_WEB_ALIAS
(CHAR) Unique Application Alias used while deploying JSP page for the Web Server. |
static int |
AR_OPROP_CACHE_DISP_PROP
Bit mask for cache VUI and Field display properties. |
static int |
AR_OPROP_COPYRIGHT
(CHAR) Server object property tag indicates the copyright string. |
static int |
AR_OPROP_CORE_FIELDS_OPTION_MASK
(ULONG32) Server object property tag indicates the core fields options for a form. |
static int |
AR_OPROP_DISPLAY_FORM_SINGLETON
(enum) 0 default (multiple instances OK), 1 open form as single instance through open-window action |
static int |
AR_OPROP_DRILL_DOWN_IN_WEB_REPORTS
(Boolean) Propery to control Chart drill down. |
static int |
AR_OPROP_DYNAMIC_PERMISSION_INHERITED
Property used to indicate that permission inheritance is turned on for this object. |
static int |
AR_OPROP_FORM_ALLOW_DELETE
NEED TO PUT PROPER DESC here; |
static int |
AR_OPROP_FORM_NAME_WEB_ALIAS
(CHAR) Unique Form Alias used while deploying JSP page for the Web Server. |
static int |
AR_OPROP_FORM_TAG_NAME
Form tag |
static int |
AR_OPROP_FT_FILTER_SEARCH
(Enum) Filter option to indicate if full text searching is to be used (default 1) |
static int |
AR_OPROP_FT_MFS_CATEGORY_NAME
(CHAR) option for a field; Category name for the field when used in Full Text Multi-form search. |
static int |
AR_OPROP_FT_MFS_INDEX_TABLE_FIELD
(Enum) Field option to indicate if a table field is indexed for multi-form search |
static int |
AR_OPROP_FT_SCAN_TIME_HOUR_MASK
(ULONG32) Bit mask indicates the hours selected for scan times for any full text indexed field on a view, vendor, or join form. |
static int |
AR_OPROP_FT_SCAN_TIME_INTERVAL
(ULONG32) Indicates the interval value (in seconds) for scan times for any full text indexed field on a view, vendor, or join form. |
static int |
AR_OPROP_FT_SCAN_TIME_MINUTE
(UINT) Indicates the minute value for scan times for any full text indexed field on a view, vendor, or join form. |
static int |
AR_OPROP_FT_SCAN_TIME_MONTH_MASK
(ULONG32) Bit mask indicates the month days selected for scan times for any full text indexed field on a view, vendor, or join form. |
static int |
AR_OPROP_FT_SCAN_TIME_WEEKDAY_MASK
(ULONG32) Bit mask indicates the weekdays selected for scan times for any full text indexed field on a view, vendor, or join form. |
static int |
AR_OPROP_FT_STRIP_TAGS
(Enum) Field option to indicate whether or not to strip tags before FTS indexing |
static int |
AR_OPROP_GUID
(CHAR) Server object property tag indicates the globally unique identifier for the object. |
static int |
AR_OPROP_GUIDE_PARAMETERS
Parameterized Guides |
static int |
AR_OPROP_INTEGRITY_KEY
(CHAR) The integrity key for the lite AR Server. |
static int |
AR_OPROP_INTERVAL_VALUE
(INT) Interval value used to indicate the time interval between an active link's timed executions. |
static int |
AR_OPROP_LOCALIZE_FIELD_DATA
(Enum) Localize field’s data |
static int |
AR_OPROP_LOCALIZE_FORM_DATA
(Enum) Localize form’s Data |
static int |
AR_OPROP_LOCALIZE_FORM_VIEWS
(Enum) Localize form’s views |
static int |
AR_OPROP_MAX_VENDOR_TEMP_TABLES
Property used to indicate the maximum number of temp tables that will be created for a vendor form. |
static int |
AR_OPROP_MFS_OPTION_MASK
(ULONG32) Bit mask of multi-form search options for a form. |
static int |
AR_OPROP_MFS_WEIGHTED_RELEVANCY_FIELDS
(CHAR) semicolon separated list of field ids mapped to weighted relevancy fields of multi-form fts search in the format as below: |
static int |
AR_OPROP_NEXT_ID_BLOCK_SIZE
(INT) Server object property tag indicates the Next ID block size override for a form. |
static int |
AR_OPROP_OVERLAY_DESIGN_GROUP
(CHAR) Design time Overlay Group name |
static int |
AR_OPROP_OVERLAY_GROUP
(CHAR) Overlay Group name |
static int |
AR_OPROP_OVERLAY_PROP
(INT) Overlay Property |
static int |
AR_OPROP_POOL_NUMBER
(INT) Server object property tag indicates the number of the pool the object is a member of. |
static int |
AR_OPROP_SCC_DATA_LOCATION
(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. |
static int |
AR_OPROP_SCC_DATA_LOCKED_BY
(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. |
static int |
AR_OPROP_SCC_DATA_TIMESTAMP
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control. |
static int |
AR_OPROP_SCC_DATA_USER
(TIME) Server object property tag indicates the source code control (SCC) username for the data or entries stored in a form under revision control. |
static int |
AR_OPROP_SCC_DATA_VERSION
(CHAR) Server object property tag indicates the source code control (SCC) version of the data or entries stored in a form under revision control. |
static int |
AR_OPROP_SCC_LOCATION
(CHAR) Server object property tag indicates the location within the source code control (SCC) system where the object may be found. |
static int |
AR_OPROP_SCC_LOCKED_BY
(CHAR) Server object property tag indicates the name of user who has locked the object. |
static int |
AR_OPROP_SCC_TIMESTAMP
(TIME) Server object property tag indicates the source code control (SCC) timestamp. |
static int |
AR_OPROP_SCC_USER
(CHAR) Server object property tag indicates the source code control (SCC) username. |
static int |
AR_OPROP_SCC_VERSION
(CHAR) Server object property tag indicates the version of the source code control (SCC) system. |
static int |
AR_OPROP_STATIC_PERMISSION_INHERITED
Property used to indicate that permission inheritance is turned on for this object. |
static int |
AR_OPROP_TABLE_PERSIST_DIRTY_ROWS
NEED TO PUT PROPER DESC here; |
static int |
AR_OPROP_VENDOR_NAME
(CHAR) Server object property tag indicates the vendor name. |
static int |
AR_OPROP_VENDOR_PRODUCT
(CHAR) Server object property tag indicates the product name. |
static int |
AR_OPROP_VENDOR_VERSION
(CHAR) Server object property tag indicates the vendor version. |
static int |
AR_OPROP_VIEW_LABEL_WEB_ALIAS
(CHAR) Unique View Label Alias used while deploying JSP page for the Web Server. |
static int |
AR_OPROP_VUI_OVERLAY_CHANGED_FIELD_LIST
(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. |
static int |
AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA
(CHAR) Sample Server and Schema name for ELSE Window open action in Advanced Mode. |
static int |
AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA
(CHAR) Sample Server and Schema name for IF Window open action in Advanced Mode. |
static int |
AR_ORDER_MAX
Maximum value allowed of filter/active link execution order (0-1000). |
static int |
AR_ORIGINAL_OBJECT
|
static int |
AR_OVERLAID_OBJECT
|
static String |
AR_OVERLAY_CLIENT_MODE_BASE
|
static String |
AR_OVERLAY_CLIENT_MODE_FULL
|
static int |
AR_OVERLAY_CONVERT_TO_BASE
|
static int |
AR_OVERLAY_CONVERT_TO_CUSTOM
|
static int |
AR_OVERLAY_CONVERT_TO_OVERLAY
|
static int |
AR_OVERLAY_OBJECT
|
static int |
AR_PATTERN_KEY_ALNUM
User must enter a keyword value pattern of alphabetic characters and digits (and blank space) (
$ALNUM$ ) into the character field. |
static int |
AR_PATTERN_KEY_ALPHA
User must enter a keyword value pattern of alphabetic characters (and blank space) (
$ALPHA$ ) into the character field. |
static int |
AR_PATTERN_KEY_DIGIT
User must enter a keyword value pattern of digits ($DIGIT$ ) into the character field. |
static int |
AR_PATTERN_KEY_LOWER
User must enter a keyword value pattern of any character ($LOWER$ ) except uppercase
letters into the character field. |
static int |
AR_PATTERN_KEY_MENU
User must enter a keyword value pattern that matches an item defined in the menu attached to the
field ($MENU$ ) into the character field. |
static int |
AR_PATTERN_KEY_PRINT
User must enter a keyword value pattern of printable characters ($PRINT$ ) into the
character field. |
static int |
AR_PATTERN_KEY_UPPER
User must enter a keyword value pattern of any character ($UPPER$ ) except lowercase
letters into the character field. |
static int |
AR_PERMISSIONS_CHANGE
Group has read-write access to the field. |
static int |
AR_PERMISSIONS_HIDDEN
Group cannot see the schema or container. |
static int |
AR_PERMISSIONS_NONE
Group has no access to the object. |
static int |
AR_PERMISSIONS_VIEW
Group has read-only access to the field. |
static int |
AR_PERMISSIONS_VISIBLE
Group can see the schema or container. |
static int |
AR_PRECISION_NONE
No precision value that limits the number of decimal places displayed in the user's view of real number field. |
static int |
AR_PREF_SERVER_USE_NOT_THIS_SERVER
|
static int |
AR_PREF_SERVER_USE_THIS_SERVER
|
static int |
AR_PREF_SERVER_USER_OPTION
|
static int |
AR_PROHIBIT_DRILL_DOWN_IN_WEB_REPORTS
|
static int |
AR_QBE_MATCH_ANYWHERE
LIKE %value% operation to perform on QBE screen. |
static int |
AR_QBE_MATCH_EQUAL
= operation to perform on QBE screen. |
static int |
AR_QBE_MATCH_LEADING
LIKE value% operation to perform on QBE screen. |
static int |
AR_QUALCONTEXT_ACTIVE_LINK
in Util class used to parse a qualification from an active link. |
static int |
AR_QUALCONTEXT_DEFAULT
|
static int |
AR_QUALCONTEXT_ESCALATION
in Util class used to parse a qualification from an escalation. |
static int |
AR_QUALCONTEXT_FILTER
in Util class used to parse a qualification from a filter. |
static int |
AR_QUALCONTEXT_MENU_DEFS
in Util class used to parse a qualification from a search menu. |
static int |
AR_QUERY
Query another schema for filters or active links. |
static int |
AR_QUERY_VALUE_MULTI_ERROR
Returns an error message and stops processing in workflow if multiple matches are found in selected form. |
static int |
AR_QUERY_VALUE_MULTI_FIRST
Inserts the value of the first request that meets the qualification if multiple matches are found in selected form. |
static int |
AR_QUERY_VALUE_MULTI_SET
Assigns a NULL value to all of the fields that you are setting if multiple matches are found in
selected form. |
static int |
AR_REL_OP_EQUAL
Tests whether the left operand is equal to the right operand. |
static int |
AR_REL_OP_GREATER
Tests whether the left operand is greater than the right operand. |
static int |
AR_REL_OP_GREATER_EQUAL
Tests whether the left operand is greater than or is equal to the right operand. |
static int |
AR_REL_OP_IN
Tests whether the left operand is in a subset of data returned by the right operand. |
static int |
AR_REL_OP_LESS
Tests whether the left operand is less than the right operand. |
static int |
AR_REL_OP_LESS_EQUAL
Tests whether the left operand is less than or is equal to the right operand. |
static int |
AR_REL_OP_LIKE
Tests whether the left operand is LIKE the pattern defined by the right operand. |
static int |
AR_REL_OP_NOT_EQUAL
Tests whether the left operand is not equal to the right operand. |
static int |
AR_REL_OP_NOT_IN
Tests whether the left operand is not in a subset of data returned by the right operand. |
static int |
AR_REPORT_ATTR_BOTTOM
Specify the number of blank lines you want at the bottom of each page of your report (including the footer, if any). |
static int |
AR_REPORT_ATTR_CHAR_ENCODING
character encoding |
static int |
AR_REPORT_ATTR_CHARS
Specify the maximum number of characters on a line. |
static int |
AR_REPORT_ATTR_COL_SEP
Specify characters to be used as separators between columns in a column or compressed text formatted report. |
static int |
AR_REPORT_ATTR_COMPRESSED
Creates report in compressed format with commas between the columns (or with white space or any other specified character between the columns). |
static int |
AR_REPORT_ATTR_ENTRYIDS
For web reporting, specifies entry IDs to use for the report. |
static int |
AR_REPORT_ATTR_FILENAME
For Crystal reports, defines file name for external report. |
static int |
AR_REPORT_ATTR_FOOTER
Footer that appears at bottom of every page of report in Remedy User. |
static int |
AR_REPORT_ATTR_HEADER
Header that appears at top of every page of report in Remedy User. |
static int |
AR_REPORT_ATTR_IDLIST
Fields to include in the report from the Field List in the upper half of the dialog box. |
static int |
AR_REPORT_ATTR_INLINE_FORM
For web reporting, specifies where the report is rendered, for example, inline. |
static int |
AR_REPORT_ATTR_LAYOUT
Specify layout of report. |
static int |
AR_REPORT_ATTR_LEFT
Specify the number of blank character units you want from the left edge of the page. |
static int |
AR_REPORT_ATTR_LINES
Specifies how many lines of page the report will occupy. |
static int |
AR_REPORT_ATTR_LOCATION
For web reporting, specifies where the report is stored, for example, Local disk, Report Form, and so on. |
static int |
AR_REPORT_ATTR_NAME
Name of report. |
static int |
AR_REPORT_ATTR_ONE_REC_PER_PAGE
Forces a page break after each request. |
static int |
AR_REPORT_ATTR_OPERATION
For web reporting, specifies what operation to do with the report, for example, Run, Create, Edit. |
static int |
AR_REPORT_ATTR_PAGE_BREAKS
Specify where page breaks appear in report. |
static int |
AR_REPORT_ATTR_PRINT_ORIENT
Specify whether print orientation is portrait or landscape. |
static int |
AR_REPORT_ATTR_QUERY
For web reporting, specifies query to use for the report. |
static int |
AR_REPORT_ATTR_QUERY_OVERRIDE
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. |
static int |
AR_REPORT_ATTR_RIGHT
Specify the number of blank character units you want from the right edge of the page. |
static int |
AR_REPORT_ATTR_SCHEMANAME
For web reporting, specifies schema name to use for the report. |
static int |
AR_REPORT_ATTR_SERVERNAME
For web reporting, specifies server name to use for the report. |
static int |
AR_REPORT_ATTR_TITLE
Title that appears at top of report in Remedy User. |
static int |
AR_REPORT_ATTR_TITLE_SEP_CHAR
Specify characters to be uses to separate the column title (the field name) from the data below. |
static int |
AR_REPORT_ATTR_TOP
Specify the number of blank lines you want at the top of each page of your report (including the header and title, if any). |
static int |
AR_REPORT_ATTR_TYPE
For Crystal reports, defines report type. |
static int |
AR_REPORT_COL_TITLE_PER
Specify where column title appears in the report. |
static int |
AR_REPORT_LOCATION_EMBEDDED
Report stored on AR System server. |
static int |
AR_REPORT_LOCATION_FIELD
Reserved for future AR System use. |
static int |
AR_REPORT_LOCATION_LOCAL
Report stored on local disk. |
static int |
AR_REPORT_LOCATION_REPORTING_FORM
Report stored on the reporting server in the Report form. |
static int |
AR_REPORT_LONG_FIELD_FORMAT
Specify whether to wrap or truncate long field format. |
static int |
AR_REPORT_REC_SEP
Specify characters you want to use to separate requests. |
static int |
AR_RESERV_ALERT_COLUMN_CREATEDATE
Create Date is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_FORM
Form is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_MESSAGE
Message is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_PRIORITY
Priority is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_READ
Read is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_REQUEST
Request is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_SERVER
Server is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_COLUMN_SOURCE
Source is one of the reserved fields in the Alert List table. |
static int |
AR_RESERV_ALERT_FORM
Form is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_ALERT_LIST_QLV
List is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_ALERT_MESSAGE
Message is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_ALERT_PRIORITY
Priority is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_ALERT_REQUEST
Request is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_ALERT_SERVER
Server is one of the reserved fields in the Alert Events form. |
static int |
AR_RESERV_APP_LICENSE
|
static int |
AR_RESERV_ASSIGNED_GROUP
Field 112 (row level access). |
static int |
AR_RESERV_AUTH_STRING
|
static int |
AR_RESERV_AUTH_USER_NAME
|
static long |
AR_RESERV_AUTO_GUID
|
static long |
AR_RESERV_AUTO_GUID_MAX
|
static long |
AR_RESERV_AUTO_GUID_MIN
|
static long |
AR_RESERV_BAO_CONFIG_NAME
|
static long |
AR_RESERV_BAO_GRIDNAME
Ids for AR BAO Configuration form |
static long |
AR_RESERV_BAO_LOCATION
|
static long |
AR_RESERV_BAO_USERNAME
|
static int |
AR_RESERV_CHANGE_DIARY
reserved for Distributed Server |
static int |
AR_RESERV_COMPUTED_GROUP_LIST
|
static int |
AR_RESERV_COMPUTED_GROUP_QUAL
|
static long |
AR_RESERV_CURRENCY_ACTIVE
|
static long |
AR_RESERV_CURRENCY_CODE
|
static long |
AR_RESERV_CURRENCY_DATE
|
static long |
AR_RESERV_CURRENCY_FROM
|
static long |
AR_RESERV_CURRENCY_LABEL
|
static long |
AR_RESERV_CURRENCY_LOCALE
|
static long |
AR_RESERV_CURRENCY_PRECISION
|
static long |
AR_RESERV_CURRENCY_RATIO
|
static long |
AR_RESERV_CURRENCY_TO
|
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS
Reserved field IDs to identify the Developer Studio Active Links view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS
Reserved field IDs to identify the Developer Studio Containers view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES
Reserved field IDs to identify the Developer Studio Encoded Structures view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS
Reserved field IDs to identify the Developer Studio Escalations view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS
Reserved field IDs to identify the Developer Studio Fields view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS
Reserved field IDs to identify the Developer Studio Filters view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS
Reserved field IDs to identify the Developer Studio Forms view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES
Reserved field IDs to identify the Developer Studio Images view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS
Reserved field IDs to identify the Developer Studio Menus view form |
static long |
AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS
Reserved field IDs to identify the Developer Studio Object Relationships view form |
static int |
AR_RESERV_DVM_PW_ENCRYPT_MAX
|
static int |
AR_RESERV_DVM_PW_ENCRYPT_MIN
Reserved field range for AR System Key Store AR System Server to Key Map |
static long |
AR_RESERV_DVM_SKIN_PROP_PROPERTY
Skinning the DVM field |
static int |
AR_RESERV_EMAIL
|
static int |
AR_RESERV_ENCRYPTED_STRING
|
static int |
AR_RESERV_FORCE_PWD_CHANGE
|
static long |
AR_RESERV_FORM_ACTION_CLEAR
Clear is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_HELP
Form Help is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_HOMEPAGE
Homepage is a reserved field for the homepage button. |
static long |
AR_RESERV_FORM_ACTION_MODE
Mode is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_MODIFY
Modify is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_MODIFYALL
Modify All is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_NEWREQUEST
New Request is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_NEWSEARCH
New Search is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_QUERY
Query is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_QUERYBAR
Query Bar is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_QUICKREPORT
Macros: Web Reporting [Quick Reports] |
static long |
AR_RESERV_FORM_ACTION_SAVEDSEARCHES
Saved Searches |
static long |
AR_RESERV_FORM_ACTION_SETDEFAULT
Set to Default is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_SHOW_STATHST
Show Status History is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_ACTION_SUBMIT
Submit is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static long |
AR_RESERV_FORM_RESULTS_LIST
Results List is one of the reserved fields in the Remedy Administrator Preferences schema from the Web View tab. |
static int |
AR_RESERV_FTS_FORM_SEARCH
Reserved display only field - full text form search. |
static int |
AR_RESERV_GROUP_CATEGORY
|
static long |
AR_RESERV_GROUP_DYNAMIC_MAX
Reserved maximum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers |
static long |
AR_RESERV_GROUP_DYNAMIC_MIN
Reserved minimum value in range for dynamic group ids and field ids Group ids below 14000 are for general use by customers |
static int |
AR_RESERV_GROUP_FLOATING_FTS_LIC
|
static int |
AR_RESERV_GROUP_FLOATING_LIC
|
static int |
AR_RESERV_GROUP_ID
|
static int |
AR_RESERV_GROUP_LIST
Field 104 (group list field). |
static int |
AR_RESERV_GROUP_NAME
|
static int |
AR_RESERV_GROUP_TYPE
|
static int |
AR_RESERV_GUID
Reserved for the GUID (Globally Unique ID) field of the current schema object. |
static int |
AR_RESERV_HELP
|
static int |
AR_RESERV_HOLIDAY_LEVEL
|
static int |
AR_RESERV_HOLIDAY_LIST
reserved for Business Time support Holiday |
static long |
AR_RESERV_HOMEPAGE_FIELD
Id for home page field |
static long |
AR_RESERV_HOMEPAGE_SUBSET
Id to subset what's displayed in App List |
static int |
AR_RESERV_IGNORE_ANALYZER_IGNORE_TYPE
|
static int |
AR_RESERV_INSTANCE_ID
|
static int |
AR_RESERV_LAST_PWD_CHANGE
|
static int |
AR_RESERV_LIC_ASSET
|
static int |
AR_RESERV_LIC_CHANGE
|
static int |
AR_RESERV_LIC_FULL_TEXT
|
static int |
AR_RESERV_LIC_RESERVED1
|
static int |
AR_RESERV_LICENSE_TYPE
|
static int |
AR_RESERV_LOCALE_BIN_ATTACH_LABEL
|
static int |
AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL
|
static int |
AR_RESERV_LOCALE_LOCALIZED_SCHEMA
|
static int |
AR_RESERV_LOCALE_MSG_TYPE_MENU
|
static int |
AR_RESERV_LOCALE_RETURNED_VALUE_LABEL
|
static long |
AR_RESERV_MENU_ADVANCED_SEARCH
Reserved field id for Advanced Search selection. |
static long |
AR_RESERV_MENU_APPLY
Reserved field id for Apply selection. |
static long |
AR_RESERV_MENU_CLEARALL
Reserved field id for Clear All selection. |
static long |
AR_RESERV_MENU_DELETE
Reserved field id for Delete selection. |
static long |
AR_RESERV_MENU_HELP
Reserved field id for Help selection. |
static long |
AR_RESERV_MENU_HOME
Reserved field id for Home selection. |
static long |
AR_RESERV_MENU_LOGOUT
Reserved field id for Logout selection. |
static long |
AR_RESERV_MENU_MENU
Reserved field id for Menu selection. |
static long |
AR_RESERV_MENU_MIN
Base number for the range of client menu item definitions. |
static long |
AR_RESERV_MENU_MODIFYALL
Reserved field id for Modify All selection. |
static long |
AR_RESERV_MENU_NEW_REQUEST
Reserved field id for New Request selection. |
static long |
AR_RESERV_MENU_NEW_SEARCH
Reserved field id for New Search selection. |
static long |
AR_RESERV_MENU_POLLING
Reserved field id for Polling selection. |
static long |
AR_RESERV_MENU_PREFERENCES
Reserved field id for Preferences selection. |
static long |
AR_RESERV_MENU_PRINT
Reserved field id for Print selection. |
static long |
AR_RESERV_MENU_REPORTING
Reserved field id for Reporting selection. |
static long |
AR_RESERV_MENU_SAVED_SEARCH
Reserved field id for saved search. |
static long |
AR_RESERV_MENU_SEARCH
Reserved field id for Search selection. |
static long |
AR_RESERV_MENU_SETDEFAULT
Reserved field id for Set Default selection. |
static long |
AR_RESERV_MENU_SHOW_STAT_HIST
Reserved field id for Show Status History selection. |
static long |
AR_RESERV_MENU_TOOLBAR
Reserved field id for Toolbar selection. |
static int |
AR_RESERV_METADATA_ACTLINK
|
static int |
AR_RESERV_METADATA_ACTLINK_AUTO
|
static int |
AR_RESERV_METADATA_ACTLINK_CALL
|
static int |
AR_RESERV_METADATA_ACTLINK_DDE
|
static int |
AR_RESERV_METADATA_ACTLINK_GOTO
|
static int |
AR_RESERV_METADATA_ACTLINK_GROUP_IDS
|
static int |
AR_RESERV_METADATA_ACTLINK_MACRO
|
static int |
AR_RESERV_METADATA_ACTLINK_MACRO_PARM
|
static int |
AR_RESERV_METADATA_ACTLINK_MAPPING
|
static int |
AR_RESERV_METADATA_ACTLINK_MESSAGE
|
static int |
AR_RESERV_METADATA_ACTLINK_OPEN
|
static int |
AR_RESERV_METADATA_ACTLINK_PROCESS
|
static int |
AR_RESERV_METADATA_ACTLINK_PUSH
|
static int |
AR_RESERV_METADATA_ACTLINK_SERVICEACTION
|
static int |
AR_RESERV_METADATA_ACTLINK_SET
|
static int |
AR_RESERV_METADATA_ACTLINK_SET_CHAR
|
static int |
AR_RESERV_METADATA_ACTLINK_SQL
|
static int |
AR_RESERV_METADATA_ACTLINK_WAIT
|
static int |
AR_RESERV_METADATA_ARCONTAINER
|
static int |
AR_RESERV_METADATA_ARCTR_GROUP_IDS
|
static int |
AR_RESERV_METADATA_ARCTR_SUBADMIN
|
static int |
AR_RESERV_METADATA_ARREFERENCE
|
static int |
AR_RESERV_METADATA_ARSCHEMA
|
static int |
AR_RESERV_METADATA_CHAR_MENU
|
static int |
AR_RESERV_METADATA_CHAR_MENU_DD
|
static int |
AR_RESERV_METADATA_CHAR_MENU_FILE
|
static int |
AR_RESERV_METADATA_CHAR_MENU_LIST
|
static int |
AR_RESERV_METADATA_CHAR_MENU_QUERY
|
static int |
AR_RESERV_METADATA_CHAR_MENU_SQL
|
static int |
AR_RESERV_METADATA_CNTNR_OWNR_OBJ
|
static int |
AR_RESERV_METADATA_ESCAL_MAPPING
|
static int |
AR_RESERV_METADATA_ESCALATION
|
static int |
AR_RESERV_METADATA_FIELD
|
static int |
AR_RESERV_METADATA_FIELD_CHAR
|
static int |
AR_RESERV_METADATA_FIELD_COLUMN
|
static int |
AR_RESERV_METADATA_FIELD_CURR
|
static int |
AR_RESERV_METADATA_FIELD_DISPPROP
|
static int |
AR_RESERV_METADATA_FIELD_ENUM
|
static int |
AR_RESERV_METADATA_FIELD_ENUM_VALUES
|
static int |
AR_RESERV_METADATA_FIELD_PERMISSIONS
|
static int |
AR_RESERV_METADATA_FIELD_TABLE
|
static int |
AR_RESERV_METADATA_FILTER
|
static int |
AR_RESERV_METADATA_FILTER_CALL
|
static int |
AR_RESERV_METADATA_FILTER_GOTO
|
static int |
AR_RESERV_METADATA_FILTER_LOG
|
static int |
AR_RESERV_METADATA_FILTER_MAPPING
|
static int |
AR_RESERV_METADATA_FILTER_MESSAGE
|
static int |
AR_RESERV_METADATA_FILTER_NOTIFY
|
static int |
AR_RESERV_METADATA_FILTER_PROCESS
|
static int |
AR_RESERV_METADATA_FILTER_PUSH
|
static int |
AR_RESERV_METADATA_FILTER_SERVICEACTION
|
static int |
AR_RESERV_METADATA_FILTER_SET
|
static int |
AR_RESERV_METADATA_FILTER_SQL
|
static int |
AR_RESERV_METADATA_IMAGE
|
static int |
AR_RESERV_METADATA_OVERLAY_GROUP
|
static int |
AR_RESERV_METADATA_OVERLAY_PROP
|
static int |
AR_RESERV_METADATA_RESOLVED_ID
|
static int |
AR_RESERV_METADATA_RESOLVED_NAME
|
static int |
AR_RESERV_METADATA_SCHEMA_ARCHIVE
|
static int |
AR_RESERV_METADATA_SCHEMA_AUDIT
|
static int |
AR_RESERV_METADATA_SCHEMA_GROUP_IDS
|
static int |
AR_RESERV_METADATA_SCHEMA_INDEX
|
static int |
AR_RESERV_METADATA_SCHEMA_JOIN
|
static int |
AR_RESERV_METADATA_SCHEMA_LIST_FIELDS
|
static int |
AR_RESERV_METADATA_SUBADMIN_GROUP
|
static int |
AR_RESERV_METADATA_VENDOR_MAPPING
|
static int |
AR_RESERV_METADATA_VIEW_MAPPING
|
static int |
AR_RESERV_METADATA_VUI
|
static int |
AR_RESERV_NUM_DAYSTOEXPIRE
|
static int |
AR_RESERV_NUM_WARN_DAYS
|
static int |
AR_RESERV_OBJ_REL_ACTION_NUM
|
static int |
AR_RESERV_OBJ_REL_CATEGORY
|
static int |
AR_RESERV_OBJ_REL_FORM_ID
|
static int |
AR_RESERV_OBJ_REL_FORM_NAME
|
static int |
AR_RESERV_OBJ_REL_OBJ_ID
|
static int |
AR_RESERV_OBJ_REL_OBJ_NAME
|
static int |
AR_RESERV_OBJ_REL_OBJ_TYPE
|
static int |
AR_RESERV_OBJ_REL_OVERLAY_GROUP
|
static int |
AR_RESERV_OBJ_REL_REL_TYPE
Reserved fields for Object Relationship support |
static int |
AR_RESERV_OBJ_REL_RLTD_OBJ_ID
|
static int |
AR_RESERV_OBJ_REL_RLTD_OBJ_NAME
|
static int |
AR_RESERV_OBJ_REL_RLTD_OBJ_TYPE
|
static int |
AR_RESERV_OBJECT_ID
|
static int |
AR_RESERV_OPROP
|
static String |
AR_RESERV_OVERLAY_CUSTOM_STRING
|
static String |
AR_RESERV_OVERLAY_STRING
Reserved overlay string for AR server |
static int |
AR_RESERV_PASSWORD
|
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN
Reserved field IDs to identify Admin preferences schema |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT
Reserved field IDs to identify Alert preferences schema |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON
Reserved field IDs to identify Common preferences schema |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES
Reserved field IDs to identify preferences schema who holds preference files (i.e. |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR
Reserved field IDs to identify Migrator preferences schema |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_USER
Reserved field IDs to identify User preferences schema |
static long |
AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER
Reserved field IDs to identify Webtier preferences schema |
static int |
AR_RESERV_PWD_CHANGE_CONFIRM
|
static long |
AR_RESERV_QBWIDGET_FIELD_MAX
|
static long |
AR_RESERV_QBWIDGET_FIELD_MIN
reserved field ids for Query Builder Widget |
static long |
AR_RESERV_REG_APPLICATION_NAME
|
static long |
AR_RESERV_REG_BUSINESS_NAME
Reserved Field Ids for ARSystem WebService Registry Query form |
static long |
AR_RESERV_REG_EP_URL
|
static long |
AR_RESERV_REG_INTERFACE_VERSION
|
static long |
AR_RESERV_REG_QUERY_CATEGORY_LIST
|
static long |
AR_RESERV_REG_WEB_SERVICE
|
static long |
AR_RESERV_REG_WEB_SERVICE_VERSION
|
static long |
AR_RESERV_REG_WSDL_URL
|
static int |
AR_RESERV_REPORT_FIELD_INFO_FIELD_DATA_TYPE
|
static int |
AR_RESERV_REPORT_FIELD_INFO_FIELD_ID
|
static int |
AR_RESERV_REPORT_FIELD_INFO_FIELD_NAME
|
static int |
AR_RESERV_REPORT_FIELD_INFO_FORM_NAME
Set of Constants related to reporting vendor form |
static long |
AR_RESERV_ROLE_MAPPING_STATE_MAX
Reserved maximum value in range for role state mapping field ids |
static long |
AR_RESERV_ROLE_MAPPING_STATE_MIN
Reserved minimum value in range for role state mapping field ids |
static long |
AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX
Reserved maximum field IDs unique within a schema, but not across schemas. |
static long |
AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN
Reserved minimum field IDs unique within a schema, but not across schemas. |
static long |
AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX
reserved maximum field id for Searches Preference forms |
static long |
AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN
reserved minimum field id for Searches Preference forms |
static long |
AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MAX
|
static long |
AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MIN
reserved field ids for AR System Skins application |
static long |
AR_RESERV_SEARCH_PREF_DISABLE
enabled/disabled state of this search |
static long |
AR_RESERV_SEARCH_PREF_FORM
form this search is associated with |
static long |
AR_RESERV_SEARCH_PREF_NAME
Search Name |
static long |
AR_RESERV_SEARCH_PREF_QUALIFICATION
search criteria |
static long |
AR_RESERV_SEARCH_PREF_SERVER
server on which the associated form resides |
static long |
AR_RESERV_SEARCH_PREF_TYPE
search type:recent, user-defined, admin-defined |
static long |
AR_RESERV_SEARCH_PREF_USER
User this search belongs to |
static int |
AR_RESERV_SETFIELD_SCHEMA_NAME
reserved for SetField action |
static long |
AR_RESERV_SKIN_ASSIGNED_GROUP
Assigned group |
static long |
AR_RESERV_SKIN_FORM
Form name for view specific skin |
static long |
AR_RESERV_SKIN_GUID
Skin unique identifier |
static long |
AR_RESERV_SKIN_NAME
Skin name |
static long |
AR_RESERV_SKIN_PARENT_GUID
Unique identifier of the skin that owns this property. |
static long |
AR_RESERV_SKIN_PRIORITY_TYPE
Skin priority type |
static long |
AR_RESERV_SKIN_PROP_GUID
Skin Property unique identifier |
static long |
AR_RESERV_SKIN_PROPERTY_TAG
Identify for AR property |
static long |
AR_RESERV_SKIN_PROPERTY_TYPE
Skin property type |
static long |
AR_RESERV_SKIN_PROPERTY_TYPE_IDENTIFIER
Skin property type identifier |
static long |
AR_RESERV_SKIN_PROPERTY_VALUE
Value for AR property |
static long |
AR_RESERV_SKIN_STATE
enabled/disabled state of skin |
static long |
AR_RESERV_SKIN_TYPE
Skin type |
static long |
AR_RESERV_SKIN_TYPE_IDENTIFIER
Skin type identifier |
static int |
AR_RESERV_TEMP_RESULT
|
static int |
AR_RESERV_USER_NAME
field-ids of the user/group fields These ids are reserved for defining users and groups within the AR system |
static int |
AR_RESERV_USER_NOTIFY
|
static int |
AR_RESERV_VIEWSEL_ACTOR
|
static int |
AR_RESERV_VIEWSEL_ACTOR_VIEW
|
static int |
AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL
|
static int |
AR_RESERV_VIEWSEL_MAX
|
static int |
AR_RESERV_VIEWSEL_USER_APP_ACTOR
Reserved range for user-actor based view selection |
static int |
AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER
|
static long |
AR_RESERV_WEIGHT
Reserved display only field - weight. |
static int |
AR_RESERV_WORKDAY_CLOSE_FRI_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_FRI_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_FRI_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_MON_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_MON_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_MON_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_SAT_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_SAT_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_SAT_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_SUN_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_SUN_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_SUN_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_THURS_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_THURS_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_THURS_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_TUES_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_TUES_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_TUES_2
|
static int |
AR_RESERV_WORKDAY_CLOSE_WED_0
|
static int |
AR_RESERV_WORKDAY_CLOSE_WED_1
|
static int |
AR_RESERV_WORKDAY_CLOSE_WED_2
|
static int |
AR_RESERV_WORKDAY_LEVEL
Workday |
static int |
AR_RESERV_WORKDAY_OFFSET_HOURS
|
static int |
AR_RESERV_WORKDAY_OPEN_FRI_0
|
static int |
AR_RESERV_WORKDAY_OPEN_FRI_1
|
static int |
AR_RESERV_WORKDAY_OPEN_FRI_2
|
static int |
AR_RESERV_WORKDAY_OPEN_MON_0
|
static int |
AR_RESERV_WORKDAY_OPEN_MON_1
|
static int |
AR_RESERV_WORKDAY_OPEN_MON_2
|
static int |
AR_RESERV_WORKDAY_OPEN_SAT_0
|
static int |
AR_RESERV_WORKDAY_OPEN_SAT_1
|
static int |
AR_RESERV_WORKDAY_OPEN_SAT_2
|
static int |
AR_RESERV_WORKDAY_OPEN_SUN_0
|
static int |
AR_RESERV_WORKDAY_OPEN_SUN_1
|
static int |
AR_RESERV_WORKDAY_OPEN_SUN_2
|
static int |
AR_RESERV_WORKDAY_OPEN_THURS_0
|
static int |
AR_RESERV_WORKDAY_OPEN_THURS_1
|
static int |
AR_RESERV_WORKDAY_OPEN_THURS_2
|
static int |
AR_RESERV_WORKDAY_OPEN_TUES_0
|
static int |
AR_RESERV_WORKDAY_OPEN_TUES_1
|
static int |
AR_RESERV_WORKDAY_OPEN_TUES_2
|
static int |
AR_RESERV_WORKDAY_OPEN_WED_0
|
static int |
AR_RESERV_WORKDAY_OPEN_WED_1
|
static int |
AR_RESERV_WORKDAY_OPEN_WED_2
|
static int |
AR_RESERV_ZTEMP
|
static int |
AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID
Reserved field ids to identify a shadow form for archive & audit |
static int |
AR_RESERVE_ARCHIVE_CREATE_DATE
|
static int |
AR_RESERVE_AUDIT_ACTION
|
static int |
AR_RESERVE_AUDIT_FIELDS_CHANGED
|
static int |
AR_RESERVE_AUDIT_FORM_NAME
|
static int |
AR_RESERVE_AUDIT_GUID_FIELD
|
static int |
AR_RESERVE_AUDIT_JOIN_KEY
|
static int |
AR_RESERVE_AUDIT_LAST_CHANGED
|
static int |
AR_RESERVE_AUDIT_LOG
|
static int |
AR_RESERVE_AUDIT_LOG_KEY1
Reserved fields that are part of Log forms |
static int |
AR_RESERVE_AUDIT_LOG_KEY2
|
static int |
AR_RESERVE_AUDIT_LOG_KEY3
|
static int |
AR_RESERVE_AUDIT_MOD_DATE
|
static int |
AR_RESERVE_AUDIT_USER
|
static String |
AR_RESERVED1_SERVER_TYPE
Name of Remedy Flashboards license |
static int |
AR_RETURN_ACCESSIBLE
status message for client accessibility |
static int |
AR_RETURN_BAD_STATUS
Invalid status parameter - operation cancelled. |
static int |
AR_RETURN_ERROR
Operation failed - status contains one or more error messages and may also contain warning or informational messages. |
static int |
AR_RETURN_FATAL
Operation failed - status may contain one or more messages. |
static int |
AR_RETURN_OK
Operation successful - status may contain one or more informational messages. |
static int |
AR_RETURN_PROMPT
Status for the active link action. |
static int |
AR_RETURN_TOOLTIP
Status for the active link message action type Tooltip |
static int |
AR_RETURN_WARNING
Operation successful, but some problem encountered - status contains one or more warning messages and may also contain informational messages. |
static int |
AR_ROLLBACK_CLIENT_TRANSACTION
|
static int |
AR_RPC_PORT_MAX
The Maximum valid AR Server RPC port. |
static int |
AR_RPC_PORT_MIN
The minimum valid AR Server RPC port. |
static int |
AR_SAVE_LOGIN_ADMIN_NO_SAVE
Admin overrides user login, but does not force save. |
static int |
AR_SAVE_LOGIN_ADMIN_SAVE
Admin overrides user login, forces save. |
static int |
AR_SAVE_LOGIN_USER_OPTION
Lets user define whether to save login user options. |
static int |
AR_SCHEMA_CLEAN_DELETE
Delete schema only when there is no dependency and there is no data in the schema. |
static int |
AR_SCHEMA_DATA_DELETE
Delete schema even there is data Only applicable for regular schema. |
static int |
AR_SCHEMA_DIALOG
|
static int |
AR_SCHEMA_FORCE_DELETE
Delete schema even there is dependency. |
static int |
AR_SCHEMA_JOIN
|
static int |
AR_SCHEMA_MAX_SCHEMA_TYPE
List the maximum type of schema. |
static int |
AR_SCHEMA_NONE
NULL schema. |
static int |
AR_SCHEMA_PLACEHOLDER
|
static int |
AR_SCHEMA_REGULAR
|
static int |
AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS
Indicates if fields with conflicting ids should be deleted when establishing schema inheritance |
static int |
AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING
Dependant fields should be removed during field deletion caused by mapping removal |
static int |
AR_SCHEMA_SET_NONE
Default schema set option |
static int |
AR_SCHEMA_SHADOW_DELETE
Delete archive/audit from even if it is enabled or part of a lock object |
static int |
AR_SCHEMA_VENDOR
|
static int |
AR_SCHEMA_VIEW
|
static int |
AR_SERVER_INFO_ACTLINK_DIR
Name of a directory where all external processes to be run by active links must reside. |
static int |
AR_SERVER_INFO_ACTLINK_SHELL
Name of a shell to use when running external processes from an active link. |
static int |
AR_SERVER_INFO_ADMIN_ONLY
Flag indicating whether the server is in Administrator Only mode (1) or not (0). |
static int |
AR_SERVER_INFO_ADMIN_OP_PROGRESS
char - admin op (such as import) progress indicator string Non-empty value when import operation is in progress; Otherwise NULL |
static int |
AR_SERVER_INFO_ADMIN_OP_TRACKING
int - admin op (such as import) should provide progress info 0 - No (default) 1 - Yes |
static int |
AR_SERVER_INFO_ADMIN_TCP_PORT
Obsolete server option. |
static int |
AR_SERVER_INFO_ALERT_LOG_FILE
File used for alert (notification) log. |
static int |
AR_SERVER_INFO_ALERT_LOG_FORM
char - form name for logging alert |
static int |
AR_SERVER_INFO_ALERT_OUTBOUND_PORT
Alert outbound port. |
static int |
AR_SERVER_INFO_ALERT_SCHEMA
Name of schema holding the alert events. |
static int |
AR_SERVER_INFO_ALERT_SEND_TIMEOUT
Number of seconds allowed sending alert |
static int |
AR_SERVER_INFO_ALERT_SOURCE_AR
AR System source tag. |
static int |
AR_SERVER_INFO_ALERT_SOURCE_FB
Flashboards source tag. |
static int |
AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS
Backquotes allowed in process names |
static int |
AR_SERVER_INFO_ALLOW_GUESTS
Flag indicating whether the server accepts guest users. |
static int |
AR_SERVER_INFO_AP_DEFN_CHECK
Length of time in seconds between checks by an application service to verify that definitions it is using from the AR System are correct. |
static int |
AR_SERVER_INFO_AP_LOG_FILE
Name of the file to use if approval tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_AP_RPC_SOCKET
RPC program number the approval server will use when contacting the AR System. |
static int |
AR_SERVER_INFO_API_LOG_FILE
Name of the file to use if API tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_API_LOG_FORM
char - form name for logging api |
static int |
AR_SERVER_INFO_APP_SERVICE_PASSWD
AR System Application Service password. |
static int |
AR_SERVER_INFO_APPL_PENDING
The name of the form that contains the pending list of application commands to be processed. |
static int |
AR_SERVER_INFO_APPLICATION_AUDIT
(character string) Application license audit line. |
static int |
AR_SERVER_INFO_ARFORK_LOG_FILE
Name of fork log file. |
static int |
AR_SERVER_INFO_ARSIGNALD_LOG_FILE
Name of arsignald log file. |
static int |
AR_SERVER_INFO_ATRIUM_SSO_AUTHENTICATION
int - 0 - disable atrium sso authentication (default); 1 - enable atrium sso authentication; |
static int |
AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PASSWORD
int - Atrium SSO Keystore password |
static int |
AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PATH
int - Atrium SSO Keystore location |
static int |
AR_SERVER_INFO_ATRIUMSSO_LOCATION
int - Atrium SSO Server location. |
static int |
AR_SERVER_INFO_ATRIUMSSO_PASSWORD
int - Atrium SSO Admin Password. |
static int |
AR_SERVER_INFO_ATRIUMSSO_USER
int - Atrium SSO Admin User. |
static int |
AR_SERVER_INFO_AUTH_CHAINING_MODE
|
static int |
AR_SERVER_INFO_CACHE_DISP_PROP
int 0 - not cache Display Props int 1 - cache VUI Display Props |
static int |
AR_SERVER_INFO_CACHE_LOG_FILE
Obsolete server option. |
static int |
AR_SERVER_INFO_CACHE_MODE
Mode of the definition cache 0 = production 1 = development |
static int |
AR_SERVER_INFO_CACHE_SEG_SIZE
Obsolete server option. |
static int |
AR_SERVER_INFO_CANCEL_QUERY
Cancels query on Remedy User client. |
static int |
AR_SERVER_INFO_CASE_SENSITIVE
Value indicating whether the underlying database is case-sensitive. |
static int |
AR_SERVER_INFO_CHECK_ALERT_USERS
Checks alert users. |
static int |
AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT
Maximum allowed time to hold a transaction before time our happens and transaction gets rolled back |
static int |
AR_SERVER_INFO_CLUSTERED_INDEX
Value that indicates whether a clustered index is created on the Entry-Id field when a new form is created. |
static int |
AR_SERVER_INFO_CMDB_INSTALL_DIR
char - CMDB install directory (not used by the server) |
static int |
AR_SERVER_INFO_COMMON_LOG_FORM
char - common log form name |
static int |
AR_SERVER_INFO_CONFIG_FILE
Path to ar.conf |
static int |
AR_SERVER_INFO_COPY_CACHE_LOGGING
int 1 - log copycache to thread log (thread logging must be enabled) |
static int |
AR_SERVER_INFO_CREATE_WKFLW_PLACEHOLDER
int 0 - don't create placeholders when importing shared workflow int 1 - create placeholder when importing shared workflow when form is missing |
static int |
AR_SERVER_INFO_CURR_PART_DATE_STR
Currency "DATE" string |
static int |
AR_SERVER_INFO_CURR_PART_TYPE_STR
Currency "TYPE" string |
static int |
AR_SERVER_INFO_CURR_PART_VALUE_STR
Currency "VALUE" string |
static int |
AR_SERVER_INFO_CURRENCY_INTERVAL
Currency ratio client - refresh interval(minutes) |
static int |
AR_SERVER_INFO_DB_CHAR_SET
Server's database character set |
static int |
AR_SERVER_INFO_DB_CONNECTION_RETRIES
Number of server database connection retries |
static int |
AR_SERVER_INFO_DB_CONNECTION_TIMEOUT
int - SQL Server DB conn timeout in Seconds. |
static int |
AR_SERVER_INFO_DB_FREESPACE
|
static int |
AR_SERVER_INFO_DB_MAX_ATTACH_SIZE
int - size limit for attachments in Oracle database |
static int |
AR_SERVER_INFO_DB_MAX_TEXT_SIZE
int - size limit for long character data in Oracle database |
static int |
AR_SERVER_INFO_DB_NAME
Name of the underlying SQL database (not applicable for Oracle® databases). |
static int |
AR_SERVER_INFO_DB_PASSWORD
database password associated with the ARSystem database or tablespace (applicable to Sybase and Oracle databases only). |
static int |
AR_SERVER_INFO_DB_TYPE
Underlying database type (character string). |
static int |
AR_SERVER_INFO_DB_USER
User name the Action Request System uses to access the underlying database. |
static int |
AR_SERVER_INFO_DB_VERSION
Underlying database version (character string). |
static int |
AR_SERVER_INFO_DB2_DB_ALIAS
DB2 database alias |
static int |
AR_SERVER_INFO_DB2_SERVER
DB2 server name |
static int |
AR_SERVER_INFO_DBCONF
Complete contents of the db.conf (ardb.cfg) file. |
static int |
AR_SERVER_INFO_DBHOME_DIR
Home directory for the underlying database (applicable for SQL databases only). |
static int |
AR_SERVER_INFO_DEBUG_GROUPID
ID of the group whose members are allowed to retrieve server logging information. |
static int |
AR_SERVER_INFO_DEBUG_MODE
Indicates the server debug modes: 0 enables SQL tracing (applicable for SQL databases only). |
static int |
AR_SERVER_INFO_DEFAULT_ORDER_BY
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. |
static int |
AR_SERVER_INFO_DEFAULT_WEB_PATH
Default path for web access. |
static int |
AR_SERVER_INFO_DELAY_RECACHE_TIME
Seconds before admin cache becomes shared cache |
static int |
AR_SERVER_INFO_DELAYED_CACHE
Flag indicating whether to disable recacheing of the shared cache after a time-out (1) or not (0). |
static int |
AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES
Default list of allowable currencies |
static int |
AR_SERVER_INFO_DFLT_FUNC_CURRENCIES
Default list of functional currencies |
static int |
AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS
Disables admin operations. |
static int |
AR_SERVER_INFO_DISABLE_ALERTS
Disables alerts. |
static int |
AR_SERVER_INFO_DISABLE_ARCHIVE
Disables archive. |
static int |
AR_SERVER_INFO_DISABLE_ARSIGNALS
int - 0 - not disabled, else enforced |
static int |
AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS
int - audit only changed fields |
static int |
AR_SERVER_INFO_DISABLE_ESCALATIONS
Disables escalations. |
static int |
AR_SERVER_INFO_DISABLE_FTS_INDEXER
Disables FTS Indexer. |
static int |
AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS
int - Disables non-unicode clients. |
static int |
AR_SERVER_INFO_DISABLED_CLIENT
Disallows certain client types from the server. |
static int |
AR_SERVER_INFO_DS_LOG_FILE
Name of the file to use if distributed server tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_DS_LOGICAL_MAPPING
char - name of DSO logical mapping schema |
static int |
AR_SERVER_INFO_DS_MAPPING
Name of the form that contains distributed mapping definitions (applicable for Distributed Server Option only). |
static int |
AR_SERVER_INFO_DS_PENDING
Name of the form that contains the pending operation list (applicable for Distributed Server Option only). |
static int |
AR_SERVER_INFO_DS_PENDING_ERR
char - name of DSO pending error schema |
static int |
AR_SERVER_INFO_DS_POOL
Name of schema holding distributed mappings. |
static int |
AR_SERVER_INFO_DS_RPC_SOCKET
Specific server socket to use for the distributed server. |
static int |
AR_SERVER_INFO_DS_SVR_LICENSE
Distributed server license type (character string). |
static int |
AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL
Interval (sec) for checking cache schema |
static int |
AR_SERVER_INFO_DSO_DEST_PORT
TCP port that the distributed server option uses to communicate with the AR System server. |
static int |
AR_SERVER_INFO_DSO_ERROR_RETRY
|
static int |
AR_SERVER_INFO_DSO_LOG_ERR_FORM
int - 0 - do not log errors to DSO Pending Errors form, 1 - log errors |
static int |
AR_SERVER_INFO_DSO_LOG_LEVEL
int - DSO log level |
static int |
AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL
int - DSO main thread polling interval. |
static int |
AR_SERVER_INFO_DSO_MARK_PENDING_RETRY
Indicates to mark the pending items for retry |
static int |
AR_SERVER_INFO_DSO_MAX_QUERY_SIZE
int - maximum number of pending records per query |
static int |
AR_SERVER_INFO_DSO_MERGE_STYLE
Integer (1 or 0) indicating the merge style to use for the Distributed Server Option. |
static int |
AR_SERVER_INFO_DSO_PLACEHOLDER_MODE
Placeholder mode for DSO. |
static int |
AR_SERVER_INFO_DSO_POLLING_INTERVAL
How often to poll DSO server. |
static int |
AR_SERVER_INFO_DSO_RPCPROG_NUM
RPC number for the local ARServer for DSO |
static int |
AR_SERVER_INFO_DSO_SOURCE_SERVER
Source AR System server for DSO. |
static int |
AR_SERVER_INFO_DSO_TARGET_CONNECTION
String of AR System target server name, RPC, and port number. |
static int |
AR_SERVER_INFO_DSO_TARGET_PASSWD
Password for DSO Target server. |
static int |
AR_SERVER_INFO_DSO_TIMEOUT_NORMAL
Number of seconds for the timeout DSO uses when making API calls. |
static int |
AR_SERVER_INFO_DSO_USER_PASSWD
DSO User password. |
static int |
AR_SERVER_INFO_EA_GROUP_MAPPING
char - ExtAuth ldapGroupName/ARGroupName pairs |
static int |
AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS
int - Ignore Excess Groups for external authentication 0 - No (default) 1 - Yes |
static int |
AR_SERVER_INFO_EA_RPC_SOCKET
RPC socket number on which an external authentication server awaits requests for authentication. |
static int |
AR_SERVER_INFO_EA_RPC_TIMEOUT
RPC timeout (seconds) used when making calls to the authentication (AREA) server (for example, 30 seconds). |
static int |
AR_SERVER_INFO_EA_SYNC_TIMEOUT
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. |
static int |
AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL
0 == use new email, 1 == use old email |
static int |
AR_SERVER_INFO_EMAIL_FROM
Sender name to use for filter-generated email notifications where no subject is specified. |
static int |
AR_SERVER_INFO_EMAIL_IMPORT_FORM
0 == don't import email forms, 1 == import |
static int |
AR_SERVER_INFO_EMAIL_LINE_LEN
Maximum line length of e-mail messages. |
static int |
AR_SERVER_INFO_EMAIL_SYSTEM
Character string that indicates the email system on UNIX. |
static int |
AR_SERVER_INFO_EMAIL_TIMEOUT
Length of time in seconds before the system closes the pipe to sendmail to unblock the AR System server. |
static int |
AR_SERVER_INFO_EMBEDDED_SQL
Value indicating whether the underlying SQL database is embedded (bundled with the Action Request System). |
static int |
AR_SERVER_INFO_ENC_ALGORITHM
char - Encryption Algorithm (DES/RC4/AES) |
static int |
AR_SERVER_INFO_ENC_DATA_ENCR_ALG
API data encryption algorithm. |
static int |
AR_SERVER_INFO_ENC_DATA_KEY_EXP
Time until the encrypted API session key expires. |
static int |
AR_SERVER_INFO_ENC_LEVEL
char - Encryption Level (Standard/Perf/Premium) |
static int |
AR_SERVER_INFO_ENC_LEVEL_INDEX
int - Encryption Level index value |
static int |
AR_SERVER_INFO_ENC_PUB_KEY
AR System server's public key. |
static int |
AR_SERVER_INFO_ENC_PUB_KEY_ALG
Server's public key encryption algorithm. |
static int |
AR_SERVER_INFO_ENC_PUB_KEY_EXP
Time (seconds) until the server's public/private keys expire. |
static int |
AR_SERVER_INFO_ENC_SEC_POLICY
Security policy. |
static int |
AR_SERVER_INFO_ENC_SESS_H_ENTRIES
Number of encryption session hash entries. |
static int |
AR_SERVER_INFO_ENCRYPT_AL_SQL
Obsolete server option. |
static int |
AR_SERVER_INFO_ERROR_EXCEPTION_LIST
List of ";" delimited error numbers to produce diagnostics for. |
static int |
AR_SERVER_INFO_ESCALATION_LOG_FILE
Name of the file to use if escalation tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_ESCL_DAEMON
Obsolete server option. |
static int |
AR_SERVER_INFO_ESCL_LOG_FORM
char - form name for logging escalation |
static int |
AR_SERVER_INFO_ESCL_TCP_PORT
Obsolete server option. |
static int |
AR_SERVER_INFO_EXCEPTION_OPTION
|
static int |
AR_SERVER_INFO_EXPORT_SVR_OPS
Export Server-side operations |
static int |
AR_SERVER_INFO_EXPORT_VERSION
Integer indicating the server's export version number. |
static int |
AR_SERVER_INFO_EXT_AUTH_CAPABILITIES
|
static int |
AR_SERVER_INFO_FAST_TCP_PORT
Obsolete server option. |
static int |
AR_SERVER_INFO_FILT_MAX_STACK
Maximum number of levels of recursion allowed for a given operation. |
static int |
AR_SERVER_INFO_FILT_MAX_TOTAL
Maximum number of filters that the server will execute for a given operation. |
static int |
AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT
Timeout associated with calls to the filter API. |
static int |
AR_SERVER_INFO_FILTER_LOG_FILE
Name of the file to use if filter tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_FILTER_LOG_FORM
char - form name for logging filter |
static int |
AR_SERVER_INFO_FIPS_CLIENT_MODE
char - FIPS Client Mode |
static int |
AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX
int - FIPS Dual Mode index value |
static int |
AR_SERVER_INFO_FIPS_MODE_INDEX
int - FIPS Server Mode index value |
static int |
AR_SERVER_INFO_FIPS_SERVER_MODE
char - FIPS Server Mode |
static int |
AR_SERVER_INFO_FIPS_STATUS
char - FIPS Status |
static int |
AR_SERVER_INFO_FIRE_ESCALATIONS
int - indicates the escalation/s to fire |
static int |
AR_SERVER_INFO_FIXED_LICENSE
number of fixed user licenses (int). |
static int |
AR_SERVER_INFO_FLASH_DAEMON
Obsolete server option. |
static int |
AR_SERVER_INFO_FLASH_TCP_PORT
Obsolete server option. |
static int |
AR_SERVER_INFO_FLOAT_LICENSE
Number of floating write licenses defined. |
static int |
AR_SERVER_INFO_FLOAT_TIMEOUT
Number of hours the server waits before disconnecting inactive users. |
static int |
AR_SERVER_INFO_FLUSH_LOG_LINES
Force flush of every logged line. |
static int |
AR_SERVER_INFO_FT_CASE_SENSITIVITY
int - Full text case sensitivity option. |
static int |
AR_SERVER_INFO_FT_COLLECTION_DIR
char - full text collection directory |
static int |
AR_SERVER_INFO_FT_CONFIGURATION_DIR
char - full text configuration directory |
static int |
AR_SERVER_INFO_FT_DISABLE_SEARCH
int - Disables full text searching. |
static int |
AR_SERVER_INFO_FT_FORM_REINDEX
char - names of forms to reindex on input and names of forms pending indexing on output separated by AR_FULL_TEXT_FORM_REINDEX_SEPARATOR. |
static int |
AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD
int - number of index changes before index optimization occurs |
static int |
AR_SERVER_INFO_FT_RECOVERY_INTERVAL
int - minimum number of minutes between full text indexing failure recovery attempts |
static int |
AR_SERVER_INFO_FT_REINDEX
int - initiates full text reindexing with a value of 1 |
static int |
AR_SERVER_INFO_FT_SEARCH_MATCH_OP
int - Full text match option. |
static int |
AR_SERVER_INFO_FT_SERVER_NAME
char - hostname for FT SearchServer |
static int |
AR_SERVER_INFO_FT_SERVER_PORT
int - TCP PORT for FT SearchServer |
static int |
AR_SERVER_INFO_FT_SIGNAL_DELAY
int - number of seconds before sending indexing needed signal in a server group |
static int |
AR_SERVER_INFO_FT_STOP_WORDS
char - semicolon delimited full text stop words |
static int |
AR_SERVER_INFO_FT_TEMP_DIR
char - full text temporary file directory |
static int |
AR_SERVER_INFO_FT_THRESHOLD_HIGH
int - threshold value for not performing complex full text search |
static int |
AR_SERVER_INFO_FT_THRESHOLD_LOW
int - threshold value for using temporary tables in full text search |
static int |
AR_SERVER_INFO_FTEXT_FIXED
Number of fixed Full Text Search licenses defined. |
static int |
AR_SERVER_INFO_FTEXT_FLOAT
Number of floating Full Text Search licenses defined. |
static int |
AR_SERVER_INFO_FTEXT_TIMEOUT
Number of hours the server waits before disconnecting inactive users with Full Text Search licenses. |
static int |
AR_SERVER_INFO_FTINDEXER_LOG_FILE
File name of full text indexer log file. |
static int |
AR_SERVER_INFO_FTINDX_LOG_FORM
char - form name for logging ftindex |
static int |
AR_SERVER_INFO_FULL_HOSTNAME
Full DNS host name of the server ("long" machine name). |
static int |
AR_SERVER_INFO_G_CACHE_CHANGE
Time of the last change to the group cache. |
static int |
AR_SERVER_INFO_GENERAL_AUTH_ERR
|
static int |
AR_SERVER_INFO_GUESTS_RESTRICT_READ
int - Restricted Read to guest user 0 - No (default) 1 - Yes |
static int |
AR_SERVER_INFO_GUID_PREFIX
char - two-character string used as prefix for generated GUIDs |
static int |
AR_SERVER_INFO_HARDWARE
Server hardware type (character string). |
static int |
AR_SERVER_INFO_HOMEPAGE_FORM
Name of the Home Page form. |
static int |
AR_SERVER_INFO_HOSTNAME
Host name of the server ("short" machine name). |
static int |
AR_SERVER_INFO_INFORMIX_DBN
Informix database server name. |
static int |
AR_SERVER_INFO_INFORMIX_RELAY_MOD
Character string that indicates the Informix relay module. |
static int |
AR_SERVER_INFO_INFORMIX_TBC
Informix configuration file. |
static int |
AR_SERVER_INFO_INGRES_VNODE
Obsolete server option. |
static int |
AR_SERVER_INFO_INIT_FORM
Initial Form" to be loaded on Login |
static int |
AR_SERVER_INFO_IP_NAMES
IP addresses that are accepted as current svr |
static int |
AR_SERVER_INFO_JAVA_VM_OPTIONS
Java vm options |
static int |
AR_SERVER_INFO_LICENSE_USAGE
int 0 = disabled, 1 = write licenses, 2 = all licenses |
static int |
AR_SERVER_INFO_LIST_TCP_PORT
Obsolete server option. |
static int |
AR_SERVER_INFO_LOCALIZED_SERVER
Localized server option for localized messages. |
static int |
AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE
What to log while executing locked workflow 0 - names only 1 - encrypted workflow log |
static int |
AR_SERVER_INFO_LOG_FORM_SELECTED
int - bit mask to indicate form selected - default or common form. |
static int |
AR_SERVER_INFO_LOG_TO_FORM
int - bit mask value each logtype to enable logging to form |
static int |
AR_SERVER_INFO_LOGFILE_APPEND
Integer (0/1) value that indicates whether to create a separate *.bak file or to append to the existing log file. |
static int |
AR_SERVER_INFO_MAX_ATTACH_SIZE
int - The maximum size (in bytes) allowed for attachments for all databases. |
static int |
AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE
Maximum size of audit log file. |
static int |
AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS
Maximum number of concurrent client managed transactions |
static int |
AR_SERVER_INFO_MAX_ENTRIES
Maximum number of entries returned by a single query. |
static int |
AR_SERVER_INFO_MAX_F_DAEMONS
Obsolete server option. |
static int |
AR_SERVER_INFO_MAX_L_DAEMONS
Obsolete server option. |
static int |
AR_SERVER_INFO_MAX_LOG_FILE_SIZE
Maximum size for system log files. |
static int |
AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS
int - maximum number of login attempts allowed (due to bad passwords) |
static int |
AR_SERVER_INFO_MAX_RECURSION_LEVEL
int - max depth for the heirarchical query |
static int |
AR_SERVER_INFO_MAX_SCHEMAS
Maximum number of forms allowed. |
static int |
AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES
int - default value for the maximum number of temp tables to be created for a vendor form. |
static int |
AR_SERVER_INFO_MESSAGE_CAT_SCHEMA
Name of message catalog schema for localized messages. |
static int |
AR_SERVER_INFO_MFS_ENVIRONMENT_FIELD_WEIGHT
|
static int |
AR_SERVER_INFO_MFS_KEYWORDS_FIELD_WEIGHT
|
static int |
AR_SERVER_INFO_MFS_TITLE_FIELD_WEIGHT
Relevancy Weights for the three predefined fields used in multiform FTS Search. |
static int |
AR_SERVER_INFO_MID_TIER_PASSWD
Mid-tier password. |
static int |
AR_SERVER_INFO_MINIMUM_API_VER
is a value indicating the minimum API version that the server is allowed to support. |
static int |
AR_SERVER_INFO_MINIMUM_CMDB_API_VER
int - minimum CMDB API version that server will communicate with |
static int |
AR_SERVER_INFO_MULT_ASSIGN_GROUPS
Multiple assign groups for Field 112 (row level access). |
static int |
AR_SERVER_INFO_MULTI_SERVER
Integer (0/1) value indicating the use of the multi-server option. |
static int |
AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS
int - multiple servers on the same host 0 - No (default) 1 - Yes |
static int |
AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE
int - size of nextId block |
static int |
AR_SERVER_INFO_NEXT_ID_COMMIT
int 0 - Don't commit nextID int 1 - Do commit nextID |
static int |
AR_SERVER_INFO_NFY_TCP_PORT
TCP port that the Notifier server will use. |
static int |
AR_SERVER_INFO_NOTIF_SEND_TIMEOUT
Number of seconds to wait before sending timeout. |
static int |
AR_SERVER_INFO_NOTIFY_WEB_PATH
char - web path for email notifications |
static int |
AR_SERVER_INFO_OBJ_RESERVATION_MODE
int - 0 - not disabled, 10 enforced |
static int |
AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT
int - number of rows fetched at one time from Oracle database |
static int |
AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW
int - Oracle Clob use IN ROW storage 0 - No (default) 1 - Yes |
static int |
AR_SERVER_INFO_ORACLE_CURSOR_SHARE
The value of Oracle parameter cursor_sharing |
static int |
AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB
Support search on Oracle CLOB field. |
static int |
AR_SERVER_INFO_ORACLE_SID
System ID of the Oracle database you are accessing. |
static int |
AR_SERVER_INFO_ORACLE_TWO_T
The two-task environment setting for remote access to an Oracle database. |
static int |
AR_SERVER_INFO_OS
Character string that indicates the server operating system which includes the version number. |
static int |
AR_SERVER_INFO_OVERLAY_MODE
int - overlay group base or overlay; |
static int |
AR_SERVER_INFO_PER_THREAD_LOGS
Enable per-thread logs. |
static int |
AR_SERVER_INFO_PLUGIN_ALIAS
List of plug-in aliases. |
static int |
AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT
int - Default timeout for plugin server |
static int |
AR_SERVER_INFO_PLUGIN_LIST
char - Semicolon delimited list of server plugins |
static int |
AR_SERVER_INFO_PLUGIN_LOG_FILE
Log file name for arplugin . |
static int |
AR_SERVER_INFO_PLUGIN_LOG_LEVEL
int - default 1000 values between 100 - 1000 |
static int |
AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC
RPC program number that plug-ins use when contacting the AR System via the API. |
static int |
AR_SERVER_INFO_PLUGIN_PASSWD
Plug-in server's password. |
static int |
AR_SERVER_INFO_PLUGIN_PATH_LIST
char - Semicolon delimited list of server plugin paths |
static int |
AR_SERVER_INFO_PLUGIN_PORT
int - TCP port for plugin server |
static int |
AR_SERVER_INFO_PLUGIN_TARGET_PASSWD
Password used by plug-in server clients. |
static int |
AR_SERVER_INFO_PREF_SERVER_OPTION
|
static int |
AR_SERVER_INFO_PREFERENCE_PRIORITY
Priority number for preference server. |
static int |
AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS
int - no. |
static int |
AR_SERVER_INFO_PRELOAD_NUM_THREADS
int - no. |
static int |
AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY
int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init |
static int |
AR_SERVER_INFO_PS_RPC_SOCKET
RPC program number and port pairs the Private Servers will use. |
static int |
AR_SERVER_INFO_RE_LOG_DIR
char - Reconciliation Engine log directory (not used by the server) |
static int |
AR_SERVER_INFO_RECORD_OBJECT_RELS
int 0 - do not record object relationships int 1 - record object relationships |
static int |
AR_SERVER_INFO_REG_ENDPOINT_CACHE_FLUSH
int - 0 run preload threads on every InitializeServerCache 1 run preload threads only during init |
static int |
AR_SERVER_INFO_REGISTER_PORTMAPPER
Flag indicating whether to register with the portmapper (1) or not (0). |
static int |
AR_SERVER_INFO_REGISTRY_LOCATION
char - location of Registry Server. |
static int |
AR_SERVER_INFO_REGISTRY_PASSWORD
char - Registry Admin Password. |
static int |
AR_SERVER_INFO_REGISTRY_USER
char - Registry Admin User. |
static int |
AR_SERVER_INFO_REM_SERV_ID
AR System server ID associated with the license (character string). |
static int |
AR_SERVER_INFO_REM_WKFLW_PASSWD
Remote workflow passwd |
static int |
AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD
Remote workflow passwds for other servers |
static int |
AR_SERVER_INFO_REQ_FIELD_IDENTIFIER
char - any ascii char like '*' which marks the field as required |
static int |
AR_SERVER_INFO_REQ_FIELD_IDENTIFIER_LOCATION
int - 0 - front of label; 1 - back of label; |
static int |
AR_SERVER_INFO_RESERV1_A
(integer) Number of fixed reserve licenses. |
static int |
AR_SERVER_INFO_RESERV1_B
(integer) Number of floating reserve licenses. |
static int |
AR_SERVER_INFO_RESERV1_C
(integer) Number of admin reserve licenses. |
static int |
AR_SERVER_INFO_RESTART_PLUGIN
int - Plugin server shutdown |
static int |
AR_SERVER_INFO_ROLE_CHANGE
Last role change |
static int |
AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT
int - size limit of rpc data sent to the server |
static int |
AR_SERVER_INFO_RPC_NON_BLOCKING_IO
|
static int |
AR_SERVER_INFO_SAVE_LOGIN
Value indicating whether users must log in to client tools: 0 is controlled by user (default setting). |
static int |
AR_SERVER_INFO_SCC_COMMENT_CHECKIN
Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkin time. |
static int |
AR_SERVER_INFO_SCC_COMMENT_CHECKOUT
Integer (0 or 1) value indicating whether or not a source code control integration requires you to entire a comment at checkout time. |
static int |
AR_SERVER_INFO_SCC_ENABLED
Value indicating whether a source code control system is being used with the AR System. |
static int |
AR_SERVER_INFO_SCC_INTEGRATION_MODE
Integer (0 or 1) value indicating the level of source code control integration. |
static int |
AR_SERVER_INFO_SCC_PROVIDER_NAME
Character string for the source code control system provider name. |
static int |
AR_SERVER_INFO_SCC_TARGET_DIR
Character string for the source code control system target directory. |
static int |
AR_SERVER_INFO_SERVER_DIR
Data directory for the AR System. |
static int |
AR_SERVER_INFO_SERVER_IDENT
Unique identifier for the server (character string). |
static int |
AR_SERVER_INFO_SERVER_LANG
Local language setting of the server. |
static int |
AR_SERVER_INFO_SERVER_LICENSE
Server license type (character string). |
static int |
AR_SERVER_INFO_SERVER_NAME
Alias server name that is always interpreted as the current server. |
static int |
AR_SERVER_INFO_SERVER_TIME
AR System server time. |
static int |
AR_SERVER_INFO_SERVERGROUP_INTERVAL
Interval (seconds) for server group checking. |
static int |
AR_SERVER_INFO_SERVERGROUP_LOG_FILE
File name of server group log file. |
static int |
AR_SERVER_INFO_SERVERGROUP_MEMBER
Server group member flag. |
static int |
AR_SERVER_INFO_SERVERGROUP_NAME
Name of server group. |
static int |
AR_SERVER_INFO_SET_PROC_TIME
Number of seconds the server waits before ending a set fields process that has not completed. |
static int |
AR_SERVER_INFO_SG_ADMIN_SERVER_NAME
Name of server in server group owning Administration operation. |
static int |
AR_SERVER_INFO_SG_ADMIN_SERVER_PORT
Port number of server in server group owning Administration operation. |
static int |
AR_SERVER_INFO_SG_AIE_STATE
int - state of server group AIE process 0 = no server group or not managed 1 = suspended 2 = resumed |
static int |
AR_SERVER_INFO_SG_EMAIL_STATE
State of server group email process 0 = no server group or not managed 1 = suspended 2 = resumed |
static int |
AR_SERVER_INFO_SG_FLASHBOARDS_STATE
State of server group flashboards process 0 = no server group or not managed 1 = suspended 2 = resumed |
static int |
AR_SERVER_INFO_SHARED_CACHE
Obsolete server option. |
static int |
AR_SERVER_INFO_SHARED_LIB
char - The name of the cmdb shared library to be loaded by the server |
static int |
AR_SERVER_INFO_SHARED_LIB_PATH
char - Additional path environment settings for cmdb shared library |
static int |
AR_SERVER_INFO_SHARED_MEM
(UNIX only) A flag indicating whether the shared memory is disabled or enabled. |
static int |
AR_SERVER_INFO_SQL_LOG_FILE
Name of the file to use if SQL tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_SQL_LOG_FORM
char - form name for logging sql |
static int |
AR_SERVER_INFO_SSTABLE_CHUNK_SIZE
max sstable chunk (0 means unlimited) |
static int |
AR_SERVER_INFO_STRUCT_CHANGE
Last structure change (for this run of the server). |
static int |
AR_SERVER_INFO_SUBMITTER_MODE
Submitter of an entry must have a license to modify it. |
static int |
AR_SERVER_INFO_SUPPRESS_DOMAIN_IN_URL
int - SQL Server DB conn timeout in Seconds. |
static int |
AR_SERVER_INFO_SUPPRESS_WARN
Series of zero or more message numbers (separated by spaces) that identify the informational or warning messages that the system suppresses. |
static int |
AR_SERVER_INFO_SVR_EVENT_LIST
List of server events to record. |
static int |
AR_SERVER_INFO_SVR_SEC_CACHE
(integer) Ties security cache to specific server name (0/1). |
static int |
AR_SERVER_INFO_SVR_STATS_REC_INTERVAL
Recording interval (seconds) of server event statistics: 0 = No server statistics recording 1 = Cumulative server queue statistics 2 = Individual and cumulative server queue statistics |
static int |
AR_SERVER_INFO_SVR_STATS_REC_MODE
Recording mode for server events statistics. |
static int |
AR_SERVER_INFO_SVRGRP_LOG_FORM
char - form name for logging servergroup |
static int |
AR_SERVER_INFO_SYBASE_CHARSET
Character set being used to access a Sybase database. |
static int |
AR_SERVER_INFO_SYBASE_SERV
Sybase logical server name. |
static int |
AR_SERVER_INFO_SYS_LOGGING_OPTIONS
|
static int |
AR_SERVER_INFO_TCD_TCP_PORT
TCP port for arservtcd thread. |
static int |
AR_SERVER_INFO_THREAD_LOG_FILE
Name of the file to use if thread tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ) (Windows only). |
static int |
AR_SERVER_INFO_THREAD_LOG_FORM
char - form name for logging thread |
static int |
AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF
Two digit year cutoff. |
static int |
AR_SERVER_INFO_U_CACHE_CHANGE
Time of the last change to the user cache. |
static int |
AR_SERVER_INFO_UNQUAL_QUERIES
Indicates whether the server allows unqualified queries. |
static int |
AR_SERVER_INFO_USE_CON_NAME_IN_STATS
int 0 - use default server name in statistics entries int 1 - use server connect name in statistics entries |
static int |
AR_SERVER_INFO_USE_ETC_PASSWD
Indicates whether the /etc/passwd file is used to validate users not registered with the AR System (UNIX only). |
static int |
AR_SERVER_INFO_USE_FTS_IN_WORKFLOW
int 0 - do not use FTS in workflow int 1 - use FTS in workflow (default) |
static int |
AR_SERVER_INFO_USE_PROMPT_BAR_FOR
int - used to update "System Messages Displayed" |
static int |
AR_SERVER_INFO_USER_CACHE_UTILS
Flag indicating whether the ARCACHE and ARRELOAD utilities are enabled. |
static int |
AR_SERVER_INFO_USER_INFO_LISTS
(integer) Number of User/NotifyUser hash lists |
static int |
AR_SERVER_INFO_USER_INST_TIMEOUT
(integer) Timeout interval to flush user instances in User Cache hash lists. |
static int |
AR_SERVER_INFO_USER_LOG_FILE
Name of the file to use if user tracing is turned on (see AR_SERVER_INFO_DEBUG_MODE ). |
static int |
AR_SERVER_INFO_USER_LOG_FORM
char - form name for logging user |
static int |
AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE
int - 0 - not disabled, 10 enabled |
static int |
AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF
int - 0 - save, 10 do not save |
static int |
AR_SERVER_INFO_VERSION
AR System server version (character string). |
static int |
AR_SERVER_INFO_XREF_PASSWORDS
Indicates whether the /etc/passwd file is cross-referenced if an AR System user has no password (UNIX only). |
static int |
AR_SERVER_STAT_API_REQUESTS
(integer) Total number of API requests received. |
static int |
AR_SERVER_STAT_API_TIME
(integer) Total processor time spent performing API function calls. |
static int |
AR_SERVER_STAT_BAD_PASSWORD
(integer) Total number of times an incorrect password was specified during login. |
static int |
AR_SERVER_STAT_CACHE_TIME
(integer) Total processor time spent loading the internal arserver cache. |
static int |
AR_SERVER_STAT_CPU
(integer) Total CPU time used by the server. |
static int |
AR_SERVER_STAT_CREATE_E_COUNT
(integer) Total number of calls made to the ARCreateEntry function. |
static int |
AR_SERVER_STAT_CREATE_E_TIME
(integer) Total processor time spent performing the ARCreateEntry function. |
static int |
AR_SERVER_STAT_CURRENT_USERS
(integer) Total number of users currently accessing the system. |
static int |
AR_SERVER_STAT_DELETE_E_COUNT
(integer) Total number of calls made to the ARDeleteEntry function. |
static int |
AR_SERVER_STAT_DELETE_E_TIME
(integer) Total processor time spent performing the ARDeleteEntry function. |
static int |
AR_SERVER_STAT_E_STATS_COUNT
(integer) Total number of calls made to the ARGetEntryStatistics function. |
static int |
AR_SERVER_STAT_E_STATS_TIME
(integer) Total processor time spent performing the ARGetEntryStatistics function. |
static int |
AR_SERVER_STAT_ENTRY_TIME
(integer) Total processor time spent performing API function calls that manipulate entries. |
static int |
AR_SERVER_STAT_ESCL_DISABLE
(integer) Total number of escalations that were evaluated but skipped because they were marked disabled. |
static int |
AR_SERVER_STAT_ESCL_FAILED
(integer) Total number of escalations that were skipped (qualification criteria not met). |
static int |
AR_SERVER_STAT_ESCL_FIELDP
(integer) Total number of push fields escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_FIELDS
(integer) Total number of set fields escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_FIELDS_FLTAPI
(integer) Total number of escalation set-fields-filter-api actions. |
static int |
AR_SERVER_STAT_ESCL_FIELDS_PROCESS
(integer) Total number of escalation set-fields-process actions |
static int |
AR_SERVER_STAT_ESCL_FIELDS_SQL
(integer) Total number of escalation set-fields-sql actions. |
static int |
AR_SERVER_STAT_ESCL_LOG
(integer) Total number of log escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_NOTIFY
(integer) Total number of notify escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_PASSED
(integer) Total number of escalations that were executed (qualification criteria met). |
static int |
AR_SERVER_STAT_ESCL_PROCESS
(integer) Total number of run process escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_SQL
(integer) Total number of direct SQL escalation actions performed. |
static int |
AR_SERVER_STAT_ESCL_TIME
(integer) Total processor time spent checking and processing escalations. |
static int |
AR_SERVER_STAT_FILTER_CALL_GUIDE
(integer) Total number of filter call guide-actions. |
static int |
AR_SERVER_STAT_FILTER_DISABLE
(integer) Total number of filters that were evaluated but skipped because they were marked disabled. |
static int |
AR_SERVER_STAT_FILTER_EXIT_GUIDE
(integer) Total number of filter exit-actions. |
static int |
AR_SERVER_STAT_FILTER_FAILED
(integer) Total number of filters that were skipped (qualification criteria not met). |
static int |
AR_SERVER_STAT_FILTER_FIELDP
(integer) Total number of push fields filter actions performed. |
static int |
AR_SERVER_STAT_FILTER_FIELDS
(integer) Total number of set fields filter actions performed. |
static int |
AR_SERVER_STAT_FILTER_FIELDS_FLTAPI
(integer) Total number of filter set-fields-filter-api actions. |
static int |
AR_SERVER_STAT_FILTER_FIELDS_PROCESS
(integer) Total number of filter set-fields-process actions. |
static int |
AR_SERVER_STAT_FILTER_FIELDS_SQL
(integer) Total number of filter set-fields-sql actions. |
static int |
AR_SERVER_STAT_FILTER_GOTO_ACTION
(integer) Total number of filter goto-actions. |
static int |
AR_SERVER_STAT_FILTER_GOTO_GUIDE_LB
(integer) Total number of filter goto-guide-label actions. |
static int |
AR_SERVER_STAT_FILTER_LOG
(integer) Total number of log filter actions performed. |
static int |
AR_SERVER_STAT_FILTER_MESSAGE
(integer) Total number of message filters actions performed. |
static int |
AR_SERVER_STAT_FILTER_NOTIFY
(integer) Total number of notify filters actions performed. |
static int |
AR_SERVER_STAT_FILTER_PASSED
(integer) Total number of filters that were executed (qualification criteria met). |
static int |
AR_SERVER_STAT_FILTER_PROCESS
(integer) Total number of run process filter actions performed. |
static int |
AR_SERVER_STAT_FILTER_SQL
(integer) Total number of direct SQL filter actions performed. |
static int |
AR_SERVER_STAT_FILTER_TIME
(integer) Total processor time spent checking and processing filters. |
static int |
AR_SERVER_STAT_FTS_SRCH_COUNT
(integer) Total number of Full Text Search operations performed. |
static int |
AR_SERVER_STAT_FTS_SRCH_TIME
(integer) Total processor time spent performing Full Text Search operations. |
static int |
AR_SERVER_STAT_FULL_FIXED
(integer) Total number of connected users with fixed Full Text Search licenses. |
static int |
AR_SERVER_STAT_FULL_FLOATING
(integer) Total number of connected users with floating Full Text Search licenses. |
static int |
AR_SERVER_STAT_FULL_NONE
(integer) Total number of connected users with no Full Text Search licenses. |
static int |
AR_SERVER_STAT_GET_E_COUNT
(integer) Total number of calls made to the ARGetEntry function. |
static int |
AR_SERVER_STAT_GET_E_TIME
(integer) Total processor time spent performing the ARGetEntry function. |
static int |
AR_SERVER_STAT_GETLIST_E_COUNT
(integer) Total number of calls made to the ARGetListEntry function. |
static int |
AR_SERVER_STAT_GETLIST_E_TIME
(integer) Total processor time spent performing the ARGetListEntry function. |
static int |
AR_SERVER_STAT_IDLE_TIME
(integer) Total idle time when the server is not processing any requests. |
static int |
AR_SERVER_STAT_MAX_CACHES
(integer) Max number of active caches. |
static int |
AR_SERVER_STAT_MERGE_E_COUNT
(integer) Total number of calls made to the ARMergeEntry function. |
static int |
AR_SERVER_STAT_MERGE_E_TIME
(integer) Total processor time spent performing the ARMergeEntry function. |
static int |
AR_SERVER_STAT_NET_RESP_TIME
(integer) Total time spent on the network responding to the client. |
static int |
AR_SERVER_STAT_NO_FULL_TOKEN
(integer) Total number of times a user tried to connect and no floating Full Text Search token was available. |
static int |
AR_SERVER_STAT_NO_WRITE_TOKEN
(integer) Total number of times a user tried to connect and no floating write token was available. |
static int |
AR_SERVER_STAT_NUM_CACHES
(integer) Current number of active caches. |
static int |
AR_SERVER_STAT_NUM_THREADS
(integer) Total number of threads in queue. |
static int |
AR_SERVER_STAT_NUMBER_BLOCKED
(integer) Total number of blocked processes. |
static int |
AR_SERVER_STAT_OTHER_TIME
(integer) Total processor time spent performing API function calls that do not manipulate entries or restructure the database. |
static int |
AR_SERVER_STAT_RESTRUCT_TIME
(integer) Total processor time spent performing API function calls that restructure the database. |
static int |
AR_SERVER_STAT_SET_E_COUNT
(integer) Total number of calls made to the ARSetEntry function. |
static int |
AR_SERVER_STAT_SET_E_TIME
(integer) Total processor time spent performing the ARSetEntry function. |
static int |
AR_SERVER_STAT_SINCE_START
(integer) Number of seconds since the server was started (i.e. |
static int |
AR_SERVER_STAT_SQL_DB_COUNT
(integer) Total number of SQL commands sent to the database. |
static int |
AR_SERVER_STAT_SQL_DB_TIME
(integer) Total processor time spent performing SQL commands. |
static int |
AR_SERVER_STAT_START_TIME
(time stamp) UNIX time at which this server was started. |
static int |
AR_SERVER_STAT_TIMES_BLOCKED
(integer) Total number of instances in which at least one process was blocked by the current process. |
static int |
AR_SERVER_STAT_WRITE_FIXED
(integer) Total number of connected users with fixed write licenses. |
static int |
AR_SERVER_STAT_WRITE_FLOATING
(integer) Total number of connected users with floating write licenses. |
static int |
AR_SERVER_STAT_WRITE_READ
(integer) Total number of connected users with no write licenses. |
static int |
AR_SERVER_STAT_WRITE_RESTRICTED_READ
(integer) Total number of write restricted read users |
static int |
AR_SESS_API_CMD_LOG
Name of api logging command file (get only). |
static int |
AR_SESS_API_RES_LOG
Name of api logging result file (get only). |
static int |
AR_SESS_CHUNK_RESPONSE_SIZE
Maximum size of a single response. |
static int |
AR_SESS_CLIENT_TYPE
Client type of the api program such as Remedy User, Remedy Administrator, DSO, Mid-Tier, Approval, Flashboards, Palm Pilot, Email, and so on. |
static int |
AR_SESS_CONTROL_PROP_API_OVERLAYGROUP
Object string session api overlay group. |
static int |
AR_SESS_CONTROL_PROP_DESIGN_OVERLAYGROUP
Object string session design overlay group. |
static int |
AR_SESS_LOCK_TO_SOCKET_NUMBER
Socket number to lock to. |
static int |
AR_SESS_OVERRIDE_PREV_IP
Indicates that session can be overriden. |
static int |
AR_SESS_POOLED
Flag that indicates if session is pooled. |
static int |
AR_SESS_TIMEOUT_LONG
Timeout for long operations. |
static int |
AR_SESS_TIMEOUT_NORMAL
Timeout for normal operations. |
static int |
AR_SESS_TIMEOUT_XLONG
Timeout for extra long operations. |
static int |
AR_SESS_VUI_TYPE
Indicates type for the VUI. |
static int |
AR_SET_DEFAULTS_ID
Reserved for Set Field Defaults on OpenWindow action. |
static int |
AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES
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(). |
static int |
AR_SIGNAL_CONFIG_CHANGED
Reread the configuration file. |
static int |
AR_SIGNAL_GROUP_CACHE_CHANGED
Read the group info and cache. |
static int |
AR_SIGNAL_LICENSE_CHANGED
Read the license information. |
static int |
AR_SMOPROP_APP_ACCESS_POINT
Indicates whether the object is an access point. |
static int |
AR_SMOPROP_APP_BSM_TAG
Property for objects with the BSM tag. |
static int |
AR_SMOPROP_APP_LIC_DESCRIPTOR
Indicates the license descriptor for applications and forms |
static int |
AR_SMOPROP_APP_LIC_USER_LICENSABLE
Numeric Boolean value that indicates whether the form is user-licensable |
static int |
AR_SMOPROP_APP_LIC_VERSION
Properties for Application Licensing Indicates the license version for applications and forms |
static int |
AR_SMOPROP_APP_OWNER
Name of the application owner for the object |
static int |
AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER
Entry point order within entry point list |
static int |
AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER
Entry point order within entry point list |
static int |
AR_SMOPROP_FILTER_GET_DATA_AS_USER
Property that indicates whether or not a filter should use the permissions of an API user when retrieving data. |
static int |
AR_SMOPROP_NO_APP_STATS_LOGGING
Participates in application statistics |
static int |
AR_SMOPROP_NONE
No property server managed object property. |
static int |
AR_SMOPROP_OBJECT_LOCK_KEY
Object lock key. |
static int |
AR_SMOPROP_OBJECT_LOCK_TYPE
Object lock type. |
static int |
AR_SMOPROP_OBJECT_VERSION
Version property of the object. |
static int |
AR_SMOPROP_OVERLAY_GROUP
Property of every object for overlay group |
static int |
AR_SMOPROP_OVERLAY_PROPERTY
Property of every object for overlay property |
static int |
AR_SMOPROP_PRIMARY_FIELDSET
Property used to get unique field combination on import of form data. |
static int |
AR_SORT_ASCENDING
Tag for ascending sort order. |
static int |
AR_SORT_DESCENDING
Tag for descending sort order. |
static int |
AR_START_WITH_FIRST_ENTRY
Indicates result set should retrieve starting with first entry. |
static int |
AR_STAT_HISTORY
A value from the Status-History core field to compare in a relational operation. |
static int |
AR_STAT_HISTORY_TIME
Specifies time when the status was assigned. |
static int |
AR_STAT_HISTORY_USER
Specifies user who assigned the specified status. |
static int |
AR_STAT_OP_AVERAGE
Average value for each group. |
static int |
AR_STAT_OP_COUNT
Total number of matching entries. |
static int |
AR_STAT_OP_MAXIMUM
Maximum value for each group. |
static int |
AR_STAT_OP_MINIMUM
Minimum value for each group. |
static int |
AR_STAT_OP_SUM
Sum of values for each group. |
static int |
AR_STORE_OPT_DEF
CLOB Storage Option - Default Implementation. |
static int |
AR_STORE_OPT_INROW
CLOB Storage Option - Default Implementation. |
static int |
AR_STORE_OPT_OUTROW
CLOB Storage Option - Default Implementation. |
static int |
AR_STRUCT_ITEM_ACTIVE_LINK
Active link definition |
static int |
AR_STRUCT_ITEM_ADMIN_EXT
Administrator extensions are no longer supported in the AR System. |
static int |
AR_STRUCT_ITEM_APP
application definition |
static int |
AR_STRUCT_ITEM_CHAR_MENU
Character menu definition |
static int |
AR_STRUCT_ITEM_CONTAINER
Container definition |
static int |
AR_STRUCT_ITEM_DIST_MAP
Mapping definition for Remedy Distributed Server Option |
static int |
AR_STRUCT_ITEM_DIST_POOL
Distributed Server definition |
static int |
AR_STRUCT_ITEM_ESCALATION
Escalation definition |
static int |
AR_STRUCT_ITEM_FIELD
field definition |
static int |
AR_STRUCT_ITEM_FILTER
Filter definition |
static int |
AR_STRUCT_ITEM_IMAGE
application definition |
static int |
AR_STRUCT_ITEM_LOCALE_VUI
VUI based on locale |
static int |
AR_STRUCT_ITEM_SCHEMA
Schema definition, including views, help text, and change diary information. |
static int |
AR_STRUCT_ITEM_SCHEMA_DATA
application data |
static int |
AR_STRUCT_ITEM_SCHEMA_DEFN
Structure definition for configuring AR System User cache (special purpose export) |
static int |
AR_STRUCT_ITEM_SCHEMA_MAIL
Email template for submitting requests (special purpose export). |
static int |
AR_STRUCT_ITEM_SCHEMA_VIEW
Display definition for configuring Remedy User cache (special purpose export). |
static int |
AR_STRUCT_ITEM_SCHEMA_VIEW_2
Tag for all VUIs instead of just one. |
static int |
AR_STRUCT_ITEM_SCHEMA_VIEW_MIN
Display definition without bitmaps for Remedy User |
static int |
AR_STRUCT_ITEM_VUI
Vui definition |
static int |
AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG
mask for exporting timestamps as zero and and last modified as empty string |
static int |
AR_STRUCT_XML_OFFSET
mask for the exporting object in XML format |
static int |
AR_SUBMITTER_MODE_CHANGEABLE
Submitter mode changeable after create. |
static int |
AR_SUBMITTER_MODE_LOCKED
Submitter mode locked at create. |
static int |
AR_SUPPORT_FILE_EXTERNAL_REPORT
Specify for an external report file to be associated with an active link. |
static int |
AR_SUPPORT_FILE_NONE
No external report file associated with an active link. |
static int |
AR_SYS_MSG_DISP_ALL
Display all messages in prompt-bar |
static int |
AR_SYS_MSG_DISP_NONE
No messages displayed in prompt-bar, every message as pop-up |
static int |
AR_SYS_MSG_DISP_NOTE_AND_WARN
Display only note and warning in prompt-bar |
static String |
AR_SYSTEM_NAME
Name of AR System |
static int |
AR_TABLE_PERSIST_DIRTY_ROWS_DISABLED
|
static int |
AR_TABLE_PERSIST_DIRTY_ROWS_ENABLED
|
static int |
AR_TASK_STATE_COMMIT
|
static int |
AR_TASK_STATE_COMPLETE_MASK
|
static int |
AR_TASK_STATE_NONE
|
static int |
AR_TASK_STATE_OPEN
|
static int |
AR_TASK_STATE_OPEN_MASK
|
static int |
AR_TASK_STATE_ROllEDBACK
|
static int |
AR_TIMEMARK_ALL
Used in escalation interval time criteria. |
static int |
AR_TIMEMARK_END_OF_MONTH
Defines end of month as 31 days. |
static int |
AR_TIMEMARK_NOTFOUND
Used in escalation interval time criteria. |
static int |
AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT
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). |
static int |
AR_UNICODE_ENCRYPTION
When exporting a definition, encrypts certain active link and char menu commands using unicode encryption. |
static int |
AR_USER_LIST_CURRENT
Retrieve or store all users currently accessing the server |
static int |
AR_USER_LIST_MYSELF
Retrieve or store the current user |
static int |
AR_USER_LIST_REGISTERED
Retrieve or store all registered users |
static int |
AR_VALUE
Tag used to indicate a constant or keyword value. |
static int |
AR_VALUE_SET
Set of values used for the IN operator |
static int |
AR_VALUE_SET_QUERY
Value from Value Set Query |
static int |
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT
Version Control config definations for object rmodification log DEFINITION_FILES: default |
static int |
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE
Version Control config definations for object modification log DEFINITION_FILES: DONOT_SAVE |
static int |
AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE
Version Control config definations for object modification log DEFINITION_FILES: SAVE |
static int |
AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT
Version Control config definations for object rmodification log default mode |
static int |
AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED
Version Control config definations for object modification log mode : disabled |
static int |
AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED
Version Control config definations for object modification log mode : enabled |
static int |
AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT
Version Control config definations for object reservation default mode |
static int |
AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED
Version Control config definations for object reservation mode : disabled |
static int |
AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED
Version Control config definations for object reservation mode : enforced |
static int |
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE
Version Control Object Reservation object subtype selection: Container - Active Link Guide |
static int |
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION
Version Control Object Reservation object subtype selection: Container - Application |
static int |
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE
Version Control Object Reservation object subtype selection: Container - Filter Guide |
static int |
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST
Version Control Object Reservation object subtype selection: Container - Packing List |
static int |
AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE
Version Control Object Reservation object subtype selection: Container - Web Service |
static int |
AR_VERCNTL_OBJ_SUBTYPE_NONE
Version Control Object Reservation object subtype selection: None |
static int |
AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK
Version Control Object Reservation type selection : ACTIVE_LINK |
static int |
AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU
Version Control Object Reservation type selection : CHARACTER_MENU |
static int |
AR_VERCNTL_OBJ_TYPE_CONTAINER
Version Control Object Reservation type selection: CONTAINER |
static int |
AR_VERCNTL_OBJ_TYPE_ESCALATION
Version Control Object Reservation type selection : ESCALATION |
static int |
AR_VERCNTL_OBJ_TYPE_FILTER
Version Control Object Reservation type selection : FILTER |
static int |
AR_VERCNTL_OBJ_TYPE_FORM
Version Control Object Reservation type selection: FORM |
static int |
AR_VERCNTL_OBJ_TYPE_IMAGE
Version Control Object Reservation type selection: IMAGE |
static int |
AR_VUI_TYPE_NONE
No VUI type. |
static int |
AR_VUI_TYPE_STANDARD
VUI type for standard views. |
static int |
AR_VUI_TYPE_WEB
VUI type for web views. |
static int |
AR_VUI_TYPE_WEB_ABS_POS
VUI type for web views using absolute positioning. |
static int |
AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN
VUI type for web views using absolute positioning with web view autogeneration enabled. |
static int |
AR_VUI_TYPE_WEB_AUTOGEN
VUI type for web views with web view autogeneration enabled. |
static int |
AR_VUI_TYPE_WINDOWS
VUI type for window views. |
static int |
AR_VUI_TYPE_WIRELESS
VUI type for wireless views. |
static int |
AR_WARN_FLATFILE_LIMIT
Warning threshold if this size of flat-file database reached (9000000). |
static int |
AR_WORKFLOW_CONN_SCHEMA_LIST
Workflow associated with a list of schemas. |
static int |
AR_WRITE_TO_FILE
Logs to a file. |
static int |
AR_WRITE_TO_STATUS_LIST
Logs as part of a Status List. |
static int |
ARAPP_RESERV_APPLIC_CATEGORY
Reserved fields for Application support |
static int |
ARAPP_RESERV_APPLIC_COMMAND
|
static int |
ARAPP_RESERV_APPLIC_ENTRY_ID
|
static int |
ARAPP_RESERV_APPLIC_FIELD_1
|
static int |
ARAPP_RESERV_APPLIC_FIELD_2
|
static int |
ARAPP_RESERV_APPLIC_FIELD_3
|
static int |
ARAPP_RESERV_APPLIC_OTHER_LONG
|
static int |
ARAPP_RESERV_APPLIC_OTHER_SHORT
|
static int |
ARAPP_RESERV_APPLIC_SCHEMA
|
static int |
ARAPP_RESERV_APPLIC_TAG
|
static int |
ARCON_ALL
Container for all objects (guides, applications, and packing lists). |
static int |
ARCON_APP
Container for applications. |
static int |
ARCON_FILTER_GUIDE
Container for filters. |
static int |
ARCON_GUIDE
Container for guides. |
static int |
ARCON_LAST_RESERVED
AR System reserved container type. |
static int |
ARCON_PACK
Container for packing lists. |
static int |
ARCON_WEBSERVICE
Web service container |
static int |
ARCONOWNER_ALL
All containers, owned and unowned ones. |
static int |
ARCONOWNER_NONE
The container is globally owned. |
static int |
ARCONOWNER_SCHEMA
Owner object is a schema. |
static int |
ARDS_RESERV_DISTRIB_CONNECT
|
static int |
ARDS_RESERV_DISTRIB_CUR_SCHEMA
|
static int |
ARDS_RESERV_DISTRIB_CUR_SERVER
|
static int |
ARDS_RESERV_DISTRIB_DEFAULT
|
static int |
ARDS_RESERV_DISTRIB_DEFAULT_MAP
|
static int |
ARDS_RESERV_DISTRIB_DUP_ACTION
|
static int |
ARDS_RESERV_DISTRIB_DUP_ACTION_2
|
static int |
ARDS_RESERV_DISTRIB_EXCL_LIST
|
static int |
ARDS_RESERV_DISTRIB_EXEORDER
|
static int |
ARDS_RESERV_DISTRIB_FROM_ENTRYID
|
static int |
ARDS_RESERV_DISTRIB_FROM_MAPPING
|
static int |
ARDS_RESERV_DISTRIB_FROM_POOL
|
static int |
ARDS_RESERV_DISTRIB_FROM_SCHEMA
|
static int |
ARDS_RESERV_DISTRIB_FROM_SCHEMA_2
|
static int |
ARDS_RESERV_DISTRIB_FROM_SERVER
|
static int |
ARDS_RESERV_DISTRIB_FROM_SERVER_2
|
static int |
ARDS_RESERV_DISTRIB_LOGICAL_NAME
|
static int |
ARDS_RESERV_DISTRIB_LOGICAL_SVRNAME_FLAG
|
static int |
ARDS_RESERV_DISTRIB_MAP_HISTORY
|
static int |
ARDS_RESERV_DISTRIB_MAP_TYPE
|
static int |
ARDS_RESERV_DISTRIB_MAPPING
|
static int |
ARDS_RESERV_DISTRIB_MAPPING_NAME
|
static int |
ARDS_RESERV_DISTRIB_MASTER_FLAG
|
static int |
ARDS_RESERV_DISTRIB_MATCH_QUAL
|
static int |
ARDS_RESERV_DISTRIB_MATCH_QUAL_2
|
static int |
ARDS_RESERV_DISTRIB_OPROP
|
static int |
ARDS_RESERV_DISTRIB_PATTERN_MATCH
|
static int |
ARDS_RESERV_DISTRIB_PATTERN_MATCH_2
|
static int |
ARDS_RESERV_DISTRIB_PENDING_NAME
|
static int |
ARDS_RESERV_DISTRIB_PENDING_OTHER
|
static int |
ARDS_RESERV_DISTRIB_PENDING_TYPE
|
static int |
ARDS_RESERV_DISTRIB_PHYSICAL_NAME
|
static int |
ARDS_RESERV_DISTRIB_POOL
|
static int |
ARDS_RESERV_DISTRIB_POOL_NAME
|
static int |
ARDS_RESERV_DISTRIB_REQUIRED_FIELDS
|
static int |
ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2
|
static int |
ARDS_RESERV_DISTRIB_RETRY_TIME
|
static int |
ARDS_RESERV_DISTRIB_RETRY_TIME_2
|
static int |
ARDS_RESERV_DISTRIB_RTN_EXCL_LIST
|
static int |
ARDS_RESERV_DISTRIB_RTN_MAP_TYPE
|
static int |
ARDS_RESERV_DISTRIB_RTN_MAPPING
|
static int |
ARDS_RESERV_DISTRIB_SOURCE_ID
|
static int |
ARDS_RESERV_DISTRIB_TCOUNT
|
static int |
ARDS_RESERV_DISTRIB_TO_ENTRYID
|
static int |
ARDS_RESERV_DISTRIB_TO_MAPPING
|
static int |
ARDS_RESERV_DISTRIB_TO_SCHEMA
|
static int |
ARDS_RESERV_DISTRIB_TO_SCHEMA_2
|
static int |
ARDS_RESERV_DISTRIB_TO_SERVER
|
static int |
ARDS_RESERV_DISTRIB_TO_SERVER_2
|
static int |
ARDS_RESERV_DISTRIB_TRANS_MODE
|
static int |
ARDS_RESERV_DISTRIB_TRANS_MODE_2
|
static int |
ARDS_RESERV_DISTRIB_TRANS_STATE
|
static int |
ARDS_RESERV_DISTRIB_UNIQUE_ID
|
static int |
ARDS_RESERV_DISTRIB_UPDATE_CODE
|
static int |
ARDS_RESERV_DISTRIB_UPDATE_CODE_2
|
static int |
ARDS_RESERV_DISTRIB_UPDATE_STATE
|
static int |
AREA_LICENSE_MASK_ALL
Indicates setting all license mask. |
static int |
AREA_LICENSE_MASK_APPS
Indicates setting Application License. |
static int |
AREA_LICENSE_MASK_FULL_TEXT
Indicates setting Full Text Search license. |
static int |
AREA_LICENSE_MASK_RESERVED1
Indicates setting reserved1 License. |
static int |
AREA_LICENSE_MASK_WRITE
Indicates setting write license. |
static int |
ARMAX_CON_DESCRIPTION_LEN
String specifying a display-only description for the reference.Its length is limited by ARMAX_CON_DESCRIPTION_LEN (2000 bytes). |
static int |
ARMAX_CON_LABEL_LEN
String specifying a display-only label for the reference. |
static int |
ARMC_RESERV_MESSAGE_CAT_APPL_TAG
|
static int |
ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD
|
static int |
ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL
|
static int |
ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM
|
static int |
ARMC_RESERV_MESSAGE_CAT_LOCALE
|
static int |
ARMC_RESERV_MESSAGE_CAT_MSG_TEXT
|
static int |
ARMC_RESERV_MESSAGE_CAT_MSG_TYPE
|
static int |
ARMC_RESERV_MESSAGE_CAT_NAME
|
static int |
ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE
|
static int |
ARMC_RESERV_MESSAGE_CAT_STATUS
|
static int |
ARREF_ABOUT_BOX_FORM
Reference to an About box form in container. |
static int |
ARREF_ABOUT_BOX_IMAGE
Reference to an About box image in container. |
static int |
ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP
(boolean) |
static int |
ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD
(character string) |
static int |
ARREF_ACTLINK
Reference to an active link in container. |
static int |
ARREF_ALL
All reference types in container. |
static int |
ARREF_APP_ADD_FORMACTION_FIELDS
(boolean integer) Add Form Action Fields After Last Visible field or all fields |
static int |
ARREF_APP_AUTOLAYOUT_SS
(character string) Style sheet info for auto layout |
static int |
ARREF_APP_DATA_MERGE_IMP_OPTION
(integer) Data import option for merge on app import |
static int |
ARREF_APP_DATA_MERGE_IMP_QUAL
(integer) List of field Ids for merge qual on import |
static int |
ARREF_APP_FORMACTION_ROW_ORDER_STR
(character string) row, order Form action fields |
static int |
ARREF_APP_OBJECT_VERSION
(integer) Application object version |
static int |
ARREF_APP_PACKING_LISTS
(integer) Packing lists in the app |
static int |
ARREF_APP_PAGE_PROPERTIES
(character string) page property string used to create header and footer template |
static int |
ARREF_APP_TABLE_FIXED_HEADER
(boolean integer) Table field/Results list fixed header property (ON/OFF) |
static int |
ARREF_APPLICATION_DISABLE_BEGIN_TASK
Reference to a boolean value in container that specifies whether the Begin a Task menu item is disabled for this application. |
static int |
ARREF_APPLICATION_FORM_VUI
Reference to the ID of the schema view in container to use with the previous schema referenced in the list. |
static int |
ARREF_APPLICATION_FORMS
Specifies that the next reference in the list is a schema in container. |
static int |
ARREF_APPLICATION_HAS_EXT_HELP
(boolean integer) Application uses external help or not. |
static int |
ARREF_APPLICATION_HELP_EXT
Reference to a string in container that specifies the help filename extension. |
static int |
ARREF_APPLICATION_HELP_FILE
Reference to a bytelist in container that specifies the contents (not the name) of the help file to use with this application. |
static int |
ARREF_APPLICATION_HELP_FILE_NAME
(character string) Used for Application object help file's name, without the extension. |
static int |
ARREF_APPLICATION_HELP_INDEX_EXT
(character string) Used for Application object help file's index file extension. |
static int |
ARREF_APPLICATION_HELP_INDEX_FILE
(bytelist) Used for Application object help file's index file. |
static int |
ARREF_APPLICATION_PRIMARY_FORM
Specifies that the next reference in the list in container is the primary schema for this application. |
static int |
ARREF_APPLICATION_SUPPORT_FILES
(bytelist) Used for Application object support file's contents. |
static int |
ARREF_CHAR_MENU
Reference to a char menu in container. |
static int |
ARREF_CONTAINER
Reference to a container in a container. |
static int |
ARREF_DATA_ARSREF
AR System reference data. |
static int |
ARREF_DATA_EXTREF
External reference data. |
static int |
ARREF_DISTMAPPING_DATA
(character string) Used for Packing List's reference to data in the Distributed Mapping schema. |
static int |
ARREF_ENCAPSULATED_APP_DATA
(integer) Application data identifier |
static int |
ARREF_ENTRYPOINT_ORDER
Listing order of the entry point |
static int |
ARREF_ENTRYPOINT_START_ACTLINK
The starting active link to execute for the entry point |
static int |
ARREF_ESCALATION
Reference to an escalation in container. |
static int |
ARREF_FILTER
Reference to a filter in container. |
static int |
ARREF_GROUP_DATA
(character string) Used for Packing List's reference to data in the Group schema. |
static int |
ARREF_ICON
Reference to an icon in container. |
static int |
ARREF_IMAGE
Reference to an image in container. |
static int |
ARREF_LAST_RESERVED
Last AR System reserved reference type. |
static int |
ARREF_LAST_SERVER_OBJ
Reference to last server object reference type. |
static int |
ARREF_MAXIMIZE_FORMS
Reference to a boolean value in container that specifies whether to maximize the forms of an application. |
static int |
ARREF_NONE
No reference in container. |
static int |
ARREF_NULL_STRING
Reference to a null string in container. |
static int |
ARREF_PACKINGLIST_APP
(character string) Used for Packing List's reference to an Application. |
static int |
ARREF_PACKINGLIST_DSOPOOL
(character string) Used for Packing List's reference to data in the Distributed Pool schema. |
static int |
ARREF_PACKINGLIST_FILTER_GUIDE
(character string) Used for Packing List's reference to a Filter Guide. |
static int |
ARREF_PACKINGLIST_GUIDE
(character string) Used for Packing List's reference to a Guide. |
static int |
ARREF_PACKINGLIST_PACK
(character string) Used for Packing List's reference to a Packing List. |
static int |
ARREF_PACKINGLIST_WEBSERVICE
(character string) For packing list references to a web service. |
static int |
ARREF_SCHEMA
Reference to a schema in container. |
static int |
ARREF_SMALL_ICON
Reference to a small icon in container. |
static int |
ARREF_WS_ARXML_MAPPING
Mapping XML document that describes relation between AR System model and XML schema. |
static int |
ARREF_WS_OPERATION
Web service operation info (XML string consisting of name, type, mapping names, and so on.) |
static int |
ARREF_WS_PROPERTIES
XML string that refers to miscellaneous properties of web services. |
static int |
ARREF_WS_PUBLISHING_LOC
(character string) Saved URL(s) for publishing a web service. |
static int |
ARREF_WS_WSDL
WSDL for web services. |
static int |
ARREF_WS_XML_SCHEMA_LOC
(character string) XML schema location for a web service. |
static String |
ARSYS_CONFIGFILE
AR System Java API configuration filename ( arsys_base.xml ) |
static int |
COLUMN_LIMIT_DATASOURCE_DATA_FIELD
Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD . |
static int |
COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
Deprecated. Prefer to use AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD . |
static int |
EXPORT_OPTION_NONE
Additional option to Export call. |
static int |
EXPORT_VUI_MINIMUM
Export basic VUI, without bitmaps, and so on. |
static int |
False
Name for the False system constant for support of ARBoolean type |
static int |
FALSE
Name for the FALSE system constant for support of ARBoolean type |
static String |
LABEL_FORM_NAME
Form tag for version control label |
static String |
LABELED_OBJ_FORM_NAME
Form tag for version control labeled object |
static int |
MAXHOSTNAMELEN
Maximum size of a server name. |
static String |
OBJ_MODIFICATION_LOG_FORM_NAME
Form tag for version control object modification log |
static String |
OBJ_RESERVATION_FORM_NAME
Form tag for version control object reservation |
static int |
REPORT_TYPE_AR_SYSTEM
the report is an ARSystem report |
static int |
True
Name for the True system constant for support of ARBoolean type |
static int |
TRUE
Name for the TRUE system constant for support of ARBoolean type |
static int |
WFD_AFTER_API
|
static int |
WFD_BEFORE_API
|
static int |
WFD_BEFORE_CMDB
|
static int |
WFD_BEFORE_QUAL
|
static int |
WFD_ESCL
|
static int |
WFD_EXEC_BRK_POINT
|
static int |
WFD_EXEC_STEPPED
A set of constants for the WFD execute command result |
static int |
WFD_EXEC_USER_BRK
|
static int |
WFD_EXECUTE_RUN
|
static int |
WFD_EXECUTE_STEP
A set of constants for the WFD execution mode, used in CurrentLoc struct |
static int |
WFD_IDLE
A set of constants for the WFD stage, used in CurrentLoc struct |
static int |
WFD_PHASE_1
|
static int |
WFD_PHASE_2
|
static int |
WFD_PHASE_3
|
static int |
WFD_RUNNING
|
static int |
WFD_STOP_CMDB
|
static int |
WFD_STOP_END_API
|
static int |
WFD_STOP_ESC_ACTION
|
static int |
WFD_STOP_P1_ACTION
|
static int |
WFD_STOP_P2_ACTION
|
static int |
WFD_STOP_P3_ACTION
|
static int |
WFD_STOP_QUALIFIER
|
static int |
WFD_STOP_START_API
A set of constants for the WFD stop points |
Field Detail |
---|
static final String AR_SYSTEM_NAME
static final String AR_HOME_CONFIGDIR_WIN32
conf
)
static final String AR_HOME_CONFIGFILE_WIN32
ar.cfg
)
static final String AR_HOME_DB_CONFIGFILE_WIN32
ardb.cfg
)
static final String AR_HOME_AUDIT_CONFIGFILE_WIN32
araudit.conf
)
static final String AR_HOME_DEFAULT_WIN32
c:\\arservdbcode
)
static final String AR_DEFAULT_ENCODING
UTF-8
)
static final String AR_ENV_CONFIGDIR
ARCONFIGDIR
)
static final String AR_HOME_CONFIGDIR
/etc
) containing config files.
static final String AR_HOME_CONFIGFILE
ar.conf
)
static final String AR_HOME_DB_CONFIGFILE
ardb.conf
)
static final String AR_HOME_DEFAULT
/usr/ar
)
static final String AR_HOME_AUDIT_CONFIGFILE
araudit.conf
)
static final String AR_LOG_FILE
ar.log
)
static final String AR_DIRECTORY_FILE
ar
)
static final String AR_APPL_AUDIT_FILE
appl.aud
)
static final String AR_APPL_VIOLATION_FILE
appl.vio
)
static final String AR_DIRECTORY_AR_TAG
AR
)
static final int AR_MAX_ACTIONS
static final int AR_MAX_AL_MESSAGE_SIZE
static final int AR_MAX_AUTOMATION_SIZE
$Status$ = MethodA().MethodB(MethodC()).
It is used for display only, and limited by AR_MAX_AUTOMATION_SIZE
(2000
bytes).
static final int AR_MAX_BUFFER_SIZE
static final int AR_MAX_CMENU_SIZE
static final int AR_MAX_COMMAND_SIZE
static final int AR_MAX_COMMAND_SIZE_LONG
static final int AR_MAX_DDE_ITEM
static final int AR_MAX_DDE_NAME
static final int AR_MAX_COM_NAME
AR_MAX_COM_NAME
(64 bytes).
static final int AR_MAX_COM_METHOD_NAME
AR_MAX_COM_METHOD_NAME
(128 bytes)
static final int AR_MAX_COM_ID_SIZE
AR_MAX_COM_ID_SIZE
(128 bytes).
static final int AR_MAX_DEFAULT_SIZE
AR_MAX_DEFAULT_SIZE
and must be of the same data type as the field.
static final int AR_MAX_EMAIL_ADDR
static final int AR_MAX_ENTRYID_SIZE
AR_MAX_ENTRYID_SIZE
). The first two bytes of
this string indicate the number of Entry IDs,and the Entry ID immediately follows this number. (For example,a
single Entry ID of 0000000000000006 will have an Entry ID of 010000000000000006. Join forms will have multiple
Entry IDs, and the number of Entry IDs will be indicated in the first two bytes of this string.
static final int AR_MAX_GROUPLIST_SIZE
static final int AR_MAX_INDEX_BYTES
static final int AR_MAX_INDEX_FIELDS
AR_MAX_INDEX_FIELDS
. DiaryList fields and character fields larger than
255 bytes cannot be indexed.
static final int AR_MAX_LANG_SIZE
static final int AR_MAX_MACRO_VALUE
static final int AR_MAX_MENU_ITEMS
static final int AR_MAX_MENU_LEVELS
static final int AR_MAX_LEVELS_DYNAMIC_MENU
static final int AR_MAX_MESSAGE_SIZE
AR_MAX_MESSAGE_SIZE
(255 bytes).
static final int AR_MAX_MULT_ENTRIES
static final int AR_MAX_NAME_CHARACTERS
static final int AR_MAX_NAME_SIZE
AR_MAX_NAME_SIZE
).
static final int AR_MAX_ACCESS_NAME_SIZE
static final int AR_MAX_ENCRYPTED_PASSWORD_SIZE
static final int AR_MAX_PASSWORD_SIZE
static final int AR_MAX_AUTH_SIZE
static final int AR_MAX_HOSTID_SIZE
static final int AR_MAX_LICENSE_NAME_SIZE
static final int AR_MAX_LICENSE_KEY_SIZE
static final int AR_MAX_NOTIFY_SIZE
static final int AR_MAX_NOTIFY_LINE
static final int AR_MAX_NOTIFY_USER
static final int AR_MAX_PATTERN_SIZE
static final int AR_MAX_RELATED_SIZE
static final int AR_MAX_SCHEMAID_SIZE
static final int AR_MAX_SERVER_SIZE
static final int AR_MAX_SDESC_SIZE
AR_MAX_SDESC_SIZE
.
static final int AR_MAX_SUBJECT_SIZE
static final int AR_MAX_FILENAME_SIZE
static final int AR_MAX_FILENAME_BASE
static final int AR_MAX_FULL_FILENAME
static final int AR_MAX_TBLFLD_NUMCOLS
static final int AR_MAX_TBLFLD_RETROWS
static final int AR_MAX_COLFLD_COLLENGTH
static final int AR_MAX_CURRENCY_CODE_SIZE
static final int MAXHOSTNAMELEN
.
static final int AR_MAX_FLATFILE_LIMIT
static final int AR_WARN_FLATFILE_LIMIT
static final long AR_MAX_BLOB_SIZE
static final int AR_NO_LICENSE_DB_LIMIT
static final int AR_NO_LICENSE_DB_COUNT
static final int AR_LICENSE_TYPE_NONE
static final int AR_LICENSE_TYPE_FIXED
static final int AR_LICENSE_TYPE_FLOATING
static final int AR_LICENSE_TYPE_FIXED2
static final int AREA_LICENSE_MASK_WRITE
static final int AREA_LICENSE_MASK_FULL_TEXT
static final int AREA_LICENSE_MASK_RESERVED1
static final int AREA_LICENSE_MASK_APPS
static final int AREA_LICENSE_MASK_ALL
static final int AR_LICENSE_TYPE_RESTRICTED_READ
static final int AR_DEFAULT_INTERVAL
static final int AR_MAX_GOTOGUIDE_LABEL_SIZE
static final int AR_MAX_WAIT_CONT_TITLE_SIZE
static final int AR_MAX_PICKLIST_SIZE
static final int AR_CURRENT_API_VERSION
static final int AR_NATIVE_ENCRYPTION
static final int AR_UNICODE_ENCRYPTION
static final int AR_ENCRYPTION_VERSION
static final int AR_ENCRYPTION_VERSION_2
AR_ENCRYPTION_VERSION
and AR_ENCRYPTION_VERSION_2
is that
AR_ENCRYPTION_VERSION_2
is best used for multi-byte characters.
static final int FALSE
static final int False
static final int TRUE
static final int True
static final int AR_RETURN_OK
static final int AR_RETURN_WARNING
static final int AR_RETURN_ERROR
static final int AR_RETURN_FATAL
static final int AR_RETURN_BAD_STATUS
static final int AR_RETURN_PROMPT
static final int AR_RETURN_ACCESSIBLE
static final int AR_RETURN_TOOLTIP
static final int AR_BYTE_LIST_SELF_DEFINED
static final int AR_BYTE_LIST_WIN30_BITMAP
static final int AR_BYTE_LIST_JPEG
static final int AR_BYTE_LIST_TIFF
static final int AR_BYTE_LIST_TARGA
static final int AR_BYTE_LIST_PCX
static final int AR_BYTE_LIST_LOCALIZED_FILE
static final int AR_BYTE_LIST_AUTH_STRING
static final int AR_BYTE_LIST_FUNC_PTR
static final int AR_BYTE_LIST_GIF
static final int AR_BYTE_LIST_PNG
static final int AR_DATA_TYPE_NULL
static final int AR_DATA_TYPE_KEYWORD
static final int AR_DATA_TYPE_INTEGER
static final int AR_DATA_TYPE_REAL
static final int AR_DATA_TYPE_CHAR
AR_DATA_TYPE_NULL
.
static final int AR_DATA_TYPE_DIARY
AR_DATA_TYPE_NULL
.
static final int AR_DATA_TYPE_ENUM
static final int AR_DATA_TYPE_TIME
static final int AR_DATA_TYPE_BITMASK
static final int AR_DATA_TYPE_BYTES
static final int AR_DATA_TYPE_DECIMAL
static final int AR_DATA_TYPE_ATTACH
static final int AR_DATA_TYPE_CURRENCY
static final int AR_DATA_TYPE_DATE
static final int AR_DATA_TYPE_TIME_OF_DAY
static final int AR_MAX_STD_DATA_TYPE
static final int AR_DATA_TYPE_JOIN
static final int AR_DATA_TYPE_TRIM
static final int AR_DATA_TYPE_CONTROL
static final int AR_DATA_TYPE_TABLE
static final int AR_DATA_TYPE_COLUMN
static final int AR_DATA_TYPE_PAGE
static final int AR_DATA_TYPE_PAGE_HOLDER
static final int AR_DATA_TYPE_ATTACH_POOL
static final int AR_DATA_TYPE_ULONG
static final int AR_DATA_TYPE_COORDS
static final int AR_DATA_TYPE_VIEW
static final int AR_DATA_TYPE_DISPLAY
static final int AR_DATA_TYPE_MAX_TYPE
static final int AR_DATA_TYPE_VALUE_LIST
static final int AR_DATA_TYPE_UNKNOWN
static final int AR_FIELD_OFFSET
static final int AR_FIELD_TYPE_DATA
static final int AR_FIELD_TYPE_TRIM
static final int AR_FIELD_TYPE_CONTROL
static final int AR_FIELD_TYPE_PAGE
static final int AR_FIELD_TYPE_PAGE_HOLDER
static final int AR_FIELD_TYPE_TABLE
static final int AR_FIELD_TYPE_COLUMN
static final int AR_FIELD_TYPE_ATTACH
static final int AR_FIELD_TYPE_ATTACH_POOL
static final int AR_FIELD_TYPE_ALL
static final int AR_DEFAULT_VALUE_NONE
static final int AR_KEYWORD_DEFAULT
static final int AR_KEYWORD_USER
static final int AR_KEYWORD_TIMESTAMP
static final int AR_KEYWORD_TIME_ONLY
static final int AR_KEYWORD_DATE_ONLY
static final int AR_KEYWORD_SCHEMA
static final int AR_KEYWORD_SERVER
static final int AR_KEYWORD_WEEKDAY
static final int AR_KEYWORD_GROUPS
static final int AR_KEYWORD_OPERATION
AR_KEY_OPERATION_CREATE
)
static final int AR_KEYWORD_HARDWARE
uname -m
command (for example, sun4c
).
PC i486
).
static final int AR_KEYWORD_OS
static final int AR_KEYWORD_DATABASE
static final int AR_KEYWORD_LASTID
static final int AR_KEYWORD_LASTCOUNT
static final int AR_KEYWORD_VERSION
static final int AR_KEYWORD_VUI
static final int AR_KEYWORD_GUIDETEXT
static final int AR_KEYWORD_FIELDHELP
static final int AR_KEYWORD_GUIDE
$NULL$
if no guide is running.)
static final int AR_KEYWORD_APPLICATION
$NULL$
if no
application is running.)
static final int AR_KEYWORD_LOCALE
static final int AR_KEYWORD_CLIENT_TYPE
static final int AR_KEYWORD_SCHEMA_ALIAS
static final int AR_KEYWORD_ROWSELECTED
static final int AR_KEYWORD_ROWCHANGED
static final int AR_KEYWORD_BROWSER
static final int AR_KEYWORD_VUI_TYPE
static final int AR_KEYWORD_TCPPORT
static final int AR_KEYWORD_HOMEURL
static final int AR_KEYWORD_ROLES
static final int AR_KEYWORD_EVENTTYPE
static final int AR_KEYWORD_EVENTSRCWINID
static final int AR_KEYWORD_CURRENTWINID
static final int AR_KEYWORD_LASTOPENEDWINID
static final int AR_KEYWORD_INBULKTRANS
static final int AR_KEYWORD_FIELDID
static final int AR_KEYWORD_FIELDNAME
static final int AR_KEYWORD_FIELDLABEL
static final int AR_KEYWORD_SERVERTIMESTAMP
static final int AR_KEYWORD_GROUPIDS
static final int AR_KEYWORD_EVENTDATA
static final int AR_KEYWORD_ERRNO
static final int AR_KEYWORD_ERRMSG
static final int AR_KEYWORD_ERRAPPENDMSG
static final int AR_KEYWORD_INCLNTMANAGEDTRANS
static final int AR_KEYWORD_DRAGSRCFIELDID
static final int AR_KEYWORD_DROPTGTFIELDID
static final int AR_KEYWORD_SHIFT_KEY
static final int AR_KEYWORD_CTRL_KEY
static final int AR_KEYWORD_ALT_KEY
static final int AR_KEYWORD_AUTHSTRING
static final int AR_KEYWORD_ROWVISIBLE
static final int AR_KEYWORD_NO
static final int AR_MAX_KEYWORD_USED
static final String AR_KEY_OPERATION_CREATE
static final String AR_KEY_OPERATION_DELETE
static final String AR_KEY_OPERATION_GET
static final String AR_KEY_OPERATION_GETLIST
static final String AR_KEY_OPERATION_MERGE
static final String AR_KEY_OPERATION_SET
static final String AR_KEY_OPERATION_SET_ALL
static final String AR_KEY_OPERATION_QUERY
static final String AR_KEY_OPERATION_GUIDE
static final int AR_PATTERN_KEY_DIGIT
must
enter a keyword value pattern of digits ($DIGIT$
) into the character field.
static final int AR_PATTERN_KEY_ALPHA
must
enter a keyword value pattern of alphabetic characters (and blank space) (
$ALPHA$
) into the character field.
static final int AR_PATTERN_KEY_ALNUM
must
enter a keyword value pattern of alphabetic characters and digits (and blank space) (
$ALNUM$
) into the character field.
static final int AR_PATTERN_KEY_PRINT
must
enter a keyword value pattern of printable characters ($PRINT$
) into the
character field.
static final int AR_PATTERN_KEY_UPPER
must
enter a keyword value pattern of any character ($UPPER$
) except lowercase
letters into the character field. This includes special characters, digits, and blank spaces.
static final int AR_PATTERN_KEY_LOWER
must
enter a keyword value pattern of any character ($LOWER$
) except uppercase
letters into the character field. This includes special characters, digits, and blank spaces.
static final int AR_PATTERN_KEY_MENU
must
enter a keyword value pattern that matches an item defined in the menu attached to the
field ($MENU$
) into the character field.
static final int AR_LOC_NULL
static final int AR_LOC_FILENAME
static final int AR_LOC_BUFFER
static final int AR_NO_MAX_LIST_RETRIEVE
static final int AR_START_WITH_FIRST_ENTRY
static final int AR_MERGE_ENTRY_DUP_ERROR
static final int AR_MERGE_ENTRY_DUP_NEW_ID
static final int AR_MERGE_ENTRY_DUP_OVERWRITE
static final int AR_MERGE_ENTRY_DUP_MERGE
static final int AR_MERGE_ENTRY_GEN_NEW_ID
static final int AR_MERGE_NO_REQUIRED_INCREMENT
static final int AR_MERGE_NO_PATTERNS_INCREMENT
$MENU$
) in the merge
static final int AR_MERGE_NO_WORKFLOW_FIRED
static final int AR_MERGE_MULTIOPTIONS_DO_NOTHING
static final int AR_MERGE_MULTIOPTIONS_CHANGE_FIRST
static final int AR_MERGE_MULTIOPTIONS_CHANGE_ALL
static final int AR_STAT_HISTORY_USER
static final int AR_STAT_HISTORY_TIME
static final int AR_MAX_LOCAL_VARIABLES
static final int AR_QUERY_VALUE_MULTI_ERROR
static final int AR_QUERY_VALUE_MULTI_FIRST
static final int AR_QUERY_VALUE_MULTI_SET
NULL
value to all of the fields that you are setting if multiple matches are found in
selected form.
static final int AR_FIELD
static final int AR_VALUE
static final int AR_ARITHMETIC
static final int AR_STAT_HISTORY
static final int AR_VALUE_SET
IN
operator
static final int AR_CURRENCY_FLD
static final int AR_VALUE_SET_QUERY
static final int AR_CURRENCY_PART_FIELD
static final int AR_CURRENCY_PART_VALUE
static final int AR_CURRENCY_PART_TYPE
static final int AR_CURRENCY_PART_DATE
static final int AR_CURRENCY_PART_FUNCTIONAL
static final int AR_FIELD_TRAN
CURRENT
if value is in transaction
or if not there in RDBMS.
static final int AR_FIELD_DB
CURRENT
if value is in transaction or if
not there in RDBMS.
static final int AR_LOCAL_VARIABLE
static final int AR_QUERY
static final int AR_CURRENCY_FLD_TRAN
static final int AR_CURRENCY_FLD_DB
static final int AR_CURRENCY_FLD_CURRENT
static final int AR_FIELD_CURRENT
static final int AR_ARITH_OP_ADD
static final int AR_ARITH_OP_SUBTRACT
static final int AR_ARITH_OP_MULTIPLY
static final int AR_ARITH_OP_DIVIDE
static final int AR_ARITH_OP_MODULO
static final int AR_ARITH_OP_NEGATE
static final int AR_REL_OP_EQUAL
static final int AR_REL_OP_GREATER
static final int AR_REL_OP_GREATER_EQUAL
static final int AR_REL_OP_LESS
static final int AR_REL_OP_LESS_EQUAL
static final int AR_REL_OP_NOT_EQUAL
static final int AR_REL_OP_LIKE
static final int AR_REL_OP_IN
static final int AR_REL_OP_NOT_IN
static final int AR_COND_OP_NONE
static final int AR_COND_OP_AND
static final int AR_COND_OP_OR
static final int AR_COND_OP_NOT
static final int AR_COND_OP_REL_OP
static final int AR_COND_OP_FROM_FIELD
static final int AR_SORT_ASCENDING
static final int AR_SORT_DESCENDING
static final int AR_STAT_OP_COUNT
static final int AR_STAT_OP_SUM
static final int AR_STAT_OP_AVERAGE
static final int AR_STAT_OP_MINIMUM
static final int AR_STAT_OP_MAXIMUM
static final int AR_FIELD_OPTION_REQUIRED
static final int AR_FIELD_OPTION_OPTIONAL
static final int AR_FIELD_OPTION_SYSTEM
static final int AR_FIELD_OPTION_DISPLAY
static final int AR_FIELD_OPEN_AT_CREATE
static final int AR_FIELD_PROTECTED_AT_CREATE
static final int AR_FIELD_BITOPTION_NONE
static final int AR_FIELD_BITOPTION_AUDIT
static final int AR_FIELD_BITOPTION_COPY
static final int AR_FIELD_BITOPTION_LOG_KEY1
static final int AR_FIELD_BITOPTION_LOG_KEY2
static final int AR_FIELD_BITOPTION_LOG_KEY3
static final int AR_FIELD_BITOPTION_AUDIT_MASK
static final int AR_FIELD_BITOPTION_AUDIT_LOG_KEY_MASK
static final String AR_DISPLAY_TAG_SQL
static final int AR_DPROP_NONE
static final int AR_DPROP_TRIM_TYPE
AR_DVAL_TRIM_NONE
)
AR_DVAL_TRIM_LINE
).
AR_DVAL_TRIM_SHAPE
).
AR_DVAL_TRIM_TEXT
).
AR_DVAL_TRIM_IMAGE
)
static final int AR_DVAL_TRIM_NONE
static final int AR_DVAL_TRIM_LINE
static final int AR_DVAL_TRIM_SHAPE
static final int AR_DVAL_TRIM_TEXT
static final int AR_DVAL_TRIM_IMAGE
static final int AR_DPROP_CNTL_TYPE
AR_DVAL_CNTL_BUTTON
).
AR_DVAL_CNTL_MENU
).
AR_DVAL_CNTL_TOOLBAR
).
AR_DVAL_CNTL_TAB_SWITCH
)
AR_DVAL_CNTL_URL
)
AR_DVAL_CNTL_CHART
)
AR_DVAL_CNTL_METER
)
static final int AR_DVAL_CNTL_BUTTON
static final int AR_DVAL_CNTL_MENU
static final int AR_DVAL_CNTL_TOOLBAR
static final int AR_DVAL_CNTL_TAB_SWITCH
static final int AR_DVAL_CNTL_URL
static final int AR_DVAL_CNTL_CHART
static final int AR_DVAL_CNTL_METER
static final int AR_DVAL_CNTL_HORIZNAV
static final int AR_DVAL_CNTL_VERTICALNAV
static final int AR_DVAL_CNTL_NAV_ITEM
static final int AR_FIXED_POINT_PRECISION
Use the following algorithm to normalize coordinate values before storing them:
Normalized =(Pixel AR_FIXED_POINT_PRECISION
Static Font Metric) / (Dynamic Font Metric * Platform Scale)
Use this algorithm to map coordinate values to pixels upon retrieval:
Pixel =((Normalized *Dynamic Font Metric / Static Font Metric / Platform Scale) + (
AR_FIXED_POINT_PRECISION
/ 2)) /
AR_FIXED_POINT_PRECISION
The value for AR_FIXED_POINT_PRECISION
is 100 on all platforms.
For additional information on AR_FIXED_POINT_PRECISION
, see the C
API Reference Guide.
static final int AR_DPROP_BBOX
AR_DPROP_COORDS
).
static final int AR_DPROP_VISIBLE
AR_DPROP_CNTL_TYPE
).
static final int AR_DPROP_ENABLE
static final int AR_DVAL_ENABLE_DEFAULT
AR_DVAL_ENABLE_READ_WRITE
)
static final int AR_DVAL_ENABLE_READ_ONLY
static final int AR_DVAL_ENABLE_READ_WRITE
static final int AR_DVAL_ENABLE_DISABLE
static final int AR_DPROP_HELP
static final int AR_DPROP_Z_ORDER
static final int AR_DPROP_COLOR_FILL
AR_DVAL_COLOR_NONE
)
AR_DVAL_COLOR_BG
)
AR_DVAL_COLOR_FG
)
AR_DVAL_COLOR_EDIT_BG
)
AR_DVAL_COLOR_EDIT_FG
)
AR_DVAL_COLOR_FOCUS
)
AR_DVAL_COLOR_INSET1
)
AR_DVAL_COLOR_INSET2
)
static final String AR_DVAL_COLOR_NONE
none
static final String AR_DVAL_COLOR_BG
bg
static final String AR_DVAL_COLOR_FG
fg
static final String AR_DVAL_COLOR_EDIT_BG
edit_bg
static final String AR_DVAL_COLOR_EDIT_FG
edit_fg
static final String AR_DVAL_COLOR_FOCUS
focus
static final String AR_DVAL_COLOR_INSET1
inset1
static final String AR_DVAL_COLOR_INSET2
inset2
static final int AR_DPROP_DEPTH_EFFECT
AR_DPROP_LINE_WIDTH
property, determines the overall look of line-and
box-type trim fields.
AR_DVAL_DEPTH_EFFECT_FLAT
).
AR_DVAL_DEPTH_EFFECT_RAISED
).
AR_DVAL_DEPTH_EFFECT_SUNKEN
).
AR_DVAL_DEPTH_EFFECT_SUNKEN
).
AR_DVAL_DEPTH_EFFECT_ETCHED
).
static final int AR_DVAL_DEPTH_EFFECT_FLAT
static final int AR_DVAL_DEPTH_EFFECT_RAISED
static final int AR_DVAL_DEPTH_EFFECT_SUNKEN
static final int AR_DVAL_DEPTH_EFFECT_FLOATING
static final int AR_DVAL_DEPTH_EFFECT_ETCHED
static final int AR_DPROP_DEPTH_AMOUNT
static final int AR_DPROP_COLOR_LINE
static final int AR_DPROP_COLOR_TEXT
static final int AR_DPROP_PROMPT
static final int AR_DPROP_HIDE_WEBHELP
static final int AR_DPROP_LABEL
AR_MAX_NAME_SIZE
).
static final int AR_DPROP_LABEL_BBOX
AR_DPROP_BBOX
property, not to the window or page containing
it.
static final int AR_DPROP_LABEL_FONT_STYLE
static final int AR_DPROP_LABEL_FONT_SIZE
static final int AR_DPROP_LABEL_COLOR_TEXT
static final int AR_DPROP_LABEL_JUSTIFY
AR_DVAL_JUSTIFY_DEFAULT
:
AR_DVAL_JUSTIFY_DEFAULT
)
AR_DVAL_JUSTIFY_LEFT
)
AR_DVAL_JUSTIFY_CENTER
)
AR_DVAL_JUSTIFY_FILL
)
AR_DVAL_JUSTIFY_RIGHT
)
AR_DVAL_JUSTIFY_TILE
)
static final int AR_DVAL_JUSTIFY_DEFAULT
static final int AR_DVAL_JUSTIFY_LEFT
static final int AR_DVAL_JUSTIFY_CENTER
static final int AR_DVAL_JUSTIFY_FILL
static final int AR_DVAL_JUSTIFY_RIGHT
static final int AR_DVAL_JUSTIFY_TILE
static final int AR_DPROP_LABEL_ALIGN
AR_DPROP_LABEL_ALIGN
field label. (
AR_DVAL_ALIGN_DEFAULT
)
AR_DPROP_LABEL_ALIGN
) is top-aligned. (
AR_DVAL_ALIGN_TOP
)
AR_DPROP_LABEL_ALIGN
) is middle-aligned. (
AR_DVAL_ALIGN_MIDDLE
)
AR_DPROP_LABEL_ALIGN
)is
expand-to-fill. ( AR_DVAL_ALIGN_FILL
)
AR_DPROP_LABEL_ALIGN
) is bottom-aligned. (
AR_DVAL_ALIGN_BOTTOM
)
AR_DPROP_LABEL_ALIGN
) is
tile-to-fill. (AR_DVAL_ALIGN_TILE
)
static final int AR_DVAL_ALIGN_DEFAULT
AR_DPROP_LABEL_ALIGN
field label.
static final int AR_DVAL_ALIGN_TOP
AR_DPROP_LABEL_ALIGN
) is top-aligned.
static final int AR_DVAL_ALIGN_MIDDLE
AR_DPROP_LABEL_ALIGN
) is middle-aligned.
static final int AR_DVAL_ALIGN_FILL
AR_DPROP_LABEL_ALIGN
) is
expand-to-fill.
static final int AR_DVAL_ALIGN_BOTTOM
AR_DPROP_LABEL_ALIGN
) is bottom-aligned.
static final int AR_DVAL_ALIGN_TILE
AR_DPROP_LABEL_ALIGN
) is tile-to-fill.
static final int AR_DPROP_LABEL_POS_SECTOR
AR_DPROP_LABEL_POS_JUSTIFY
and
AR_DPROP_LABEL_POS_ALIGN
properties, determines the specific placement
and alignment of the screen label (see AR_DPROP_LABEL_POS_ALIGN
).
AR_DVAL_SECTOR_NONE
).
AR_DVAL_SECTOR_CENTER
).
AR_DVAL_SECTOR_NORTH
).
AR_DVAL_SECTOR_EAST
).
AR_DVAL_SECTOR_SOUTH
).
AR_DVAL_SECTOR_WEST
) (default setting).
static final int AR_DVAL_SECTOR_NONE
static final int AR_DVAL_SECTOR_CENTER
static final int AR_DVAL_SECTOR_NORTH
static final int AR_DVAL_SECTOR_EAST
static final int AR_DVAL_SECTOR_SOUTH
static final int AR_DVAL_SECTOR_WEST
static final int AR_DPROP_LABEL_POS_JUSTIFY
AR_DPROP_LABEL_POS_ALIGN
).
AR_DVAL_JUSTIFY_LEFT
).
AR_DVAL_JUSTIFY_CENTER
).
AR_DVAL_JUSTIFY_RIGHT
).
static final int AR_DPROP_LABEL_POS_ALIGN
AR_DVAL_ALIGN_TOP
).
AR_DVAL_ALIGN_MIDDLE
).
AR_DVAL_ALIGN_BOTTOM
).
Note: The following two combinations of values for the
AR_DPROP_LABEL_POS_SECTOR
,
AR_DPROP_LABEL_POS_JUSTIFY
, and
AR_DPROP_LABEL_POS_ALIGN
properties provide the best-looking views in
Remedy User:
SECTOR | JUSTIFY | ALIGN | Label Position | |
---|---|---|---|---|
north | left | bottom | --> | top |
west | left | top | --> | left |
static final int AR_DPROP_LABEL_COLOR_FILL
AR_DVAL_COLOR_*
, for example, AR_DVAL_COLOR_BG
. This setting is
context dependent.
static final int AR_DPROP_LABEL_COLOR_LINE
AR_DVAL_COLOR_*
, for example, AR_DVAL_COLOR_BG
. This setting is
context dependent
static final int AR_DPROP_COORDS
AR_DPROP_BBOX
).
To minimize display differences across a variety of operating systems and screen resolutions, the AR System clients standardize all coordinate values before storing them in the database and then map these values to the current environment upon retrieval. When specifying (or retrieving) coordinate data for any property, you must apply the same translation algorithms in order for Remedy Administrator and Remedy User to display the field correctly.
static final int AR_DPROP_LINE_WIDTH
static final int AR_DPROP_LINE_PATTERN
static final int AR_DPROP_JOINT_STYLE
AR_DPROP_JOINT_STYLE
). (
AR_DVAL_JOINT_EXTENDED
)
AR_DPROP_JOINT_STYLE
). (
AR_DVAL_JOINT_SHARP
)
AR_DPROP_JOINT_STYLE
). (
AR_DVAL_JOINT_ROUNDED
)
AR_DVAL_JOINT_ROUNDED
and
AR_DVAL_JOINT_MAX_SMOOTH
when lines are joined ( AR_DPROP_JOINT_STYLE
). (
AR_DVAL_JOINT_SMOOTH
)
AR_DPROP_JOINT_STYLE
). (
AR_DVAL_JOINT_MAX_SMOOTH
)
static final int AR_DVAL_JOINT_EXTENDED
AR_DPROP_JOINT_STYLE
).
static final int AR_DVAL_JOINT_SHARP
AR_DPROP_JOINT_STYLE
).
static final int AR_DVAL_JOINT_ROUNDED
AR_DPROP_JOINT_STYLE
).
static final int AR_DVAL_JOINT_SMOOTH
AR_DVAL_JOINT_ROUNDED
and AR_DVAL_JOINT_MAX_SMOOTH
when
lines are joined (AR_DPROP_JOINT_STYLE
).
static final int AR_DVAL_JOINT_MAX_SMOOTH
AR_DPROP_JOINT_STYLE
).
static final int AR_DPROP_ENDCAP_START
static final int AR_DPROP_ENDCAP_END
AR_DVAL_ENDCAP_ROUND
)
AR_DVAL_ENDCAP_FLUSH
)
AR_DVAL_ENDCAP_EXTENDED
)
AR_DVAL_ENDCAP_ARROW1
)
static final int AR_DVAL_ENDCAP_ROUND
static final int AR_DVAL_ENDCAP_FLUSH
static final int AR_DVAL_ENDCAP_EXTENDED
static final int AR_DVAL_ENDCAP_ARROW1
static final int AR_DPROP_DATA_ROWS
static final int AR_DPROP_DATA_COLS
AR_DPROP_DATA_BBOX
overrides this value.
static final int AR_DPROP_DATA_SPIN
static final int AR_DPROP_DATA_MENU
static final int AR_DPROP_DATA_RADIO
AR_DVAL_RADIO_DROPDOWN
)
AR_DVAL_RADIO_RADIO
)
AR_DVAL_RADIO_CHECKBOX
)
static final int AR_DVAL_RADIO_DROPDOWN
static final int AR_DVAL_RADIO_RADIO
static final int AR_DVAL_RADIO_CHECKBOX
static final int AR_DPROP_DATA_MENU_BBOX
AR_DPROP_BBOX
property,
not to the window.
static final int AR_DPROP_DATA_EXPAND_BBOX
AR_DPROP_BBOX
property, not
to the window.
static final int AR_DPROP_CHARFIELD_DISPLAY_TYPE
static final int AR_DVAL_CHARFIELD_EDIT
static final int AR_DVAL_CHARFIELD_DROPDOWN
static final int AR_DVAL_CHARFIELD_MASKED
static final int AR_DVAL_CHARFIELD_FILE
static final int AR_DVAL_CHARFIELD_RICH_TEXT
static final int AR_DVAL_CHARFIELD_RICH_TEXT_ADV
static final int AR_DPROP_CHARFIELD_AUTO_COMPLETE
static final int AR_DVAL_AUTO_COMPLETE_NONE
static final int AR_DVAL_AUTO_COMPLETE_LEADING
static final int AR_DVAL_AUTO_COMPLETE_ANYWHERE
static final int AR_DPROP_CHARFIELD_AUTO_COMPLETE_MATCH_BY
static final int AR_DVAL_AUTO_COMPLETE_MATCH_BY_VALUE
static final int AR_DVAL_AUTO_COMPLETE_MATCH_BY_LABEL
static final int AR_DPROP_ENABLE_CLEAR
static final int AR_DVAL_ENABLE_CLEAR_ALWAYS
static final int AR_DVAL_ENABLE_CLEAR_SEARCH_ONLY
static final int AR_DPROP_TEXT
AR_DPROP_BBOX
).
static final int AR_DPROP_TEXT_FONT_STYLE
Editor: Font used for data fields.
Optional: Font used for optional data field labels.
PushButton: Font used for button labels.
System: Font used for system-generated data field labels.
RadioButton: Font used for option button choices.
Required: Font used for required data field labels.
Header1: Font used for titles.
Header2: Font used for major headings.
Header3: Font used for minor headings.
Note: Font used for notes.
Detail: Font used for detail information.
static final int AR_DPROP_TEXT_FONT_SIZE
static final int AR_DPROP_HTML_TEXT
AR_DPROP_BBOX
).
static final int AR_DPROP_HTML_TEXT_COLOR
AR_DPROP_HTML_TEXT
. Use one of the values listed for
AR_DPROP_LABEL_COLOR_TEXT
or specify a custom color as 0xBBGGRR, a
string concatenating the two-digit hexadecimal values for blue, green, and red. The default value is the link
color specified in the user's web browser preferences.
static final int AR_DPROP_JUSTIFY
AR_DVAL_JUSTIFY_LEFT
)
AR_DVAL_JUSTIFY_CENTER
)
AR_DVAL_JUSTIFY_RIGHT
)
static final int AR_DPROP_ALIGN
AR_DVAL_ALIGN_TOP
).
AR_DVAL_ALIGN_MIDDLE
) (default setting).
AR_DVAL_ALIGN_BOTTOM
).
static final int AR_DPROP_IMAGE
AR_BYTE_LIST_WIN30_BITMAP
) for images in Windows bitmap (.bmp) and
DIB (.dib) format. Specify 0 (AR_BYTE_LIST_SELF_DEFINED
) for all
other image formats.
Note: The only image formats currently supported on toolbar control fields are Windows bitmap and DIB. The only image size currently supported is 16 pixels wide by 15 pixels high. Images of other sizes are not scaled to fit. When creating images, use simple images and the 216-color Web palette for best results.
static final int AR_DPROP_PUSH_BUTTON_IMAGE
AR_BYTE_LIST_WIN30_BITMAP
) for images in Windows bitmap (.bmp) and DIB (.dib) format. Specify 2 (
AR_BYTE_LIST_JPEG
) for JPEG (.jpg or .jpeg) format.
Note: The only image formats currently supported on button fields are JPEG, Windows bitmap, and DIB. There is no limit to the pixel dimensions or file size of a button image, but large images can slow down your system's performance. When creating images, use simple images and the 216-color Web palette for best results.
static final int AR_DPROP_BUTTON_TEXT
AR_MAX_NAME_SIZE
).
static final int AR_DPROP_BUTTON_2D
static final int AR_DPROP_BUTTON_IMAGE_POSITION
AR_DVAL_IMAGE_CENTER
(centered,no label).
AR_DVAL_IMAGE_LEFT
(to the left of the label).
AR_DVAL_IMAGE_RIGHT
(to the right of the label).
AR_DVAL_IMAGE_ABOVE
(above the label).
AR_DVAL_IMAGE_BELOW
(below the label).
static final int AR_DVAL_IMAGE_CENTER
static final int AR_DVAL_IMAGE_LEFT
static final int AR_DVAL_IMAGE_RIGHT
static final int AR_DVAL_IMAGE_ABOVE
static final int AR_DVAL_IMAGE_BELOW
static final int AR_DPROP_BUTTON_SCALE_IMAGE
static final int AR_DPROP_BUTTON_MAINTAIN_RATIO
AR_DPROP_BUTTON_SCALE_IMAGE
is TRUE.
static final int AR_DPROP_MENU_TEXT
AR_MAX_NAME_SIZE
).
static final int AR_DPROP_MENU_POS
static final int AR_DPROP_MENU_MODE
AR_DVAL_CNTL_ITEM
)
AR_DVAL_CNTL_ON
)
AR_DVAL_CNTL_SEPARATOR
)
AR_DVAL_CNTL_CHOICE
)
AR_DVAL_CNTL_DIALOG
)
AR_DVAL_CNTL_A_MENU
)
static final int AR_DVAL_CNTL_ITEM
AR_DPROP_MENU_MODE
).
static final int AR_DVAL_CNTL_ON
AR_DPROP_MENU_MODE
) is activated (yes/no).
static final int AR_DVAL_CNTL_SEPARATOR
AR_DPROP_MENU_MODE
).
static final int AR_DVAL_CNTL_CHOICE
AR_DPROP_MENU_MODE
).
static final int AR_DVAL_CNTL_DIALOG
AR_DPROP_MENU_MODE
).
static final int AR_DVAL_CNTL_A_MENU
AR_DPROP_MENU_MODE
).
static final int AR_DPROP_MENU_PARENT
static final int AR_DPROP_MENU_HELP
AR_MAX_NAME_SIZE
).
static final int AR_DPROP_TOOLTIP
AR_MAX_NAME_SIZE
).
static final int AR_DPROP_TOOLBAR_POS
static final int AR_DPROP_TOOLBAR_MODE
AR_DVAL_CNTL_ITEM
).
AR_DVAL_CNTL_SEPARATOR
).
static final int AR_DPROP_TOOLBAR_TEXT
static final int AR_DPROP_TAB_MODE
AR_DPROP_CNTL_TYPE
. Use with
AR_DPROP_MENU_MODE
.
static final int AR_DPROP_TAB_COORD
static final int AR_DPROP_TAB_TEXT
static final int AR_DPROP_TAB_ORDER
static final int AR_DPROP_DATETIME_POPUP
AR_DVAL_DATETIME_BOTH
) (default setting).
AR_DVAL_DATETIME_TIME
). AR_DVAL_DATETIME_DATE
)
static final int AR_DVAL_DATETIME_BOTH
static final int AR_DVAL_DATETIME_TIME
static final int AR_DVAL_DATETIME_DATE
static final int AR_DPROP_BACKGROUND_MODE
AR_DVAL_BKG_MODE_OPAQUE
) (default value)
AR_DVAL_BKG_MODE_TRANSPARENT
)
static final int AR_DVAL_BKG_MODE_OPAQUE
static final int AR_DVAL_BKG_MODE_TRANSPARENT
static final int AR_DPROP_TAB_NEXT
static final int AR_DPROP_DATA_BBOX
AR_DPROP_BBOX
property, not to the
window or page containing it.
static final int AR_DPROP_VIEW_GRID_BBOX
static final int AR_DPROP_VUI_DEFAULT
static final int AR_DPROP_PANE_LAYOUT
static final int AR_DPROP_DETAIL_PANE_VISIBILITY
AR_DVAL_PANE_VISIBLE
)
AR_DVAL_PANE_HIDDEN
)
AR_DVAL_PANE_ALWAYS_VISIBLE
)
AR_DVAL_PANE_ALWAYS_HIDDEN
)
static final int AR_DVAL_PANE_ALWAYS_HIDDEN
static final int AR_DVAL_PANE_HIDDEN
static final int AR_DVAL_PANE_VISIBLE
static final int AR_DVAL_PANE_ALWAYS_VISIBLE
static final int AR_DPROP_PROMPT_PANE_VISIBILITY
static final int AR_DPROP_RESULT_PANE_VISIBILITY
static final int AR_DPROP_DETAIL_PANE_COLOR
static final int AR_DPROP_DETAIL_PANE_IMAGE
AR_BYTE_LIST_WIN30_BITMAP
) for
images in Windows bitmap (.bmp) and DIB (.dib) format.
AR_BYTE_LIST_JPEG
) for JPEG (.jpg or .jpeg) format (see
AR_DPROP_PUSH_BUTTON_IMAGE
).
static final int AR_DPROP_IMAGE_ALIGN
AR_DVAL_ALIGN_TOP
).
AR_DVAL_ALIGN_MIDDLE
) (default setting).
AR_DVAL_ALIGN_FILL
).
AR_DVAL_ALIGN_BOTTOM
).
AR_DVAL_ALIGN_TILE
).
static final int AR_DPROP_IMAGE_JUSTIFY
AR_DVAL_JUSTIFY_LEFT
).
AR_DVAL_JUSTIFY_CENTER
).
AR_DVAL_JUSTIFY_FILL
).
AR_DVAL_JUSTIFY_RIGHT
).
AR_DVAL_JUSTIFY_TILE
).
static final int AR_DPROP_DISPLAY_PARENT
static final int AR_DPROP_PAGE_ORDER
static final int AR_DPROP_PAGE_FIELD_TYPE
AR_DVAL_PAGE_FIELD_NONEDITABLE
)
AR_DVAL_PAGE_FIELD_EDITABLE
)
static final int AR_DVAL_PAGE_FIELD_NONEDITABLE
static final int AR_DVAL_PAGE_FIELD_EDITABLE
static final int AR_DPROP_TABLE_PANEL_BBOX
static final int AR_DPROP_PAGE_LABEL_DISPLAY
AR_DVAL_PAGE_DISPLAY_TOP
.
AR_DVAL_PAGE_DISPLAY_TOP
)
AR_DVAL_PAGE_DISPLAY_BOTTOM
)
AR_DVAL_PAGE_DISPLAY_LEFT
)
AR_DVAL_PAGE_DISPLAY_RIGHT
)
AR_DVAL_PAGE_DISPLAY_NONE
)
static final int AR_DVAL_PAGE_DISPLAY_TOP
static final int AR_DVAL_PAGE_DISPLAY_BOTTOM
static final int AR_DVAL_PAGE_DISPLAY_LEFT
static final int AR_DVAL_PAGE_DISPLAY_RIGHT
static final int AR_DVAL_PAGE_DISPLAY_NONE
static final int AR_DPROP_PAGE_ARRANGEMENT
AR_DVAL_PAGE_SCROLL
.
AR_DVAL_PAGE_SCROLL
)
AR_DVAL_PAGE_LAYER
)
static final int AR_DVAL_PAGE_SCROLL
static final int AR_DVAL_PAGE_LAYER
static final int AR_DPROP_DEFAULT_PAGE
static final int AR_DPROP_TITLE_BAR_ICON_IMAGE
AR_BYTE_LIST_WIN30_BITMAP
) for
images in Windows bitmap (.bmp) and DIB (.dib) format.
AR_BYTE_LIST_JPEG
) for JPEG (.jpg or .jpeg) format.
static final int AR_DPROP_DETAIL_PANE_WIDTH
static final int AR_DPROP_DETAIL_PANE_HEIGHT
static final int AR_DPROP_DETAIL_BANNER_VISIBILITY
static final int AR_DPROP_PROMPT_BANNER_VISIBILITY
static final int AR_DPROP_RESULT_BANNER_VISIBILITY
static final int AR_DPROP_ALIAS_SINGULAR
static final int AR_DPROP_ALIAS_PLURAL
AR_DPROP_ALIAS_SINGULAR
).
static final int AR_DPROP_ALIAS_SHORT_SINGULAR
AR_DPROP_ALIAS_SINGULAR
).
static final int AR_DPROP_ALIAS_SHORT_PLURAL
AR_DPROP_ALIAS_SINGULAR
).
static final int AR_DPROP_ALIAS_ABBREV_SINGULAR
AR_DPROP_ALIAS_SINGULAR
)
static final int AR_DPROP_ALIAS_ABBREV_PLURAL
AR_DPROP_ALIAS_SINGULAR
)
static final int AR_DPROP_NAMED_SEARCHES
static final int AR_DPROP_MENU_ACCESS
static final int AR_DPROP_PANE_VISIBILITY_OPTION
static final int AR_DVAL_PANE_VISIBILITY_USER_CHOICE
static final int AR_DVAL_PANE_VISIBILITY_ADMIN
static final int AR_DPROP_REQUEST_IDENTIFIER
static final int AR_DPROP_QUERY_LIST_COLOR
static final int AR_DPROP_COLUMN_WIDTH
static final int AR_DPROP_COLUMN_ORDER
static final int AR_DPROP_SORT_SEQ
static final int AR_DPROP_SORT_DIR
AR_DVAL_SORT_DIR_ASCENDING
).
AR_DVAL_SORT_DIR_DESCENDING
).
static final int AR_DVAL_SORT_DIR_ASCENDING
static final int AR_DVAL_SORT_DIR_DESCENDING
static final int AR_DPROP_DRILL_DOWN
AR_DVAL_DRILL_DOWN_NONE
)
AR_DVAL_DRILL_DOWN_ENABLE
) When drill-down
is enabled and a user double-clicks a row in the table field, a Modify window opens for the entry represented by
that row.
static final int AR_DVAL_DRILL_DOWN_NONE
static final int AR_DVAL_DRILL_DOWN_ENABLE
static final int AR_DPROP_REFRESH
AR_DVAL_REFRESH_NONE
)
AR_DVAL_REFRESH_TABLE_MAX
)
static final int AR_DVAL_REFRESH_NONE
static final int AR_DVAL_REFRESH_TABLE_MAX
This feature can definitely impact performance.
static final int AR_DPROP_AUTO_REFRESH
AR_DVAL_AUTO_REFRESH_NONE
)
AR_DVAL_AUTO_REFRESH_TABLE_MAX
). When
automatic refresh is enabled, the contents of the table field will be updated when the entry is displayed in a
Modify window. When automatic refresh is disabled, the table appears empty until the user clicks within its
borders to refresh it.
static final int AR_DVAL_AUTO_REFRESH_NONE
static final int AR_DVAL_AUTO_REFRESH_TABLE_MAX
static final int AR_DPROP_AUTOFIT_COLUMNS
static final int AR_DVAL_AUTOFIT_COLUMNS_NONE
static final int AR_DVAL_AUTOFIT_COLUMNS_SET
static final int AR_DPROP_APPLY_DIRTY
static final int AR_DPROP_IMAGE_CACHE
static final int AR_DPROP_ENUM_LABELS
static final int AR_DPROP_MANAGE_EXPAND_BOX
AR_DVAL_EXPAND_BOX_DEFAULT
)
AR_DVAL_EXPAND_BOX_HIDE
)
AR_DVAL_EXPAND_BOX_SHOW
)
static final int AR_DVAL_EXPAND_BOX_DEFAULT
static final int AR_DVAL_EXPAND_BOX_HIDE
static final int AR_DVAL_EXPAND_BOX_SHOW
static final int AR_DPROP_ATTACH_ADD_LABEL
static final int AR_DPROP_ATTACH_DELETE_LABEL
static final int AR_DPROP_ATTACH_DISPLAY_LABEL
static final int AR_DPROP_ATTACH_SAVE_LABEL
static final int AR_DPROP_ATTACH_LABEL_TITLE
static final int AR_DPROP_ATTACH_FILENAME_TITLE
static final int AR_DPROP_ATTACH_FILESIZE_TITLE
static final int AR_DPROP_HIDE_PAGE_TABS_BORDERS
static final int AR_DPROP_DISPLAY_AS_TEXT_ONLY
static final int AR_DPROP_AR_OBJECT_NAME
static final int AR_DPROP_DISPLAY_FIELD_APP
static final int AR_DPROP_ZERO_SIZE_WHEN_HIDDEN
static final int AR_DPROP_ACCESSIBLE_HINT
static final int AR_DPROP_INITIAL_CURRENCY_TYPE
static final int AR_DPROP_AUTO_FIELD_COLPROP
static final int AR_DPROP_AUTO_FIELD_ROWNUM
static final int AR_DPROP_AUTO_FIELD_ROWPART
static final int AR_DPROP_AUTO_FIELD_ORDER
static final int AR_DPROP_AUTO_FIELD_TYPE
static final int AR_DVAL_AUTO_FIELD_TITLE
static final int AR_DVAL_AUTO_FIELD_GROUP
static final int AR_DVAL_AUTO_FIELD_REGULAR
static final int AR_DVAL_AUTO_FIELD_NAV
static final int AR_DVAL_AUTO_FIELD_BUTTON
static final int AR_DPROP_AUTO_LAYOUT
static final int AR_DVAL_AUTO_LAYOUT_OFF
static final int AR_DVAL_AUTO_LAYOUT_ON
static final int AR_DPROP_AUTO_LAYOUT_VUI_NAV
static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_OFF
static final int AR_DVAL_AUTO_LAYOUT_VUI_NAV_ON
static final int AR_DPROP_AUTO_LAYOUT_STYLE_SHEET
static final int AR_DPROP_AUTO_FIELD_NAVPROP
static final int AR_DVAL_AUTO_FIELD_LEVEL1
static final int AR_DVAL_AUTO_FIELD_LEVEL2
static final int AR_DVAL_AUTO_FIELD_LEVEL3
static final int AR_DPROP_AUTO_FIELD_SPACER
static final int AR_DVAL_AUTO_FIELD_SPACER_OFF
static final int AR_DVAL_AUTO_FIELD_SPACER_ON
static final int AR_DPROP_FORMACTION_ROW_ORDER_STR
static final int AR_DPROP_AUTO_SET_OVERLAP_FIELD
static final int AR_DPROP_AR_SERVER_NAME
static final int AR_DPROP_AUTO_FIELD_ALIGN
static final int AR_DVAL_AUTO_FIELD_ALIGN_LEFT
static final int AR_DVAL_AUTO_FIELD_ALIGN_RIGHT
static final int AR_DPROP_FORMACTION_PAGE_PROPERTIES
static final int AR_DPROP_FORMACTION_FLDS_EXCLUDE
static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_OFF
static final int AR_DVAL_FORMACTION_FLDS_EXCLUDE_ON
static final int AR_DPROP_AUTO_FIELD_NEW_COLUMN
static final int AR_DVAL_AUTO_FIELD_NEW_COLUMN_OFF
static final int AR_DVAL_AUTO_FIELD_NEW_COLUMN_ON
static final int AR_DPROP_AUTO_FIELD_NEW_SECTION
static final int AR_DVAL_AUTO_FIELD_NEW_SECTION_OFF
static final int AR_DVAL_AUTO_FIELD_NEW_SECTION_ON
static final int AR_DPROP_VUI_DEFAULT_PROCESS
static final int AR_DPROP_WEB_HEADER_CONTENT
static final int AR_DPROP_WEB_FOOTER_CONTENT
static final int AR_DPROP_PATH_TO_BKG_IMAGE
static final int AR_DPROP_WEB_TOOLBAR_VISIBILITY
static final int AR_DPROP_AR_GRAPH_PLUGIN_NAME
static final int AR_DPROP_EXPAND_COLLAPSE_TREE_LEVELS
static final int AR_DVAL_EXPAND_ALL_LEVELS
static final int AR_DVAL_COLLAPSE_ALL_LEVELS
static final int AR_DPROP_ATTACH_DESELECT_LABEL
static final int AR_DPROP_LAYOUT_POLICY
static final int AR_DVAL_LAYOUT_XY
static final int AR_DVAL_LAYOUT_FILL
static final int AR_DVAL_LAYOUT_FLOW
static final int AR_DPROP_PAGEHOLDER_DISPLAY_TYPE
static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_TABCTRL
static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_STACKEDVIEW
static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_SPLITTERVIEW
static final int AR_DVAL_PAGEHOLDER_DISPLAY_TYPE_ACCORDION
static final int AR_DPROP_ORIENTATION
static final int AR_DVAL_ORIENTATION_HORIZONTAL
static final int AR_DVAL_ORIENTATION_VERTICAL
static final int AR_DVAL_ORIENTATION_VERTICAL_UP
static final int AR_DPROP_PAGEHOLDER_MARGIN_LEFT
static final int AR_DPROP_PAGEHOLDER_MARGIN_TOP
static final int AR_DPROP_PAGEHOLDER_MARGIN_RIGHT
static final int AR_DPROP_PAGEHOLDER_MARGIN_BOTTOM
static final int AR_DPROP_PAGEHOLDER_SPACING
static final int AR_DPROP_PAGEHOLDER_INIT_PAGE
static final int AR_DPROP_PAGE_HEADER_STATE
static final int AR_DVAL_PAGE_HEADER_HIDDEN
static final int AR_DVAL_PAGE_HEADER_VISIBLE
static final int AR_DPROP_PAGE_HEADER_COLOR
static final int AR_DPROP_PAGE_INITIAL_SIZE
static final int AR_DPROP_PAGE_MIN_SIZE
static final int AR_DPROP_PAGE_MAX_SIZE
static final int AR_DPROP_PAGE_BODY_STATE
static final int AR_DVAL_PAGE_BODY_COLLAPSE
static final int AR_DVAL_PAGE_BODY_EXPAND
static final int AR_DPROP_LOCALIZATION_REQUIRED
static final int AR_DPROP_FIELD_HIGHLIGHT
static final int AR_DVAL_FIELD_HIGHLIGHT_DISABLE
static final int AR_DVAL_FIELD_HIGHLIGHT_ENABLE
static final int AR_DPROP_FIELD_HIGHLIGHT_START_COLOR
static final int AR_DPROP_FIELD_HIGHLIGHT_END_COLOR
static final int AR_DPROP_FIELD_ROUNDED
@Deprecated static final int AR_DVAL_FIELD_ROUNDED_DISABLE
@Deprecated static final int AR_DVAL_FIELD_ROUNDED_ENABLE
static final int AR_DPROP_FIELD_MIN_WIDTH
static final int AR_DPROP_FIELD_MAX_WIDTH
static final int AR_DPROP_FIELD_MIN_HEIGHT
static final int AR_DPROP_FIELD_MAX_HEIGHT
static final int AR_DPROP_COLOR_FILL_GRADIENT
static final int AR_DPROP_COLOR_FILL_GRADIENT_EFFECT
static final int AR_DVAL_GRADIENT_EFFECT_NONE
static final int AR_DVAL_GRADIENT_EFFECT_LINEAR_HORIZONTAL
static final int AR_DVAL_GRADIENT_EFFECT_LINEAR_VERTICAL
static final int AR_DVAL_GRADIENT_EFFECT_REFLECTED_HORIZONTAL
static final int AR_DVAL_GRADIENT_EFFECT_REFLECTED_VERTICAL
static final int AR_DPROP_COLOR_FILL_OPACITY
static final int AR_DPROP_FIELD_ROUNDED_TOP_RIGHT_RADIUS
static final int AR_DPROP_FIELD_ROUNDED_TOP_LEFT_RADIUS
static final int AR_DPROP_FIELD_ROUNDED_BOTTOM_RIGHT_RADIUS
static final int AR_DPROP_FIELD_ROUNDED_BOTTOM_LEFT_RADIUS
static final int AR_DPROP_PANELHOLDER_SPLITTER
static final int AR_DVAL_SPLITTER_HIDE
static final int AR_DVAL_SPLITTER_SHOW
static final int AR_DVAL_SPLITTER_INVISIBLE
static final int AR_DPROP_COLOR_GRADIENT_HEADER
static final int AR_DPROP_COLOR_GRADIENT_EFFECT_HEADER
static final int AR_DVAL_GRADIENT_EFFECT_HEADER_NONE
static final int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_HORIZONTAL
static final int AR_DVAL_GRADIENT_EFFECT_HEADER_LINEAR_VERTICAL
static final int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_HORIZONTAL
static final int AR_DVAL_GRADIENT_EFFECT_HEADER_REFLECTED_VERTICAL
static final int AR_DPROP_HIDE_PANELHOLDER_BORDERS
static final int AR_DPROP_PANEL_SLACK_ORDER
static final int AR_DPROP_PANEL_SLACK_DISTRIBUTION_ORDER
static final int AR_DPROP_PANEL_AVOID_WHITESPACE
static final int AR_DPROP_PANEL_FIT_TO_CONTENT
static final int AR_DPROP_ALIGNED
static final int AR_DVAL_ALIGNED_LEFT
static final int AR_DVAL_ALIGNED_RIGHT
static final int AR_DPROP_RIGHT_BBOX
static final int AR_DPROP_HEADER_HEIGHT
static final int AR_DPROP_NAV_ITEM_TEXT_COLOR
static final int AR_DPROP_FIELD_DRAGGABLE
static final int AR_DPROP_FIELD_DROPPABLE
static final int AR_DPROP_LOCALIZE_VIEW
static final int AR_DVAL_LOCALIZE_VIEW_SKIP
static final int AR_DVAL_LOCALIZE_VIEW_ALL
static final int AR_DPROP_LOCALIZE_FIELD
static final int AR_DVAL_LOCALIZE_FIELD_SKIP
static final int AR_DVAL_LOCALIZE_FIELD_ALL
static final int AR_DPROP_FLOW_LAYOUT_VERT_SPACE
static final int AR_DPROP_PANEL_MARGIN_LEFT
static final int AR_DPROP_PANEL_MARGIN_TOP
static final int AR_DPROP_PANEL_MARGIN_RIGHT
static final int AR_DPROP_PANEL_MARGIN_BOTTOM
static final int AR_DPROP_AUTO_RESIZE
static final int AR_DVAL_RESIZE_NONE
static final int AR_DVAL_RESIZE_VERT
static final int AR_DVAL_RESIZE_HORZ
static final int AR_DVAL_RESIZE_BOTH
static final int AR_DPROP_FIELD_FLOAT_STYLE
static final int AR_DVAL_FLOAT_STYLE_NONE
static final int AR_DVAL_FLOAT_STYLE_MODELESS
static final int AR_DVAL_FLOAT_STYLE_DIALOG
static final int AR_DVAL_FLOAT_STYLE_TOOLTIP
static final int AR_DPROP_FIELD_FLOAT_EFFECT
static final int AR_DVAL_FLOAT_EFFECT_NONE
static final int AR_DVAL_FLOAT_EFFECT_APPEAR_DISAPPEAR
static final int AR_DVAL_FLOAT_EFFECT_GROW_SHRINK
static final int AR_DVAL_FLOAT_EFFECT_FADEIN_FADEOUT
static final int AR_DPROP_PANELHOLDER_SHRINKTOFIT
static final int AR_DPROP_PANEL_BORDER_THICKNESS
static final int AR_DPROP_AUTO_COMPLETE_AFTER_KEYSTROKES
static final int AR_DPROP_AUTO_COMPLETE_HIDE_MENU_BUTTON
static final int AR_DPROP_ROW_LABEL
static final int AR_DPROP_ROW_LABEL_PLURAL
static final int AR_DPROP_TABLE_COLUMN_HEADER_ALIGNMENT
static final int AR_DPROP_TABLE_COLUMN_DATA_ALIGNMENT
static final int AR_DVAL_TABLE_COLUMN_ALIGNMENT_RIGHT
static final int AR_DVAL_TABLE_COLUMN_ALIGNMENT_CENTER
static final int AR_DVAL_TABLE_COLUMN_ALIGNMENT_LEFT
static final int AR_DPROP_MOUSEOVER_EFFECT
static final int AR_DVAL_MOUSEOVER_EFFECT_NONE
static final int AR_DVAL_MOUSEOVER_EFFECT_CURSOR
static final int AR_DVAL_MOUSEOVER_EFFECT_HIGHLIGHT
static final int AR_DPROP_DVF_INLINE
static final int AR_DPROP_EXTERNAL_LINK_BUTTON
static final int AR_DPROP_TABLE_DISPLAY_TYPE
AR_DVAL_TABLE_DISPLAY_TABLE
)
AR_DVAL_TABLE_DISPLAY_RESULTS_LIST
)
AR_DVAL_TABLE_DISPLAY_NOTIFICATION
)
AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
)
AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
)
AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY
)
static final int AR_DVAL_TABLE_DISPLAY_TABLE
static final int AR_DVAL_TABLE_DISPLAY_RESULTS_LIST
static final int AR_DVAL_TABLE_DISPLAY_NOTIFICATION
static final int AR_DVAL_TABLE_DISPLAY_SINGLE_TABLE_TREE
static final int AR_DVAL_TABLE_DISPLAY_MULTI_TABLE_TREE
static final int AR_DVAL_TABLE_DISPLAY_PAGE_ARRAY
static final int AR_DVAL_TABLE_DISPLAY_TREE_GROUP
static final int AR_DVAL_SORT_AGGREGATION_NONE
static final int AR_DVAL_SORT_AGGREGATION_COUNT
static final int AR_DPROP_TABLE_SELINIT
AR_DVAL_TABLE_SELINIT_SELFIRE
)
AR_DVAL_TABLE_SELINIT_SELNOFIRE
)
AR_DVAL_TABLE_SELINIT_NOSEL
)
static final int AR_DVAL_TABLE_SELINIT_SELFIRE
static final int AR_DVAL_TABLE_SELINIT_SELNOFIRE
static final int AR_DVAL_TABLE_SELINIT_NOSEL
static final int AR_DPROP_TABLE_SELREFRESH
AR_DVAL_TABLE_SELREFRESH_RETFIRE
)
AR_DVAL_TABLE_SELREFRESH_RETNOFIRE
)
AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE
)
AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE
)
AR_DVAL_TABLE_SELREFRESH_NOSEL
)
static final int AR_DVAL_TABLE_SELREFRESH_RETFIRE
static final int AR_DVAL_TABLE_SELREFRESH_RETNOFIRE
static final int AR_DVAL_TABLE_SELREFRESH_FIRSTFIRE
static final int AR_DVAL_TABLE_SELREFRESH_FIRSTNOFIRE
static final int AR_DVAL_TABLE_SELREFRESH_NOSEL
static final int AR_DPROP_TABLE_CHUNK_SIZE
static final int AR_DPROP_TABLE_CHUNK_NEXT
static final int AR_DPROP_TABLE_CHUNK_PREV
static final int AR_DPROP_TABLE_NOT_REFRESHED
static final int AR_DPROP_TABLE_ENTRIES_RETURNED
static final int AR_DPROP_TABLE_AUTOREFRESH
static final int AR_DPROP_TABLE_DRILL_COL
static final int AR_DPROP_TABLE_SELROWS_DISABLE
AR_DVAL_TABLE_SELROWS_MULTI_SELECT
)
AR_DVAL_TABLE_SELROWS_DISABLE_YES
)
AR_DVAL_TABLE_SELROWS_SINGLE_SELECT
)
static final int AR_DVAL_TABLE_SELROWS_DISABLE_NO
static final int AR_DVAL_TABLE_SELROWS_MULTI_SELECT
static final int AR_DVAL_TABLE_SELROWS_DISABLE_YES
static final int AR_DVAL_TABLE_SELROWS_SINGLE_SELECT
static final int AR_DPROP_TABLE_SELECT_ALL
static final int AR_DPROP_TABLE_DESELECT_ALL
static final int AR_DPROP_TABLE_REFRESH
static final int AR_DPROP_TABLE_REPORT
static final int AR_DPROP_TABLE_DELETE
static final int AR_DPROP_TABLE_READ
static final int AR_DPROP_TABLE_UNREAD
static final int AR_DPROP_TABLE_SELECTIONCOLUMN_LABEL
static final int AR_DPROP_TABLE_COL_DISPLAY_TYPE
AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
)
AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
)
AR_DVAL_TABLE_COL_DISPLAY_HTML
)
AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA
)
static final int AR_DVAL_TABLE_COL_DISPLAY_NONEDITABLE
static final int AR_DVAL_TABLE_COL_DISPLAY_EDITABLE
static final int AR_DVAL_TABLE_COL_DISPLAY_HTML
static final int AR_DVAL_TABLE_COL_DISPLAY_PAGE_DATA
static final int AR_DVAL_TABLE_COL_DISPLAY_DROPDOWN_MENU
static final int AR_DPROP_TABLE_COL_INITVAL
static final int AR_DPROP_FIXED_TABLE_HEADERS
static final int AR_DVAL_FIXED_TABLE_HEADERS_DISABLE
static final int AR_DVAL_FIXED_TABLE_HEADERS_ENABLE
static final int AR_DPROP_VIEWFIELD_SCROLLBARS
static final int AR_DVAL_VIEWFIELD_SCROLLBARS_AUTO
static final int AR_DVAL_VIEWFIELD_SCROLLBARS_ON
static final int AR_DVAL_VIEWFIELD_SCROLLBARS_HIDDEN
static final int AR_DPROP_VIEWFIELD_BORDERS
static final int AR_DVAL_VIEWFIELD_BORDERS_DEFAULT
static final int AR_DVAL_VIEWFIELD_BORDERS_NONE
static final int AR_DVAL_VIEWFIELD_BORDERS_ENABLE
static final int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_NEW
static final int AR_DPROP_ENTRYPOINT_LABEL_DEFAULT_SEARCH
static final int AR_DPROP_TABLE_COL_WRAP_TEXT
static final int AR_DVAL_TABLE_COL_WRAP_TEXT_DISABLE
static final int AR_DVAL_TABLE_COL_WRAP_TEXT_ENABLE
static final int AR_DPROP_TABLE_PREFERENCES
static final int AR_DPROP_FIELD_CUSTOMSTYLE
static final int AR_DPROP_TABLE_TREE_CUSTOM_NULL_VALUE
static final int AR_DPROP_NAVBAR_INITIAL_SELECTED_ITEM
static final int AR_DPROP_NAVBAR_WORKFLOW_ON_SELECTED_ITEM
static final int AR_DVAL_NAVBAR_SELITEM_NOFIRE
static final int AR_DVAL_NAVBAR_SELITEM_FIRE
static final int AR_DPROP_NAVBAR_SELECT_ITEM_ON_CLICK
static final int AR_DPROP_BUTTON_ALT_TEXT
static final int AR_DPROP_TABLE_USE_LOCALE
static final int AR_DPROP_QUERY_LIST_BKG_COLOR
static final int AR_DPROP_AUTO_MAXIMIZE_WINDOW
static final int AR_DVAL_AUTO_MAXIMIZE_WINDOW_DISABLE
static final int AR_DVAL_AUTO_MAXIMIZE_WINDOW_ENABLE
static final int AR_DPROP_VIEW_RTL
static final int AR_DVAL_VIEW_RTL_DISABLE
static final int AR_DVAL_VIEW_RTL_ENABLE
static final int AR_DPROP_TABLE_PAGE_ARRAY_LEFT_MARGIN
static final int AR_DPROP_TABLE_PAGE_ARRAY_RIGHT_MARGIN
static final int AR_DPROP_TABLE_PAGE_ARRAY_TOP_MARGIN
static final int AR_DPROP_TABLE_PAGE_ARRAY_BOTTOM_MARGIN
static final int AR_DPROP_TABLE_PAGE_VISIBLE_COLUMNS
static final int AR_DPROP_TABLE_PAGE_ARRAY_HOR_SPACE
static final int AR_DPROP_TABLE_PAGE_ARRAY_VER_SPACE
static final int AR_DPROP_FORM_LOCK_ALLVUI
static final int AR_DPROP_VUI_LOCK_VUI
static final int AR_DPROP_TABLE_ROOT_NODE_IMAGE
static final int AR_DPROP_TABLE_ROOT_NODE_ALT_TEXT
static final int AR_DPROP_TABLE_COL_IMAGE_LIST
static final int AR_DPROP_SHOWURL
static final int AR_DPROP_NAVIGATION_MODE
static final int AR_DVAL_NAV_EXPANDABLE
static final int AR_DVAL_NAV_FLYOUT
static final int AR_DPROP_TABLE_CELL_BKG_COLOR
static final int AR_DPROP_TABLE_COL_ENABLE_SORT
static final int AR_DVAL_TABLE_COL_SORT_DISABLED
static final int AR_DVAL_TABLE_COL_SORT_ENABLED
static final int AR_DPROP_APPLIST_MODE
static final int AR_DVAL_APP_TRADITIONAL
static final int AR_DVAL_APP_FLYOUT
static final int AR_DPROP_TABLE_COLUMN_CHECKBOX
static final int AR_DVAL_TABLE_COLUMN_CHECKBOX_DISABLE
static final int AR_DVAL_TABLE_COLUMN_CHECKBOX_ENABLE
static final int AR_DPROP_SKIN_STYLE
static final int AR_DPROP_ATTACH_FIELD_IMAGE_CACHE
static final int AR_DPROP_LOCALIZE_FIELD_DATA
static final int AR_DPROP_FIELD_PROCESS_ENTRY_MODE
static final int AR_DVAL_FIELD_PROCESS_NOT_REQUIRED
static final int AR_DVAL_FIELD_PROCESS_REQUIRED
static final int AR_DPROP_SORT_GROUP
static final int AR_DPROP_SORT_AGGREGATION_TYPE
static final int AR_DPROP_TABLE_HDRFTR_GRADTYPE
static final int AR_DPROP_TABLE_COLUMN_HEADER_TEXT_COLOR
static final int AR_DPROP_TABLE_HDRFTR_GRADCOLOR
static final int AR_DPROP_TABLE_HDRFTR_GRADBKGCOLOR
static final int AR_DPROP_VIEW_BORDER_COLOR
static final int AR_DPROP_VERTNAV_SUBLEVELTWO_COLOR
static final int AR_DPROP_TABLE_CONTENT_CLIPPED
static final int AR_DVAL_TABLE_CONTENT_NOT_CLIPPED
static final int AR_DVAL_TABLE_CONTENT_CLIPPED
static final int AR_DPROP_COL_HEADBKG_GRADTYPE
static final int AR_DPROP_COL_HEADBKG_GRADCOLOR
static final int AR_DPROP_COL_HEADBKG_GRADBKGCOLOR
static final int AR_DPROP_DROP_SHADOW
static final int AR_DVAL_DROP_SHADOW_NONE
static final int AR_DVAL_DROP_SHADOW_NORTH_WEST
static final int AR_DPROP_ATTACH_FTRGRAD_COLOR
static final int AR_DPROP_ATTACH_FTRGRADBKG_COLOR
static final int AR_DPROP_ATTACH_FTRGRAD_TYPE
static final int AR_DPROP_ATTACH_COLGRAD_COLOR
static final int AR_DPROP_ATTACH_COLGRADBKG_COLOR
static final int AR_DPROP_ATTACH_COLGRAD_TYPE
static final int AR_DPROP_ATTACH_COLHDRTXT_COLOR
static final int AR_DPROP_MENU_BOX
static final int AR_DPROP_CHARFIELD_BORDER
static final int AR_DPROP_DISABLED_IMAGE
static final int AR_DPROP_APPLIST_TOP_BKG_COLOR
static final int AR_DPROP_APPLIST_SUB_EVEN_LVL_BKG_COLOR
static final int AR_DPROP_APPLIST_SUB_ODD_LVL_BKG_COLOR
static final int AR_OPROP_VENDOR_NAME
static final int AR_OPROP_VENDOR_PRODUCT
static final int AR_OPROP_VENDOR_VERSION
static final int AR_OPROP_GUID
static final int AR_OPROP_COPYRIGHT
static final int AR_OPROP_SCC_LOCKED_BY
static final int AR_OPROP_SCC_VERSION
static final int AR_OPROP_SCC_TIMESTAMP
static final int AR_OPROP_SCC_USER
static final int AR_OPROP_SCC_LOCATION
static final int AR_OPROP_SCC_DATA_LOCKED_BY
static final int AR_OPROP_SCC_DATA_VERSION
static final int AR_OPROP_SCC_DATA_TIMESTAMP
static final int AR_OPROP_SCC_DATA_USER
static final int AR_OPROP_SCC_DATA_LOCATION
static final int AR_OPROP_WINDOW_OPEN_SAMPLE_SERVER_SCHEMA
static final int AR_OPROP_WINDOW_OPEN_ELSE_SAMPLE_SERVER_SCHEMA
static final int AR_OPROP_FORM_NAME_WEB_ALIAS
static final int AR_OPROP_VIEW_LABEL_WEB_ALIAS
static final int AR_OPROP_APP_WEB_ALIAS
static final int AR_OPROP_INTERVAL_VALUE
static final int AR_OPROP_INTEGRITY_KEY
static final int AR_OPROP_NEXT_ID_BLOCK_SIZE
static final int AR_OPROP_POOL_NUMBER
static final int AR_OPROP_CORE_FIELDS_OPTION_MASK
AR_CORE_FIELDS_OPTION_NONE
)
AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY
)
static final int AR_CORE_FIELDS_OPTION_NONE
static final int AR_CORE_FIELDS_OPTION_DISABLE_STATUS_HISTORY
static final int AR_OPROP_FT_SCAN_TIME_MONTH_MASK
static final int AR_OPROP_FT_SCAN_TIME_WEEKDAY_MASK
static final int AR_OPROP_FT_SCAN_TIME_HOUR_MASK
static final int AR_OPROP_FT_SCAN_TIME_MINUTE
static final int AR_OPROP_FT_SCAN_TIME_INTERVAL
static final int AR_OPROP_GUIDE_PARAMETERS
static final int AR_OPROP_CACHE_DISP_PROP
static final int AR_OPROP_MAX_VENDOR_TEMP_TABLES
static final int AR_OPROP_STATIC_PERMISSION_INHERITED
static final int AR_OPROP_DYNAMIC_PERMISSION_INHERITED
static final int AR_OPROP_MFS_OPTION_MASK
AR_MULTI_FORM_SEARCH_OPTION_NONE
)
AR_MULTI_FORM_SEARCH_OPTION_EXCLUDE
)
static final int AR_MULTI_FORM_SEARCH_OPTION_NONE
static final int AR_MULTI_FORM_SEARCH_OPTION_EXCLUDE
static final int AR_OPROP_FORM_ALLOW_DELETE
static final int AR_OPROP_TABLE_PERSIST_DIRTY_ROWS
static final int AR_TABLE_PERSIST_DIRTY_ROWS_DISABLED
static final int AR_TABLE_PERSIST_DIRTY_ROWS_ENABLED
static final int AR_OPROP_MFS_WEIGHTED_RELEVANCY_FIELDS
static final int AR_MFS_WEIGHTED_RELEVANCY_TITLE_FIELD_TAG
static final int AR_MFS_WEIGHTED_RELEVANCY_ENVIRONMENT_FIELD_TAG
static final int AR_MFS_WEIGHTED_RELEVANCY_KEYWORDS_FIELD_TAG
static final int AR_OPROP_APP_INTEGRATION_WORKFLOW
static final int AR_OPROP_LOCALIZE_FORM_VIEWS
static final int AR_LOCALIZE_FORM_VIEWS_SKIP
static final int AR_LOCALIZE_FORM_VIEWS_ALL
static final int AR_LOCALIZE_FORM_VIEWS_ALIASES
static final int AR_OPROP_LOCALIZE_FORM_DATA
static final int AR_LOCALIZE_FORM_DATA_SKIP
static final int AR_LOCALIZE_FORM_DATA_ALL
static final int AR_OPROP_LOCALIZE_FIELD_DATA
static final int AR_LOCALIZE_FIELD_DATA_SKIP
static final int AR_LOCALIZE_FIELD_DATA_ALL
static final int AR_OPROP_FT_MFS_CATEGORY_NAME
static final int AR_OPROP_FT_MFS_INDEX_TABLE_FIELD
static final int AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_NO
static final int AR_FT_MFS_INDEX_TABLE_FIELD_OPTION_YES
static final int AR_OPROP_OVERLAY_GROUP
static final int AR_OPROP_OVERLAY_DESIGN_GROUP
static final int AR_OPROP_OVERLAY_PROP
static final String AR_OVERLAY_CLIENT_MODE_BASE
static final String AR_OVERLAY_CLIENT_MODE_FULL
static final int AR_ORIGINAL_OBJECT
static final int AR_OVERLAID_OBJECT
static final int AR_OVERLAY_OBJECT
static final int AR_CUSTOM_OBJECT
static final String AR_OBJ_REL_OVERLAY_GROUP_BASE
static final String AR_OBJ_REL_OVERLAY_GROUP_OVERLAID
static final int AR_OPROP_DRILL_DOWN_IN_WEB_REPORTS
static final int AR_PROHIBIT_DRILL_DOWN_IN_WEB_REPORTS
static final int AR_ALLOW_DRILL_DOWN_IN_WEB_REPORTS
static final int AR_OPROP_FT_STRIP_TAGS
static final int AR_FT_STRIP_TAGS_OPTION_NO
static final int AR_FT_STRIP_TAGS_OPTION_YES
static final int AR_OPROP_DISPLAY_FORM_SINGLETON
static final int AR_OPEN_FORM_MULTIPLE
static final int AR_OPEN_FORM_SINGLETON
static final int AR_OPROP_FT_FILTER_SEARCH
static final int AR_FT_FILTER_SEARCH_OPTION_NO
static final int AR_FT_FILTER_SEARCH_OPTION_YES
static final int AR_OPROP_FORM_TAG_NAME
static final int AR_CACHE_DPROP_NONE
static final int AR_CACHE_DPROP_VUI
static final int AR_CACHE_DPROP_FIELD
static final int AR_CACHE_DPROP_ALL
static final int AR_OPROP_VUI_OVERLAY_CHANGED_FIELD_LIST
static final int AR_SMOPROP_NONE
static final int AR_SMOPROP_OBJECT_VERSION
static final int AR_SMOPROP_APP_OWNER
static final int AR_SMOPROP_OBJECT_LOCK_TYPE
AR_LOCK_TYPE_NONE
)
AR_LOCK_TYPE_READONLY
).
AR_LOCK_TYPE_HIDDEN
).
static final int AR_SMOPROP_OBJECT_LOCK_KEY
static final int AR_SMOPROP_ENTRYPOINT_DEFAULT_NEW_ORDER
static final int AR_SMOPROP_ENTRYPOINT_DEFAULT_SEARCH_ORDER
static final int AR_SMOPROP_NO_APP_STATS_LOGGING
static final int AR_SMOPROP_APP_LIC_VERSION
static final int AR_SMOPROP_APP_LIC_DESCRIPTOR
static final int AR_SMOPROP_APP_LIC_USER_LICENSABLE
static final int AR_SMOPROP_APP_ACCESS_POINT
static final int AR_SMOPROP_APP_BSM_TAG
static final int AR_SMOPROP_PRIMARY_FIELDSET
static final int AR_SMOPROP_FILTER_GET_DATA_AS_USER
static final int AR_SMOPROP_OVERLAY_PROPERTY
static final int AR_SMOPROP_OVERLAY_GROUP
static final String AR_CURRENT_SERVER_TAG
static final String AR_CURRENT_SCHEMA_TAG
static final String AR_CURRENT_SCREEN_TAG
static final String AR_CURRENT_TRAN_TAG
static final int AR_NO_MATCH_ERROR
static final int AR_NO_MATCH_SET_NULL
static final int AR_NO_MATCH_NO_ACTION
static final int AR_NO_MATCH_SUBMIT
static final int AR_MULTI_MATCH_ERROR
static final int AR_MULTI_MATCH_SET_NULL
static final int AR_MULTI_MATCH_USE_FIRST
static final int AR_MULTI_MATCH_PICKLIST
static final int AR_MULTI_MATCH_MODIFY_ALL
static final int AR_MULTI_MATCH_NO_ACTION
static final int AR_MULTI_MATCH_USE_LOCALE
static final int AR_DDE_EXECUTE
static final int AR_DDE_POKE
static final int AR_DDE_REQUEST
static final int AR_COM_PARM_NULL
static final int AR_COM_PARM_FIELDID
static final int AR_COM_PARM_VALUE
static final int AR_COM_METHOD_NULL
static final int AR_COM_METHOD_FIELDID
static final int AR_ASSIGN_TYPE_NONE
static final int AR_ASSIGN_TYPE_VALUE
static final int AR_ASSIGN_TYPE_FIELD
static final int AR_ASSIGN_TYPE_PROCESS
static final int AR_ASSIGN_TYPE_ARITH
static final int AR_ASSIGN_TYPE_FUNCTION
static final int AR_ASSIGN_TYPE_DDE
static final int AR_ASSIGN_TYPE_SQL
static final int AR_ASSIGN_TYPE_FILTER_API
static final int AR_FUNCTION_DATE
static final int AR_FUNCTION_TIME
static final int AR_FUNCTION_MONTH
static final int AR_FUNCTION_DAY
static final int AR_FUNCTION_YEAR
static final int AR_FUNCTION_WEEKDAY
static final int AR_FUNCTION_HOUR
static final int AR_FUNCTION_MINUTE
static final int AR_FUNCTION_SECOND
static final int AR_FUNCTION_TRUNC
static final int AR_FUNCTION_ROUND
static final int AR_FUNCTION_CONVERT
static final int AR_FUNCTION_LENGTH
static final int AR_FUNCTION_UPPER
static final int AR_FUNCTION_LOWER
static final int AR_FUNCTION_SUBSTR
static final int AR_FUNCTION_LEFT
static final int AR_FUNCTION_RIGHT
static final int AR_FUNCTION_LTRIM
static final int AR_FUNCTION_RTRIM
static final int AR_FUNCTION_LPAD
static final int AR_FUNCTION_RPAD
static final int AR_FUNCTION_REPLACE
static final int AR_FUNCTION_STRSTR
static final int AR_FUNCTION_MIN
static final int AR_FUNCTION_MAX
static final int AR_FUNCTION_COLSUM
static final int AR_FUNCTION_COLCOUNT
static final int AR_FUNCTION_COLAVG
static final int AR_FUNCTION_COLMIN
static final int AR_FUNCTION_COLMAX
static final int AR_FUNCTION_DATEADD
static final int AR_FUNCTION_DATEDIFF
static final int AR_FUNCTION_DATENAME
static final int AR_FUNCTION_DATENUM
static final int AR_FUNCTION_CURRCONVERT
static final int AR_FUNCTION_CURRSETDATE
static final int AR_FUNCTION_CURRSETTYPE
static final int AR_FUNCTION_CURRSETVALUE
static final int AR_FUNCTION_LENGTHC
static final int AR_FUNCTION_LEFTC
static final int AR_FUNCTION_RIGHTC
static final int AR_FUNCTION_LPADC
static final int AR_FUNCTION_RPADC
static final int AR_FUNCTION_STRSTRC
static final int AR_FUNCTION_SUBSTRC
static final int AR_FUNCTION_ENCRYPT
static final int AR_FUNCTION_DECRYPT
static final int AR_FUNCTION_HOVER
static final int AR_FUNCTION_TEMPLATE
static final int AR_FUNCTION_SELECTEDROWCOUNT
static final int AR_FUNCTION_DROPPEDROWINDEX
static final int AR_FUNCTION_DROPPEDCOLUMNINDEX
static final int AR_FUNCTION_MAPGET
static final int AR_FUNCTION_LISTGET
static final int AR_FUNCTION_LISTSIZE
static final int AR_FUNCTION_STRIPHTML
static final int AR_FUNCTION_VISIBLEROWS
static final int AR_MAX_FUNCTION_USED
static final int AR_ORDER_MAX
static final int AR_OPERATION_NONE
static final int AR_OPERATION_GET
static final int AR_OPERATION_SET
static final int AR_OPERATION_CREATE
static final int AR_OPERATION_DELETE
static final int AR_OPERATION_MERGE
static final int AR_OPERATION_GUIDE
static final int AR_OPERATION_SERVICE
static final int AR_NOTIFY_NONE
static final int AR_NOTIFY_VIA_NOTIFIER
static final int AR_NOTIFY_VIA_EMAIL
static final int AR_NOTIFY_VIA_DEFAULT
static final int AR_NOTIFY_VIA_XREF
AR_NOTIFY_NONE
)
AR_NOTIFY_VIA_NOTIFIER
)
AR_NOTIFY_VIA_EMAIL
)
AR_NOTIFY_VIA_DEFAULT
)
<ar_install_dir>\arserver\db\notify<nn>.arn
where nn is the number that you
entered.
static final int AR_NOTIFY_PRIORITY_MAX
static final int AR_FILTER_FIELD_IDS_NONE
static final int AR_FILTER_FIELD_IDS_ALL
static final int AR_FILTER_FIELD_IDS_LIST
static final int AR_FILTER_FIELD_IDS_CHANGED
static final int AR_FILTER_ACTION_NONE
static final int AR_FILTER_ACTION_NOTIFY
static final int AR_FILTER_ACTION_MESSAGE
static final int AR_FILTER_ACTION_LOG
static final int AR_FILTER_ACTION_FIELDS
static final int AR_FILTER_ACTION_PROCESS
static final int AR_FILTER_ACTION_FIELDP
static final int AR_FILTER_ACTION_SQL
static final int AR_FILTER_ACTION_GOTOACTION
static final int AR_FILTER_ACTION_CALLGUIDE
static final int AR_FILTER_ACTION_EXITGUIDE
static final int AR_FILTER_ACTION_GOTOGUIDELABEL
static final int AR_FILTER_ACTION_SERVICE
static final int AR_ERRHANDLER_ENABLE
static final int AR_EXECUTE_ON_NONE
static final int AR_EXECUTE_ON_BUTTON
static final int AR_EXECUTE_ON_RETURN
static final int AR_EXECUTE_ON_SUBMIT
static final int AR_EXECUTE_ON_MODIFY
static final int AR_EXECUTE_ON_DISPLAY
static final int AR_EXECUTE_ON_MODIFY_ALL
static final int AR_EXECUTE_ON_MENU_OPEN
static final int AR_EXECUTE_ON_MENU_CHOICE
static final int AR_EXECUTE_ON_LOSE_FOCUS
static final int AR_EXECUTE_ON_SET_DEFAULT
static final int AR_EXECUTE_ON_QUERY
static final int AR_EXECUTE_ON_AFTER_MODIFY
static final int AR_EXECUTE_ON_AFTER_SUBMIT
static final int AR_EXECUTE_ON_GAIN_FOCUS
static final int AR_EXECUTE_ON_WINDOW_OPEN
static final int AR_EXECUTE_ON_WINDOW_CLOSE
static final int AR_EXECUTE_ON_UNDISPLAY
static final int AR_EXECUTE_ON_COPY_SUBMIT
static final int AR_EXECUTE_ON_LOADED
static final int AR_EXECUTE_ON_INTERVAL
static final int AR_EXECUTE_ON_EVENT
static final int AR_EXECUTE_ON_TABLE_CONTENT_CHANGE
static final int AR_EXECUTE_ON_HOVER_FIELD_LABEL
static final int AR_EXECUTE_ON_HOVER_FIELD_DATA
static final int AR_EXECUTE_ON_HOVER_FIELD
static final int AR_EXECUTE_ON_PAGE_EXPAND
static final int AR_EXECUTE_ON_PAGE_COLLAPSE
static final int AR_EXECUTE_ON_DRAG
static final int AR_EXECUTE_ON_DROP
static final int AR_EXECUTE_ON_MASK_MAX
static final int AR_EXECUTE_ON_MASK_FOCUS_FIELD
static final int AR_CALL_GUIDE_FORM_HIDDEN
static final int AR_CALL_GUIDE_LOOP_SELECTED_ONLY
static final int AR_CALL_GUIDE_LOOP_ALL_ROWS_VISIBLE
static final int AR_FOCUS_UNCHANGED
static final int AR_FOCUS_SET_TO_FIELD
static final int AR_ACCESS_OPTION_UNCHANGED
static final int AR_ACCESS_OPTION_READ_ONLY
static final int AR_ACCESS_OPTION_READ_WRITE
static final int AR_ACCESS_OPTION_DISABLE
static final int AR_FIELD_CHAR_OPTION_REFERENCE
static final int AR_ACTIVE_LINK_ACTION_NONE
static final int AR_ACTIVE_LINK_ACTION_MACRO
static final int AR_ACTIVE_LINK_ACTION_FIELDS
static final int AR_ACTIVE_LINK_ACTION_PROCESS
static final int AR_ACTIVE_LINK_ACTION_MESSAGE
static final int AR_ACTIVE_LINK_ACTION_SET_CHAR
static final int AR_ACTIVE_LINK_ACTION_DDE
static final int AR_ACTIVE_LINK_ACTION_FIELDP
static final int AR_ACTIVE_LINK_ACTION_SQL
static final int AR_ACTIVE_LINK_ACTION_AUTO
static final int AR_ACTIVE_LINK_ACTION_OPENDLG
static final int AR_ACTIVE_LINK_ACTION_COMMITC
static final int AR_ACTIVE_LINK_ACTION_CLOSEWND
static final int AR_ACTIVE_LINK_ACTION_CALLGUIDE
static final int AR_ACTIVE_LINK_ACTION_EXITGUIDE
static final int AR_ACTIVE_LINK_ACTION_GOTOGUIDELABEL
static final int AR_ACTIVE_LINK_ACTION_WAIT
static final int AR_ACTIVE_LINK_ACTION_GOTOACTION
static final int AR_ACTIVE_LINK_ACTION_SERVICE
static final int AR_ACTIVE_LINK_ACTION_OPEN_DLG
static final int AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
static final int AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
static final int AR_ACTIVE_LINK_ACTION_OPEN_REPORT
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY
static final int AR_ACTIVE_LINK_ACTION_OPEN_DSPLY
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_LST
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_DETAIL
static final int AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DIRECT_SPLIT
static final int AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT
static final int AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_LST
static final int AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_DETAIL
static final int AR_ACTIVE_LINK_ACTION_OPEN_DISPLAY_DIRECT_SPLIT
static final int AR_ACTIVE_LINK_ACTION_OPEN_POPUP
static final int AR_REPORT_ATTR_LAYOUT
static final int AR_REPORT_ATTR_IDLIST
static final int AR_REPORT_ATTR_NAME
static final int AR_REPORT_ATTR_TITLE
static final int AR_REPORT_ATTR_HEADER
static final int AR_REPORT_ATTR_FOOTER
static final int AR_REPORT_ATTR_LINES
static final int AR_REPORT_ATTR_TOP
static final int AR_REPORT_ATTR_BOTTOM
static final int AR_REPORT_ATTR_CHARS
static final int AR_REPORT_ATTR_LEFT
static final int AR_REPORT_ATTR_RIGHT
static final int AR_REPORT_ATTR_COL_SEP
static final int AR_REPORT_ATTR_ONE_REC_PER_PAGE
static final int AR_REPORT_ATTR_COMPRESSED
static final int AR_REPORT_ATTR_TITLE_SEP_CHAR
static final int AR_REPORT_REC_SEP
static final int AR_REPORT_LONG_FIELD_FORMAT
static final int AR_REPORT_COL_TITLE_PER
static final int AR_REPORT_ATTR_PAGE_BREAKS
static final int AR_REPORT_ATTR_TYPE
static final int AR_REPORT_ATTR_FILENAME
static final int AR_REPORT_ATTR_PRINT_ORIENT
static final int AR_REPORT_ATTR_SCHEMANAME
static final int AR_REPORT_ATTR_SERVERNAME
static final int AR_REPORT_ATTR_QUERY
static final int AR_REPORT_ATTR_ENTRYIDS
static final int AR_REPORT_ATTR_QUERY_OVERRIDE
static final int AR_REPORT_ATTR_OPERATION
static final int AR_REPORT_ATTR_LOCATION
static final int AR_REPORT_ATTR_CHAR_ENCODING
static final int AR_REPORT_ATTR_INLINE_FORM
static final int REPORT_TYPE_AR_SYSTEM
static final int AR_REPORT_LOCATION_EMBEDDED
AR_REPORT_ATTR_LOCATION
.
static final int AR_REPORT_LOCATION_LOCAL
AR_REPORT_ATTR_LOCATION
.
static final int AR_REPORT_LOCATION_REPORTING_FORM
AR_REPORT_ATTR_LOCATION
.
The Reporting Form location is only available when using Centralized User Preferences and the report server is defined in the Remedy User Preferences form.
static final int AR_REPORT_LOCATION_FIELD
static final int AR_PERMISSIONS_NONE
static final int AR_PERMISSIONS_VISIBLE
static final int AR_PERMISSIONS_HIDDEN
static final int AR_PERMISSIONS_VIEW
static final int AR_PERMISSIONS_CHANGE
static final int AR_GROUP_TYPE_NONE
static final int AR_GROUP_TYPE_VIEW
static final int AR_GROUP_TYPE_CHANGE
static final int AR_GROUP_CATEGORY_REGULAR
static final int AR_GROUP_CATEGORY_DYNAMIC
static final int AR_GROUP_CATEGORY_COMPUTED
static final int AR_LICENSE_TAG_WRITE
static final int AR_LICENSE_TAG_FULL_TEXT
static final int AR_LICENSE_TAG_RESERVED1
static final int AR_LICENSE_TAG_APP
static final int AR_USER_LIST_MYSELF
static final int AR_USER_LIST_REGISTERED
static final int AR_USER_LIST_CURRENT
static final int AR_PRECISION_NONE
static final int AR_MENU_APPEND
static final int AR_MENU_OVERWRITE
static final int AR_QBE_MATCH_ANYWHERE
LIKE %value%
operation to perform on QBE screen. Remedy User adds wildcards to start and end of
search.
static final int AR_QBE_MATCH_LEADING
LIKE value%
operation to perform on QBE screen. Remedy User adds wildcards to end of search.
static final int AR_QBE_MATCH_EQUAL
=
operation to perform on QBE screen. Remedy User does not add any wildcards to search string but
uses EQUAL
(=) operator instead.
static final int AR_FULLTEXT_OPTIONS_NONE
static final int AR_FULLTEXT_OPTIONS_INDEXED
static final int AR_FULLTEXT_OPTIONS_LITERAL
static final int AR_FULLTEXT_OPTIONS_EXCLUDE_FIELD_BASED
static final int AR_LENGTH_UNIT_BYTE
static final int AR_LENGTH_UNIT_CHAR
static final int AR_STORE_OPT_DEF
static final int AR_STORE_OPT_INROW
static final int AR_STORE_OPT_OUTROW
static final int AR_ATTACH_FIELD_TYPE_EMBED
static final int AR_ATTACH_FIELD_TYPE_LINK
static final int AR_FIELD_LIMIT_NONE
static final int AR_MENU_REFRESH_CONNECT
static final int AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD
getDataField
or
setDataField
methods of ColumnFieldLimit
.
@Deprecated static final int COLUMN_LIMIT_DATASOURCE_DATA_FIELD
AR_COLUMN_LIMIT_DATASOURCE_DATA_FIELD
.getDataField
or
setDataField
methods of ColumnFieldLimit
.
static final int AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
getDataField
or
setDataField
methods of ColumnFieldLimit
.
@Deprecated static final int COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
AR_COLUMN_LIMIT_DATASOURCE_DISPLAY_FIELD
.getDataField
or
setDataField
methods of ColumnFieldLimit
.
static final int AR_COLUMN_LIMIT_DATASOURCE_CONTROL_FIELD
getDataField
or
setDataField
methods of ColumnFieldLimit
.
static final int AR_COLUMN_LIMIT_DATASOURCE_TRIM_FIELD
getDataField
or
setDataField
methods of ColumnFieldLimit
.
static final int AR_COLUMN_LIMIT_DATASOURCE_VIEW_FIELD
getDataField
or
setDataField
methods of ColumnFieldLimit
.
static final int AR_COLUMN_LIMIT_DATASOURCE_MAX
static final int AR_MENU_REFRESH_OPEN
static final int AR_MENU_REFRESH_INTERVAL
static final int AR_MENU_TYPE_NONE
static final int AR_MENU_TYPE_VALUE
static final int AR_MENU_TYPE_MENU
static final int AR_MENU_FILE_SERVER
static final int AR_MENU_FILE_CLIENT
static final int AR_CHAR_MENU_DD_NONE
static final int AR_CHAR_MENU_DD_FORM
static final int AR_CHAR_MENU_DD_FIELD
static final int AR_CHAR_MENU_DD_DB_NAME
static final int AR_CHAR_MENU_DD_LOCAL_NAME
static final int AR_CHAR_MENU_DD_ID
static final int AR_CHAR_MENU_DD_FORMAT_NONE
static final int AR_CHAR_MENU_DD_FORMAT_ID
static final int AR_CHAR_MENU_DD_FORMAT_NAME
static final int AR_CHAR_MENU_DD_FORMAT_QUOTES
static final int AR_CHAR_MENU_DD_FORMAT_DOLLARS
static final int AR_CHAR_MENU_DD_FORMAT_ID_NAME
static final int AR_CHAR_MENU_DD_FORMAT_NAMEL
static final int AR_CHAR_MENU_DD_FORMAT_QUOTESL
static final int AR_CHAR_MENU_DD_FORMAT_DOLLARSL
static final int AR_CHAR_MENU_DD_FORMAT_ID_L
static final int AR_CHAR_MENU_DD_FORMAT_NAME_L
Form01 alias for Form01
static final int AR_CHAR_MENU_DD_FORMAT_L_NAME
alias Form01 Form01
static final int AR_CHAR_MENU_NONE
static final int AR_CHAR_MENU_LIST
static final int AR_CHAR_MENU_QUERY
static final int AR_CHAR_MENU_FILE
static final int AR_CHAR_MENU_SQL
static final int AR_CHAR_MENU_SS
static final int AR_CHAR_MENU_DATA_DICTIONARY
static final int AR_STRUCT_XML_OFFSET
static final int AR_STRUCT_SUPPRESS_NONSTRUCTURAL_CHANGE_TAG
static final int AR_EXPORT_FORMAT_AR_DEF
static final int AR_EXPORT_FORMAT_XML
static final int AR_STRUCT_ITEM_SCHEMA
static final int AR_STRUCT_ITEM_SCHEMA_DEFN
static final int AR_STRUCT_ITEM_SCHEMA_VIEW
static final int AR_STRUCT_ITEM_SCHEMA_MAIL
static final int AR_STRUCT_ITEM_FILTER
static final int AR_STRUCT_ITEM_ACTIVE_LINK
static final int AR_STRUCT_ITEM_ADMIN_EXT
static final int AR_STRUCT_ITEM_CHAR_MENU
static final int AR_STRUCT_ITEM_ESCALATION
static final int AR_STRUCT_ITEM_DIST_MAP
static final int AR_STRUCT_ITEM_SCHEMA_VIEW_MIN
static final int AR_STRUCT_ITEM_CONTAINER
static final int AR_STRUCT_ITEM_DIST_POOL
static final int AR_STRUCT_ITEM_VUI
static final int AR_STRUCT_ITEM_FIELD
static final int AR_STRUCT_ITEM_APP
static final int AR_STRUCT_ITEM_IMAGE
static final int AR_STRUCT_ITEM_LOCALE_VUI
static final int AR_STRUCT_ITEM_SCHEMA_DATA
static final int AR_STRUCT_ITEM_SCHEMA_VIEW_2
static final int AR_VERCNTL_OBJ_TYPE_ACTIVE_LINK
static final int AR_VERCNTL_OBJ_TYPE_CHARACTER_MENU
static final int AR_VERCNTL_OBJ_TYPE_CONTAINER
static final int AR_VERCNTL_OBJ_TYPE_ESCALATION
static final int AR_VERCNTL_OBJ_TYPE_FILTER
static final int AR_VERCNTL_OBJ_TYPE_FORM
static final int AR_VERCNTL_OBJ_TYPE_IMAGE
static final int AR_VERCNTL_OBJ_SUBTYPE_NONE
static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_ACTIVELINK_GUIDE
static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_APPLICATION
static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_FILTER_GUIDE
static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_PACKINGLIST
static final int AR_VERCNTL_OBJ_SUBTYPE_CONTAINER_WEBSERVICE
static final int AR_VERCNTL_OBJ_RESERVATION_MODE_DISABLED
static final int AR_VERCNTL_OBJ_RESERVATION_MODE_ENFORCED
static final int AR_VERCNTL_OBJ_RESERVATION_MODE_DEFAULT
static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_DISABLED
static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_ENABLED
static final int AR_VERCNTL_OBJ_MOD_LOG_MODE_DEFAULT
static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_SAVE
static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DONOT_SAVE
static final int AR_VERCNTL_OBJ_MOD_LOG_DEFINITION_FILES_DEFAULT
static final int EXPORT_OPTION_NONE
static final int EXPORT_VUI_MINIMUM
static final int AR_IMPORT_OPT_CREATE
static final int AR_IMPORT_OPT_OVERWRITE
static final int AR_IMPORT_OPT_HANDLE_CONFLICT_ERROR
static final int AR_IMPORT_OPT_HANDLE_CONFLICT_OVERWRITE
static final int AR_IMPORT_OPT_HANDLE_CONFLICT_NO_ACTION
static final int AR_IMPORT_OPT_NOT_DELETE_FIELD
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_DATA_REJECT_FOR_DUP
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_DATA_NEWID_FOR_DUP
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_DATA_OVERWRITE_FOR_DUP
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_DATA_MERGE_FOR_DUP
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_DATA_NEWID_FOR_ALL
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_NOT_DELETE_VUI
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_NOT_OVERWRITE_PERMISSION
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_WORKFLOW_PRESERVE_DEFN
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_WORKFLOW_MERGE_ATTACHLIST
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_PRESERVE_HISTORY
This option is applicable to the importDef() method in ARServerUser
. There are two sets of import
options:
AR_IMPORT_OPT_CREATE
and
AR_IMPORT_OPT_OVERWRITE
.
The advanced options are stored using bit mask. This is because that the advanced options should be set along with one of the basic options, and multiple advanced options can be turned on at the same time.
static final int AR_IMPORT_OPT_PRESERVE_INDEX
static final int AR_IMPORT_OPT_PRESERVE_VUI_NAMESPACE
static final int AR_IMPORT_OPT_PRESERVE_EXTRA_APP_FORMS
static final int AR_IMPORT_OPT_WITH_APP_OWNER
static final int AR_IMPORT_OPT_OVERWRITE_FULL_TEXT_OPTION
static final int AR_IMPORT_OPT_WORKFLOW_REMOVE_ATTACHLIST
static final int AR_IMPORT_OPT_OVERWRITE_DISP_PROPS
static final int AR_IMPORT_OPT_WORKFLOW_PRESERVE_ATTACHLIST
static final int AR_IMPORT_OPT_BASIC_MASK
static final int AR_IMPORT_OPT_HANDLE_CONFLICT_MASK
static final int AR_EXPORT_DEFAULT
static final int AR_EXPORT_SHARED_WORKFLOW
static final int AR_EXPORT_DEFAULT_LOCALE
static final int AR_EXPORT_SELECTED_LOCALES
static final int AR_EXPORT_APP_INTEGRATION_WORKFLOW
static final int AR_EXPORT_LOCALE_ONLY
static final int AR_SETFIELD_OPT_PRESERVE_UNLISTED_DISPLAY_INSTANCES
static final int AR_SERVER_INFO_DB_TYPE
static final int AR_SERVER_INFO_SERVER_LICENSE
static final int AR_SERVER_INFO_FIXED_LICENSE
static final int AR_SERVER_INFO_VERSION
static final int AR_SERVER_INFO_ALLOW_GUESTS
static final int AR_SERVER_INFO_USE_ETC_PASSWD
static final int AR_SERVER_INFO_XREF_PASSWORDS
static final int AR_SERVER_INFO_DEBUG_MODE
AR_SERVER_INFO_SQL_LOG_FILE
).
AR_SERVER_INFO_FILTER_LOG_FILE
).
AR_SERVER_INFO_USER_LOG_FILE
).
AR_SERVER_INFO_ESCALATION_LOG_FILE
).
AR_SERVER_INFO_API_LOG_FILE
).
AR_SERVER_INFO_THREAD_LOG_FILE
).
AR_SERVER_INFO_ALERT_LOG_FILE
).
AR_SERVER_INFO_ARFORK_LOG_FILE
).
AR_SERVER_INFO_DS_LOG_FILE
).
static final int AR_SERVER_INFO_DB_NAME
static final int AR_SERVER_INFO_DB_PASSWORD
static final int AR_SERVER_INFO_HARDWARE
static final int AR_SERVER_INFO_OS
static final int AR_SERVER_INFO_SERVER_DIR
static final int AR_SERVER_INFO_DBHOME_DIR
static final int AR_SERVER_INFO_SET_PROC_TIME
static final int AR_SERVER_INFO_EMAIL_FROM
static final int AR_SERVER_INFO_SQL_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_FLOAT_LICENSE
static final int AR_SERVER_INFO_FLOAT_TIMEOUT
static final int AR_SERVER_INFO_UNQUAL_QUERIES
AR_COND_OP_NONE
).
These queries can cause performance problems, especially for large forms, because they return all entries for a
given form. If not allowed, you can return all form entries by specifying a " dummy" qualification such as 1 = 1.
Valid values for this option are 1 (TRUE) and 0 (FALSE). The default value is 1 (allow unqualified queries).
static final int AR_SERVER_INFO_FILTER_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_USER_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_REM_SERV_ID
static final int AR_SERVER_INFO_MULTI_SERVER
static final int AR_SERVER_INFO_EMBEDDED_SQL
static final int AR_SERVER_INFO_MAX_SCHEMAS
static final int AR_SERVER_INFO_DB_VERSION
static final int AR_SERVER_INFO_MAX_ENTRIES
static final int AR_SERVER_INFO_MAX_F_DAEMONS
static final int AR_SERVER_INFO_MAX_L_DAEMONS
static final int AR_SERVER_INFO_ESCALATION_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_ESCL_DAEMON
static final int AR_SERVER_INFO_SUBMITTER_MODE
static final int AR_SERVER_INFO_API_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_FTEXT_FIXED
static final int AR_SERVER_INFO_FTEXT_FLOAT
static final int AR_SERVER_INFO_FTEXT_TIMEOUT
static final int AR_SERVER_INFO_RESERV1_A
static final int AR_SERVER_INFO_RESERV1_B
static final int AR_SERVER_INFO_RESERV1_C
static final int AR_SERVER_INFO_SERVER_IDENT
static final int AR_SERVER_INFO_DS_SVR_LICENSE
static final int AR_SERVER_INFO_DS_MAPPING
static final int AR_SERVER_INFO_DS_PENDING
static final int AR_SERVER_INFO_DS_RPC_SOCKET
static final int AR_SERVER_INFO_DS_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_SUPPRESS_WARN
static final int AR_SERVER_INFO_HOSTNAME
static final int AR_SERVER_INFO_FULL_HOSTNAME
static final int AR_SERVER_INFO_SAVE_LOGIN
static final int AR_SERVER_INFO_U_CACHE_CHANGE
static final int AR_SERVER_INFO_G_CACHE_CHANGE
static final int AR_SERVER_INFO_STRUCT_CHANGE
static final int AR_SERVER_INFO_CASE_SENSITIVE
static final int AR_SERVER_INFO_SERVER_LANG
static final int AR_SERVER_INFO_ADMIN_ONLY
static final int AR_SERVER_INFO_CACHE_LOG_FILE
static final int AR_SERVER_INFO_FLASH_DAEMON
static final int AR_SERVER_INFO_THREAD_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
) (Windows only).
static final int AR_SERVER_INFO_ADMIN_TCP_PORT
static final int AR_SERVER_INFO_ESCL_TCP_PORT
static final int AR_SERVER_INFO_FAST_TCP_PORT
static final int AR_SERVER_INFO_LIST_TCP_PORT
static final int AR_SERVER_INFO_FLASH_TCP_PORT
static final int AR_SERVER_INFO_TCD_TCP_PORT
arservtcd
thread.
static final int AR_SERVER_INFO_DSO_DEST_PORT
static final int AR_SERVER_INFO_INFORMIX_DBN
static final int AR_SERVER_INFO_INFORMIX_TBC
static final int AR_SERVER_INFO_INGRES_VNODE
static final int AR_SERVER_INFO_ORACLE_SID
static final int AR_SERVER_INFO_ORACLE_TWO_T
static final int AR_SERVER_INFO_SYBASE_CHARSET
static final int AR_SERVER_INFO_SYBASE_SERV
static final int AR_SERVER_INFO_SHARED_MEM
static final int AR_SERVER_INFO_SHARED_CACHE
static final int AR_SERVER_INFO_CACHE_SEG_SIZE
static final int AR_SERVER_INFO_DB_USER
static final int AR_SERVER_INFO_NFY_TCP_PORT
static final int AR_SERVER_INFO_FILT_MAX_TOTAL
static final int AR_SERVER_INFO_FILT_MAX_STACK
AR_FILTER_ACTION_FIELDP
filter action could trigger a second set, or
level, of filters, one of which could trigger filters a third level down and so on. This option limits the number
of times such recursion can happen, preventing the server crash that would occur if the recursion continued
indefinitely. The default value is 25.
static final int AR_SERVER_INFO_DEFAULT_ORDER_BY
static final int AR_SERVER_INFO_DELAYED_CACHE
static final int AR_SERVER_INFO_DSO_MERGE_STYLE
static final int AR_SERVER_INFO_EMAIL_LINE_LEN
static final int AR_SERVER_INFO_EMAIL_SYSTEM
static final int AR_SERVER_INFO_INFORMIX_RELAY_MOD
static final int AR_SERVER_INFO_PS_RPC_SOCKET
static final int AR_SERVER_INFO_REGISTER_PORTMAPPER
static final int AR_SERVER_INFO_SERVER_NAME
static final int AR_SERVER_INFO_DBCONF
static final int AR_SERVER_INFO_APPL_PENDING
static final int AR_SERVER_INFO_AP_RPC_SOCKET
static final int AR_SERVER_INFO_AP_LOG_FILE
AR_SERVER_INFO_DEBUG_MODE
).
static final int AR_SERVER_INFO_AP_DEFN_CHECK
static final int AR_SERVER_INFO_MAX_LOG_FILE_SIZE
static final int AR_SERVER_INFO_CLUSTERED_INDEX
static final int AR_SERVER_INFO_ACTLINK_DIR
static final int AR_SERVER_INFO_ACTLINK_SHELL
static final int AR_SERVER_INFO_USER_CACHE_UTILS
static final int AR_SERVER_INFO_EMAIL_TIMEOUT
static final int AR_SERVER_INFO_EXPORT_VERSION
static final int AR_SERVER_INFO_ENCRYPT_AL_SQL
static final int AR_SERVER_INFO_SCC_ENABLED
static final int AR_SERVER_INFO_SCC_PROVIDER_NAME
static final int AR_SERVER_INFO_SCC_TARGET_DIR
static final int AR_SERVER_INFO_SCC_COMMENT_CHECKIN
static final int AR_SERVER_INFO_SCC_COMMENT_CHECKOUT
static final int AR_SERVER_INFO_SCC_INTEGRATION_MODE
static final int AR_SERVER_INFO_EA_RPC_SOCKET
static final int AR_SERVER_INFO_EA_RPC_TIMEOUT
static final int AR_SERVER_INFO_USER_INFO_LISTS
static final int AR_SERVER_INFO_USER_INST_TIMEOUT
static final int AR_SERVER_INFO_DEBUG_GROUPID
static final int AR_SERVER_INFO_APPLICATION_AUDIT
static final int AR_SERVER_INFO_EA_SYNC_TIMEOUT
static final int AR_SERVER_INFO_SERVER_TIME
static final int AR_SERVER_INFO_SVR_SEC_CACHE
static final int AR_SERVER_INFO_LOGFILE_APPEND
static final int AR_SERVER_INFO_MINIMUM_API_VER
static final int AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE
static final int AR_SERVER_INFO_CANCEL_QUERY
static final int AR_SERVER_INFO_MULT_ASSIGN_GROUPS
static final int AR_SERVER_INFO_ARFORK_LOG_FILE
static final int AR_SERVER_INFO_DSO_PLACEHOLDER_MODE
static final int AR_SERVER_INFO_DSO_POLLING_INTERVAL
static final int AR_SERVER_INFO_DSO_SOURCE_SERVER
static final int AR_SERVER_INFO_DS_POOL
static final int AR_SERVER_INFO_DSO_TIMEOUT_NORMAL
static final int AR_SERVER_INFO_ENC_PUB_KEY
static final int AR_SERVER_INFO_ENC_PUB_KEY_EXP
static final int AR_SERVER_INFO_ENC_DATA_KEY_EXP
static final int AR_SERVER_INFO_ENC_DATA_ENCR_ALG
static final int AR_SERVER_INFO_ENC_SEC_POLICY
static final int AR_SERVER_INFO_ENC_SESS_H_ENTRIES
static final int AR_SERVER_INFO_DSO_TARGET_CONNECTION
static final int AR_SERVER_INFO_PREFERENCE_PRIORITY
static final int AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB
static final int AR_SERVER_INFO_MESSAGE_CAT_SCHEMA
static final int AR_SERVER_INFO_ALERT_SCHEMA
static final int AR_SERVER_INFO_LOCALIZED_SERVER
static final int AR_SERVER_INFO_SVR_EVENT_LIST
static final int AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS
static final int AR_SERVER_INFO_DISABLE_ESCALATIONS
static final int AR_SERVER_INFO_ALERT_LOG_FILE
static final int AR_SERVER_INFO_DISABLE_ALERTS
static final int AR_SERVER_INFO_CHECK_ALERT_USERS
static final int AR_SERVER_INFO_ALERT_SEND_TIMEOUT
static final int AR_SERVER_INFO_NOTIF_SEND_TIMEOUT
static final int AR_SERVER_INFO_ALERT_OUTBOUND_PORT
static final int AR_SERVER_INFO_ALERT_SOURCE_AR
static final int AR_SERVER_INFO_ALERT_SOURCE_FB
static final int AR_SERVER_INFO_DSO_USER_PASSWD
static final int AR_SERVER_INFO_DSO_TARGET_PASSWD
static final int AR_SERVER_INFO_APP_SERVICE_PASSWD
static final int AR_SERVER_INFO_MID_TIER_PASSWD
static final int AR_SERVER_INFO_PLUGIN_LOG_FILE
arplugin
.
static final int AR_SERVER_INFO_SVR_STATS_REC_MODE
static final int AR_SERVER_INFO_SVR_STATS_REC_INTERVAL
static final int AR_SERVER_INFO_DEFAULT_WEB_PATH
static final int AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT
static final int AR_SERVER_INFO_DISABLED_CLIENT
static final int AR_SERVER_INFO_PLUGIN_PASSWD
static final int AR_SERVER_INFO_PLUGIN_ALIAS
static final int AR_SERVER_INFO_PLUGIN_TARGET_PASSWD
static final int AR_SERVER_INFO_REM_WKFLW_PASSWD
static final int AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD
static final int AR_SERVER_INFO_EXPORT_SVR_OPS
static final int AR_SERVER_INFO_INIT_FORM
static final int AR_SERVER_INFO_ENC_PUB_KEY_ALG
static final int AR_SERVER_INFO_IP_NAMES
static final int AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL
static final int AR_SERVER_INFO_DSO_MARK_PENDING_RETRY
static final int AR_SERVER_INFO_DSO_RPCPROG_NUM
static final int AR_SERVER_INFO_DELAY_RECACHE_TIME
static final int AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES
static final int AR_SERVER_INFO_CURRENCY_INTERVAL
static final int AR_SERVER_INFO_ORACLE_CURSOR_SHARE
static final int AR_SERVER_INFO_DB2_DB_ALIAS
static final int AR_SERVER_INFO_DB2_SERVER
static final int AR_SERVER_INFO_DFLT_FUNC_CURRENCIES
static final int AR_SERVER_INFO_EMAIL_IMPORT_FORM
static final int AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL
static final int AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF
static final int AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS
static final int AR_SERVER_INFO_DB_CONNECTION_RETRIES
static final int AR_SERVER_INFO_DB_CHAR_SET
static final int AR_SERVER_INFO_CURR_PART_VALUE_STR
static final int AR_SERVER_INFO_CURR_PART_TYPE_STR
static final int AR_SERVER_INFO_CURR_PART_DATE_STR
static final int AR_SERVER_INFO_HOMEPAGE_FORM
static final int AR_SERVER_INFO_DISABLE_FTS_INDEXER
static final int AR_SERVER_INFO_DISABLE_ARCHIVE
static final int AR_SERVER_INFO_SERVERGROUP_MEMBER
static final int AR_SERVER_INFO_SERVERGROUP_LOG_FILE
static final int AR_SERVER_INFO_FLUSH_LOG_LINES
static final int AR_SERVER_INFO_SERVERGROUP_INTERVAL
static final int AR_SERVER_INFO_JAVA_VM_OPTIONS
static final int AR_SERVER_INFO_CONFIG_FILE
static final int AR_SERVER_INFO_SSTABLE_CHUNK_SIZE
static final int AR_SERVER_INFO_PER_THREAD_LOGS
static final int AR_SERVER_INFO_SG_EMAIL_STATE
static final int AR_SERVER_INFO_SG_FLASHBOARDS_STATE
static final int AR_SERVER_INFO_SERVERGROUP_NAME
static final int AR_SERVER_INFO_SG_ADMIN_SERVER_NAME
static final int AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE
static final int AR_SERVER_INFO_ROLE_CHANGE
static final int AR_SERVER_INFO_SG_ADMIN_SERVER_PORT
static final int AR_SERVER_INFO_PLUGIN_LOOPBACK_RPC
static final int AR_SERVER_INFO_CACHE_MODE
static final int AR_SERVER_INFO_DB_FREESPACE
static final int AR_SERVER_INFO_GENERAL_AUTH_ERR
static final int AR_SERVER_INFO_AUTH_CHAINING_MODE
static final int AR_SERVER_INFO_RPC_NON_BLOCKING_IO
static final int AR_SERVER_INFO_SYS_LOGGING_OPTIONS
static final int AR_SERVER_INFO_EXT_AUTH_CAPABILITIES
static final int AR_SERVER_INFO_DSO_ERROR_RETRY
static final int AR_SERVER_INFO_PREF_SERVER_OPTION
static final int AR_SERVER_INFO_FTINDEXER_LOG_FILE
static final int AR_SERVER_INFO_EXCEPTION_OPTION
static final int AR_SERVER_INFO_ERROR_EXCEPTION_LIST
static final int AR_SERVER_INFO_DSO_MAX_QUERY_SIZE
static final int AR_SERVER_INFO_ADMIN_OP_TRACKING
static final int AR_SERVER_INFO_ADMIN_OP_PROGRESS
static final int AR_SERVER_INFO_PLUGIN_DEFAULT_TIMEOUT
static final int AR_SERVER_INFO_EA_IGNORE_EXCESS_GROUPS
static final int AR_SERVER_INFO_EA_GROUP_MAPPING
static final int AR_SERVER_INFO_PLUGIN_LOG_LEVEL
static final int AR_SERVER_INFO_FT_THRESHOLD_LOW
static final int AR_SERVER_INFO_FT_THRESHOLD_HIGH
static final int AR_SERVER_INFO_NOTIFY_WEB_PATH
static final int AR_SERVER_INFO_DISABLE_NON_UNICODE_CLIENTS
static final int AR_SERVER_INFO_FT_COLLECTION_DIR
static final int AR_SERVER_INFO_FT_CONFIGURATION_DIR
static final int AR_SERVER_INFO_FT_TEMP_DIR
static final int AR_SERVER_INFO_FT_REINDEX
static final int AR_SERVER_INFO_FT_DISABLE_SEARCH
static final int AR_SERVER_INFO_FT_CASE_SENSITIVITY
static final int AR_SERVER_INFO_FT_SEARCH_MATCH_OP
static final int AR_SERVER_INFO_FT_STOP_WORDS
static final int AR_SERVER_INFO_FT_RECOVERY_INTERVAL
static final int AR_SERVER_INFO_FT_OPTIMIZE_THRESHOLD
static final int AR_SERVER_INFO_MAX_PASSWORD_ATTEMPTS
static final int AR_SERVER_INFO_GUESTS_RESTRICT_READ
static final int AR_SERVER_INFO_ORACLE_CLOB_STORE_INROW
static final int AR_SERVER_INFO_NEXT_ID_BLOCK_SIZE
static final int AR_SERVER_INFO_NEXT_ID_COMMIT
static final int AR_SERVER_INFO_RPC_CLIENT_XDR_LIMIT
static final int AR_SERVER_INFO_CACHE_DISP_PROP
static final int AR_SERVER_INFO_USE_CON_NAME_IN_STATS
static final int AR_SERVER_INFO_DB_MAX_ATTACH_SIZE
static final int AR_SERVER_INFO_DB_MAX_TEXT_SIZE
static final int AR_SERVER_INFO_GUID_PREFIX
static final int AR_SERVER_INFO_MULTIPLE_ARSYSTEM_SERVERS
static final int AR_SERVER_INFO_ORACLE_BULK_FETCH_COUNT
static final int AR_SERVER_INFO_MINIMUM_CMDB_API_VER
static final int AR_SERVER_INFO_PLUGIN_PORT
static final int AR_SERVER_INFO_PLUGIN_LIST
static final int AR_SERVER_INFO_PLUGIN_PATH_LIST
static final int AR_SERVER_INFO_SHARED_LIB
static final int AR_SERVER_INFO_SHARED_LIB_PATH
static final int AR_SERVER_INFO_CMDB_INSTALL_DIR
static final int AR_SERVER_INFO_RE_LOG_DIR
static final int AR_SERVER_INFO_LOG_TO_FORM
static final int AR_SERVER_INFO_SQL_LOG_FORM
static final int AR_SERVER_INFO_API_LOG_FORM
static final int AR_SERVER_INFO_ESCL_LOG_FORM
static final int AR_SERVER_INFO_FILTER_LOG_FORM
static final int AR_SERVER_INFO_USER_LOG_FORM
static final int AR_SERVER_INFO_ALERT_LOG_FORM
static final int AR_SERVER_INFO_SVRGRP_LOG_FORM
static final int AR_SERVER_INFO_FTINDX_LOG_FORM
static final int AR_SERVER_INFO_THREAD_LOG_FORM
static final int AR_SERVER_INFO_FIPS_SERVER_MODE
static final int AR_SERVER_INFO_FIPS_CLIENT_MODE
static final int AR_SERVER_INFO_FIPS_STATUS
static final int AR_SERVER_INFO_ENC_LEVEL
static final int AR_SERVER_INFO_ENC_ALGORITHM
static final int AR_SERVER_INFO_FIPS_MODE_INDEX
static final int AR_SERVER_INFO_FIPS_DUAL_MODE_INDEX
static final int AR_SERVER_INFO_ENC_LEVEL_INDEX
static final int AR_SERVER_INFO_DSO_MAIN_POLL_INTERVAL
static final int AR_SERVER_INFO_RECORD_OBJECT_RELS
static final int AR_LICENSE_WRITE_TIME
static final int AR_SERVER_INFO_LICENSE_USAGE
static final int AR_SERVER_INFO_COMMON_LOG_FORM
static final int AR_SERVER_INFO_LOG_FORM_SELECTED
static final int AR_SERVER_INFO_MAX_CLIENT_MANAGED_TRANSACTIONS
static final int AR_SERVER_INFO_CLIENT_MANAGED_TRANSACTION_TIMEOUT
static final int AR_SERVER_INFO_OBJ_RESERVATION_MODE
static final int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_MODE
static final int AR_SERVER_INFO_MAX_RECURSION_LEVEL
static final int AR_SERVER_INFO_FT_SERVER_NAME
static final int AR_SERVER_INFO_FT_SERVER_PORT
static final int AR_SERVER_INFO_DISABLE_AUDIT_ONLY_CHANGED_FIELDS
static final int AR_SERVER_INFO_VERCNTL_OBJ_MOD_LOG_SAVE_DEF
static final int AR_SERVER_INFO_SG_AIE_STATE
static final int AR_SERVER_INFO_MAX_VENDOR_TEMP_TABLES
static final int AR_SERVER_INFO_DSO_LOG_LEVEL
static final int AR_SERVER_INFO_DS_PENDING_ERR
static final int AR_SERVER_INFO_REGISTRY_LOCATION
static final int AR_SERVER_INFO_REGISTRY_USER
static final int AR_SERVER_INFO_REGISTRY_PASSWORD
static final int AR_SERVER_INFO_DSO_LOG_ERR_FORM
static final int AR_SERVER_INFO_ARSIGNALD_LOG_FILE
static final int AR_SERVER_INFO_FIRE_ESCALATIONS
static final int AR_SERVER_INFO_PRELOAD_NUM_THREADS
static final int AR_SERVER_INFO_PRELOAD_NUM_SCHEMA_SEGS
static final int AR_SERVER_INFO_PRELOAD_THREAD_INIT_ONLY
static final int AR_SERVER_INFO_REG_ENDPOINT_CACHE_FLUSH
static final int AR_SERVER_INFO_CREATE_WKFLW_PLACEHOLDER
static final int AR_SERVER_INFO_MFS_TITLE_FIELD_WEIGHT
static final int AR_SERVER_INFO_MFS_ENVIRONMENT_FIELD_WEIGHT
static final int AR_SERVER_INFO_MFS_KEYWORDS_FIELD_WEIGHT
static final int AR_SERVER_INFO_COPY_CACHE_LOGGING
static final int AR_SERVER_INFO_USE_FTS_IN_WORKFLOW
static final int AR_SERVER_INFO_MAX_ATTACH_SIZE
static final int AR_SERVER_INFO_DISABLE_ARSIGNALS
static final int AR_SERVER_INFO_REQ_FIELD_IDENTIFIER
static final int AR_SERVER_INFO_REQ_FIELD_IDENTIFIER_LOCATION
static final int AR_SERVER_INFO_FT_SIGNAL_DELAY
static final int AR_SERVER_INFO_ATRIUM_SSO_AUTHENTICATION
static final int AR_SERVER_INFO_OVERLAY_MODE
static final int AR_SERVER_INFO_FT_FORM_REINDEX
static final int AR_SERVER_INFO_DS_LOGICAL_MAPPING
static final int AR_SERVER_INFO_DB_CONNECTION_TIMEOUT
static final int AR_SERVER_INFO_ATRIUMSSO_LOCATION
static final int AR_SERVER_INFO_ATRIUMSSO_USER
static final int AR_SERVER_INFO_ATRIUMSSO_PASSWORD
static final int AR_SERVER_INFO_SUPPRESS_DOMAIN_IN_URL
static final int AR_SERVER_INFO_RESTART_PLUGIN
static final int AR_SERVER_INFO_USE_PROMPT_BAR_FOR
static final int AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PATH
static final int AR_SERVER_INFO_ATRIUMSSO_KEYSTORE_PASSWORD
static final int AR_MAX_SERVER_INFO_USED
static final int AR_DEBUG_SERVER_NONE
static final int AR_DEBUG_SERVER_SQL
static final int AR_DEBUG_SERVER_FILTER
static final int AR_DEBUG_SERVER_USER
static final int AR_DEBUG_SERVER_ESCALATION
static final int AR_DEBUG_SERVER_API
static final int AR_DEBUG_THREAD
static final int AR_DEBUG_SERVER_ALERT
static final int AR_DEBUG_SERVER_ARFORK
static final int AR_DEBUG_SERVER_SERVGROUP
static final int AR_DEBUG_SERVER_FTINDEXER
static final int AR_DEBUG_SERVER_DISTRIB
static final int AR_DEBUG_SERVER_APPROVAL
static final int AR_DEBUG_SERVER_PLUGIN
static final int AR_DEBUG_SERVER_ARSIGNALD
static final int AR_SUBMITTER_MODE_LOCKED
static final int AR_SUBMITTER_MODE_CHANGEABLE
static final int AR_SAVE_LOGIN_USER_OPTION
static final int AR_SAVE_LOGIN_ADMIN_SAVE
static final int AR_SAVE_LOGIN_ADMIN_NO_SAVE
static final int AR_SYS_MSG_DISP_NOTE_AND_WARN
static final int AR_SYS_MSG_DISP_ALL
static final int AR_SYS_MSG_DISP_NONE
static final int AR_CASE_SENSITIVE_YES
static final int AR_CASE_SENSITIVE_NO
static final int AR_PREF_SERVER_USER_OPTION
static final int AR_PREF_SERVER_USE_THIS_SERVER
static final int AR_PREF_SERVER_USE_NOT_THIS_SERVER
static final int AR_SERVER_STAT_START_TIME
static final int AR_SERVER_STAT_BAD_PASSWORD
static final int AR_SERVER_STAT_NO_WRITE_TOKEN
static final int AR_SERVER_STAT_NO_FULL_TOKEN
static final int AR_SERVER_STAT_CURRENT_USERS
static final int AR_SERVER_STAT_WRITE_FIXED
static final int AR_SERVER_STAT_WRITE_FLOATING
static final int AR_SERVER_STAT_WRITE_READ
static final int AR_SERVER_STAT_FULL_FIXED
static final int AR_SERVER_STAT_FULL_FLOATING
static final int AR_SERVER_STAT_FULL_NONE
static final int AR_SERVER_STAT_API_REQUESTS
static final int AR_SERVER_STAT_API_TIME
static final int AR_SERVER_STAT_ENTRY_TIME
static final int AR_SERVER_STAT_RESTRUCT_TIME
static final int AR_SERVER_STAT_OTHER_TIME
static final int AR_SERVER_STAT_CACHE_TIME
static final int AR_SERVER_STAT_GET_E_COUNT
static final int AR_SERVER_STAT_GET_E_TIME
static final int AR_SERVER_STAT_SET_E_COUNT
static final int AR_SERVER_STAT_SET_E_TIME
static final int AR_SERVER_STAT_CREATE_E_COUNT
static final int AR_SERVER_STAT_CREATE_E_TIME
static final int AR_SERVER_STAT_DELETE_E_COUNT
static final int AR_SERVER_STAT_DELETE_E_TIME
static final int AR_SERVER_STAT_MERGE_E_COUNT
static final int AR_SERVER_STAT_MERGE_E_TIME
static final int AR_SERVER_STAT_GETLIST_E_COUNT
static final int AR_SERVER_STAT_GETLIST_E_TIME
static final int AR_SERVER_STAT_E_STATS_COUNT
static final int AR_SERVER_STAT_E_STATS_TIME
static final int AR_SERVER_STAT_FILTER_PASSED
static final int AR_SERVER_STAT_FILTER_FAILED
static final int AR_SERVER_STAT_FILTER_DISABLE
static final int AR_SERVER_STAT_FILTER_NOTIFY
static final int AR_SERVER_STAT_FILTER_MESSAGE
static final int AR_SERVER_STAT_FILTER_LOG
static final int AR_SERVER_STAT_FILTER_FIELDS
static final int AR_SERVER_STAT_FILTER_PROCESS
static final int AR_SERVER_STAT_FILTER_TIME
static final int AR_SERVER_STAT_ESCL_PASSED
static final int AR_SERVER_STAT_ESCL_FAILED
static final int AR_SERVER_STAT_ESCL_DISABLE
static final int AR_SERVER_STAT_ESCL_NOTIFY
static final int AR_SERVER_STAT_ESCL_LOG
static final int AR_SERVER_STAT_ESCL_FIELDS
static final int AR_SERVER_STAT_ESCL_PROCESS
static final int AR_SERVER_STAT_ESCL_TIME
static final int AR_SERVER_STAT_TIMES_BLOCKED
AR_SERVER_STAT_NUMBER_BLOCKED
statistic, enables you to determine the approximate number of processes being blocked per instance.
static final int AR_SERVER_STAT_NUMBER_BLOCKED
AR_SERVER_STAT_TIMES_BLOCKED
statistic, enables you to determine
the approximate number of processes being blocked per instance. For example,if
AR_SERVER_STAT_TIMES_BLOCKED
is three and
AR_SERVER_STAT_TIMES_BLOCKED
is six, the six blocked processes
could be distributed in three possible ways:
static final int AR_SERVER_STAT_CPU
static final int AR_SERVER_STAT_SQL_DB_COUNT
static final int AR_SERVER_STAT_SQL_DB_TIME
static final int AR_SERVER_STAT_FTS_SRCH_COUNT
static final int AR_SERVER_STAT_FTS_SRCH_TIME
static final int AR_SERVER_STAT_SINCE_START
static final int AR_SERVER_STAT_IDLE_TIME
static final int AR_SERVER_STAT_NET_RESP_TIME
static final int AR_SERVER_STAT_FILTER_FIELDP
static final int AR_SERVER_STAT_ESCL_FIELDP
static final int AR_SERVER_STAT_FILTER_SQL
static final int AR_SERVER_STAT_ESCL_SQL
static final int AR_SERVER_STAT_NUM_THREADS
static final int AR_SERVER_STAT_FILTER_GOTO_ACTION
static final int AR_SERVER_STAT_FILTER_CALL_GUIDE
static final int AR_SERVER_STAT_FILTER_EXIT_GUIDE
static final int AR_SERVER_STAT_FILTER_GOTO_GUIDE_LB
static final int AR_SERVER_STAT_FILTER_FIELDS_SQL
static final int AR_SERVER_STAT_FILTER_FIELDS_PROCESS
static final int AR_SERVER_STAT_FILTER_FIELDS_FLTAPI
static final int AR_SERVER_STAT_ESCL_FIELDS_SQL
static final int AR_SERVER_STAT_ESCL_FIELDS_PROCESS
static final int AR_SERVER_STAT_ESCL_FIELDS_FLTAPI
static final int AR_SERVER_STAT_WRITE_RESTRICTED_READ
static final int AR_SERVER_STAT_NUM_CACHES
static final int AR_SERVER_STAT_MAX_CACHES
static final int AR_MAX_SERVER_STAT_USED
static final int AR_FULLTEXTINFO_COLLECTION_DIR
static final int AR_FULLTEXTINFO_STOPWORD
static final int AR_FULLTEXTINFO_REINDEX
static final int AR_FULLTEXTINFO_CASE_SENSITIVE_SRCH
static final int AR_FULLTEXTINFO_STATE
static final int AR_FULLTEXTINFO_FTS_MATCH_OP
static final int AR_FULLTEXTINFO_HOMEDIR
static final int AR_FULLTEXTINFO_DEBUG
static final int AR_MAX_FULLTEXT_INFO_USED
static final int AR_FULLTEXT_REINDEX
static final int AR_CASE_SENSITIVE_SEARCH
static final int AR_CASE_INSENSITIVE_SEARCH
static final int AR_FULLTEXT_STATE_OFF
static final int AR_FULLTEXT_STATE_ON
static final int AR_FULLTEXT_FTS_MATCH_FORCE_L_T_WILD
static final int AR_FULLTEXT_FTS_MATCH_FORCE_T_WILD
static final int AR_FULLTEXT_FTS_MATCH_IGNORE_L_WILD
static final int AR_FULLTEXT_FTS_MATCH_REMOVE_WILD
static final int AR_FULLTEXT_FTS_MATCH_UNCHANGED
static final char AR_FULL_TEXT_FORM_REINDEX_SEPARATOR
static final int AR_HOUR_A_DAY
static final int AR_TIMEMARK_ALL
static final int AR_TIMEMARK_NOTFOUND
static final int AR_TIMEMARK_END_OF_MONTH
static final int AR_ESCALATION_TYPE_INTERVAL
static final int AR_ESCALATION_TYPE_TIMEMARK
static final int AR_LONGVALUE_TYPE_HELPTEXT
static final int AR_LONGVALUE_TYPE_CHANGEDIARY
static final int AR_MAX_TABLENAME_SIZE
static final int AR_FIELD_NONE
static final int AR_FIELD_REGULAR
static final int AR_FIELD_JOIN
static final int AR_FIELD_VIEW
static final int AR_FIELD_VENDOR
static final int AR_FIELD_CLEAN_DELETE
static final int AR_FIELD_DATA_DELETE
static final int AR_FIELD_FORCE_DELETE
static final int AR_FIELD_MAPPING_PRIMARY
static final int AR_FIELD_MAPPING_SECONDARY
static final int AR_SCHEMA_NONE
NULL
schema.
static final int AR_SCHEMA_REGULAR
static final int AR_SCHEMA_JOIN
static final int AR_SCHEMA_VIEW
static final int AR_SCHEMA_DIALOG
static final int AR_SCHEMA_VENDOR
static final int AR_SCHEMA_PLACEHOLDER
static final int AR_SCHEMA_MAX_SCHEMA_TYPE
static final int AR_LIST_SCHEMA_ALL
To retrieve both visible and hidden forms, add 1024 ( AR_HIDDEN_INCREMENT
)
to the form type. For example, specify AR_LIST_SCHEMA_ALL
|
AR_HIDDEN_INCREMENT
for this parameter.
static final int AR_LIST_SCHEMA_REGULAR
static final int AR_LIST_SCHEMA_JOIN
static final int AR_LIST_SCHEMA_VIEW
static final int AR_LIST_SCHEMA_UPLINK
AR_LIST_SCHEMA_UPLINK
, the name parameter specifies the form upon which
the retrieved forms depend.
static final int AR_LIST_SCHEMA_DOWNLINK
AR_LIST_SCHEMA_DOWNLINK
the name parameter specifies the
form that depends on the retrieved forms.
static final int AR_LIST_SCHEMA_DIALOG
static final int AR_LIST_SCHEMA_ALL_WITH_DATA
static final int AR_LIST_SCHEMA_VENDOR
static final int AR_LIST_SCHEMA_ALLOWED_IN_MFSEARCH
static final int AR_HIDDEN_INCREMENT
AR_HIDDEN_INCREMENT
as attribute parameter to retrieve both visible
and hidden containers.
To retrieve both visible and hidden forms, add 1024 ( AR_HIDDEN_INCREMENT
)
to the form type. For example, specify AR_LIST_SCHEMA_ALL
|
AR_HIDDEN_INCREMENT
for this parameter.
static final int AR_ATTRIB_NONE
AR_ATTRIB_VISIBLE
.
static final int AR_ATTRIB_VISIBLE
AR_ATTRIB_NONE
.
static final int AR_ATTRIB_HIDDEN
static final int AR_JOIN_OPTION_NONE
static final int AR_JOIN_OPTION_OUTER
static final int AR_JOIN_SETOPTION_NONE
static final int AR_JOIN_SETOPTION_REF
static final int AR_JOIN_DELOPTION_NONE
static final int AR_JOIN_DELOPTION_FORCE
static final int AR_DEFAULT_DELETE_OPTION
static final int AR_SCHEMA_CLEAN_DELETE
static final int AR_SCHEMA_DATA_DELETE
static final int AR_SCHEMA_FORCE_DELETE
AR_SCHEMA_DATA_DELETE
.
static final int AR_LOCK_BLOCK_DELETE
static final int AR_SCHEMA_SHADOW_DELETE
static final int AR_SCHEMA_SET_NONE
static final int AR_SCHEMA_SET_DELETE_FIELDS_WITH_MAPPING
static final int AR_SCHEMA_SET_DELETE_CONFLICTING_FIELDS
static final int AR_SUPPORT_FILE_NONE
static final int AR_SUPPORT_FILE_EXTERNAL_REPORT
static final int AR_DISPLAY_TYPE_NONE
static final int AR_DISPLAY_TYPE_TEXT
static final int AR_DISPLAY_TYPE_NUMTEXT
static final int AR_DISPLAY_TYPE_CHECKBOX
static final int AR_DISPLAY_TYPE_CHOICE
static final int AR_DISPLAY_TYPE_BUTTON
static final int AR_DISPLAY_TYPE_TRIM
static final int AR_DISPLAY_OPT_VISIBLE
static final int AR_DISPLAY_OPT_HIDDEN
static final int AR_DISPLAY_LABEL_LEFT
static final int AR_DISPLAY_LABEL_TOP
static final int ARCON_ALL
static final int ARCON_GUIDE
static final int ARCON_APP
static final int ARCON_PACK
static final int ARCON_FILTER_GUIDE
static final int ARCON_WEBSERVICE
static final int ARCON_LAST_RESERVED
static final int ARREF_NONE
static final int ARREF_ALL
static final int ARREF_SCHEMA
static final int ARREF_FILTER
static final int ARREF_ESCALATION
static final int ARREF_ACTLINK
static final int ARREF_CONTAINER
static final int ARREF_CHAR_MENU
static final int ARREF_IMAGE
static final int ARREF_LAST_SERVER_OBJ
static final int ARREF_ICON
static final int ARREF_SMALL_ICON
static final int ARREF_MAXIMIZE_FORMS
static final int ARREF_APPLICATION_FORMS
static final int ARREF_ABOUT_BOX_IMAGE
static final int ARREF_ABOUT_BOX_FORM
static final int ARREF_NULL_STRING
static final int ARREF_APPLICATION_HELP_EXT
static final int ARREF_APPLICATION_HELP_FILE
static final int ARREF_APPLICATION_PRIMARY_FORM
static final int ARREF_APPLICATION_FORM_VUI
static final int ARREF_APPLICATION_DISABLE_BEGIN_TASK
static final int ARREF_APPLICATION_HELP_INDEX_EXT
static final int ARREF_APPLICATION_HELP_INDEX_FILE
static final int ARREF_APPLICATION_HELP_FILE_NAME
static final int ARREF_PACKINGLIST_GUIDE
static final int ARREF_PACKINGLIST_APP
static final int ARREF_PACKINGLIST_PACK
static final int ARREF_GROUP_DATA
static final int ARREF_DISTMAPPING_DATA
static final int ARREF_APPLICATION_HAS_EXT_HELP
static final int ARREF_APPLICATION_SUPPORT_FILES
static final int ARREF_ACTIVELINK_GUIDE_HAS_QUERY_LIST_LOOP
static final int ARREF_ACTIVELINK_GUIDE_QUERY_LIST_LOOP_FIELD
static final int ARREF_PACKINGLIST_DSOPOOL
static final int ARREF_PACKINGLIST_FILTER_GUIDE
static final int ARREF_WS_PROPERTIES
static final int ARREF_WS_OPERATION
static final int ARREF_WS_ARXML_MAPPING
static final int ARREF_WS_WSDL
static final int ARREF_PACKINGLIST_WEBSERVICE
static final int ARREF_WS_PUBLISHING_LOC
static final int ARREF_WS_XML_SCHEMA_LOC
static final int ARREF_ENTRYPOINT_ORDER
static final int ARREF_ENTRYPOINT_START_ACTLINK
static final int ARREF_APP_AUTOLAYOUT_SS
static final int ARREF_APP_FORMACTION_ROW_ORDER_STR
static final int ARREF_ENCAPSULATED_APP_DATA
static final int ARREF_APP_ADD_FORMACTION_FIELDS
static final int ARREF_APP_TABLE_FIXED_HEADER
static final int ARREF_APP_PAGE_PROPERTIES
static final int ARREF_APP_OBJECT_VERSION
static final int ARREF_APP_PACKING_LISTS
static final int ARREF_APP_DATA_MERGE_IMP_QUAL
static final int ARREF_APP_DATA_MERGE_IMP_OPTION
static final int ARREF_LAST_RESERVED
static final int ARREF_DATA_ARSREF
static final int ARREF_DATA_EXTREF
static final int ARCONOWNER_NONE
static final int ARCONOWNER_ALL
static final int ARCONOWNER_SCHEMA
static final int ARMAX_CON_LABEL_LEN
ARMAX_CON_LABEL_LEN
(255 bytes).
static final int ARMAX_CON_DESCRIPTION_LEN
ARMAX_CON_DESCRIPTION_LEN
(2000 bytes).
static final int AR_SIGNAL_CONFIG_CHANGED
static final int AR_SIGNAL_GROUP_CACHE_CHANGED
static final int AR_SIGNAL_LICENSE_CHANGED
static final int AR_WRITE_TO_FILE
static final int AR_WRITE_TO_STATUS_LIST
static final int AR_WORKFLOW_CONN_SCHEMA_LIST
static final int AR_QUALCONTEXT_DEFAULT
static final int AR_QUALCONTEXT_ACTIVE_LINK
Util
class used to parse a qualification from an active link.
static final int AR_QUALCONTEXT_FILTER
Util
class used to parse a qualification from a filter.
static final int AR_QUALCONTEXT_ESCALATION
Util
class used to parse a qualification from an escalation.
static final int AR_QUALCONTEXT_MENU_DEFS
Util
class used to parse a qualification from a search menu.
static final int AR_CONTEXT_ACTIVE_LINK
Util
class used to parse a qualification from an active link.
static final int AR_CONTEXT_FILTER
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from a filter.
static final int AR_CONTEXT_ESCALATION
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from an escalation.
static final int AR_CONTEXT_MENU_DEFS
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from a search menu.
static final int AR_CONTEXT_ACTIVE_LINK_SETFIELDS
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from an active link.
static final int AR_CONTEXT_FILTER_SETFIELDS
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from a filter.
static final int AR_CONTEXT_ESCALATION_SETFIELDS
parseAssignment
and formatAssignment
in ARServerUser
class used to parse a Assignment from an escalation.
static final int AR_CONTEXT_ESCALATION_TIME
parseAssignment
and formatAssignment
in ARServerUser
class used to parse an Assignment from an escalation.
static final int AR_SESS_CHUNK_RESPONSE_SIZE
static final int AR_SESS_TIMEOUT_NORMAL
static final int AR_SESS_TIMEOUT_LONG
static final int AR_SESS_TIMEOUT_XLONG
static final int AR_SESS_LOCK_TO_SOCKET_NUMBER
static final int AR_SESS_POOLED
static final int AR_SESS_CLIENT_TYPE
static final int AR_SESS_VUI_TYPE
static final int AR_SESS_OVERRIDE_PREV_IP
static final int AR_SESS_API_CMD_LOG
static final int AR_SESS_API_RES_LOG
static final int AR_SESS_CONTROL_PROP_DESIGN_OVERLAYGROUP
static final int AR_SESS_CONTROL_PROP_API_OVERLAYGROUP
static final int AR_INTERNAL_ARCALL_TIMEOUT
static final int AR_GOTO_FIELD_XREF
static final int AR_GOTO_ABSOLUTE_ORDER
static final int AR_GOTO_OFFSET_FORWARD
static final int AR_GOTO_OFFSET_BACKWARD
static final int AR_CORE_ENTRY_ID
static final int AR_CORE_SUBMITTER
static final int AR_CORE_CREATE_DATE
static final int AR_CORE_ASSIGNED_TO
static final int AR_CORE_LAST_MODIFIED_BY
static final int AR_CORE_MODIFIED_DATE
static final int AR_CORE_STATUS
static final int AR_CORE_SHORT_DESCRIPTION
static final int AR_CORE_STATUS_HISTORY
static final int AR_NUM_CORE_FIELDS
static final int AR_MAX_CORE_FIELD_ID
static final long AR_MAX_RESERVED_FIELD_ID
AR_MAX_RESERVED_FIELD_ID
). If you specify a reserved ID, the system generates an error unless the parameter is
set to 1 (TRUE).
static final long AR_RESERV_WEIGHT
static final int AR_LIKE_ID
static final int AR_SET_DEFAULTS_ID
static final int AR_RESERV_USER_NAME
static final int AR_RESERV_PASSWORD
static final int AR_RESERV_EMAIL
static final int AR_RESERV_GROUP_LIST
static final int AR_RESERV_GROUP_NAME
static final int AR_RESERV_GROUP_ID
static final int AR_RESERV_GROUP_TYPE
static final int AR_RESERV_USER_NOTIFY
static final int AR_RESERV_LICENSE_TYPE
static final int AR_RESERV_LIC_FULL_TEXT
static final int AR_RESERV_LIC_RESERVED1
static final int AR_RESERV_ASSIGNED_GROUP
static final int AR_RESERV_LIC_ASSET
static final int AR_RESERV_LIC_CHANGE
static final int AR_RESERV_GROUP_FLOATING_LIC
static final int AR_RESERV_GROUP_FLOATING_FTS_LIC
static final int AR_RESERV_AUTH_USER_NAME
static final int AR_RESERV_AUTH_STRING
static final int AR_RESERV_COMPUTED_GROUP_LIST
static final int AR_RESERV_GROUP_CATEGORY
static final int AR_RESERV_COMPUTED_GROUP_QUAL
static final int AR_RESERV_APP_LICENSE
static final int AR_RESERV_ENCRYPTED_STRING
static final int AR_RESERV_FORCE_PWD_CHANGE
static final int AR_RESERV_PWD_CHANGE_CONFIRM
static final int AR_RESERV_LAST_PWD_CHANGE
static final int AR_RESERV_NUM_WARN_DAYS
static final int AR_RESERV_NUM_DAYSTOEXPIRE
static final int AR_RESERV_ZTEMP
static final int AR_RESERV_TEMP_RESULT
static final int AR_RESERV_INSTANCE_ID
static final int AR_RESERV_OBJECT_ID
static final int ARMC_RESERV_MESSAGE_CAT_STATUS
static final int ARMC_RESERV_MESSAGE_CAT_NAME
static final int ARMC_RESERV_MESSAGE_CAT_MSG_TYPE
static final int ARMC_RESERV_MESSAGE_CAT_FLD_ID_OR_MSG_NUM
static final int ARMC_RESERV_MESSAGE_CAT_LOCALE
static final int ARMC_RESERV_MESSAGE_CAT_RETURN_TYPE
static final int ARMC_RESERV_MESSAGE_CAT_MSG_TEXT
static final int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_POOL
static final int ARMC_RESERV_MESSAGE_CAT_BIN_ATTACH_FLD
static final int ARMC_RESERV_MESSAGE_CAT_APPL_TAG
static final int AR_RESERV_LOCALE_LOCALIZED_SCHEMA
static final int AR_RESERV_LOCALE_MSG_TYPE_MENU
static final int AR_RESERV_LOCALE_BIN_ATTACH_LABEL
static final int AR_RESERV_LOCALE_LOC_SEARCH_CRIT_LABEL
static final int AR_RESERV_LOCALE_RETURNED_VALUE_LABEL
static final int AR_RESERV_SETFIELD_SCHEMA_NAME
static final int AR_RESERV_FTS_FORM_SEARCH
static final int AR_RESERV_GUID
static final int AR_RESERV_CHANGE_DIARY
static final int AR_RESERV_HELP
static final int AR_RESERV_OPROP
static final int ARDS_RESERV_DISTRIB_MAPPING_NAME
static final int ARDS_RESERV_DISTRIB_FROM_SCHEMA
static final int ARDS_RESERV_DISTRIB_FROM_SERVER
static final int ARDS_RESERV_DISTRIB_TO_SCHEMA
static final int ARDS_RESERV_DISTRIB_TO_SERVER
static final int ARDS_RESERV_DISTRIB_UPDATE_CODE
static final int ARDS_RESERV_DISTRIB_TRANS_MODE
static final int ARDS_RESERV_DISTRIB_MAP_TYPE
static final int ARDS_RESERV_DISTRIB_MAPPING
static final int ARDS_RESERV_DISTRIB_RTN_MAP_TYPE
static final int ARDS_RESERV_DISTRIB_RTN_MAPPING
static final int ARDS_RESERV_DISTRIB_DEFAULT_MAP
static final int ARDS_RESERV_DISTRIB_DUP_ACTION
static final int ARDS_RESERV_DISTRIB_RETRY_TIME
static final int ARDS_RESERV_DISTRIB_PATTERN_MATCH
static final int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS
static final int ARDS_RESERV_DISTRIB_MATCH_QUAL
static final int ARDS_RESERV_DISTRIB_EXCL_LIST
static final int ARDS_RESERV_DISTRIB_RTN_EXCL_LIST
static final int ARDS_RESERV_DISTRIB_PENDING_NAME
static final int ARDS_RESERV_DISTRIB_SOURCE_ID
static final int ARDS_RESERV_DISTRIB_PENDING_TYPE
static final int ARDS_RESERV_DISTRIB_PENDING_OTHER
static final int ARDS_RESERV_DISTRIB_POOL
static final int ARDS_RESERV_DISTRIB_POOL_NAME
static final int ARDS_RESERV_DISTRIB_EXEORDER
static final int ARDS_RESERV_DISTRIB_TCOUNT
static final int ARDS_RESERV_DISTRIB_CONNECT
static final int ARDS_RESERV_DISTRIB_DEFAULT
static final int ARDS_RESERV_DISTRIB_OPROP
static final int ARDS_RESERV_DISTRIB_LOGICAL_NAME
static final int ARDS_RESERV_DISTRIB_PHYSICAL_NAME
static final int ARDS_RESERV_DISTRIB_LOGICAL_SVRNAME_FLAG
static final int ARDS_RESERV_DISTRIB_TO_MAPPING
static final int ARDS_RESERV_DISTRIB_TRANS_STATE
static final int ARDS_RESERV_DISTRIB_UPDATE_STATE
static final int ARDS_RESERV_DISTRIB_MASTER_FLAG
static final int ARDS_RESERV_DISTRIB_CUR_SCHEMA
static final int ARDS_RESERV_DISTRIB_CUR_SERVER
static final int ARDS_RESERV_DISTRIB_FROM_MAPPING
static final int ARDS_RESERV_DISTRIB_FROM_ENTRYID
static final int ARDS_RESERV_DISTRIB_TO_ENTRYID
static final int ARDS_RESERV_DISTRIB_MAP_HISTORY
static final int ARDS_RESERV_DISTRIB_FROM_SCHEMA_2
static final int ARDS_RESERV_DISTRIB_FROM_SERVER_2
static final int ARDS_RESERV_DISTRIB_TO_SCHEMA_2
static final int ARDS_RESERV_DISTRIB_TO_SERVER_2
static final int ARDS_RESERV_DISTRIB_UPDATE_CODE_2
static final int ARDS_RESERV_DISTRIB_TRANS_MODE_2
static final int ARDS_RESERV_DISTRIB_DUP_ACTION_2
static final int ARDS_RESERV_DISTRIB_RETRY_TIME_2
static final int ARDS_RESERV_DISTRIB_FROM_POOL
static final int ARDS_RESERV_DISTRIB_PATTERN_MATCH_2
static final int ARDS_RESERV_DISTRIB_REQUIRED_FIELDS_2
static final int ARDS_RESERV_DISTRIB_MATCH_QUAL_2
static final int ARDS_RESERV_DISTRIB_UNIQUE_ID
static final long AR_RESERV_MENU_MIN
static final long AR_RESERV_MENU_MODIFYALL
static final long AR_RESERV_MENU_DELETE
static final long AR_RESERV_MENU_PREFERENCES
static final long AR_RESERV_MENU_MENU
static final long AR_RESERV_MENU_TOOLBAR
static final long AR_RESERV_MENU_APPLY
static final long AR_RESERV_MENU_POLLING
static final long AR_RESERV_MENU_REPORTING
static final long AR_RESERV_MENU_PRINT
static final long AR_RESERV_MENU_CLEARALL
static final long AR_RESERV_MENU_SETDEFAULT
static final long AR_RESERV_MENU_SEARCH
static final long AR_RESERV_MENU_NEW_SEARCH
static final long AR_RESERV_MENU_NEW_REQUEST
static final long AR_RESERV_MENU_SHOW_STAT_HIST
static final long AR_RESERV_MENU_HOME
static final long AR_RESERV_MENU_HELP
static final long AR_RESERV_MENU_ADVANCED_SEARCH
static final long AR_RESERV_MENU_LOGOUT
static final long AR_RESERV_MENU_SAVED_SEARCH
static final int AR_RESERVE_ARCHIVE_AUDIT_ENTRY_ID
static final int AR_RESERVE_ARCHIVE_CREATE_DATE
static final int AR_RESERVE_AUDIT_MOD_DATE
static final int AR_RESERVE_AUDIT_LAST_CHANGED
static final int AR_RESERVE_AUDIT_ACTION
static final int AR_RESERVE_AUDIT_USER
static final int AR_RESERVE_AUDIT_FIELDS_CHANGED
static final int AR_RESERVE_AUDIT_FORM_NAME
static final int AR_RESERVE_AUDIT_GUID_FIELD
static final int AR_RESERVE_AUDIT_LOG
static final int AR_RESERVE_AUDIT_LOG_KEY1
static final int AR_RESERVE_AUDIT_LOG_KEY2
static final int AR_RESERVE_AUDIT_LOG_KEY3
static final int AR_RESERVE_AUDIT_JOIN_KEY
static final int ARAPP_RESERV_APPLIC_CATEGORY
static final int ARAPP_RESERV_APPLIC_COMMAND
static final int ARAPP_RESERV_APPLIC_SCHEMA
static final int ARAPP_RESERV_APPLIC_ENTRY_ID
static final int ARAPP_RESERV_APPLIC_TAG
static final int ARAPP_RESERV_APPLIC_FIELD_1
static final int ARAPP_RESERV_APPLIC_FIELD_2
static final int ARAPP_RESERV_APPLIC_FIELD_3
static final int ARAPP_RESERV_APPLIC_OTHER_SHORT
static final int ARAPP_RESERV_APPLIC_OTHER_LONG
static final int AR_RESERV_HOLIDAY_LIST
static final int AR_RESERV_HOLIDAY_LEVEL
static final int AR_RESERV_WORKDAY_LEVEL
static final int AR_RESERV_WORKDAY_OPEN_SUN_0
static final int AR_RESERV_WORKDAY_OPEN_MON_0
static final int AR_RESERV_WORKDAY_OPEN_TUES_0
static final int AR_RESERV_WORKDAY_OPEN_WED_0
static final int AR_RESERV_WORKDAY_OPEN_THURS_0
static final int AR_RESERV_WORKDAY_OPEN_FRI_0
static final int AR_RESERV_WORKDAY_OPEN_SAT_0
static final int AR_RESERV_WORKDAY_CLOSE_SUN_0
static final int AR_RESERV_WORKDAY_CLOSE_MON_0
static final int AR_RESERV_WORKDAY_CLOSE_TUES_0
static final int AR_RESERV_WORKDAY_CLOSE_WED_0
static final int AR_RESERV_WORKDAY_CLOSE_THURS_0
static final int AR_RESERV_WORKDAY_CLOSE_FRI_0
static final int AR_RESERV_WORKDAY_CLOSE_SAT_0
static final int AR_RESERV_WORKDAY_OFFSET_HOURS
static final int AR_RESERV_WORKDAY_OPEN_SUN_1
static final int AR_RESERV_WORKDAY_OPEN_MON_1
static final int AR_RESERV_WORKDAY_OPEN_TUES_1
static final int AR_RESERV_WORKDAY_OPEN_WED_1
static final int AR_RESERV_WORKDAY_OPEN_THURS_1
static final int AR_RESERV_WORKDAY_OPEN_FRI_1
static final int AR_RESERV_WORKDAY_OPEN_SAT_1
static final int AR_RESERV_WORKDAY_CLOSE_SUN_1
static final int AR_RESERV_WORKDAY_CLOSE_MON_1
static final int AR_RESERV_WORKDAY_CLOSE_TUES_1
static final int AR_RESERV_WORKDAY_CLOSE_WED_1
static final int AR_RESERV_WORKDAY_CLOSE_THURS_1
static final int AR_RESERV_WORKDAY_CLOSE_FRI_1
static final int AR_RESERV_WORKDAY_CLOSE_SAT_1
static final int AR_RESERV_WORKDAY_OPEN_SUN_2
static final int AR_RESERV_WORKDAY_OPEN_MON_2
static final int AR_RESERV_WORKDAY_OPEN_TUES_2
static final int AR_RESERV_WORKDAY_OPEN_WED_2
static final int AR_RESERV_WORKDAY_OPEN_THURS_2
static final int AR_RESERV_WORKDAY_OPEN_FRI_2
static final int AR_RESERV_WORKDAY_OPEN_SAT_2
static final int AR_RESERV_WORKDAY_CLOSE_SUN_2
static final int AR_RESERV_WORKDAY_CLOSE_MON_2
static final int AR_RESERV_WORKDAY_CLOSE_TUES_2
static final int AR_RESERV_WORKDAY_CLOSE_WED_2
static final int AR_RESERV_WORKDAY_CLOSE_THURS_2
static final int AR_RESERV_WORKDAY_CLOSE_FRI_2
static final int AR_RESERV_WORKDAY_CLOSE_SAT_2
static final int AR_RESERV_ALERT_FORM
static final int AR_RESERV_ALERT_REQUEST
static final int AR_RESERV_ALERT_SERVER
static final int AR_RESERV_ALERT_MESSAGE
static final int AR_RESERV_ALERT_PRIORITY
static final int AR_RESERV_ALERT_LIST_QLV
static final int AR_RESERV_ALERT_COLUMN_READ
static final int AR_RESERV_ALERT_COLUMN_PRIORITY
static final int AR_RESERV_ALERT_COLUMN_SOURCE
static final int AR_RESERV_ALERT_COLUMN_CREATEDATE
static final int AR_RESERV_ALERT_COLUMN_MESSAGE
static final int AR_RESERV_ALERT_COLUMN_REQUEST
static final int AR_RESERV_ALERT_COLUMN_FORM
static final int AR_RESERV_ALERT_COLUMN_SERVER
static final int AR_RESERV_OBJ_REL_REL_TYPE
static final int AR_RESERV_OBJ_REL_ACTION_NUM
static final int AR_RESERV_OBJ_REL_OBJ_TYPE
static final int AR_RESERV_OBJ_REL_OBJ_NAME
static final int AR_RESERV_OBJ_REL_OBJ_ID
static final int AR_RESERV_OBJ_REL_RLTD_OBJ_TYPE
static final int AR_RESERV_OBJ_REL_RLTD_OBJ_NAME
static final int AR_RESERV_OBJ_REL_RLTD_OBJ_ID
static final int AR_RESERV_OBJ_REL_FORM_NAME
static final int AR_RESERV_OBJ_REL_FORM_ID
static final int AR_RESERV_OBJ_REL_CATEGORY
static final int AR_RESERV_OBJ_REL_OVERLAY_GROUP
static final long AR_RESERV_FORM_ACTION_SUBMIT
These form action fields that may have workflow already associated with them, or they may invoke servlets at runtime. They are displayed with a label in the browser, and perform the appropriate standard function on the web client.
static final long AR_RESERV_FORM_ACTION_QUERY
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_MODIFY
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_MODIFYALL
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_QUERYBAR
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_CLEAR
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_SETDEFAULT
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_HELP
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_NEWSEARCH
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_NEWREQUEST
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_SHOW_STATHST
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_HOMEPAGE
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_SAVEDSEARCHES
static final long AR_RESERV_FORM_ACTION_QUICKREPORT
static final long AR_RESERV_FORM_RESULTS_LIST
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_FORM_ACTION_MODE
AR_RESERV_FORM_ACTION_SUBMIT
.
static final long AR_RESERV_CURRENCY_DATE
static final long AR_RESERV_CURRENCY_FROM
static final long AR_RESERV_CURRENCY_TO
static final long AR_RESERV_CURRENCY_RATIO
static final long AR_RESERV_CURRENCY_CODE
static final long AR_RESERV_CURRENCY_PRECISION
static final long AR_RESERV_CURRENCY_LOCALE
static final long AR_RESERV_CURRENCY_LABEL
static final long AR_RESERV_CURRENCY_ACTIVE
static final long AR_RESERV_HOMEPAGE_FIELD
static final long AR_RESERV_HOMEPAGE_SUBSET
static final long AR_RESERV_AUTO_GUID
static final long AR_RESERV_AUTO_GUID_MIN
static final long AR_RESERV_AUTO_GUID_MAX
static final long AR_RESERV_ROLE_MAPPING_STATE_MIN
static final long AR_RESERV_ROLE_MAPPING_STATE_MAX
static final long AR_RESERV_BAO_GRIDNAME
static final long AR_RESERV_BAO_LOCATION
static final long AR_RESERV_BAO_CONFIG_NAME
static final long AR_RESERV_BAO_USERNAME
static final long AR_RESERV_REG_BUSINESS_NAME
static final long AR_RESERV_REG_APPLICATION_NAME
static final long AR_RESERV_REG_WEB_SERVICE
static final long AR_RESERV_REG_WEB_SERVICE_VERSION
static final long AR_RESERV_REG_WSDL_URL
static final long AR_RESERV_REG_EP_URL
static final long AR_RESERV_REG_QUERY_CATEGORY_LIST
static final long AR_RESERV_REG_INTERFACE_VERSION
static final long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MIN
static final long AR_RESERV_SCHEMA_SPECIFIC_FIELD_MAX
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_COMMON
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_ADMIN
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_USER
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_WEBTIER
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_ALERT
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_MIGRATOR
static final long AR_RESERV_PREFERENCE_ARS_SCHEMA_FILES
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_CONTAINERS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ENCODED_STRUCTURES
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ESCALATIONS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FIELDS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FILTERS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_FORMS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_IMAGES
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_MENUS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_OBJECT_RELATIONSHIPS
static final long AR_RESERV_DEVELOPER_STUDIO_FORM_ACTIVE_LINKS
static final int AR_RESERV_METADATA_ACTLINK
static final int AR_RESERV_METADATA_IMAGE
static final int AR_RESERV_METADATA_FILTER
static final int AR_RESERV_METADATA_ESCALATION
static final int AR_RESERV_METADATA_ARSCHEMA
static final int AR_RESERV_METADATA_ARCONTAINER
static final int AR_RESERV_METADATA_FIELD
static final int AR_RESERV_METADATA_FIELD_DISPPROP
static final int AR_RESERV_METADATA_ACTLINK_MAPPING
static final int AR_RESERV_METADATA_ACTLINK_MACRO
static final int AR_RESERV_METADATA_ACTLINK_MACRO_PARM
static final int AR_RESERV_METADATA_ACTLINK_SET
static final int AR_RESERV_METADATA_ACTLINK_PROCESS
static final int AR_RESERV_METADATA_ACTLINK_MESSAGE
static final int AR_RESERV_METADATA_ACTLINK_SET_CHAR
static final int AR_RESERV_METADATA_ACTLINK_DDE
static final int AR_RESERV_METADATA_ACTLINK_AUTO
static final int AR_RESERV_METADATA_ACTLINK_PUSH
static final int AR_RESERV_METADATA_ACTLINK_SQL
static final int AR_RESERV_METADATA_ACTLINK_OPEN
static final int AR_RESERV_METADATA_ACTLINK_CALL
static final int AR_RESERV_METADATA_ACTLINK_GOTO
static final int AR_RESERV_METADATA_ACTLINK_WAIT
static final int AR_RESERV_METADATA_ACTLINK_SERVICEACTION
static final int AR_RESERV_METADATA_ESCAL_MAPPING
static final int AR_RESERV_METADATA_FILTER_MAPPING
static final int AR_RESERV_METADATA_FILTER_NOTIFY
static final int AR_RESERV_METADATA_FILTER_MESSAGE
static final int AR_RESERV_METADATA_FILTER_LOG
static final int AR_RESERV_METADATA_FILTER_SET
static final int AR_RESERV_METADATA_FILTER_PROCESS
static final int AR_RESERV_METADATA_FILTER_PUSH
static final int AR_RESERV_METADATA_FILTER_SQL
static final int AR_RESERV_METADATA_FILTER_CALL
static final int AR_RESERV_METADATA_FILTER_GOTO
static final int AR_RESERV_METADATA_FILTER_SERVICEACTION
static final int AR_RESERV_METADATA_CNTNR_OWNR_OBJ
static final int AR_RESERV_METADATA_ARREFERENCE
static final int AR_RESERV_METADATA_VUI
static final int AR_RESERV_METADATA_CHAR_MENU_LIST
static final int AR_RESERV_METADATA_CHAR_MENU
static final int AR_RESERV_METADATA_FIELD_TABLE
static final int AR_RESERV_METADATA_FIELD_CURR
static final int AR_RESERV_METADATA_FIELD_ENUM_VALUES
static final int AR_RESERV_METADATA_FIELD_CHAR
static final int AR_RESERV_METADATA_VIEW_MAPPING
static final int AR_RESERV_METADATA_VENDOR_MAPPING
static final int AR_RESERV_METADATA_FIELD_ENUM
static final int AR_RESERV_METADATA_SCHEMA_ARCHIVE
static final int AR_RESERV_METADATA_SCHEMA_AUDIT
static final int AR_RESERV_METADATA_SCHEMA_JOIN
static final int AR_RESERV_METADATA_SCHEMA_INDEX
static final int AR_RESERV_METADATA_SCHEMA_GROUP_IDS
static final int AR_RESERV_METADATA_SCHEMA_LIST_FIELDS
static final int AR_RESERV_METADATA_SUBADMIN_GROUP
static final int AR_RESERV_METADATA_FIELD_PERMISSIONS
static final int AR_RESERV_METADATA_FIELD_COLUMN
static final int AR_RESERV_METADATA_ACTLINK_GROUP_IDS
static final int AR_RESERV_METADATA_ARCTR_GROUP_IDS
static final int AR_RESERV_METADATA_ARCTR_SUBADMIN
static final int AR_RESERV_METADATA_CHAR_MENU_FILE
static final int AR_RESERV_METADATA_CHAR_MENU_SQL
static final int AR_RESERV_METADATA_CHAR_MENU_DD
static final int AR_RESERV_METADATA_CHAR_MENU_QUERY
static final int AR_RESERV_IGNORE_ANALYZER_IGNORE_TYPE
static final int AR_RESERV_METADATA_OVERLAY_GROUP
static final int AR_RESERV_METADATA_OVERLAY_PROP
static final int AR_RESERV_METADATA_RESOLVED_NAME
static final int AR_RESERV_METADATA_RESOLVED_ID
static final long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MIN
static final long AR_RESERV_SCHEMA_SPECIFIC_SEARCHESPREF_FIELD_MAX
static final long AR_RESERV_SEARCH_PREF_NAME
static final long AR_RESERV_SEARCH_PREF_USER
static final long AR_RESERV_SEARCH_PREF_QUALIFICATION
static final long AR_RESERV_SEARCH_PREF_FORM
static final long AR_RESERV_SEARCH_PREF_DISABLE
static final long AR_RESERV_SEARCH_PREF_TYPE
static final long AR_RESERV_SEARCH_PREF_SERVER
static final long AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MIN
static final long AR_RESERV_SCHEMA_SPECIFIC_SKINS_FIELD_MAX
static final long AR_RESERV_SKIN_GUID
static final long AR_RESERV_SKIN_NAME
static final long AR_RESERV_SKIN_TYPE
static final long AR_RESERV_SKIN_TYPE_IDENTIFIER
static final long AR_RESERV_SKIN_STATE
static final long AR_RESERV_SKIN_FORM
static final long AR_RESERV_SKIN_ASSIGNED_GROUP
static final long AR_RESERV_SKIN_PROP_GUID
static final long AR_RESERV_SKIN_PARENT_GUID
static final long AR_RESERV_SKIN_PROPERTY_TYPE
static final long AR_RESERV_SKIN_PROPERTY_TYPE_IDENTIFIER
static final long AR_RESERV_SKIN_PROPERTY_TAG
static final long AR_RESERV_SKIN_PROPERTY_VALUE
static final long AR_RESERV_SKIN_PRIORITY_TYPE
static final long AR_RESERV_DVM_SKIN_PROP_PROPERTY
static final long AR_RESERV_QBWIDGET_FIELD_MIN
static final long AR_RESERV_QBWIDGET_FIELD_MAX
static final long AR_RESERV_GROUP_DYNAMIC_MIN
static final long AR_RESERV_GROUP_DYNAMIC_MAX
static final int AR_RESERV_VIEWSEL_USER_APP_ACTOR
static final int AR_RESERV_VIEWSEL_ACTOR_VIEW
static final int AR_RESERV_VIEWSEL_ACTOR
static final int AR_RESERV_VIEWSEL_ACTOR_VIEW_VIEWLABEL
static final int AR_RESERV_VIEWSEL_USER_APP_ACTOR_ORDER
static final int AR_RESERV_VIEWSEL_MAX
static final int AR_RESERV_DVM_PW_ENCRYPT_MIN
static final int AR_RESERV_DVM_PW_ENCRYPT_MAX
static final long AR_GROUP_ID_PUBLIC
static final long AR_GROUP_ID_ADMINISTRATOR
static final long AR_GROUP_ID_CUSTOMIZE
static final long AR_GROUP_ID_SUBMITTER
static final long AR_GROUP_ID_ASSIGNEE
static final long AR_GROUP_ID_SUB_ADMINISTRATOR
static final long AR_GROUP_ID_FLASH_ADMIN
static final long AR_GROUP_ID_ASSIGNEE_GROUP
static final long AR_GROUP_ID_ASSIGNEE_GROUP_ACCESS
static final int AR_DEFNOBJ_TYPE_SCHEMA
static final int AR_DEFNOBJ_TYPE_FIELD
static final int AR_DEFNOBJ_TYPE_ACTIVE_LINK
static final int AR_DEFNOBJ_TYPE_FILTER
static final int AR_DEFNOBJ_TYPE_ESCALATION
static final int AR_DEFNOBJ_TYPE_MENU
static final int AR_DEFNOBJ_TYPE_ACTIVE_LINK_GUIDE
static final int AR_DEFNOBJ_TYPE_FILTER_GUIDE
static final int AR_DEFNOBJ_TYPE_MSGNUM
static final int AR_DEFNOBJ_TYPE_APPLICATION
static final int AR_DEFNOBJ_TYPE_PACKING_LIST
static final int AR_DEFNOBJ_TYPE_IMAGE
static final int AR_DEFNOBJ_TYPE_WEB_IMAGE
static final int AR_DEFNOBJ_TYPE_WEB_SERVICE
static final int AR_DEFNREL_TYPE_ALF_QUAL_FIELD
static final int AR_DEFNREL_TYPE_ALF_SET_TO_FIELD
static final int AR_DEFNREL_TYPE_ALF_MESSAGE_FIELD
static final int AR_DEFNREL_TYPE_ALF_SQLCOMMAND_FIELD
static final int AR_DEFNREL_TYPE_ALF_GOTO_ACTION_FIELD
static final int AR_DEFNREL_TYPE_ALF_PROCESS_FIELD
static final int AR_DEFNREL_TYPE_ALF_SET_FROM_FIELD
static final int AR_DEFNREL_TYPE_ALF_SET_QUAL_FIELD
static final int AR_DEFNREL_TYPE_ALF_PUSH_TO_FIELD
static final int AR_DEFNREL_TYPE_ALF_PUSH_FROM_FIELD
static final int AR_DEFNREL_TYPE_ALF_PUSH_QUAL_FIELD
static final int AR_DEFNREL_TYPE_ALF_SET_SQL_FIELD
static final int AR_DEFNREL_TYPE_ALF_SET_PROCESS_FIELD
static final int AR_DEFNREL_TYPE_ALF_CALL_GUIDE
static final int AR_DEFNREL_TYPE_ALF_MESSAGE_MSGNUM
static final int AR_DEFNREL_TYPE_AL_FOCUS_FIELD
static final int AR_DEFNREL_TYPE_AL_CONTROL_FIELD
static final int AR_DEFNREL_TYPE_AL_CHANGE_FIELD
static final int AR_DEFNREL_TYPE_AL_SET_DDE_FIELD
static final int AR_DEFNREL_TYPE_AL_AUTOMATION_FIELD
static final int AR_DEFNREL_TYPE_AL_DDE_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_TARGET_LOC_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_TO_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_OPEN_FROM_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_TO_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_MAP_CLOSE_FROM_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_QUAL_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_SORT_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_MESSAGE_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_REPORT_FIELD
static final int AR_DEFNREL_TYPE_AL_OPENWIN_DIALOG_FORM
static final int AR_DEFNREL_TYPE_FLTR_NOTIFY_FIELD
static final int AR_DEFNREL_TYPE_ALF_SERVICE_FORM
static final int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_TO_FIELD
static final int AR_DEFNREL_TYPE_ALF_SERVICE_INPUT_FROM_FIELD
static final int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_TO_FIELD
static final int AR_DEFNREL_TYPE_ALF_SERVICE_OUTPUT_FROM_FIELD
static final int AR_DEFNREL_TYPE_FLTR_SET_FILTERAPI_FIELD
static final int AR_DEFNREL_TYPE_ALF_SERVICE_REQUESTID_FIELD
static final int AR_DEFNREL_TYPE_FLTR_SET_WEB_SERVICE_FIELD
static final int AR_DEFNREL_TYPE_ALF_CALL_GUIDE_TABLE_FIELD
static final int AR_DEFNREL_TYPE_AL_CHANGE_MENU
static final int AR_DEFNREL_TYPE_FIRST_ACTION
static final int AR_DEFNREL_TYPE_LAST_ACTION
static final int AR_DEFNREL_TYPE_ACTIVE_LINK_FORM
static final int AR_DEFNREL_TYPE_AL_FORMS
static final int AR_DEFNREL_TYPE_ACTIVE_LINK_PRIMARY_FORM
static final int AR_DEFNREL_TYPE_ACTIVE_LINK_SECONDARY_FORM
static final int AR_DEFNREL_TYPE_FILTER_FORM
static final int AR_DEFNREL_TYPE_FLTR_FORMS
static final int AR_DEFNREL_TYPE_FILTER_PRIMARY_FORM
static final int AR_DEFNREL_TYPE_FILTER_SECONDARY_FORM
static final int AR_DEFNREL_TYPE_ESCALATION_FORM
static final int AR_DEFNREL_TYPE_ESCAL_FORMS
static final int AR_DEFNREL_TYPE_ESCALATION_PRIMARY_FORM
static final int AR_DEFNREL_TYPE_ESCALATION_SECONDARY_FORM
static final int AR_DEFNREL_TYPE_FORM_REFERENCED_BY_FIELD
static final int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FIELD
static final int AR_DEFNREL_TYPE_IMAGE_REFERENCED_BY_FORM
static final int AR_DEFNREL_TYPE_FILTER_ERROR_HANDLER_FILTER
static final int AR_DEFNREL_TYPE_APPLICATION_FORMS
static final int AR_DEFNREL_TYPE_APPLICATION_PACKING_LISTS
static final int AR_DEFNREL_TYPE_PACKING_LIST_FORMS
static final int AR_DEFNREL_TYPE_PACKING_LIST_PACKING_LISTS
static final int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINKS
static final int AR_DEFNREL_TYPE_PACKING_LIST_FILTERS
static final int AR_DEFNREL_TYPE_PACKING_LIST_ESCALATIONS
static final int AR_DEFNREL_TYPE_PACKING_LIST_IMAGES
static final int AR_DEFNREL_TYPE_PACKING_LIST_MENUS
static final int AR_DEFNREL_TYPE_PACKING_LIST_APPLICATIONS
static final int AR_DEFNREL_TYPE_PACKING_LIST_ACTIVE_LINK_GUIDES
static final int AR_DEFNREL_TYPE_PACKING_LIST_FILTER_GUIDES
static final int AR_DEFNREL_TYPE_PACKING_LIST_WEB_SERVICES
static final int AR_DEFNREL_TYPE_FIELD_MENUS
static final int AR_DEFNREL_TYPE_MENU_QUAL_FIELD
static final int AR_DEFNREL_TYPE_MENU_LABEL_FIELD
static final int AR_DEFNREL_TYPE_MENU_VALUE_FIELD
static final int AR_DEFNREL_TYPE_MENU_FORM
static final int AR_DEFNREL_TYPE_MENU_REFERENCED_BY_FIELD
static final int AR_DEFNREL_TYPE_MENU_FIRST_REL_TYPE
static final int AR_DEFNREL_TYPE_MENU_LAST_REL_TYPE
static final int AR_DEFNREL_TYPE_ALGUIDE_ACTIVE_LINK
static final int AR_DEFNREL_TYPE_FILTERGUIDE_FILTER
static final int AR_DEFNREL_TYPE_ALGUIDE_FORM
static final int AR_DEFNREL_TYPE_FILTERGUIDE_FORM
static final int AR_DEFNREL_TYPE_APPL_FORM
static final int AR_DEFNREL_TYPE_APPL_PRIMARY_FORM
static final int AR_DEFNREL_TYPE_APPL_PACKING_LIST
static final int AR_DEFNREL_TYPE_PL_FORM
static final int AR_DEFNREL_TYPE_PL_ACTIVE_LINK
static final int AR_DEFNREL_TYPE_PL_FILTER
static final int AR_DEFNREL_TYPE_PL_ESCALATION
static final int AR_DEFNREL_TYPE_PL_MENU
static final int AR_DEFNREL_TYPE_PL_ACTIVE_LINK_GUIDE
static final int AR_DEFNREL_TYPE_PL_FILTER_GUIDE
static final int AR_DEFNREL_TYPE_PL_APPLICATION
static final int AR_DEFNREL_TYPE_PL_PACKING_LIST
static final int AR_DEFNREL_TYPE_PL_IMAGE
static final int AR_DEFNREL_TYPE_PL_WEB_SERVICE
static final int AR_DEFNREL_TYPE_WEB_SERVICE_FORM
static final int AR_DEFNREL_TYPE_WEB_SERVICE_FIELD
static final int AR_DEFNREL_TYPE_ALGUIDE_ENTRY_POINT
static final int AR_DEFNREL_TYPE_APPL_DATA_FORM
static final int AR_DEFNREL_TYPE_CONTAINER_FIRST_REL_TYPE
static final int AR_DEFNREL_TYPE_CONTAINER_LAST_REL_TYPE
static final int AR_LOCAL_TEXT_SYSTEM_MESSAGE
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_ACT_LINK_MESSAGE
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_FILTER_MESSAGE
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_ACT_LINK_HELP
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_FORM_HELP
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_FIELD_HELP
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_CONTAIN_DESC
LocalizedRequestInfo.getMessageType()
or
LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_LIST_MENU_DEFN
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_EXTERN_REPORT
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_CONTAINER_LABEL
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_CONTAINER_HELP
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_APPLICATION_HELP
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_APPLICATION_ABOUT
LocalizedRequestInfo.getMessageType()
or LocalizedRequestInfo.setMessageType(int)
methods.
static final int AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
static final int AR_LOCAL_TEXT_FLASHBRD_MESSAGE
static final int AR_LOCAL_TEXT_FLASHBRD_LABEL
static final int AR_LOCAL_TEXT_ACTIVE_MESSAGE
static final int AR_LOCAL_TEXT_INACTIVE_MESSAGE
static final int AR_VUI_TYPE_NONE
static final int AR_VUI_TYPE_WINDOWS
static final int AR_VUI_TYPE_STANDARD
static final int AR_VUI_TYPE_WEB
static final int AR_VUI_TYPE_WEB_ABS_POS
static final int AR_VUI_TYPE_WIRELESS
static final int AR_VUI_TYPE_WEB_AUTOGEN
static final int AR_VUI_TYPE_WEB_ABS_POS_AUTOGEN
static final int AR_CLIENT_TYPE_UNKNOWN
static final int AR_CLIENT_TYPE_PRE_50
static final int AR_CLIENT_TYPE_WAT
static final int AR_CLIENT_TYPE_WUT
static final int AR_CLIENT_TYPE_WIP
static final int AR_CLIENT_TYPE_DSO
static final int AR_CLIENT_TYPE_ODBC
static final int AR_CLIENT_TYPE_APPROVAL
static final int AR_CLIENT_TYPE_WEB_SERVER
static final int AR_CLIENT_TYPE_MID_TIER
static final int AR_CLIENT_TYPE_PALM_PILOT
static final int AR_CLIENT_TYPE_FLASHBOARDS
static final int AR_CLIENT_TYPE_FLASHBOARDS_MID_TIER
static final int AR_CLIENT_TYPE_EIE
static final int AR_CLIENT_TYPE_RELOAD
static final int AR_CLIENT_TYPE_CACHE
static final int AR_CLIENT_TYPE_DIST
static final int AR_CLIENT_TYPE_RUN_MACRO
static final int AR_CLIENT_TYPE_MAIL
static final int AR_CLIENT_TYPE_IMPORT_CMD
static final int AR_CLIENT_TYPE_REPORT_PLUGIN
static final int AR_CLIENT_TYPE_ALERT
static final int AR_CLIENT_TYPE_MAIL_DAEMON
static final int AR_CLIENT_TYPE_SIGNAL
static final int AR_CLIENT_TYPE_DEBUGGER
static final int AR_CLIENT_TYPE_OBJSTR
static final int AR_CLIENT_TYPE_OBJSTR_SYNC
static final int AR_CLIENT_TYPE_SERVER_ADMIN_PLUGIN
static final int AR_CLIENT_TYPE_SIM_PUBLISHING_SERVER
static final int AR_CLIENT_TYPE_SIM_SME
static final int AR_CLIENT_TYPE_CMDB_ENGINE
static final int AR_CLIENT_TYPE_CMDB_DRIVER
static final int AR_CLIENT_TYPE_RECON_ENGINE
static final int AR_CLIENT_TYPE_ASSIGNMENT_ENGINE
static final int AR_CLIENT_TYPE_WEBSERVICE
static final int AR_CLIENT_TYPE_NORMALIZATION_ENGINE
static final int AR_CLIENT_TYPE_DEVELOPER_STUDIO
static final int AR_CLIENT_TYPE_FT_TEXT_READER
static final int AR_CLIENT_TYPE_ATRIUM
static final int AR_CLIENT_TYPE_ATRIUMSSO
static final int AR_CLIENT_TYPE_MIGRATOR
static final int AR_CLIENT_TYPE_UDM
static final int AR_CLIENT_TYPE_RKM_OPERATIONS
static final int AR_CLIENT_TYPE_RKM_FORM_PERMISSIONS
static final int AR_CLIENT_TYPE_RKM_DOCUMENT_MIGRATOR
static final int AR_CLIENT_TYPE_RKM_FILE_SYSTEM
static final int AR_CLIENT_TYPE_RKM_FILE_SYSTEM_SYNC
static final int AR_CLIENT_TYPE_RKM_GROUP
static final int AR_CLIENT_TYPE_RKM_REGISTRATION
static final int AR_CLIENT_TYPE_ASSET_SWLM_RULE_ENGINE
static final int AR_CLIENT_TYPE_ASSET_SOFTWARE_USAGE
static final int AR_CLIENT_TYPE_ASSET_RLE_CONFIG
static final int AR_CLIENT_TYPE_ASSET_CHARGE_BACK
static final int AR_CLIENT_TYPE_ITSM_COMMON
static final int AR_CLIENT_TYPE_ITSM_CAI
static final int AR_CLIENT_TYPE_ITSM_UTILITY
static final int AR_CLIENT_TYPE_ITSM_APPQUERY
static final int AR_CLIENT_TYPE_ITSM_NEXT_ID
static final int AR_CLIENT_TYPE_END_OF_PRODUCT
static final int AR_CLIENT_TYPE_UNPRODUCTIZED_START
static final int AR_CLIENT_TYPE_DRIVER
static final int AR_CLIENT_TYPE_DISPATCHER
static final int AR_CLIENT_TYPE_HELP
static final int AR_CLIENT_TYPE_JANITOR
static final int AR_CLIENT_TYPE_MENU
static final int AR_CLIENT_TYPE_STRUCT
static final int AR_CLIENT_TYPE_TEXT
static final int AR_CLIENT_TYPE_SQLED
static final int AR_CLIENT_TYPE_CHANGE_SEL
static final int AR_CLIENT_TYPE_CHANGE_ID
static final int AR_CLIENT_TYPE_LABEL
static final int AR_CLIENT_TYPE_INSTALLER
static final int AR_CLIENT_TYPE_RIK
static final int AR_CLIENT_TYPE_END_OF_RESERVED_RANGE
static final int AR_TWO_DIGIT_YEAR_CUTOFF_INCREMENT
static final int AR_ENTRYPOINT_TYPE_AL_GUIDE
static final int AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
static final int AR_ENTRYPOINT_TYPE_DEFAULT_NEW
static final int AR_LOCK_TYPE_NONE
static final int AR_LOCK_TYPE_READONLY
static final int AR_LOCK_TYPE_HIDDEN
static final int AR_LOCK_TYPE_MIN
static final int AR_LOCK_TYPE_MAX
static final String AR_RESERVED1_SERVER_TYPE
static final int AR_APP_TYPE_LOCAL
static final int AR_APP_TYPE_DISTRIBUTABLE
static final int AR_BULK_ENTRY_CREATE
static final int AR_BULK_ENTRY_SET
static final int AR_BULK_ENTRY_DELETE
static final int AR_BULK_ENTRY_MERGE
static final int AR_BULK_ENTRY_XMLCREATE
static final int AR_BULK_ENTRY_XMLSET
static final int AR_BULK_ENTRY_XMLDELETE
static final int AR_BULK_ENTRY_ACTION_SEND
static final int AR_BULK_ENTRY_ACTION_CANCEL
static final int AR_ENUM_STYLE_REGULAR
static final int AR_ENUM_STYLE_CUSTOM
static final int AR_ENUM_STYLE_QUERY
static final int AR_AUDIT_NONE
static final int AR_AUDIT_COPY
static final int AR_AUDIT_LOG
static final int AR_AUDIT_LOG_SHADOW
static final int AR_AUDIT_ONLY_CHNG_FLDS_DEFAULT
static final int AR_AUDIT_ONLY_CHNG_FLDS_YES
static final int AR_AUDIT_ONLY_CHNG_FLDS_NO
static final int AR_ARCHIVE_NONE
static final int AR_ARCHIVE_FORM
static final int AR_ARCHIVE_DELETE
static final int AR_ARCHIVE_FILE_XML
static final int AR_ARCHIVE_FILE_ARX
static final int AR_ARCHIVE_NO_ATTACHMENTS
static final int AR_ARCHIVE_NO_DIARY
static final String ARSYS_CONFIGFILE
arsys_base.xml
)
static final int AR_CURRENT_CURRENCY_RATIOS
static final int AR_MULTI_SCHEMA_JOIN_INNER
static final int AR_MULTI_SCHEMA_JOIN_LEFT
static final int AR_MULTI_SCHEMA_JOIN_RIGHT
static final int AR_COMMIT_CLIENT_TRANSACTION
static final int AR_ROLLBACK_CLIENT_TRANSACTION
static final String OBJ_RESERVATION_FORM_NAME
static final String OBJ_MODIFICATION_LOG_FORM_NAME
static final String LABEL_FORM_NAME
static final String LABELED_OBJ_FORM_NAME
static final int WFD_IDLE
static final int WFD_RUNNING
static final int WFD_BEFORE_API
static final int WFD_BEFORE_QUAL
static final int WFD_PHASE_1
static final int WFD_PHASE_2
static final int WFD_PHASE_3
static final int WFD_ESCL
static final int WFD_BEFORE_CMDB
static final int WFD_AFTER_API
static final int WFD_EXECUTE_STEP
static final int WFD_EXECUTE_RUN
static final int WFD_EXEC_STEPPED
static final int WFD_EXEC_BRK_POINT
static final int WFD_EXEC_USER_BRK
static final int WFD_STOP_START_API
static final int WFD_STOP_END_API
static final int WFD_STOP_QUALIFIER
static final int WFD_STOP_P1_ACTION
static final int WFD_STOP_P2_ACTION
static final int WFD_STOP_P3_ACTION
static final int WFD_STOP_ESC_ACTION
static final int WFD_STOP_CMDB
static final int AR_CACHE_ADMINONLYCREATE_EVENT
static final int AR_CACHE_ADMINONLYPUBLIC_EVENT
static final int AR_CACHE_FREE_EVENT
static final int AR_CACHE_GROUPCHANGEPUBLIC_EVENT
static final int AR_CACHE_EVENT_MAX
static final int AR_GCE_OPTION_NONE
static final int AR_GCE_OPTION_NEXT
static final int AR_GROUP_PARENT_NONE
static final int AR_TASK_STATE_NONE
static final int AR_TASK_STATE_OPEN
static final int AR_TASK_STATE_COMMIT
static final int AR_TASK_STATE_ROllEDBACK
static final int AR_TASK_STATE_OPEN_MASK
static final int AR_TASK_STATE_COMPLETE_MASK
static final int AR_RESERV_REPORT_FIELD_INFO_FORM_NAME
static final int AR_RESERV_REPORT_FIELD_INFO_FIELD_ID
static final int AR_RESERV_REPORT_FIELD_INFO_FIELD_DATA_TYPE
static final int AR_RESERV_REPORT_FIELD_INFO_FIELD_NAME
static final int AR_OBJ_TYPE_SCHEMA
static final int AR_OBJ_TYPE_FIELD
static final int AR_OBJ_TYPE_FILTER
static final int AR_OBJ_TYPE_ACTIVE_LINK
static final int AR_OBJ_TYPE_CHAR_MENU
static final int AR_OBJ_TYPE_ESCALATION
static final int AR_OBJ_TYPE_VUI
static final int AR_OBJ_TYPE_CONTAINER
static final int AR_OBJ_TYPE_IMAGE
static final int AR_OBJ_TYPE_TASK
static final int AR_RPC_PORT_MIN
static final int AR_RPC_PORT_MAX
static final String AR_RESERV_OVERLAY_STRING
static final String AR_RESERV_OVERLAY_CUSTOM_STRING
static final int AR_OVERLAY_CONVERT_TO_CUSTOM
static final int AR_OVERLAY_CONVERT_TO_OVERLAY
static final int AR_OVERLAY_CONVERT_TO_BASE
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |