Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver | |
com.bmc.arsys.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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(ApiUserContextI context,
String arg1,
Entry arg2) |
void |
MethodValidator.verifyARExecuteProcessForActiveLink(ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
Entry keywordList,
Entry parameterList,
boolean asyncMode) |
void |
MethodValidator.verifyARMergeEntry(ApiUserContextI context,
String formName,
Entry entry,
int mergeType,
QualifierInfo qualInfo,
int multiMatchOpts) |
void |
MethodValidator.verifyARServiceEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
int[] entryListFields) |
void |
MethodValidator.verifyARSetEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option) |
void |
MethodValidator.verifyARSetGetEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option,
int[] entryListFields) |
Modifier and Type | Method and Description |
---|---|
void |
ARServerUser.wfdSetFieldValues(List<Entry> fieldValues)
Set field values
|
Modifier and Type | Method and Description |
---|---|
static Entry |
InputReader.getEntry() |
Modifier and Type | Method and Description |
---|---|
static Entry |
CentralConfig.getActiveComponent(ARServerUser context,
String componentName,
String componentType)
Get the active component entry for a given component name and type.
|
Entry |
ArrayCentralConfig.getActiveComponent(String componentName,
String componentType)
Get the active component entry for a given component name and type.
|
Modifier and Type | Method and Description |
---|---|
static List<Entry> |
CentralConfig.getComponentWithPrefix(ARServerUser context,
String componentNamePrefix,
String componentType)
This method will return the component GUIDs that are active, with the
given component type and prefixed with the componentNamePrefix
|
List<Entry> |
ArrayCentralConfig.getComponentWithPrefix(String componentNamePrefix,
String componentType)
This method will return the component GUIDs that are active, with the given component type and prefixed with the
componentNamePrefix
|
static List<Entry> |
CentralConfig.getConfigSettingsWithEntryIDs(ARServerUser context,
String configName,
String configType,
String settingName) |
static List<Entry> |
CentralConfig.getConfigSettingsWithEntryIDs(ARServerUser context,
String configName,
String configType,
String settingName,
int relationOPForCompName) |
List<Entry> |
ArrayCentralConfig.getConfigSettingsWithEntryIDs(String configName,
String configType,
String settingName) |
List<Entry> |
ArrayCentralConfig.getConfigSettingsWithEntryIDs(String configName,
String configType,
String settingName,
int relationOPForCompName) |
List<Entry> |
UpgradeTracker.readEntryList(ARServerUser user,
String componentName) |
Modifier and Type | Method and Description |
---|---|
static String |
CentralConfig.getComponentGUIDFromEntry(Entry thisEntry) |
String |
ArrayCentralConfig.getComponentGUIDFromEntry(Entry thisEntry) |
String |
ArrayCentralConfig.getComponentNameFromEntry(Entry thisEntry) |
static String |
CentralConfig.getEntryValue(Entry thisEntry) |
String |
ArrayCentralConfig.getEntryValue(Entry thisEntry) |
? Copyright 2013 BMC Software, Inc.