|
Public Member Functions |
void | login (String server, String user, String password) throws JOARSEException |
| Login to an AR System Server. This must be called after the server object is created, before any other server method is used.
|
void | setServerPort (String serverName, int port, int rpc) throws JOARSEException |
| Login to a specific port on the AR System server.
|
void | logout () throws JOARSEException |
| Logout. Ends the current AR System session.
|
String[] | getListSchema () throws JOARSEException |
| Get a list of all forms (schemas), including hidden forms.
|
String[] | getListSchema (int flags) throws JOARSEException |
| Get a list of all forms of the specified type.
|
String[] | getListSchema (int flags, Date timestamp) throws JOARSEException |
| Get a list of all forms of the specified type, modified after the specified date.
|
long[] | getListField (String form) throws JOARSEException |
| Get a list of fields on a form.
|
Field | getField (String form, long id, int propertyMask) throws JOARSEException |
| Get a field definition.
|
void | setField (String form, Field field, int propertyMask) throws JOARSEException |
| Update a field definition.
|
Map | getServerInfo (int[] request) throws JOARSEException |
| Get a set of server properties.
|
Map | getEntry (String form, String entryId) throws JOARSEException |
| Get an entry, returning all fields.
|
Map | getEntry (String form, String entryId, long[] fieldIds) throws JOARSEException |
| Get an entry, returning specific field values.
|
String | createEntry (String form, Map values) throws JOARSEException |
| Create a new entry.
|
void | setEntry (String form, String entryId, Map values) throws JOARSEException |
| Update an entry with specified field values.
|
void | deleteEntry (String form, String entryId, int option) throws JOARSEException |
| Delete an entry in a form.
|
Qualification | parseQualification (String formName, String qualification, String view) throws JOARSEException |
| Parse a qualification string for a specific form.
|
Entry[] | getListEntryWithFields (String form, String qualification) throws JOARSEException |
| Get a list of matching entries, returning default summary field values.
|
Entry[] | getListEntryWithFields (String form, Qualification qualification) throws JOARSEException |
| Get a list of matching entries, returning default summary field values.
|
Entry[] | getListEntryWithFields (String form, String qualification, long[] fieldIds) throws JOARSEException |
| Get a list of matching entries, returning specific field values.
|
Entry[] | getListEntryWithFields (String form, Qualification qualification, long[] fieldIds) throws JOARSEException |
| Get a list of matching entries, returning specific field values.
|
Entry[] | getListEntryWithFields (String form, String qualification, long[] fieldIds, Sort[] sort) throws JOARSEException |
| Get a list of matching entries, returning specific field values, with a specific sort order.
|
Entry[] | getListEntryWithFields (String form, Qualification qualification, long[] fieldIds, Sort[] sort) throws JOARSEException |
| Get a list of matching entries, returning specific field values, with a specific sort order.
|
DiaryEntry[] | decodeDiary (String diaryValue) throws JOARSEException |
| Decode the value of a diary field into an array of diary entries, each of which contains a user name, date and time, and text.
|
Static Public Member Functions |
static void | main (String[] args) |
Static Public Attributes |
static final Integer | AR_SERVER_INFO_DB_TYPE = new Integer(1) |
static final Integer | AR_SERVER_INFO_SERVER_LICENSE = new Integer(2) |
static final Integer | AR_SERVER_INFO_FIXED_LICENSE = new Integer(3) |
static final Integer | AR_SERVER_INFO_VERSION = new Integer(4) |
static final Integer | AR_SERVER_INFO_ALLOW_GUESTS = new Integer(5) |
static final Integer | AR_SERVER_INFO_USE_ETC_PASSWD = new Integer(6) |
static final Integer | AR_SERVER_INFO_XREF_PASSWORDS = new Integer(7) |
static final Integer | AR_SERVER_INFO_DEBUG_MODE = new Integer(8) |
static final Integer | AR_SERVER_INFO_DB_NAME = new Integer(9) |
static final Integer | AR_SERVER_INFO_DB_PASSWORD = new Integer(10) |
static final Integer | AR_SERVER_INFO_HARDWARE = new Integer(11) |
static final Integer | AR_SERVER_INFO_OS = new Integer(12) |
static final Integer | AR_SERVER_INFO_SERVER_DIR = new Integer(13) |
static final Integer | AR_SERVER_INFO_DBHOME_DIR = new Integer(14) |
static final Integer | AR_SERVER_INFO_SET_PROC_TIME = new Integer(15) |
static final Integer | AR_SERVER_INFO_EMAIL_FROM = new Integer(16) |
static final Integer | AR_SERVER_INFO_SQL_LOG_FILE = new Integer(17) |
static final Integer | AR_SERVER_INFO_FLOAT_LICENSE = new Integer(18) |
static final Integer | AR_SERVER_INFO_FLOAT_TIMEOUT = new Integer(19) |
static final Integer | AR_SERVER_INFO_UNQUAL_QUERIES = new Integer(20) |
static final Integer | AR_SERVER_INFO_FILTER_LOG_FILE = new Integer(21) |
static final Integer | AR_SERVER_INFO_USER_LOG_FILE = new Integer(22) |
static final Integer | AR_SERVER_INFO_REM_SERV_ID = new Integer(23) |
static final Integer | AR_SERVER_INFO_MULTI_SERVER = new Integer(24) |
static final Integer | AR_SERVER_INFO_EMBEDDED_SQL = new Integer(25) |
static final Integer | AR_SERVER_INFO_MAX_SCHEMAS = new Integer(26) |
static final Integer | AR_SERVER_INFO_DB_VERSION = new Integer(27) |
static final Integer | AR_SERVER_INFO_MAX_ENTRIES = new Integer(28) |
static final Integer | AR_SERVER_INFO_MAX_F_DAEMONS = new Integer(29) |
static final Integer | AR_SERVER_INFO_MAX_L_DAEMONS = new Integer(30) |
static final Integer | AR_SERVER_INFO_ESCALATION_LOG_FILE = new Integer(31) |
static final Integer | AR_SERVER_INFO_ESCL_DAEMON = new Integer(32) |
static final Integer | AR_SERVER_INFO_SUBMITTER_MODE = new Integer(33) |
static final Integer | AR_SERVER_INFO_API_LOG_FILE = new Integer(34) |
static final Integer | AR_SERVER_INFO_FTEXT_FIXED = new Integer(35) |
static final Integer | AR_SERVER_INFO_FTEXT_FLOAT = new Integer(36) |
static final Integer | AR_SERVER_INFO_FTEXT_TIMEOUT = new Integer(37) |
static final Integer | AR_SERVER_INFO_RESERV1_A = new Integer(38) |
static final Integer | AR_SERVER_INFO_RESERV1_B = new Integer(39) |
static final Integer | AR_SERVER_INFO_RESERV1_C = new Integer(40) |
static final Integer | AR_SERVER_INFO_SERVER_IDENT = new Integer(41) |
static final Integer | AR_SERVER_INFO_DS_SVR_LICENSE = new Integer(42) |
static final Integer | AR_SERVER_INFO_DS_MAPPING = new Integer(43) |
static final Integer | AR_SERVER_INFO_DS_PENDING = new Integer(44) |
static final Integer | AR_SERVER_INFO_DS_RPC_SOCKET = new Integer(45) |
static final Integer | AR_SERVER_INFO_DS_LOG_FILE = new Integer(46) |
static final Integer | AR_SERVER_INFO_SUPPRESS_WARN = new Integer(47) |
static final Integer | AR_SERVER_INFO_HOSTNAME = new Integer(48) |
static final Integer | AR_SERVER_INFO_FULL_HOSTNAME = new Integer(49) |
static final Integer | AR_SERVER_INFO_SAVE_LOGIN = new Integer(50) |
static final Integer | AR_SERVER_INFO_U_CACHE_CHANGE = new Integer(51) |
static final Integer | AR_SERVER_INFO_G_CACHE_CHANGE = new Integer(52) |
static final Integer | AR_SERVER_INFO_STRUCT_CHANGE = new Integer(53) |
static final Integer | AR_SERVER_INFO_CASE_SENSITIVE = new Integer(54) |
static final Integer | AR_SERVER_INFO_SERVER_LANG = new Integer(55) |
static final Integer | AR_SERVER_INFO_ADMIN_ONLY = new Integer(56) |
static final Integer | AR_SERVER_INFO_CACHE_LOG_FILE = new Integer(57) |
static final Integer | AR_SERVER_INFO_FLASH_DAEMON = new Integer(58) |
static final Integer | AR_SERVER_INFO_THREAD_LOG_FILE = new Integer(59) |
static final Integer | AR_SERVER_INFO_ADMIN_TCP_PORT = new Integer(60) |
static final Integer | AR_SERVER_INFO_ESCL_TCP_PORT = new Integer(61) |
static final Integer | AR_SERVER_INFO_FAST_TCP_PORT = new Integer(62) |
static final Integer | AR_SERVER_INFO_LIST_TCP_PORT = new Integer(63) |
static final Integer | AR_SERVER_INFO_FLASH_TCP_PORT = new Integer(64) |
static final Integer | AR_SERVER_INFO_TCD_TCP_PORT = new Integer(65) |
static final Integer | AR_SERVER_INFO_DSO_DEST_PORT = new Integer(66) |
static final Integer | AR_SERVER_INFO_INFORMIX_DBN = new Integer(67) |
static final Integer | AR_SERVER_INFO_INFORMIX_TBC = new Integer(68) |
static final Integer | AR_SERVER_INFO_INGRES_VNODE = new Integer(69) |
static final Integer | AR_SERVER_INFO_ORACLE_SID = new Integer(70) |
static final Integer | AR_SERVER_INFO_ORACLE_TWO_T = new Integer(71) |
static final Integer | AR_SERVER_INFO_SYBASE_CHARSET = new Integer(72) |
static final Integer | AR_SERVER_INFO_SYBASE_SERV = new Integer(73) |
static final Integer | AR_SERVER_INFO_SHARED_MEM = new Integer(74) |
static final Integer | AR_SERVER_INFO_SHARED_CACHE = new Integer(75) |
static final Integer | AR_SERVER_INFO_CACHE_SEG_SIZE = new Integer(76) |
static final Integer | AR_SERVER_INFO_DB_USER = new Integer(77) |
static final Integer | AR_SERVER_INFO_NFY_TCP_PORT = new Integer(78) |
static final Integer | AR_SERVER_INFO_FILT_MAX_TOTAL = new Integer(79) |
static final Integer | AR_SERVER_INFO_FILT_MAX_STACK = new Integer(80) |
static final Integer | AR_SERVER_INFO_DEFAULT_ORDER_BY = new Integer(81) |
static final Integer | AR_SERVER_INFO_DELAYED_CACHE = new Integer(82) |
static final Integer | AR_SERVER_INFO_DSO_MERGE_STYLE = new Integer(83) |
static final Integer | AR_SERVER_INFO_EMAIL_LINE_LEN = new Integer(84) |
static final Integer | AR_SERVER_INFO_EMAIL_SYSTEM = new Integer(85) |
static final Integer | AR_SERVER_INFO_INFORMIX_RELAY_MOD = new Integer(86) |
static final Integer | AR_SERVER_INFO_PS_RPC_SOCKET = new Integer(87) |
static final Integer | AR_SERVER_INFO_REGISTER_PORTMAPPER = new Integer(88) |
static final Integer | AR_SERVER_INFO_SERVER_NAME = new Integer(89) |
static final Integer | AR_SERVER_INFO_DBCONF = new Integer(90) |
static final Integer | AR_SERVER_INFO_APPL_PENDING = new Integer(91) |
static final Integer | AR_SERVER_INFO_AP_RPC_SOCKET = new Integer(92) |
static final Integer | AR_SERVER_INFO_AP_LOG_FILE = new Integer(93) |
static final Integer | AR_SERVER_INFO_AP_DEFN_CHECK = new Integer(94) |
static final Integer | AR_SERVER_INFO_MAX_LOG_FILE_SIZE = new Integer(95) |
static final Integer | AR_SERVER_INFO_CLUSTERED_INDEX = new Integer(96) |
static final Integer | AR_SERVER_INFO_ACTLINK_DIR = new Integer(97) |
static final Integer | AR_SERVER_INFO_ACTLINK_SHELL = new Integer(98) |
static final Integer | AR_SERVER_INFO_USER_CACHE_UTILS = new Integer(99) |
static final Integer | AR_SERVER_INFO_EMAIL_TIMEOUT = new Integer(100) |
static final Integer | AR_SERVER_INFO_EXPORT_VERSION = new Integer(101) |
static final Integer | AR_SERVER_INFO_ENCRYPT_AL_SQL = new Integer(102) |
static final Integer | AR_SERVER_INFO_SCC_ENABLED = new Integer(103) |
static final Integer | AR_SERVER_INFO_SCC_PROVIDER_NAME = new Integer(104) |
static final Integer | AR_SERVER_INFO_SCC_TARGET_DIR = new Integer(105) |
static final Integer | AR_SERVER_INFO_SCC_COMMENT_CHECKIN = new Integer(106) |
static final Integer | AR_SERVER_INFO_SCC_COMMENT_CHECKOUT = new Integer(107) |
static final Integer | AR_SERVER_INFO_SCC_INTEGRATION_MODE = new Integer(108) |
static final Integer | AR_SERVER_INFO_EA_RPC_SOCKET = new Integer(109) |
static final Integer | AR_SERVER_INFO_EA_RPC_TIMEOUT = new Integer(110) |
static final Integer | AR_SERVER_INFO_USER_INFO_LISTS = new Integer(111) |
static final Integer | AR_SERVER_INFO_USER_INST_TIMEOUT = new Integer(112) |
static final Integer | AR_SERVER_INFO_DEBUG_GROUPID = new Integer(113) |
static final Integer | AR_SERVER_INFO_APPLICATION_AUDIT = new Integer(114) |
static final Integer | AR_SERVER_INFO_EA_SYNC_TIMEOUT = new Integer(115) |
static final Integer | AR_SERVER_INFO_SERVER_TIME = new Integer(116) |
static final Integer | AR_SERVER_INFO_SVR_SEC_CACHE = new Integer(117) |
static final Integer | AR_SERVER_INFO_LOGFILE_APPEND = new Integer(118) |
static final Integer | AR_SERVER_INFO_MINIMUM_API_VER = new Integer(119) |
static final Integer | AR_SERVER_INFO_MAX_AUDIT_LOG_FILE_SIZE = new Integer(120) |
static final Integer | AR_SERVER_INFO_CANCEL_QUERY = new Integer(121) |
static final Integer | AR_SERVER_INFO_MULT_ASSIGN_GROUPS = new Integer(122) |
static final Integer | AR_SERVER_INFO_ARFORK_LOG_FILE = new Integer(123) |
static final Integer | AR_SERVER_INFO_DSO_PLACEHOLDER_MODE = new Integer(124) |
static final Integer | AR_SERVER_INFO_DSO_POLLING_INTERVAL = new Integer(125) |
static final Integer | AR_SERVER_INFO_DSO_SOURCE_SERVER = new Integer(126) |
static final Integer | AR_SERVER_INFO_DS_POOL = new Integer(127) |
static final Integer | AR_SERVER_INFO_DSO_TIMEOUT_NORMAL = new Integer(128) |
static final Integer | AR_SERVER_INFO_ENC_PUB_KEY = new Integer(129) |
static final Integer | AR_SERVER_INFO_ENC_PUB_KEY_EXP = new Integer(130) |
static final Integer | AR_SERVER_INFO_ENC_DATA_KEY_EXP = new Integer(131) |
static final Integer | AR_SERVER_INFO_ENC_DATA_ENCR_ALG = new Integer(132) |
static final Integer | AR_SERVER_INFO_ENC_SEC_POLICY = new Integer(133) |
static final Integer | AR_SERVER_INFO_ENC_SESS_H_ENTRIES = new Integer(134) |
static final Integer | AR_SERVER_INFO_DSO_TARGET_CONNECTION = new Integer(135) |
static final Integer | AR_SERVER_INFO_PREFERENCE_PRIORITY = new Integer(136) |
static final Integer | AR_SERVER_INFO_ORACLE_QUERY_ON_CLOB = new Integer(137) |
static final Integer | AR_SERVER_INFO_MESSAGE_CAT_SCHEMA = new Integer(138) |
static final Integer | AR_SERVER_INFO_ALERT_SCHEMA = new Integer(139) |
static final Integer | AR_SERVER_INFO_LOCALIZED_SERVER = new Integer(140) |
static final Integer | AR_SERVER_INFO_SVR_EVENT_LIST = new Integer(141) |
static final Integer | AR_SERVER_INFO_DISABLE_ADMIN_OPERATIONS = new Integer(142) |
static final Integer | AR_SERVER_INFO_DISABLE_ESCALATIONS = new Integer(143) |
static final Integer | AR_SERVER_INFO_ALERT_LOG_FILE = new Integer(144) |
static final Integer | AR_SERVER_INFO_DISABLE_ALERTS = new Integer(145) |
static final Integer | AR_SERVER_INFO_CHECK_ALERT_USERS = new Integer(146) |
static final Integer | AR_SERVER_INFO_ALERT_SEND_TIMEOUT = new Integer(147) |
static final Integer | AR_SERVER_INFO_ALERT_OUTBOUND_PORT = new Integer(148) |
static final Integer | AR_SERVER_INFO_ALERT_SOURCE_AR = new Integer(149) |
static final Integer | AR_SERVER_INFO_ALERT_SOURCE_FB = new Integer(150) |
static final Integer | AR_SERVER_INFO_DSO_USER_PASSWD = new Integer(151) |
static final Integer | AR_SERVER_INFO_DSO_TARGET_PASSWD = new Integer(152) |
static final Integer | AR_SERVER_INFO_APP_SERVICE_PASSWD = new Integer(153) |
static final Integer | AR_SERVER_INFO_MID_TIER_PASSWD = new Integer(154) |
static final Integer | AR_SERVER_INFO_PLUGIN_LOG_FILE = new Integer(155) |
static final Integer | AR_SERVER_INFO_SVR_STATS_REC_MODE = new Integer(156) |
static final Integer | AR_SERVER_INFO_SVR_STATS_REC_INTERVAL = new Integer(157) |
static final Integer | AR_SERVER_INFO_DEFAULT_WEB_PATH = new Integer(158) |
static final Integer | AR_SERVER_INFO_FILTER_API_RPC_TIMEOUT = new Integer(159) |
static final Integer | AR_SERVER_INFO_DISABLED_CLIENT = new Integer(160) |
static final Integer | AR_SERVER_INFO_PLUGIN_PASSWD = new Integer(161) |
static final Integer | AR_SERVER_INFO_PLUGIN_ALIAS = new Integer(162) |
static final Integer | AR_SERVER_INFO_PLUGIN_TARGET_PASSWD = new Integer(163) |
static final Integer | AR_SERVER_INFO_REM_WKFLW_PASSWD = new Integer(164) |
static final Integer | AR_SERVER_INFO_REM_WKFLW_TARGET_PASSWD = new Integer(165) |
static final Integer | AR_SERVER_INFO_EXPORT_SVR_OPS = new Integer(166) |
static final Integer | AR_SERVER_INFO_INIT_FORM = new Integer(167) |
static final Integer | AR_SERVER_INFO_ENC_PUB_KEY_ALG = new Integer(168) |
static final Integer | AR_SERVER_INFO_IP_NAMES = new Integer(169) |
static final Integer | AR_SERVER_INFO_DSO_CACHE_CHK_INTERVAL = new Integer(170) |
static final Integer | AR_SERVER_INFO_DSO_MARK_PENDING_RETRY = new Integer(171) |
static final Integer | AR_SERVER_INFO_DSO_RPCPROG_NUM = new Integer(172) |
static final Integer | AR_SERVER_INFO_DELAY_RECACHE_TIME = new Integer(173) |
static final Integer | AR_SERVER_INFO_DFLT_ALLOW_CURRENCIES = new Integer(174) |
static final Integer | AR_SERVER_INFO_CURRENCY_INTERVAL = new Integer(175) |
static final Integer | AR_SERVER_INFO_ORACLE_CURSOR_SHARE = new Integer(176) |
static final Integer | AR_SERVER_INFO_DB2_DB_ALIAS = new Integer(177) |
static final Integer | AR_SERVER_INFO_DB2_SERVER = new Integer(178) |
static final Integer | AR_SERVER_INFO_DFLT_FUNC_CURRENCIES = new Integer(179) |
static final Integer | AR_SERVER_INFO_EMAIL_IMPORT_FORM = new Integer(180) |
static final Integer | AR_SERVER_INFO_EMAIL_AIX_USE_OLD_EMAIL = new Integer(181) |
static final Integer | AR_SERVER_INFO_TWO_DIGIT_YEAR_CUTOFF = new Integer(182) |
static final Integer | AR_SERVER_INFO_ALLOW_BACKQUOTE_IN_PROCESS = new Integer(183) |
static final Integer | AR_SERVER_INFO_DB_CONNECTION_RETRIES = new Integer(184) |
static final Integer | AR_SERVER_INFO_DB_CHAR_SET = new Integer(185) |
static final Integer | AR_SERVER_INFO_CURR_PART_VALUE_STR = new Integer(186) |
static final Integer | AR_SERVER_INFO_CURR_PART_TYPE_STR = new Integer(187) |
static final Integer | AR_SERVER_INFO_CURR_PART_DATE_STR = new Integer(188) |
static final Integer | AR_SERVER_INFO_HOMEPAGE_FORM = new Integer(189) |
static final Integer | AR_SERVER_INFO_DISABLE_FTS_INDEXER = new Integer(190) |
static final Integer | AR_SERVER_INFO_DISABLE_ARCHIVE = new Integer(191) |
static final Integer | AR_SERVER_INFO_SERVERGROUP_MEMBER = new Integer(192) |
static final Integer | AR_SERVER_INFO_SERVERGROUP_LOG_FILE = new Integer(193) |
static final Integer | AR_SERVER_INFO_FLUSH_LOG_LINES = new Integer(194) |
static final Integer | AR_SERVER_INFO_SERVERGROUP_INTERVAL = new Integer(195) |
static final Integer | AR_SERVER_INFO_JAVA_VM_OPTIONS = new Integer(196) |
static final Integer | AR_SERVER_INFO_PER_THREAD_LOGS = new Integer(197) |
static final Integer | AR_SERVER_INFO_CONFIG_FILE = new Integer(198) |
static final Integer | AR_SERVER_INFO_SSTABLE_CHUNK_SIZE = new Integer(199) |
static final Integer | AR_SERVER_INFO_SG_EMAIL_STATE = new Integer(200) |
static final Integer | AR_SERVER_INFO_SG_FLASHBOARDS_STATE = new Integer(201) |
static final Integer | AR_SERVER_INFO_SERVERGROUP_NAME = new Integer(202) |
static final Integer | AR_SERVER_INFO_SG_ADMIN_SERVER_NAME = new Integer(203) |
static final Integer | AR_SERVER_INFO_LOCKED_WKFLW_LOG_MODE = new Integer(204) |
static final Integer | AR_SERVER_INFO_ROLE_CHANGE = new Integer(205) |
static final Integer | AR_SERVER_INFO_SG_ADMIN_SERVER_PORT = new Integer(206) |
static final int | AR_LIST_SCHEMA_ALL = 0 |
static final int | AR_LIST_SCHEMA_REGULAR = 1 |
static final int | AR_LIST_SCHEMA_JOIN = 2 |
static final int | AR_LIST_SCHEMA_VIEW = 3 |
static final int | AR_LIST_SCHEMA_ALL_WITH_DATA = 7 |
static final int | AR_LIST_SCHEMA_VENDOR = 8 |
static final int | AR_HIDDEN_INCREMENT = 1024 |
static final int | fieldName = 0x1 |
static final int | fieldMapping = 0x2 |
static final int | fieldDataType = 0x4 |
static final int | fieldOption = 0x8 |
static final int | fieldCreateMode = 0x10 |
static final int | fieldDefaultValue = 0x20 |
static final int | fieldPermissionList = 0x40 |
static final int | fieldLimit = 0x80 |
static final int | fieldDisplayInstanceList = 0x100 |
static final int | fieldHelpText = 0x200 |
static final int | fieldTimestamp = 0x400 |
static final int | fieldOwner = 0x800 |
static final int | fieldLastChanged = 0x1000 |
static final int | fieldChangeDiary = 0x2000 |
static final int | fieldCommonUserProperties = fieldName | fieldDataType | fieldDefaultValue | fieldDisplayInstanceList | fieldHelpText |
static final int | fieldAllProperties = 0xffff |
static final int | AR_JOIN_DELOPTION_NONE = 0 |
static final int | AR_JOIN_DELOPTION_FORCE = 1 |
Static Package Functions |
| [static initializer] |