|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
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. |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |