AR System Java API

com.bmc.arsys.api
Class MethodValidator

java.lang.Object
  extended by com.bmc.arsys.api.ParameterValidator
      extended by com.bmc.arsys.api.MethodValidator

public final class MethodValidator
extends ParameterValidator

Reserved for internal use.


Constructor Summary
MethodValidator()
           
MethodValidator(String serverCharSetName)
           
 
Method Summary
 void verifyARCreateActiveLink(ARServerUser context, ActiveLink arg1)
           
 void verifyARCreateContainer(ARServerUser context, Container object, boolean removeInvalidReference)
           
 void verifyARCreateEntry(ARServerUser context, String arg1, Entry arg2)
           
 void verifyARCreateEscalation(ARServerUser context, Escalation arg1)
           
 void verifyARCreateField(ARServerUser context, Field fieldObj, boolean isReservedRangeIdOK)
           
 void verifyARCreateFilter(ARServerUser context, Filter arg1)
           
 void verifyARCreateForm(ARServerUser ctx, Form object)
           
 void verifyARCreateImage(ARServerUser ctx, Image arg1)
           
 void verifyARCreateMenu(ARServerUser context, Menu object)
           
 void verifyARCreateMultipleFields(ARServerUser context, List<Field> arg1)
           
 void verifyARCreateSupportFile(ARServerUser context, SupportFile supportFile)
           
 void verifyARCreateView(ARServerUser context, View object)
           
 void verifyARDeleteActiveLink(ARServerUser context, String name, int deleteOption)
           
 void verifyARDeleteContainer(ARServerUser context, String name, int deleteOption)
           
 void verifyARDeleteEntry(ARServerUser context, String formName, String entryId, int deleteOption)
           
 void verifyARDeleteEscalation(ARServerUser context, String name, int deleteOption)
           
 void verifyARDeleteField(ARServerUser context, String form, int fieldId, int deleteOption)
           
 void verifyARDeleteFilter(ARServerUser context, String name, int deleteOption)
           
 void verifyARDeleteForm(ARServerUser context, String arg1, int arg2)
           
 void verifyARDeleteImage(ARServerUser context, String arg1, boolean arg2)
           
 void verifyARDeleteMenu(ARServerUser context, String arg1, int arg2)
           
 void verifyARDeleteMultipleFields(ARServerUser context, String form, int[] ids, int deleteOption)
           
 void verifyARDeleteSupportFile(ARServerUser context, SupportFileKey arg1)
           
 void verifyARDeleteView(ARServerUser context, String arg1, int arg2)
           
 void verifyAREndBulkEntryTransaction(ARServerUser context, int arg1)
           
 void verifyAREndTransactionOption(ARServerUser context, int transactionOption)
           
 void verifyARExecuteProcess(ARServerUser context, String arg1, boolean arg2)
           
 void verifyARExecuteProcessForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, Entry keywordList, Entry parameterList, boolean asyncMode)
           
 void verifyARExecuteProcessForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, boolean asyncMode)
           
 void verifyARExpandMenu(ARServerUser context, Menu arg1)
           
 void verifyARExport(ARServerUser context, List<StructItemInfo> items, String arg2, int arg3, WorkflowLockInfo arg4)
           
 void verifyARGetActiveLink(ARServerUser context, String arg1, ActiveLinkCriteria arg2, ActiveLink arg3)
           
 void verifyARGetApplicationState(ARServerUser context, String arg1)
           
 void verifyARGetContainer(ARServerUser context, String name, ContainerCriteria criteria)
           
 void verifyARGetEntry(ARServerUser context, String formName, String entryId, int[] entryListFields)
           
 void verifyARGetEntryBlob(ARServerUser context, String arg1, String arg2, int arg3)
           
 void verifyARGetEntryBlob(ARServerUser context, String arg1, String arg2, int arg3, String arg4)
           
 void verifyARGetEntryStatistics(ARServerUser context, String arg1, QualifierInfo arg2, ArithmeticOrRelationalOperand arg3, int arg4, int[] arg5)
           
 void verifyARGetEscalation(ARServerUser context, String key, EscalationCriteria criteria, Escalation object)
           
 void verifyARGetField(ARServerUser context, String arg1, int arg2, FieldCriteria arg3)
           
 void verifyARGetFilter(ARServerUser context, String key, FilterCriteria criteria, Filter object)
           
 void verifyARGetForm(ARServerUser context, String name, FormCriteria criteria)
           
 void verifyARGetImage(ARServerUser context, String arg1, ImageCriteria arg2)
           
 void verifyARGetListActiveLink(ARServerUser context, String formName, long changedSince, ObjectPropertyMap propsToSearch)
           
 void verifyARGetListApplicationState(ARServerUser context)
           
 void verifyARGetListContainer(ARServerUser context, long changedSince, int[] containerTypes, boolean hiddenFlag, List<ContainerOwner> ownerList, ObjectPropertyMap propsToSearch)
           
 void verifyARGetListEntry(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<EntryListFieldInfo> entryListFields, List<SortInfo> sortList, boolean useLocale, OutputInteger nMatches)
           
 void verifyARGetListEntryBlocks(ARServerUser context, String formName, QualifierInfo qualification, int numEntriesPerBlock, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger numReturnedBlocks, OutputInteger numReturnedRows, OutputInteger numTotalMatches)
           
 void verifyARGetListEntryWithFields(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 void verifyARGetListEntryWithMultiSchemaFields(ARServerUser context, RegularQuery arg1, int arg2, int arg3, boolean arg4, OutputInteger arg5)
           
 void verifyARGetListEscalation(ARServerUser context, String formName, long changedSince, ObjectPropertyMap propsToSearch)
           
 void verifyARGetListExtFormCandidates(ARServerUser context, int formType)
           
 void verifyARGetListField(ARServerUser context, String formName, int fieldTypeMask, long changedSince)
           
 void verifyARGetListFilter(ARServerUser context, String formName, long changedSince, ObjectPropertyMap propsToSearch)
           
 void verifyARGetListForm(ARServerUser context, long changedSince, int formType, String formName, int[] fieldIds, ObjectPropertyMap propsToSearch)
           
 void verifyARGetListFormObjects(ARServerUser context, long changedSince, int formType, String formName, int[] fieldIds, FormCriteria criteria)
           
 void verifyARGetListFormWithAlias(ARServerUser context, long changedSince, int formType, String formName, int[] fieldIds, String vuiLabel)
           
 void verifyARGetListGroup(ARServerUser context, String arg1, String arg2)
           
 void verifyARGetListImage(ARServerUser context, List<String> arg1, long arg2, String arg3)
           
 void verifyARGetListLicense(ARServerUser context, String arg1)
           
 void verifyARGetListMenu(ARServerUser context, long arg1, List<String> arg2, List<String> arg3, ObjectPropertyMap arg4)
           
 void verifyARGetListMenuObjects(ARServerUser context, long arg1, List<String> arg2, List<String> arg3, MenuCriteria arg4)
           
 void verifyARGetListRole(ARServerUser context, String arg1, String arg2, String arg3)
           
 void verifyARGetListSQL(ARServerUser context, String arg1, int arg2, boolean arg3)
           
 void verifyARGetListSQLForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, int maxRetrieve, boolean retrieveTotalMatches)
           
 void verifyARGetListSupportFile(ARServerUser context, int arg1, String arg2, int arg3, long arg4)
           
 void verifyARGetListUser(ARServerUser context, int option, long changedSince)
           
 void verifyARGetListView(ARServerUser context, String arg1, long arg2)
           
 void verifyARGetListViewObjects(ARServerUser context, String arg1, long arg2, ViewCriteria arg3)
           
 void verifyARGetLocalizedValue(ARServerUser context, LocalizedValueCriteria criteria, LocalizedRequestInfo request)
           
 void verifyARGetMenu(ARServerUser context, String arg1, MenuCriteria arg2)
           
 void verifyARGetMultipleActiveLinks(ARServerUser context, long changedSince, List<String> names, ActiveLinkCriteria criteria)
           
 void verifyARGetMultipleContainerObjects(ARServerUser context, long arg1, List<String> arg2, boolean arg3, int[] arg4, List<ContainerOwner> arg5, int[] arg6, ContainerCriteria arg7)
           
 void verifyARGetMultipleCurrencyRatioSets(ARServerUser context, List<Timestamp> arg1)
           
 void verifyARGetMultipleEntries(ARServerUser context, String formName, List<String> entryIds, int[] entryListFields)
           
 void verifyARGetMultipleEntryPoints(ARServerUser context, long arg1, List<String> arg2, int[] arg3, int arg4, String arg5, boolean arg6)
           
 void verifyARGetMultipleEscalations(ARServerUser context, long changedSince, List<String> names, EscalationCriteria criteria)
           
 void verifyARGetMultipleExtFieldCandidates(ARServerUser context, Object[] compoundFormInfo)
           
 void verifyARGetMultipleFields(ARServerUser context, String formName, int[] fieldIds, FieldCriteria criteria)
           
 void verifyARGetMultipleFilters(ARServerUser context, long changedSince, List<String> names, FilterCriteria criteria)
           
 void verifyARGetMultipleImages(ARServerUser context, long arg1, List<String> arg2, ImageCriteria arg3)
           
 void verifyARGetMultipleLocalizedValues(ARServerUser context, LocalizedValueCriteria arg1, List<LocalizedRequestInfo> arg2)
           
 void verifyARGetOneEntryWithFields(ARServerUser context, String formName, QualifierInfo qualification, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 void verifyARGetServerInfo(ARServerUser context, int[] arg1)
           
 void verifyARGetServerStatistics(ARServerUser context, int[] requestList)
           
 void verifyARGetSupportFile(ARServerUser context, String arg1, int arg2, int arg3, int arg4, String arg5)
           
 void verifyARGetView(ARServerUser context, String arg1, int arg2, ViewCriteria arg3)
           
 void verifyARImport(ARServerUser context, List<StructItemInfo> arg1, int arg2, String arg3)
           
 void verifyARMergeEntry(ARServerUser context, String formName, Entry entry, int mergeType)
           
 void verifyARServiceEntry(ARServerUser context, String formName, String entryId, Entry entry, int[] entryListFields)
           
 void verifyARSetActiveLink(ARServerUser context, ActiveLink object)
           
 void verifyARSetApplicationState(ARServerUser context, String arg1, String arg2)
           
 void verifyARSetContainer(ARServerUser context, Container object, boolean removeInvalidReference)
           
 void verifyARSetEntry(ARServerUser context, String formName, String entryId, Entry entry, Timestamp ts, int option)
           
 void verifyARSetEscalation(ARServerUser context, Escalation object)
           
 void verifyARSetField(ARServerUser context, Field arg1)
           
 void verifyARSetFilter(ARServerUser context, Filter arg1)
           
 void verifyARSetForm(ARServerUser context, Form object)
           
 void verifyARSetImage(ARServerUser context, Image arg1)
           
 void verifyARSetMenu(ARServerUser context, Menu arg1)
           
 void verifyARSetMultipleFields(ARServerUser context, List<Field> arg1)
           
 void verifyARSetServerInfo(ARServerUser context, ServerInfoMap serverInfoMap)
           
 void verifyARSetSupportFile(ARServerUser context, SupportFile arg1)
           
 void verifyARSetView(ARServerUser context, View arg1)
           
 void verifyARValidateLicense(ARServerUser context, String arg1)
           
 void verifyARValidateMultipleLicenses(ARServerUser context, List<String> arg1)
           
 void verifyARVerifyUser(ARServerUser context)
           
 void verifyARXMLCreateEntry(ARServerUser context, String arg1, String arg2, String arg3, String arg4)
           
 void verifyARXMLGetEntry(ARServerUser context, String arg1, String arg2, String arg3, String arg4)
           
 void verifyARXMLServiceEntry(ARServerUser context, String arg1, String arg2, String arg3, String arg4, String arg5, String arg6)
           
 void verifyARXMLSetEntry(ARServerUser context, String arg1, String arg2, String arg3, String arg4, String arg5, String arg6)
           
 void verifyUserContext(ARServerUser context)
           
 
Methods inherited from class com.bmc.arsys.api.ParameterValidator
validateARAccessNameType, validateARActiveLinkActionInfo, validateARActiveLinkActionList, validateARArithOpAssignInfo, validateARArithOpInfo, validateARAssignFieldInfo, validateARAssignFilterApiInfo, validateARAssignInfo, validateARAssignSQLInfo, validateARAutomationInfo, validateARCallGuide, validateARCharMenuItemInfo, validateARCharMenuList, validateARCommand, validateARCOMMethodInfo, validateARCOMMethodList, validateARCOMMethodParmInfo, validateARCOMMethodParmList, validateARCOMValueInfo, validateARContainerOwnerObj, validateARContainerOwnerObjList, validateARDDEInfo, validateARDisplayInstanceList, validateAREntry, validateAREntryIdList, validateAREntryIdListList, validateAREntryListFieldInfo, validateAREntryListFieldList, validateARExtReferenceInfo, validateARFieldAssignList, validateARFieldDefaultValue, validateARFieldLimitInfo, validateARFieldMapping, validateARFieldValueOrArithInfo, validateARFilterActionInfo, validateARFilterActionList, validateARForm, validateARFormType, validateARFunctionAssignInfo, validateARGotoActionInfo, validateARGotoGuideLabel, validateARIndexList, validateARLocaleType, validateARNameList, validateARNameType, validateAROpenDlgInfo, validateARPermissionList, validateARPropList, validateARPushFieldsAction, validateARPushFieldsList, validateARQualifierInfo, validateARQueryValueInfo, validateARReferenceInfo, validateARReferenceList, validateARRelOpInfo, validateARServerInfoList, validateARServerInfoRequestList, validateARServerInfoRequestList2, validateARServerNameType, validateARService, validateARSetFieldsAction, validateARSortList, validateARSqlCommand, validateARSQLInfo, validateARStatistic, validateARStringType, validateARStringType, validateARStringType, validateARStructItemList, validateARValueInfo, validateARValueList, validateARValueSetQuery, validateARView, validateARWait, validateBuffer, validateEscalationTm, validateMenuInfo, validateOneField, validateQueryFormField, validateQueryFormFields, validateQueryJoin, validateQuerySource, validateQuerySources, validateRecursiveQuery, validateRegularQuery, validateSupportFileType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodValidator

public MethodValidator()

MethodValidator

public MethodValidator(String serverCharSetName)
Method Detail

verifyUserContext

public void verifyUserContext(ARServerUser context)
                       throws ARException
Throws:
ARException

verifyARGetListForm

public void verifyARGetListForm(ARServerUser context,
                                long changedSince,
                                int formType,
                                String formName,
                                int[] fieldIds,
                                ObjectPropertyMap propsToSearch)
                         throws ARException
Throws:
ARException

verifyARGetListFormWithAlias

public void verifyARGetListFormWithAlias(ARServerUser context,
                                         long changedSince,
                                         int formType,
                                         String formName,
                                         int[] fieldIds,
                                         String vuiLabel)
                                  throws ARException
Throws:
ARException

verifyARGetListFormObjects

public void verifyARGetListFormObjects(ARServerUser context,
                                       long changedSince,
                                       int formType,
                                       String formName,
                                       int[] fieldIds,
                                       FormCriteria criteria)
                                throws ARException
Throws:
ARException

verifyARCreateForm

public void verifyARCreateForm(ARServerUser ctx,
                               Form object)
                        throws ARException
Throws:
ARException

verifyARSetForm

public void verifyARSetForm(ARServerUser context,
                            Form object)
                     throws ARException
Throws:
ARException

verifyARGetForm

public void verifyARGetForm(ARServerUser context,
                            String name,
                            FormCriteria criteria)
                     throws ARException
Throws:
ARException

verifyARDeleteForm

public void verifyARDeleteForm(ARServerUser context,
                               String arg1,
                               int arg2)
                        throws ARException
Throws:
ARException

verifyARGetView

public void verifyARGetView(ARServerUser context,
                            String arg1,
                            int arg2,
                            ViewCriteria arg3)
                     throws ARException
Throws:
ARException

verifyARCreateView

public void verifyARCreateView(ARServerUser context,
                               View object)
                        throws ARException
Throws:
ARException

verifyARSetView

public void verifyARSetView(ARServerUser context,
                            View arg1)
                     throws ARException
Throws:
ARException

verifyARDeleteView

public void verifyARDeleteView(ARServerUser context,
                               String arg1,
                               int arg2)
                        throws ARException
Throws:
ARException

verifyARGetListView

public void verifyARGetListView(ARServerUser context,
                                String arg1,
                                long arg2)
                         throws ARException
Throws:
ARException

verifyARGetListViewObjects

public void verifyARGetListViewObjects(ARServerUser context,
                                       String arg1,
                                       long arg2,
                                       ViewCriteria arg3)
                                throws ARException
Throws:
ARException

verifyARCreateMenu

public void verifyARCreateMenu(ARServerUser context,
                               Menu object)
                        throws ARException
Throws:
ARException

verifyARSetMenu

public void verifyARSetMenu(ARServerUser context,
                            Menu arg1)
                     throws ARException
Throws:
ARException

verifyARGetMenu

public void verifyARGetMenu(ARServerUser context,
                            String arg1,
                            MenuCriteria arg2)
                     throws ARException
Throws:
ARException

verifyARGetListMenu

public void verifyARGetListMenu(ARServerUser context,
                                long arg1,
                                List<String> arg2,
                                List<String> arg3,
                                ObjectPropertyMap arg4)
                         throws ARException
Throws:
ARException

verifyARGetListMenuObjects

public void verifyARGetListMenuObjects(ARServerUser context,
                                       long arg1,
                                       List<String> arg2,
                                       List<String> arg3,
                                       MenuCriteria arg4)
                                throws ARException
Throws:
ARException

verifyARDeleteMenu

public void verifyARDeleteMenu(ARServerUser context,
                               String arg1,
                               int arg2)
                        throws ARException
Throws:
ARException

verifyARExpandMenu

public void verifyARExpandMenu(ARServerUser context,
                               Menu arg1)
                        throws ARException
Throws:
ARException

verifyARGetImage

public void verifyARGetImage(ARServerUser context,
                             String arg1,
                             ImageCriteria arg2)
                      throws ARException
Throws:
ARException

verifyARGetMultipleImages

public void verifyARGetMultipleImages(ARServerUser context,
                                      long arg1,
                                      List<String> arg2,
                                      ImageCriteria arg3)
                               throws ARException
Throws:
ARException

verifyARSetImage

public void verifyARSetImage(ARServerUser context,
                             Image arg1)
                      throws ARException
Throws:
ARException

verifyARCreateImage

public void verifyARCreateImage(ARServerUser ctx,
                                Image arg1)
                         throws ARException
Throws:
ARException

verifyARDeleteImage

public void verifyARDeleteImage(ARServerUser context,
                                String arg1,
                                boolean arg2)
                         throws ARException
Throws:
ARException

verifyARGetListImage

public void verifyARGetListImage(ARServerUser context,
                                 List<String> arg1,
                                 long arg2,
                                 String arg3)
                          throws ARException
Throws:
ARException

verifyARGetField

public void verifyARGetField(ARServerUser context,
                             String arg1,
                             int arg2,
                             FieldCriteria arg3)
                      throws ARException
Throws:
ARException

verifyARGetActiveLink

public void verifyARGetActiveLink(ARServerUser context,
                                  String arg1,
                                  ActiveLinkCriteria arg2,
                                  ActiveLink arg3)
                           throws ARException
Throws:
ARException

verifyARCreateEntry

public void verifyARCreateEntry(ARServerUser context,
                                String arg1,
                                Entry arg2)
                         throws ARException
Throws:
ARException

verifyARGetEntry

public void verifyARGetEntry(ARServerUser context,
                             String formName,
                             String entryId,
                             int[] entryListFields)
                      throws ARException
Throws:
ARException

verifyARGetListEntry

public void verifyARGetListEntry(ARServerUser context,
                                 String formName,
                                 QualifierInfo qualification,
                                 int firstRetrieve,
                                 int maxRetrieve,
                                 List<EntryListFieldInfo> entryListFields,
                                 List<SortInfo> sortList,
                                 boolean useLocale,
                                 OutputInteger nMatches)
                          throws ARException
Throws:
ARException

verifyARGetMultipleEntries

public void verifyARGetMultipleEntries(ARServerUser context,
                                       String formName,
                                       List<String> entryIds,
                                       int[] entryListFields)
                                throws ARException
Throws:
ARException

verifyARGetListEntryWithFields

public void verifyARGetListEntryWithFields(ARServerUser context,
                                           String formName,
                                           QualifierInfo qualification,
                                           int firstRetrieve,
                                           int maxRetrieve,
                                           List<SortInfo> sortList,
                                           int[] fieldIds,
                                           boolean useLocale,
                                           OutputInteger nMatches)
                                    throws ARException
Throws:
ARException

verifyARGetOneEntryWithFields

public void verifyARGetOneEntryWithFields(ARServerUser context,
                                          String formName,
                                          QualifierInfo qualification,
                                          List<SortInfo> sortList,
                                          int[] fieldIds,
                                          boolean useLocale,
                                          OutputInteger nMatches)
                                   throws ARException
Throws:
ARException

verifyARGetListEntryBlocks

public void verifyARGetListEntryBlocks(ARServerUser context,
                                       String formName,
                                       QualifierInfo qualification,
                                       int numEntriesPerBlock,
                                       int firstRetrieve,
                                       int maxRetrieve,
                                       List<SortInfo> sortList,
                                       int[] fieldIds,
                                       boolean useLocale,
                                       OutputInteger numReturnedBlocks,
                                       OutputInteger numReturnedRows,
                                       OutputInteger numTotalMatches)
                                throws ARException
Throws:
ARException

verifyARDeleteEntry

public void verifyARDeleteEntry(ARServerUser context,
                                String formName,
                                String entryId,
                                int deleteOption)
                         throws ARException
Throws:
ARException

verifyARSetEntry

public void verifyARSetEntry(ARServerUser context,
                             String formName,
                             String entryId,
                             Entry entry,
                             Timestamp ts,
                             int option)
                      throws ARException
Throws:
ARException

verifyARServiceEntry

public void verifyARServiceEntry(ARServerUser context,
                                 String formName,
                                 String entryId,
                                 Entry entry,
                                 int[] entryListFields)
                          throws ARException
Throws:
ARException

verifyARXMLServiceEntry

public void verifyARXMLServiceEntry(ARServerUser context,
                                    String arg1,
                                    String arg2,
                                    String arg3,
                                    String arg4,
                                    String arg5,
                                    String arg6)
                             throws ARException
Throws:
ARException

verifyARMergeEntry

public void verifyARMergeEntry(ARServerUser context,
                               String formName,
                               Entry entry,
                               int mergeType)
                        throws ARException
Throws:
ARException

verifyAREndBulkEntryTransaction

public void verifyAREndBulkEntryTransaction(ARServerUser context,
                                            int arg1)
                                     throws ARException
Throws:
ARException

verifyARCreateField

public void verifyARCreateField(ARServerUser context,
                                Field fieldObj,
                                boolean isReservedRangeIdOK)
                         throws ARException
Throws:
ARException

verifyARSetField

public void verifyARSetField(ARServerUser context,
                             Field arg1)
                      throws ARException
Throws:
ARException

verifyARCreateMultipleFields

public void verifyARCreateMultipleFields(ARServerUser context,
                                         List<Field> arg1)
                                  throws ARException
Throws:
ARException

verifyARSetMultipleFields

public void verifyARSetMultipleFields(ARServerUser context,
                                      List<Field> arg1)
                               throws ARException
Throws:
ARException

verifyARGetListField

public void verifyARGetListField(ARServerUser context,
                                 String formName,
                                 int fieldTypeMask,
                                 long changedSince)
                          throws ARException
Throws:
ARException

verifyARGetMultipleFields

public void verifyARGetMultipleFields(ARServerUser context,
                                      String formName,
                                      int[] fieldIds,
                                      FieldCriteria criteria)
                               throws ARException
Throws:
ARException

verifyARDeleteField

public void verifyARDeleteField(ARServerUser context,
                                String form,
                                int fieldId,
                                int deleteOption)
                         throws ARException
Throws:
ARException

verifyARDeleteMultipleFields

public void verifyARDeleteMultipleFields(ARServerUser context,
                                         String form,
                                         int[] ids,
                                         int deleteOption)
                                  throws ARException
Throws:
ARException

verifyARCreateFilter

public void verifyARCreateFilter(ARServerUser context,
                                 Filter arg1)
                          throws ARException
Throws:
ARException

verifyARGetFilter

public void verifyARGetFilter(ARServerUser context,
                              String key,
                              FilterCriteria criteria,
                              Filter object)
                       throws ARException
Throws:
ARException

verifyARGetMultipleFilters

public void verifyARGetMultipleFilters(ARServerUser context,
                                       long changedSince,
                                       List<String> names,
                                       FilterCriteria criteria)
                                throws ARException
Throws:
ARException

verifyARSetFilter

public void verifyARSetFilter(ARServerUser context,
                              Filter arg1)
                       throws ARException
Throws:
ARException

verifyARGetListFilter

public void verifyARGetListFilter(ARServerUser context,
                                  String formName,
                                  long changedSince,
                                  ObjectPropertyMap propsToSearch)
                           throws ARException
Throws:
ARException

verifyARDeleteFilter

public void verifyARDeleteFilter(ARServerUser context,
                                 String name,
                                 int deleteOption)
                          throws ARException
Throws:
ARException

verifyARCreateEscalation

public void verifyARCreateEscalation(ARServerUser context,
                                     Escalation arg1)
                              throws ARException
Throws:
ARException

verifyARGetEscalation

public void verifyARGetEscalation(ARServerUser context,
                                  String key,
                                  EscalationCriteria criteria,
                                  Escalation object)
                           throws ARException
Throws:
ARException

verifyARSetEscalation

public void verifyARSetEscalation(ARServerUser context,
                                  Escalation object)
                           throws ARException
Throws:
ARException

verifyARGetListEscalation

public void verifyARGetListEscalation(ARServerUser context,
                                      String formName,
                                      long changedSince,
                                      ObjectPropertyMap propsToSearch)
                               throws ARException
Throws:
ARException

verifyARGetMultipleEscalations

public void verifyARGetMultipleEscalations(ARServerUser context,
                                           long changedSince,
                                           List<String> names,
                                           EscalationCriteria criteria)
                                    throws ARException
Throws:
ARException

verifyARDeleteEscalation

public void verifyARDeleteEscalation(ARServerUser context,
                                     String name,
                                     int deleteOption)
                              throws ARException
Throws:
ARException

verifyARCreateActiveLink

public void verifyARCreateActiveLink(ARServerUser context,
                                     ActiveLink arg1)
                              throws ARException
Throws:
ARException

verifyARSetActiveLink

public void verifyARSetActiveLink(ARServerUser context,
                                  ActiveLink object)
                           throws ARException
Throws:
ARException

verifyARGetListActiveLink

public void verifyARGetListActiveLink(ARServerUser context,
                                      String formName,
                                      long changedSince,
                                      ObjectPropertyMap propsToSearch)
                               throws ARException
Throws:
ARException

verifyARGetMultipleActiveLinks

public void verifyARGetMultipleActiveLinks(ARServerUser context,
                                           long changedSince,
                                           List<String> names,
                                           ActiveLinkCriteria criteria)
                                    throws ARException
Throws:
ARException

verifyARDeleteActiveLink

public void verifyARDeleteActiveLink(ARServerUser context,
                                     String name,
                                     int deleteOption)
                              throws ARException
Throws:
ARException

verifyARGetListContainer

public void verifyARGetListContainer(ARServerUser context,
                                     long changedSince,
                                     int[] containerTypes,
                                     boolean hiddenFlag,
                                     List<ContainerOwner> ownerList,
                                     ObjectPropertyMap propsToSearch)
                              throws ARException
Throws:
ARException

verifyARGetMultipleContainerObjects

public void verifyARGetMultipleContainerObjects(ARServerUser context,
                                                long arg1,
                                                List<String> arg2,
                                                boolean arg3,
                                                int[] arg4,
                                                List<ContainerOwner> arg5,
                                                int[] arg6,
                                                ContainerCriteria arg7)
                                         throws ARException
Throws:
ARException

verifyARGetContainer

public void verifyARGetContainer(ARServerUser context,
                                 String name,
                                 ContainerCriteria criteria)
                          throws ARException
Throws:
ARException

verifyARSetContainer

public void verifyARSetContainer(ARServerUser context,
                                 Container object,
                                 boolean removeInvalidReference)
                          throws ARException
Throws:
ARException

verifyARCreateContainer

public void verifyARCreateContainer(ARServerUser context,
                                    Container object,
                                    boolean removeInvalidReference)
                             throws ARException
Throws:
ARException

verifyARDeleteContainer

public void verifyARDeleteContainer(ARServerUser context,
                                    String name,
                                    int deleteOption)
                             throws ARException
Throws:
ARException

verifyARCreateSupportFile

public void verifyARCreateSupportFile(ARServerUser context,
                                      SupportFile supportFile)
                               throws ARException
Throws:
ARException

verifyARGetSupportFile

public void verifyARGetSupportFile(ARServerUser context,
                                   String arg1,
                                   int arg2,
                                   int arg3,
                                   int arg4,
                                   String arg5)
                            throws ARException
Throws:
ARException

verifyARSetSupportFile

public void verifyARSetSupportFile(ARServerUser context,
                                   SupportFile arg1)
                            throws ARException
Throws:
ARException

verifyARGetListSupportFile

public void verifyARGetListSupportFile(ARServerUser context,
                                       int arg1,
                                       String arg2,
                                       int arg3,
                                       long arg4)
                                throws ARException
Throws:
ARException

verifyARDeleteSupportFile

public void verifyARDeleteSupportFile(ARServerUser context,
                                      SupportFileKey arg1)
                               throws ARException
Throws:
ARException

verifyARGetEntryBlob

public void verifyARGetEntryBlob(ARServerUser context,
                                 String arg1,
                                 String arg2,
                                 int arg3)
                          throws ARException
Throws:
ARException

verifyARGetEntryBlob

public void verifyARGetEntryBlob(ARServerUser context,
                                 String arg1,
                                 String arg2,
                                 int arg3,
                                 String arg4)
                          throws ARException
Throws:
ARException

verifyARGetServerInfo

public void verifyARGetServerInfo(ARServerUser context,
                                  int[] arg1)
                           throws ARException
Throws:
ARException

verifyARSetServerInfo

public void verifyARSetServerInfo(ARServerUser context,
                                  ServerInfoMap serverInfoMap)
                           throws ARException
Throws:
ARException

verifyARGetServerStatistics

public void verifyARGetServerStatistics(ARServerUser context,
                                        int[] requestList)
                                 throws ARException
Throws:
ARException

verifyARExport

public void verifyARExport(ARServerUser context,
                           List<StructItemInfo> items,
                           String arg2,
                           int arg3,
                           WorkflowLockInfo arg4)
                    throws ARException
Throws:
ARException

verifyARImport

public void verifyARImport(ARServerUser context,
                           List<StructItemInfo> arg1,
                           int arg2,
                           String arg3)
                    throws ARException
Throws:
ARException

verifyARGetEntryStatistics

public void verifyARGetEntryStatistics(ARServerUser context,
                                       String arg1,
                                       QualifierInfo arg2,
                                       ArithmeticOrRelationalOperand arg3,
                                       int arg4,
                                       int[] arg5)
                                throws ARException
Throws:
ARException

verifyARGetListSQL

public void verifyARGetListSQL(ARServerUser context,
                               String arg1,
                               int arg2,
                               boolean arg3)
                        throws ARException
Throws:
ARException

verifyARExecuteProcess

public void verifyARExecuteProcess(ARServerUser context,
                                   String arg1,
                                   boolean arg2)
                            throws ARException
Throws:
ARException

verifyARVerifyUser

public void verifyARVerifyUser(ARServerUser context)
                        throws ARException
Throws:
ARException

verifyARGetListGroup

public void verifyARGetListGroup(ARServerUser context,
                                 String arg1,
                                 String arg2)
                          throws ARException
Throws:
ARException

verifyARGetListRole

public void verifyARGetListRole(ARServerUser context,
                                String arg1,
                                String arg2,
                                String arg3)
                         throws ARException
Throws:
ARException

verifyARGetListUser

public void verifyARGetListUser(ARServerUser context,
                                int option,
                                long changedSince)
                         throws ARException
Throws:
ARException

verifyAREndTransactionOption

public void verifyAREndTransactionOption(ARServerUser context,
                                         int transactionOption)
                                  throws ARException
Throws:
ARException

verifyARGetLocalizedValue

public void verifyARGetLocalizedValue(ARServerUser context,
                                      LocalizedValueCriteria criteria,
                                      LocalizedRequestInfo request)
                               throws ARException
Throws:
ARException

verifyARGetMultipleLocalizedValues

public void verifyARGetMultipleLocalizedValues(ARServerUser context,
                                               LocalizedValueCriteria arg1,
                                               List<LocalizedRequestInfo> arg2)
                                        throws ARException
Throws:
ARException

verifyARGetListSQLForActiveLink

public void verifyARGetListSQLForActiveLink(ARServerUser context,
                                            String actlinkName,
                                            int actionIndex,
                                            int actionType,
                                            Timestamp timestamp,
                                            List<Value> keywordList,
                                            List<Value> parameterList,
                                            int maxRetrieve,
                                            boolean retrieveTotalMatches)
                                     throws ARException
Throws:
ARException

verifyARExecuteProcessForActiveLink

public void verifyARExecuteProcessForActiveLink(ARServerUser context,
                                                String actlinkName,
                                                int actionIndex,
                                                int actionType,
                                                int fieldId,
                                                Timestamp timestamp,
                                                Entry keywordList,
                                                Entry parameterList,
                                                boolean asyncMode)
                                         throws ARException
Throws:
ARException

verifyARExecuteProcessForActiveLink

public void verifyARExecuteProcessForActiveLink(ARServerUser context,
                                                String actlinkName,
                                                int actionIndex,
                                                int actionType,
                                                int fieldId,
                                                Timestamp timestamp,
                                                List<Value> keywordList,
                                                List<Value> parameterList,
                                                boolean asyncMode)
                                         throws ARException
Throws:
ARException

verifyARGetMultipleExtFieldCandidates

public void verifyARGetMultipleExtFieldCandidates(ARServerUser context,
                                                  Object[] compoundFormInfo)
                                           throws ARException
Throws:
ARException

verifyARGetListExtFormCandidates

public void verifyARGetListExtFormCandidates(ARServerUser context,
                                             int formType)
                                      throws ARException
Throws:
ARException

verifyARValidateLicense

public void verifyARValidateLicense(ARServerUser context,
                                    String arg1)
                             throws ARException
Throws:
ARException

verifyARValidateMultipleLicenses

public void verifyARValidateMultipleLicenses(ARServerUser context,
                                             List<String> arg1)
                                      throws ARException
Throws:
ARException

verifyARGetListLicense

public void verifyARGetListLicense(ARServerUser context,
                                   String arg1)
                            throws ARException
Throws:
ARException

verifyARXMLCreateEntry

public void verifyARXMLCreateEntry(ARServerUser context,
                                   String arg1,
                                   String arg2,
                                   String arg3,
                                   String arg4)
                            throws ARException
Throws:
ARException

verifyARXMLSetEntry

public void verifyARXMLSetEntry(ARServerUser context,
                                String arg1,
                                String arg2,
                                String arg3,
                                String arg4,
                                String arg5,
                                String arg6)
                         throws ARException
Throws:
ARException

verifyARXMLGetEntry

public void verifyARXMLGetEntry(ARServerUser context,
                                String arg1,
                                String arg2,
                                String arg3,
                                String arg4)
                         throws ARException
Throws:
ARException

verifyARGetMultipleCurrencyRatioSets

public void verifyARGetMultipleCurrencyRatioSets(ARServerUser context,
                                                 List<Timestamp> arg1)
                                          throws ARException
Throws:
ARException

verifyARGetMultipleEntryPoints

public void verifyARGetMultipleEntryPoints(ARServerUser context,
                                           long arg1,
                                           List<String> arg2,
                                           int[] arg3,
                                           int arg4,
                                           String arg5,
                                           boolean arg6)
                                    throws ARException
Throws:
ARException

verifyARGetListApplicationState

public void verifyARGetListApplicationState(ARServerUser context)
                                     throws ARException
Throws:
ARException

verifyARGetApplicationState

public void verifyARGetApplicationState(ARServerUser context,
                                        String arg1)
                                 throws ARException
Throws:
ARException

verifyARSetApplicationState

public void verifyARSetApplicationState(ARServerUser context,
                                        String arg1,
                                        String arg2)
                                 throws ARException
Throws:
ARException

verifyARGetListEntryWithMultiSchemaFields

public void verifyARGetListEntryWithMultiSchemaFields(ARServerUser context,
                                                      RegularQuery arg1,
                                                      int arg2,
                                                      int arg3,
                                                      boolean arg4,
                                                      OutputInteger arg5)
                                               throws ARException
Throws:
ARException

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.