|
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. |
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. |
Entry |
ARServerUser.setGetEntry(String formName,
String entryId,
Entry setEntry,
Timestamp getTime,
int nOption,
int[] entryListFields)
Updates an the given entry in ARSystem server and fetch the entry back. |
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(Menu menu,
Entry keywordList,
Entry parameterList,
int maxRetrieve,
OutputInteger nMatches)
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)
|
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. |
String |
ARServerUser.mergeEntry(String formName,
Entry entry,
int nMergeType,
QualifierInfo qualification,
int multimatchOption)
|
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. |
Entry |
ARServerUser.setGetEntry(String formName,
String entryId,
Entry setEntry,
Timestamp getTime,
int nOption,
int[] entryListFields)
Updates an the given entry in ARSystem server and fetch the entry back. |
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(com.bmc.arsys.apitransport.ApiUserContextI context,
String arg1,
Entry arg2)
|
void |
MethodValidator.verifyARExecuteProcessForActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
Entry keywordList,
Entry parameterList,
boolean asyncMode)
|
void |
MethodValidator.verifyARMergeEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
Entry entry,
int mergeType,
QualifierInfo qualInfo,
int multiMatchOpts)
|
void |
MethodValidator.verifyARServiceEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
String entryId,
Entry entry,
int[] entryListFields)
|
void |
MethodValidator.verifyARSetEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option)
|
void |
MethodValidator.verifyARSetGetEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option,
int[] entryListFields)
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |