AR System Java API

Uses of Class
com.bmc.arsys.api.ARException

Uses of ARException in com.bmc.arsys.api
 

Subclasses of ARException in com.bmc.arsys.api
 class ARBulkException
          The ARBulkException class defines the exceptions generated by the bulk entry transaction API.
 

Methods in com.bmc.arsys.api with parameters of type ARException
 void ObjectPrinter.printARException(ARException e)
           
 

Methods in com.bmc.arsys.api that throw ARException
 void ARServerUser.beginBulkEntryTransaction()
          Marks the beginning of a bulk entry transaction.
static List<MenuItem> MenuItem.bufferToMenuItemList(Scanner scanBuffer)
          This method converts contents of a buffer/file into list menu structure
static void FieldAssignInfo.buildFieldAssignmentList(ARServerUser ctx, String localForm, String remoteForm, OutputInteger isByMatchingIds, OutputInteger isSetToDefaults, List<FieldAssignInfo> fieldAssignList)
           
static List<Entry> ARTypeMgr.buildGLEWFResponse(Object[] rawData, ARServerUser ctx)
           
 ARServerUser Session.connectToServer(String serverName, int tcpPort, String authString, String user, String password, boolean ensureAdmin, boolean lockToadminQueue)
           
 List<MenuItem> ARServerUser.convertStringToListMenu(String menuString)
          Converts a string to a list of MenuItem objects
 void ARServerUser.createActiveLink(ActiveLink object)
          Creates this ActiveLink object on AR System server.
 String ARServerUser.createAlertEvent(String user, String alertText, int priority, String sourceTag, String server, String formName, String objectId)
          Enters an alert event into the system.
 void ARServerUser.createContainer(Container object)
          Creates a new container with the given container instance on the specified server.
 void ARServerUser.createContainer(Container object, boolean removeInvalidReference)
          Creates a new container with the given container instance on the specified server.
 String ARServerUser.createEntry(String formName, Entry entry)
          Creates a new entry in the indicated form on the specified server.
 void ARServerUser.createEscalation(Escalation object)
          Creates this Escalation object into AR System server.
 void ARServerUser.createField(Field object, boolean isReservedRangeIdOK)
          Creates a new form field with the indicated name on the specified server.
 void ARServerUser.createFilter(Filter object)
          Creates this Filter object on AR System server.
 void ARServerUser.createForm(Form obj)
          Creates this form on the server specified in the ARServerUser.
 void ARServerUser.createMenu(Menu object)
          Creates this Menu object on AR System server.
 void ARServerUser.createMultipleFields(List<Field> fields)
          Create new fields for a specified form in the ARSystem.
 int ARServerUser.createSupportFile(SupportFile supportFile)
          Creates a new support file with the indicated information on the specified server.
 void ARServerUser.createView(View object)
          Creates the given View object in AR System server.
static DiaryListValue DiaryListValue.decode(String encoded)
          Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
static List<MenuItem> MenuItem.decode(String encoded)
          This method converts contents of a string into list menu structure
static StatusHistoryValue StatusHistoryValue.decode(String encoded)
          Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
 AlertMessageInfo ARServerUser.decodeAlertMessage(AlertMessageCriteria criteria, Object message, int length)
          Decode supplied alert message and return component parts.
 AssignInfo ARServerUser.decodeARAssignStruct(String assignString)
          Deprecated. as of AR System 7.1, replaced by ARServerUser.decodeAssignment(java.lang.String)
 QualifierInfo ARServerUser.decodeARQualifierStruct(String queryString)
          Deprecated. as of AR System 7.1, replaced by ARServerUser.decodeQualification(java.lang.String)
 AssignInfo ARServerUser.decodeAssignment(String assignString)
          Decodes an encoded assignment String into internal data structure representation used by Java API
 DiaryListValue ARServerUser.decodeDiary(String encoded)
          Takes an encoded diary string as input and decodes it into an DiaryListValue for easier processing.
 QualifierInfo ARServerUser.decodeQualification(String encodedQualText)
          Decodes an encoded qualification String into internal data strucuture representation used by Java API.
 void ARServerUser.deleteActiveLink(String name, int deleteOption)
          Deletes the specified activelink from AR System server.
 void ARServerUser.deleteContainer(String name, int deleteOption)
          Deletes the container with the indicated name from the specified server and deletes any references to the container from other containers.
 void ARServerUser.deleteEntry(String formName, String entryId, int deleteOption)
          Removes the form entry with the indicated ID from the specified server.
 void ARServerUser.deleteEscalation(String name, int deleteOption)
          Deletes this escalation from AR System server.
 void ARServerUser.deleteField(String form, int fieldId, int deleteOption)
          Deletes the form field with the indicated ID from the specified server.
 void ARServerUser.deleteFields(String form, int[] fieldIds, int deleteOption)
          Deletes the fields with the specified IDs from the given form
 void ARServerUser.deleteFilter(String name, int deleteOption)
          Deletes this filter from AR System server.
 void ARServerUser.deleteForm(String formName, int deleteOption)
          Deletes obj form from the server specified in the ARServerUser and deletes any container references to obj form.
 void ARServerUser.deleteMenu(String name, int deleteOption)
          Removes this specified Memu object from AR System server.
 void ARServerUser.deleteSupportFile(SupportFileKey supportFileKey)
          Deletes the given support file from the server.
 void ARServerUser.deleteView(String formName, int viewId)
          Removes this object on the AR System server.
 void ARServerUser.deregisterForAlerts(int clientPort)
          Deregister a client with the server so they no longer receive alert indicators.
 String ARServerUser.encodeARAssignStruct(AssignInfo assign)
          Deprecated. as of AR System 7.1, replaced by ARServerUser.encodeAssignment(com.bmc.arsys.api.AssignInfo)
 String ARServerUser.encodeARQualifierStruct(QualifierInfo qual)
          Deprecated. as of AR System 7.1, replaced by ARServerUser.encodeQualification(com.bmc.arsys.api.QualifierInfo)
 String ARServerUser.encodeAssignment(AssignInfo assignment)
          Encodes an internal data structure representation of qualification into String format
static String ARServerUser.encodeDiary(DiaryListValue diaryList)
          Takes an DiaryListValue as input and encodes it into a diary string.
 String ARServerUser.encodeQualification(QualifierInfo qualifier)
          Encodes an internal data structure representation of qualification into String format
 List<BulkEntryReturn> ARServerUser.endBulkEntryTransaction(int actionType)
          Marks the ending of a bulk entry transaction.
 ProcessResult ARServerUser.executeProcess(String command)
          Execute the indicated command on the server, wait it to finish, and bring back the result
 ProcessResult ARServerUser.executeProcess(String command, boolean waitFlag)
          Execute the indicated command on the server, and bring back the result if the waitFlgs instructs the method to wait for the process to finish.
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList)
          Reserved for AR System internal only.
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, boolean waitFlag)
          Reserved for AR System internal only.
 Entry ARServerUser.executeService(String formName, String entryId, Entry entry, int[] entryListFields)
          Sends an entry to the server, executes filter workflow on the server using that input entry and then returns the output entry as the outcome of the workflow processing.
 ProcessResult ARServerUser.executeSpecialCommand(String cmd, Object... parameters)
          Executes one of the special AR System run process commands
 List<MenuItem> ARServerUser.expandMenu(Menu menu)
          Expands the query and file references for the specified menu definition and returns a character menu with list-type items only.
 List<MenuItem> ARServerUser.expandMenu(Menu menu, Entry keywordList, Entry parameterList)
           
 List<MenuItem> ARServerUser.expandMenu(String menuName)
          Expands the query and file references for the specified menu definition and returns a character menu with list-type items only.
 List<MenuItem> ARServerUser.expandMenu(String menuName, Entry keywordList, Entry parameterList)
           
 String ARServerUser.exportDef(List items)
          Exports the specified structure from the server to a buffer in ARS def format.
 String ARServerUser.exportDef(List<StructItemInfo> items, String displayTag, int vuiType, WorkflowLockInfo lockInfo)
          Exports the specified structure from the server to a buffer in ARSystem def format.
 String ARServerUser.exportDef(List<StructItemInfo> items, WorkflowLockInfo lockInfo)
          Exports the specified structure from the server to a buffer in ARSystem def format.
 String ARServerUser.exportDef(List items, boolean asXml)
          Exports the provided structure from the server to a buffer in the specified format.
 String ARServerUser.exportDef(List items, boolean asXml, WorkflowLockInfo lockInfo)
          Exports the specified structure from the server to a buffer in the specified format.
 String ARServerUser.formatAssignment(AssignInfo assign, List<Field> fieldList, Field assignField, boolean topLevel)
          Constructs a String object containing the string representation of a given assignment AssignInfo object.
 String ARServerUser.formatAssignment(String form, int fieldId, String form2, Object assignment)
          Formats an internal representation of a assignment expression to a readable String
 String ARServerUser.formatQualification(QualifierInfo qual, List<Field> fieldList1, List<Field> fieldList2, int queryContext, boolean isEscalation)
          Constructs a String object containing the string representation of a given qualifier object.
 String ARServerUser.formatQualification(String form, Object qualification)
          Formats an internal representation of a qualifier to a readable String
 String ARServerUser.formatSetIfQualification(String form1, String form2, Object qualification)
          Formats internal structure of given qualification (used as Set-If condition of a SetFields workflow action)into a String representation
 String ARServerUser.generateGUID()
          Generates a GUID by runninng a special AR System run process commands
 ActiveLink ARServerUser.getActiveLink(String name)
          return detailed information about the activelink ActiveLink from the server
 ActiveLink ARServerUser.getActiveLink(String name, ActiveLinkCriteria criteria)
          Returns detailed information about the ActiveLink object
 int ARServerUser.getAlertCount(QualifierInfo qual)
          Gets number of alert events that meet the specified qualification.
 List<String> ARServerUser.getAllLocalHostIDs()
          Get all local host ID's.
 String ARServerUser.getApplicationRequestedInfo(int k, String str)
          For internal use only.
 String ARServerUser.getApplicationRequestedInfo(String str)
          For internal use only.
 String ARServerUser.getApplicationState(String applicationName)
          Retrieves the current state of a given application.
 Container ARServerUser.getContainer(String name)
          retrieve the requested container object from AR System server.
 Container ARServerUser.getContainer(String name, ContainerCriteria criteria)
          Returns the contents of the container with the indicated name with information specified by ContainerCriteria on the specified server.
 BigDecimal ARServerUser.getCurrencyRatio(String currencyRatioSet, String fromCurrencyCode, String toCurrencyCode)
          Search through a supplied currency ratios string to find an entry that matches the requested currency codes.
 Entry ARServerUser.getEntry(String formName, String entryId, int[] entryListFields)
          Loads the entry object from AR System as specified by the entryentryListFields data member.
 byte[] ARServerUser.getEntryBlob(String formName, String entryID, int fieldID)
          Returns the attachment that is stored in the indicated IDs on the specified server.
 void ARServerUser.getEntryBlob(String formName, String entryID, int fieldID, String filePath)
          Returns the attachment that is stored in the indicated IDs on the specified server.
 List<StatisticsResultInfo> ARServerUser.getEntryStatistics(String formKey, QualifierInfo qual, ArithmeticOrRelationalOperand target, int statistic, int[] groupByList)
          Computes the indicated statistic for the form entries that match the conditions specified by the qualifier parameter.
 Escalation ARServerUser.getEscalation(String key)
          Returns detailed information about the Escalation object specified by the given name.
 Escalation ARServerUser.getEscalation(String key, EscalationCriteria criteria)
          Returns detailed information about the Escalation object.
 Field ARServerUser.getField(String form, int fieldId)
          Retrieve the requested form field object from the server.
 Field ARServerUser.getField(String form, int fieldId, FieldCriteria criteria)
          Retrieve and populate the form field object with the requested information from AR System server.
 Filter ARServerUser.getFilter(String key)
          Returns detailed information about the Filter object specified by the given name.
 Filter ARServerUser.getFilter(String key, FilterCriteria criteria)
          Returns detailed information about the Filter object specified by FilterCriteria and String.
 Form ARServerUser.getForm(String formName)
           
 Form ARServerUser.getForm(String formName, FormCriteria criteria)
          return the requested Form object from AR System server.
 List<String> ARServerUser.getListActiveLink()
          Returns a list of all (accessible) active link names in the server
 List<String> ARServerUser.getListActiveLink(long changedSince)
          Returns names of all (accessible) active links that are modified after the given change time
 List<String> ARServerUser.getListActiveLink(String formName)
          Returns names of all (accessible) active links that are associated with the given form
 List<String> ARServerUser.getListActiveLink(String formName, long changedSince)
          Returns names of all (accessible) active links that are associated with the given form and amodified after the provided time
 List<String> ARServerUser.getListActiveLink(String formName, long changedSince, ObjectPropertyMap propsToSearch)
          Returns the name of all (accessible) active links that match with the given criteria.
 List<ActiveLink> ARServerUser.getListActiveLinkObjects()
          Returns detailed information for all (accessible) ActiveLink objects
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(List<String> names)
          Returns detailed information for the requested ActiveLink objects that the user has permission to access
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(List<String> names, ActiveLinkCriteria criteria)
          Returns detailed information for the requested ActiveLink objects that the user has permission to access
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(List<String> names, long changedSince, ActiveLinkCriteria criteria)
          Returns detailed information for the requested ActiveLink objects that the user has permission to access and is modified after the give time
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(String formName)
          Returns detailed information for all (accessible) ActiveLink objects that are associated with the specified form
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(String formName, long changedSince)
          Returns detailed information for all (accessible) ActiveLink objects that are associated with the specified form and modified after the given time.
 List<ActiveLink> ARServerUser.getListActiveLinkObjects(String formName, long changedSince, ActiveLinkCriteria criteria)
          Returns detailed information for all (accessible) ActiveLink objects specified by the criteria and ActiveLinkCriteria.
 List<String> ARServerUser.getListAlertUser()
          Gets list of registered Alert users.
 List<String> ARServerUser.getListApplicationState()
          Retrieves the list of possible application state (maintenance, test or production) that an application on this AR System server.
 List<String> ARServerUser.getListContainer(long changedSince, int[] containerTypes, boolean hiddenFlag, List<ContainerOwner> ownerList, ObjectPropertyMap propsToSearch)
          Returns the names of all (accessible) Container object that meet the given criteria.
 List<Container> ARServerUser.getListContainerObjects(List<String> containers)
          Returns detailed information for the requested Container objects
 List<Container> ARServerUser.getListContainerObjects(long changedSince, int[] containerTypes, boolean hiddenFlag, List<ContainerOwner> ownerList, ObjectPropertyMap propsToSearch, ContainerCriteria criteria)
          Returns detailed information of all (accessible) Container objects that match with the given criteria
 List<String> ARServerUser.getListDisplayOnlyForm(long changedSince)
          return the name of all (accessible) Display-Only forms Constants.AR_LIST_SCHEMA_DIALOG that are modified after the specified time
 List<EntryListInfo> ARServerUser.getListEntry(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, List<EntryListFieldInfo> entryListFields, boolean useLocale, OutputInteger nMatches)
          Returns list of EntryListInfo objects that uniquely identify the entry objects that match the provided criteria.
 List<Entry> ARServerUser.getListEntryObjects(String formName, List<String> entryIds, int[] fieldIds)
          Returns a list of Entry objects that match the provided criteria.
 List<Entry> ARServerUser.getListEntryObjects(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
          Returns a list of Entry objects that match the provided criteria.
 void ARServerUser.getListEntryObjects(String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches, IARRowIterator iterator)
          Applies the iteratorCallback method of the iterator parameter to each Entry object that matches the provided criteria.
 List<EntryPointInfo> ARServerUser.getListEntryPoint(long changedSince, List<String> applicationKeys, int[] refTypes, int viewType, String displayTag, boolean hiddenFlag)
          Retrieves all application entry points that match with the given criteria.
 List<String> ARServerUser.getListEscalation()
          return the names of all (accessible) Escalation objects
 List<String> ARServerUser.getListEscalation(long changedSince)
          return the names of all (accessible) Escalation objects that is modified after the specified timestamp
 List<String> ARServerUser.getListEscalation(String formName)
          return the names of all (accessible) Escalation objects that is associated with the given form
 List<String> ARServerUser.getListEscalation(String formName, long changedSince)
          return the names of all (accessible) Escalation objects that is associated with the given form and modified after the specified timestamp.
 List<String> ARServerUser.getListEscalation(String formName, long changedSince, ObjectPropertyMap propsToSearch)
          return the names of all (accessible) Escalation objects that match the given criteria
 List<Escalation> ARServerUser.getListEscalationObjects(String formName, long changedSince, EscalationCriteria criteria)
          Returns detailed information for all (accessible) Escalation objects that match the given criteria.
 List<ExtFormCandidatesInfo> ARServerUser.getListExtFormCandidates(int formType)
          Returns a list of all external data source table (forms candidates).
 List<Integer> ARServerUser.getListField(String formName, int fieldTypeMask, long changedSince)
          Returns the ids of all (accessible) fields that matches with the given criteria.
 List<Field> ARServerUser.getListFieldObjects(String formName)
          Returns detailed information for all (accessible) fields on the given form.
 List<Field> ARServerUser.getListFieldObjects(String formName, int fieldTypeMask)
          Returns detailed information of all (accessible) fields that match with the given criteria.
 List<Field> ARServerUser.getListFieldObjects(String formName, int[] fieldIds)
          Returns detailed information of all attributes for a list of Field objects specified by the field ids
 List<Field> ARServerUser.getListFieldObjects(String formName, int[] fieldIds, FieldCriteria criteria)
          Returns detailed information of the given attributes for a list of Field objects specified by the field ids.
 List<Field> ARServerUser.getListFieldObjects(String formName, int fieldTypeMask, long changedSince)
          Returns detailed information of all (accessible) fields that match with the given criteria.
 List<Field> ARServerUser.getListFieldObjects(String formName, int fieldTypeMask, long changedSince, FieldCriteria criteria)
          Returns detailed information for all (accessible) Field objects that match with the given criteria.
 List<String> ARServerUser.getListFilter()
          Returns names of all (accessible) filters in ARSystem server.
 List<String> ARServerUser.getListFilter(long changedSince)
          Returns names of all (accessible) filters that is modified after the provided time .
 List<String> ARServerUser.getListFilter(String formName)
          Returns names of all (accessible) filters that is associated with the given form.
 List<String> ARServerUser.getListFilter(String formName, long changedSince)
          Returns names of all (accessible) filters that is modified after the provided time, and associated with the given form.
 List<String> ARServerUser.getListFilter(String formName, long changedSince, ObjectPropertyMap propsToSearch)
          Returns all the name of all (accessible) filters that match with the given criteria.
 List<Filter> ARServerUser.getListFilterObjects()
          return the detail of all (accessible) Filter objects
 List<Filter> ARServerUser.getListFilterObjects(List<String> names)
          return the detail of all (accessible) requested Filter objects
 List<Filter> ARServerUser.getListFilterObjects(List<String> names, FilterCriteria criteria)
          return the detail of all (accessible) requested Filter objects
 List<Filter> ARServerUser.getListFilterObjects(List<String> names, long changedSince, FilterCriteria criteria)
          return the detail of all (accessible) requested Filter objects that are modified after the given timestamp
 List<Filter> ARServerUser.getListFilterObjects(String formName)
          return the detail of all (accessible) Filter objects that are associated with the given form
 List<Filter> ARServerUser.getListFilterObjects(String formName, long changedSince)
          return the detail of all (accessible) Filter objects that are associated with the given form and modified after the provided timestamp
 List<Filter> ARServerUser.getListFilterObjects(String formName, long changedSince, FilterCriteria criteria)
          return the detail information of all (accessible) Filter objects that are associated with the given form and modified after the provided timestamp
 List<String> ARServerUser.getListForm()
          return the name of all (accessible)forms on the server
 List<String> ARServerUser.getListForm(long changedSince)
          return the name of all (accessible)forms that are modified after the specified time
 List<String> ARServerUser.getListForm(long changedSince, int formType)
          return the name of all (accessible) forms that match the sepcified criteria
 List<String> ARServerUser.getListForm(long changedSince, int formType, String formName)
          return the name of all (accessible) forms that match the sepcified criteria
 List<String> ARServerUser.getListForm(long changedSince, int formType, String formName, int[] fieldIds)
          return the name of all (accessible) forms that match the sepcified criteria
 List<String> ARServerUser.getListForm(long changedSince, int formType, String formName, int[] fieldIds, ObjectPropertyMap propsToSearch)
          return the name of all (accessible) forms that match the sepcified criteria
 List<FormAliasInfo> ARServerUser.getListFormAliases(long changedSince, int formType, String formName, int[] fieldIds, String vuiLabel)
          Returns a list of form names and corresponding aliases that match the given criteria.
 List<Form> ARServerUser.getListFormObjects(long changedSince, int formType, String formName, int[] fieldIds, FormCriteria criteria)
          Returns detailed information of all (accessible) Form objects that match the specified criteria.
 List<GroupInfo> ARServerUser.getListGroup(String user, String password)
          Returns a list of access control groups on the specified server.
 List<String> ARServerUser.getListJoinForm(long changedSince)
          return the name of all (accessible) Join forms Constants.AR_LIST_SCHEMA_JOIN that are modified after the specified time
 List<LicenseInfo> ARServerUser.getListLicense(String licenseType)
          Returns list of license info LicenseInfo for the specified type.
 List<String> ARServerUser.getListMenu(long changedSince, List<String> forms, List<String> activeLinks)
          Returns names of all (accessible) menu that match with the given criteria.
 List<String> ARServerUser.getListMenu(long changedSince, List<String> forms, List<String> activeLinks, ObjectPropertyMap propsToSearch)
          Returns names of all (accessible) menu that match with the given criteria
 List<Menu> ARServerUser.getListMenuObjects(long changedSince, List<String> forms, List<String> activeLinks, MenuCriteria criteria)
          Returns detailed information of all (accessible) Menu objects that match with the given criteria.
 List<String> ARServerUser.getListRegularForm(long changedSince)
          return the name of all (accessible) Regular forms Constants.AR_LIST_SCHEMA_REGULAR that are modified after the specified time
 List<RoleInfo> ARServerUser.getListRole(String application, String user, String password)
          Returns a list of roles for a user for a deployable application on the specified server.
 SQLResult ARServerUser.getListSQL(String sqlCommand, int maxRetrieve, boolean retrieveTotalMatches)
          Returns a list of rows from the underlying SQL database on the specified server.
 SQLResult ARServerUser.getListSQLForActiveLink(String actlinkName, int actionIndex, int actionType, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, int maxRetrieve, boolean retrieveTotalMatches)
          Reserved for AR System internal only.
 List<Integer> ARServerUser.getListSupportFile(int fileType, String associatedObjName, int supportingId, long changedSince)
          Returns the ids of all support files that match the given criteria, and the current user has privilege to the specified objects
 List<SupportFile> ARServerUser.getListSupportFileObjects(int fileType, String associatedObjName, int supportingId, long changedSince)
          Returns all SupportFile objects that match the given criteria, and the current user has privilege to the specified objects
 List<UserInfo> ARServerUser.getListUser(int type, long changedSince)
          Returns a list of users on the specified AR System server.
 List<String> ARServerUser.getListVendorForm(long changedSince)
          return the name of all (accessible) Vendor forms Constants.AR_LIST_SCHEMA_VENDOR that are modified after the specified time
 List<ExtFieldCandidatesInfo> ARServerUser.getListVendorFormFieldCandidates(String vendorName, String tableName)
          Returns information about all the columns/fields candidates for Vendor form.
 List<Integer> ARServerUser.getListView(String formName, long changedSince)
          Returns the names of all views that reside on the provided form, and modified after the given timestamp.
 List<String> ARServerUser.getListViewForm(long changedSince)
          return the name of all (accessible) View forms (@link Constants#AR_LIST_SCHEMA_VIEW} that are modified after the specified time
 List<ExtFieldCandidatesInfo> ARServerUser.getListViewFormFieldCandidates(String tableName)
          Returns information about all the columns/fields candidates for View form.
 List<View> ARServerUser.getListViewObjects(String formName, long changedSince, ViewCriteria criteria)
          Returns the detailed information of all (accessible) View objects that match with the given crteria.
 String ARServerUser.getLocalHostID()
          Get License host ID.
 LocalizedValueInfo ARServerUser.getLocalizedValue(LocalizedValueCriteria criteria, LocalizedRequestInfo request)
          Gets a localized text string from the message catalog form.
 Menu ARServerUser.getMenu(String name, MenuCriteria criteria)
          return the requested menu object with information specified by MenuCriteria from AR System server.
 List<String> ARServerUser.getMultipleCurrencyRatioSets(List<Timestamp> ratioTimestamps)
          Retrieves a list of formatted currency ratio sets valid for the time specified in the argument.
 List<LocalizedValueInfo> ARServerUser.getMultipleLocalizedValues(LocalizedValueCriteria criteria, List<LocalizedRequestInfo> requests)
          Gets multiple localized texts from the catalog file.
 ARServerUser Session.getServer(String serverName)
           
 ARServerUser Session.getServer(String serverName, int tcpPort)
           
 ARServerUser Session.getServer(String serverName, int tcpPort, String authString)
           
 ARServerUser Session.getServer(String serverName, int tcpPort, String authString, boolean ensureAdmin, boolean lockToadminQueue)
           
 ARServerUser Session.getServer(String serverName, int tcpPort, String authString, String user, String password, boolean ensureAdmin, boolean lockToadminQueue)
           
 String ARServerUser.getServerCharSet()
          Returns the servers char set as a string.
 ServerInfoMap ARServerUser.getServerInfo(int[] requestList)
          Returns the requested configuration information for the specified server.
 ServerInfoMap ARServerUser.getServerStatistics(int[] requestList)
          Returns the requested statistics for the specified server.
 SupportFile ARServerUser.getSupportFile(String associatedObjName, int fileId)
          Retrieves the property of the support file that is associated with the given object and with a specific file id
 SupportFile ARServerUser.getSupportFile(String associatedObjName, int fileId, int fileType, int supportingId, String filePath)
          Retrieves the content of the support file indicated by the key information into a local file identified by the filePath.
 SupportFile ARServerUser.getSupportFile(String associatedObjName, int fileId, String filePath)
          Retrieves the content of the support file indicated by the key information into a local file identified by the filePath.
 String ARServerUser.getTextForErrorMessage(int msgId)
          Returns the message text for the specified error from the local catalog (in the local language).
 View ARServerUser.getView(String formName, int viewId)
          Retrieves the form view object from the AR System server.
 View ARServerUser.getView(String formName, int viewId, ViewCriteria criteria)
          Populates this object with information specified by ViewCriteria from the AR System server.
 void ARServerUser.impersonateUser(String impersonatedUser)
          Enables plug-ins, midtier or other program to run as an administrator in this session, but to perform operations as a specific user (with that user's permission and licensing in effect).
 void ARServerUser.importDefFromBuffer(String importBuffer)
          Import all definitions into the server from a given buffer.
 void ARServerUser.importDefFromBuffer(String importBuffer, int optionMask)
          Using the given import option, this method imports all definitions into the server from the provided buffer This operation can be performed by users with AR System administrator privileges only.
 void ARServerUser.importDefFromBuffer(String importBuffer, int optionMask, List<StructItemInfo> items)
          Using the given import option, this method imports specified definitions into the server from the provided buffer This operation can be performed by users with AR System administrator privileges only.
 void ARServerUser.importDefFromBuffer(String importBuffer, List<StructItemInfo> items)
          Import the specified object definitions into the server from the given buffer.
 void ARServerUser.importDefFromFile(String filePath)
          Import all definitions into the server from given file.
 void ARServerUser.importDefFromFile(String filePath, int optionMask)
          Import all definitions, using the given import option, into the server from given file This operation can be performed by users with AR System administrator privileges only.
 void ARServerUser.importDefFromFile(String filePath, int optionMask, List<StructItemInfo> items)
          Import the provided object definitions into the server using the specified import option.
 void ARServerUser.importDefFromFile(String filePath, List<StructItemInfo> items)
          Import given object definitions into the server from given file.
 boolean ARServerUser.isAdministrator()
          Checks if the user is an member of the Administrator group.
 boolean ARServerUser.isMemberOfCustomizeGroup()
          Checks if the user is a member of the Customize group.
 boolean ARServerUser.isMemberOfGroup(int groupId)
          Return is the current user member of the specified group
 boolean ARServerUser.isSubAdministrator()
          Checks if the user is a member of the Subadministrator group.
 void ARServerUser.login()
          Logs in to the server and verifies the user.
 String ARServerUser.mergeEntry(String formName, Entry entry, int nMergeType)
          Merges an existing entry into the indicated form on the specified server.
 AssignInfo ARServerUser.parseAssignment(String toForm, int fieldId, String fromForm, String expression)
          Parses a given readable assignment into internal structure
 AssignInfo ARServerUser.parseAssignment(String assignString, String queryString, Field assignField, List<Field> fieldList1, List<Field> fieldList2, String form, String server, int currentScreen, boolean idOk, boolean fromSQL, boolean fromFilterAPI, int queryContext)
          Constructs a AssignInfo object given a string representation.
 Object ARServerUser.parseFilterQualification(String form, String qualification)
          Parse a qualification that can be used with in a Filter Run If qualification
 QualifierInfo ARServerUser.parseQualification(String queryString, List<Field> fieldList1, List<Field> fieldList2, int queryContext)
          Constructs a QualifierInfo object given a string representation.
 QualifierInfo ARQualifierHelper.parseQualification(String localeString, String queryString)
          Parses string and returns vuiId object.
 QualifierInfo ARServerUser.parseQualification(String form, String qualification)
          Parses a given readable qualification string into internal structure.
 QualifierInfo ARServerUser.parseQualification(String form, String vui, String qualification)
          Parses a given qualification into internal structure.
 QualifierInfo ARServerUser.parseSetIfQualification(String form1, String form2, String qualification)
          Parses a given qualification (used as Set-If condition of a SetFields workflow action) into internal structure
 void ARServerUser.registerForAlerts(int clientPort, int registrationFlags)
          Register a client with the server to receive alert signals.
 void ARServerUser.setActiveLink(ActiveLink object)
          Updates this active link on the database.
 void ARServerUser.setApplicationState(String applicationName, String newState)
          Sets the state of a given application
 void ARServerUser.setContainer(Container object)
          Updates the definition of the given container on the server.
 void ARServerUser.setContainer(Container object, boolean removeInvalidReference)
          Updates the definition of the given container on the server.
 void ARServerUser.setEntry(String formName, String entryId, Entry entry, Timestamp getTime, int nOption)
          Updates an the given entry in ARSystem server.
 void ARServerUser.setEscalation(Escalation object)
          Updates this Escalation object on ARSystem server
 void ARServerUser.setField(Field object)
          Saves the changes made to the form field object into AR System server.
 void ARServerUser.setFilter(Filter object)
          Updates this Filter object onto ARSystem server.
 void ARServerUser.setForm(Form obj)
          Saves the changes made to the form object into AR System server
 void ARServerUser.setLogging(LoggingInfo info)
          Activates and deactivates client-side logging of server activities.
 void ARServerUser.setMenu(Menu object)
          Saves the changes made to the menu field object into AR System server
 void ARServerUser.setMultipleFields(List<Field> fields)
          Saves the changes made to the form fields into ARSystem server.
 void ARServerUser.setServerInfo(ServerInfoMap serverInfoMap)
          Updates the indicated configuration information for the specified server.
 void ARServerUser.setSupportFile(SupportFile supportFile)
          Updates this support file onto ARSystem server
 void ARServerUser.setView(View object)
          Updates this view on the database
 void ARServerUser.useAdminRpcQueue()
          Connect to the server using the admin queue.
 void ARServerUser.useDefaultRpcQueue()
          Connect to the server using the default queue, which is either List or Fast queue
 void ARServerUser.usePrivateRpcQueue(int rpcProgramNum)
          Connect to the server using a private queue
 LicenseValidInfo ARServerUser.validateLicense(String licenseType)
          Validates license info.
 List<LicenseValidInfo> ARServerUser.validateMultipleLicense(List<String> licenseTypes)
          Validates multiple license info.
 void ARServerUser.verifyUser()
          Returns user privilege flags.
 String ARServerUser.xmlCreateEntry(String inputMapping, String inputDoc, String outputMapping, String optionDoc)
          AR System internal use only.
 String ARServerUser.xmlExecuteService(String queryMapping, String queryDoc, String inputMapping, String inputDoc, String outputMapping, String optionDoc)
          AR System internal use only.
 String ARServerUser.xmlGetEntry(String queryMapping, String queryDoc, String outputMapping, String optionDoc)
          AR System internal use only.
 String ARServerUser.xmlSetEntry(String queryMapping, String queryDoc, String inputMapping, String inputDoc, String outputMapping, String optionDoc)
          AR System internal use only.
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.