AR System Java Plug-in API

Uses of Class
com.bmc.arsys.pluginsvr.plugins.ARVendorField

Uses of ARVendorField in com.bmc.arsys.pluginsvr.plugins
 

Methods in com.bmc.arsys.pluginsvr.plugins that return types with arguments of type ARVendorField
 List<ARVendorField> ARDBCPluggable.getMultipleFields(ARPluginContext context, com.bmc.arsys.api.VendorForm schema)
          Given the Vendor form details, return it's list of fields with all their properties
 List<ARVendorField> ARDBCPlugin.getMultipleFields(ARPluginContext context, com.bmc.arsys.api.VendorForm schema)
           
 

Method parameters in com.bmc.arsys.pluginsvr.plugins with type arguments of type ARVendorField
 String ARDBCPluggable.createEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.Entry entry)
          Create an entry in the given table for external data source.
 String ARDBCPlugin.createEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.Entry entry)
           
 void ARDBCPluggable.deleteEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId)
          Given the table name and entry id, delete the entry from the table in the external data source
 void ARDBCPlugin.deleteEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId)
           
 com.bmc.arsys.api.AttachmentValue ARDBCPluggable.getBLOB(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int fieldId)
          Given the table name, entry id and the blob field id, fetch the blob from that field in that table for that entry
 com.bmc.arsys.api.AttachmentValue ARDBCPlugin.getBLOB(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int fieldId)
           
 com.bmc.arsys.api.Entry ARDBCPluggable.getEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int[] idList)
          Given the table name, list of fields and entry id, fetch the entry from the external data source.
 com.bmc.arsys.api.Entry ARDBCPlugin.getEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int[] idList)
           
 List<com.bmc.arsys.api.StatisticsResultInfo> ARDBCPluggable.getEntryStatistics(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.QualifierInfo qualifier, com.bmc.arsys.api.ArithmeticOrRelationalOperand target, int statistic, int[] groupByList)
          Return the entry statistics for the given table and qualification.
 List<com.bmc.arsys.api.StatisticsResultInfo> ARDBCPlugin.getEntryStatistics(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.QualifierInfo qualifier, com.bmc.arsys.api.ArithmeticOrRelationalOperand target, int statistic, int[] groupByList)
           
 List<com.bmc.arsys.api.Entry> ARDBCPluggable.getListEntryWithFields(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.QualifierInfo qualifier, List<com.bmc.arsys.api.SortInfo> sortList, List<com.bmc.arsys.api.EntryListFieldInfo> getListFields, int startAt, int maxRetrieve, com.bmc.arsys.api.OutputInteger numMatches)
          Given the table name, a qualification, and list of fields to fetch the values for, return a list of entries with all fields and their values that meet the given qualification.
 List<com.bmc.arsys.api.Entry> ARDBCPlugin.getListEntryWithFields(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, com.bmc.arsys.api.QualifierInfo qualifier, List<com.bmc.arsys.api.SortInfo> sortList, List<com.bmc.arsys.api.EntryListFieldInfo> getListFields, int startAt, int maxRetrieve, com.bmc.arsys.api.OutputInteger numMatches)
           
 void ARDBCPluggable.setBLOB(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int fieldId, com.bmc.arsys.api.AttachmentValue info)
          Given the table, entry and the blob field id, insert the blob into the external datasource table
 void ARDBCPlugin.setBLOB(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, int fieldId, com.bmc.arsys.api.AttachmentValue info)
           
 void ARDBCPluggable.setEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, com.bmc.arsys.api.Entry entry, com.bmc.arsys.api.Timestamp getTimestamp)
          Given the table name, and entry object, modify the entry recognized by the entry key of the entry object in the external datasource.
 void ARDBCPlugin.setEntry(ARPluginContext context, String tableName, List<ARVendorField> fieldsList, long transId, String entryId, com.bmc.arsys.api.Entry entry, com.bmc.arsys.api.Timestamp getTimestamp)
           
 


AR System Java Plug-in API

© Copyright 2006, 2007 BMC Software, Inc.