AR System Java API

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

Uses of Entry in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return Entry
 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.
 Entry ARServerUser.getEntry(String formName, String entryId, int[] entryListFields)
          Loads the entry object from AR System as specified by the entryentryListFields data member.
 Entry ARServerUser.getOneEntryObject(String formName, QualifierInfo qualification, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
          Returns a list of Entry objects that match the provided criteria.
 

Methods in com.bmc.arsys.api that return types with arguments of type Entry
static List<Entry> ARTypeMgr.buildGLEWFResponse(Object[] rawData, ARServerUser ctx)
           
 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.
 List<Entry> ARServerUser.wfdGetFieldValues(int depth)
          Get field values
 

Methods in com.bmc.arsys.api with parameters of type Entry
 String ARServerUser.createEntry(String formName, Entry entry)
          Creates a new entry in the indicated form on the specified server.
 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.
 List<MenuItem> ARServerUser.expandMenu(Menu menu, Entry keywordList, Entry parameterList)
           
 List<MenuItem> ARServerUser.expandMenu(String menuName, Entry keywordList, Entry parameterList)
           
 void IARRowIterator.iteratorCallback(Entry entry)
          Method called by getListEntryObjects on each each Entry object that it retrieves.
 String ARServerUser.mergeEntry(String formName, Entry entry, int nMergeType)
          Merges an existing entry into the indicated form on the specified server.
 void ObjectPrinter.printEntry(String indent, String header, Entry entry)
           
 void ObjectPrinter.printEntryList(String indent, String header, Entry[] entryList, boolean[] isPresent)
           
 void ARServerUser.setEntry(String formName, String entryId, Entry entry, Timestamp getTime, int nOption)
          Updates an the given entry in ARSystem server.
 void ParameterValidator.validateAREntry(Entry value, boolean nullOk)
          Validate that an object of type String representing EntryListInfo contains a array of values and that the values are legal.
 void MethodValidator.verifyARCreateEntry(ARServerUser context, String arg1, Entry arg2)
           
 void MethodValidator.verifyARExecuteProcessForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, Entry keywordList, Entry parameterList, boolean asyncMode)
           
 void MethodValidator.verifyARMergeEntry(ARServerUser context, String formName, Entry entry, int mergeType)
           
 void MethodValidator.verifyARServiceEntry(ARServerUser context, String formName, String entryId, Entry entry, int[] entryListFields)
           
 void MethodValidator.verifyARSetEntry(ARServerUser context, String formName, String entryId, Entry entry, Timestamp ts, int option)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type Entry
 void ARServerUser.wfdSetFieldValues(List<Entry> fieldValues)
          Set field values
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.