Modifier and Type | Class and Description |
---|---|
class |
ARBulkException
The
ARBulkException class defines the exceptions generated by the bulk entry transaction API. |
class |
ARMultiStatusException
The
ARMultiStatusException class represents the exceptions generated by API. |
class |
ARSetGetEntryException |
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printARException(ARException e) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyJRpc.ARAddObjects(ARServerUser context,
String taskName,
List<com.bmc.arsys.api.ARVercntlObject> objList) |
void |
ProxyJRpc.ARChangeIdInfo(ARServerUser context,
List<ChangeIdInfo> changeInfoList,
String objectModificationLogLabel,
String taskName)
Process ARChangeIdInfo.
|
void |
ProxyJRpc.ARCommitTask(ARServerUser context,
String taskName,
String desc) |
void |
Proxy.ARCreateAssociation(ARServerUser ctx,
Association object) |
void |
ProxyJRpc.ARCreateAssociation(ARServerUser context,
Association object,
String label,
String taskName) |
void |
ProxyJRpc.ARCreateCheckpoint(ARServerUser context,
String taskName,
String checkpointName,
String desc,
ObjectPropertyMap objPropList) |
void |
ProxyJRpc.ARCreateTask(ARServerUser context,
String taskName,
String desc,
ObjectPropertyMap objPropList,
List<com.bmc.arsys.api.ARVercntlObject> objList) |
void |
Proxy.ARDeleteAssociation(ARServerUser ctx,
String name,
int deleteOption) |
void |
ProxyJRpc.ARDeleteAssociation(ARServerUser context,
String name,
int deleteOption,
String objectModificationLogLabel,
String taskName) |
void |
ProxyJRpc.ARDeleteCheckpoint(ARServerUser context,
String taskName,
String checkpointName) |
void |
ProxyJRpc.ARDeleteTask(ARServerUser context,
String taskName) |
Association |
ProxyJRpc.ARGetAssociation(ARServerUser context,
String key,
AssociationCriteria criteria,
Association arg1) |
List<String> |
ProxyJRpc.ARGetListAssociation(ARServerUser context,
String name,
long changedSince,
ObjectPropertyMap props,
int enforcement,
int cardinality,
int type) |
List<com.bmc.arsys.api.TaskCheckpoint> |
ProxyJRpc.ARGetListCheckpoint(ARServerUser context,
String taskName,
int changedSince,
List<com.bmc.arsys.api.TaskCheckpoint> cpList,
com.bmc.arsys.api.TaskCheckpointCriteria criteria) |
List<com.bmc.arsys.api.TaskInfo> |
ProxyJRpc.ARGetListTask(ARServerUser context,
String owner,
int changedSince,
int state,
List<com.bmc.arsys.api.TaskInfo> taskInfoList,
com.bmc.arsys.api.TaskCriteria criteria) |
List<Association> |
ProxyJRpc.ARGetMultipleAssociations(ARServerUser arServerUser,
long changedSince,
List<String> names,
AssociationCriteria criteria) |
void |
ProxyJRpc.ARGetTask(ARServerUser context,
String taskName,
com.bmc.arsys.api.Task task,
com.bmc.arsys.api.TaskCriteria criteria) |
void |
ProxyJRpc.ARRemoveObjects(ARServerUser context,
String taskName,
List<com.bmc.arsys.api.ARVercntlObject> objList) |
void |
ProxyJRpc.ARRollbackTask(ARServerUser context,
String taskName,
String desc) |
void |
ProxyJRpc.ARRollbackToCheckpoint(ARServerUser context,
String taskName,
String checkpointName,
String desc) |
void |
ProxyJRpc.ARSetAssociation(ARServerUser context,
Association arg1,
String objectModificationLogLabel,
String taskName) |
void |
ProxyJRpc.ARSetServerPort(ApiUserContextI context,
int port,
int progNum) |
void |
Proxy.ARSetServerPort(ApiUserContextI ctx,
int port,
int progNum)
Specifies the port that your program will use to
communicate with the AR System server, and whether to use a private server.
|
void |
ProxyJRpc.ARSetServerPort(ARServerUser context,
int port,
int progNum) |
void |
ProxyJRpc.ARSetSessionConfiguration(ApiUserContextI context,
int tag,
ApiValueBase value) |
void |
Proxy.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value) |
void |
ProxyJRpc.ARSetTask(ARServerUser context,
com.bmc.arsys.api.Task task) |
long |
ProxyJRpc.ARTermination(ApiUserContextI ctx) |
long |
Proxy.ARTermination(ApiUserContextI ctx) |
void |
ProxyJRpc.ARVerifyUser(ApiUserContextI ctx) |
void |
Proxy.ARVerifyUser(ApiUserContextI ctx) |
void |
ARServerUser.beginBulkEntryTransaction()
Marks the beginning of a bulk entry transaction.
|
String |
ARServerUser.beginClientManagedTransaction()
Begin a client managed transaction.
|
boolean |
AlertReceiver.beginReceive(ARServerUser context)
Begin receiving alert messages for the user from a particular ARServer
specified by the context.
|
static List<MenuItem> |
MenuItem.bufferToMenuItemList(Scanner scanBuffer)
This method converts contents of a buffer/file into list menu structure
|
static void |
FieldAssignInfo.buildFieldAssignmentList(ARServerUser ctx,
String localForm,
String remoteForm,
OutputInteger isByMatchingIds,
OutputInteger isSetToDefaults,
List<FieldAssignInfo> fieldAssignList) |
static List<Entry> |
ARTypeMgr.buildGLEWFResponse(Object[] rawData,
ARServerUser ctx) |
void |
ARServerUser.changeId(List<ChangeIdInfo> changeIdInfoList) |
static String |
CurrencyValue.checkDecimalFormat(String value)
Check if the string is a valid decimal value format
|
ARServerUser |
Session.connectToServer(String serverName,
int tcpPort,
String authString,
String user,
String password,
boolean ensureAdmin,
boolean lockToadminQueue) |
List<MenuItem> |
ARServerUser.convertStringToListMenu(String menuString)
Converts a string to a list of
MenuItem objects |
void |
ARServerUser.createActiveLink(ActiveLink object)
Creates this
ActiveLink object on AR System server. |
void |
ARServerUser.createActiveLink(ActiveLink object,
String objectModificationLogLabel)
Creates this
ActiveLink object on AR System server. |
String |
ARServerUser.createAlertEvent(String user,
String alertText,
int priority,
String sourceTag,
String server,
String formName,
String objectId)
Enters an alert event into the system.
|
void |
ARServerUser.createAssociation(Association object)
Creates this
Assocation object on AR System server. |
void |
ARServerUser.createAssociation(Association object,
String objectModificationLogLabel)
Creates this
Association object on AR System server. |
void |
ARServerUser.createContainer(Container object)
Creates a new container with the given container instance on the specified server.
|
void |
ARServerUser.createContainer(Container object,
boolean removeInvalidReference)
Creates a new container with the given container instance on the specified server.
|
void |
ARServerUser.createContainer(Container object,
boolean removeInvalidReference,
String objectModificationLogLabel)
Creates a new container with the given container instance on the specified server.
|
String |
ARServerUser.createEntry(String formName,
Entry entry)
Creates a new entry in the indicated form on the specified server.
|
void |
ARServerUser.createEscalation(Escalation object)
Creates this
Escalation object into AR System server. |
void |
ARServerUser.createEscalation(Escalation object,
String objectModificationLogLabel)
Creates this
Escalation object into AR System server. |
void |
ARServerUser.createField(Field object,
boolean isReservedRangeIdOK)
Creates a new form field with the indicated name on the specified server.
|
void |
ARServerUser.createFilter(Filter object)
Creates this
Filter object on AR System server. |
void |
ARServerUser.createFilter(Filter object,
String objectModificationLogLabel)
Creates this
Filter object on AR System server. |
void |
ARServerUser.createForm(Form obj)
Creates this form on the server specified in the ARServerUser.
|
void |
ARServerUser.createForm(Form obj,
String objectModificationLogLabel)
Creates this form on the server specified in the ARServerUser.
|
void |
ARServerUser.createImage(Image obj)
Creates this image on the server specified in the ARServerUser.
|
void |
ARServerUser.createImage(Image obj,
String objectModificationLogLabel)
Creates this image on the server specified in the ARServerUser.
|
void |
ARServerUser.createMenu(Menu object)
Creates this Menu object on AR System server.
|
void |
ARServerUser.createMenu(Menu object,
String objectModificationLogLabel)
Creates this Menu object on AR System server.
|
void |
ARServerUser.createMultipleFields(List<Field> fields)
Create new fields for a specified form in the ARSystem.
|
OverlayPropInfo |
ARServerUser.createOverlay(OverlaidInfo object)
Creates overlay for the specified
OverlaidInfo object on AR System server. |
OverlayPropInfo |
ARServerUser.createOverlayFromObject(OverlaidInfo baseObj,
OverlaidInfo customObj)
Creates overlay of the specified custom object that was created at customer's environment.
|
ApiProxyI |
ProxyManager.createProxy(ApiUserContextI context)
Internal use only
|
int |
ARServerUser.createSupportFile(SupportFile supportFile)
Creates a new support file with the indicated information on the specified server.
|
void |
ARServerUser.createView(View object)
Creates the given View object in AR System server.
|
static int |
DateInfo.dateToJulianDate(String pattern,
String date_str)
convert the given date string into Julian Date
|
static StatusHistoryValue |
StatusHistoryValue.decode(String encoded)
Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
|
static List<MenuItem> |
MenuItem.decode(String encoded)
This method converts contents of a string into list menu structure
|
static DiaryListValue |
DiaryListValue.decode(String encoded)
Takes the formatted string returned for all diary fields and decodes it into an array of diary entries.
|
AlertMessageInfo |
ARServerUser.decodeAlertMessage(AlertMessageCriteria criteria,
Object message,
int length)
Decode supplied alert message and return component parts.
|
static AlertMessageInfo |
AlertMessageInfo.DecodeAlertMessage(AlertMessageCriteria criteria,
Object message,
int len) |
AssignInfo |
ARServerUser.decodeARAssignStruct(String assignString)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.decodeAssignment(java.lang.String) |
QualifierInfo |
ARServerUser.decodeARQualifierStruct(String queryString)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.decodeQualification(java.lang.String) |
AssignInfo |
ARServerUser.decodeAssignment(String assignString)
Decodes an encoded assignment String into internal data structure representation used by Java API
|
DiaryListValue |
ARServerUser.decodeDiary(String encoded)
Takes an encoded diary string as input and decodes it into an
DiaryListValue for easier processing. |
AssignInfo |
ARServerUser.decodeDSOPoolAssignment(String encodedStr)
Decodes an encoded DSO Pool Mapping Assignment into internal structure representation used by AR Java API
|
QualifierInfo |
ARServerUser.decodeQualification(String encodedQualText)
Decodes an encoded qualification String into internal data strucuture representation used by Java API.
|
void |
ARServerUser.deleteActiveLink(String name,
int deleteOption)
Deletes the specified activelink from AR System server.
|
void |
ARServerUser.deleteActiveLink(String name,
int deleteOption,
String objectModificationLogLabel)
Deletes the specified activelink from AR System server.
|
void |
ARServerUser.deleteAlert(String entryId)
Deletes an alert event from the system.
|
void |
ARServerUser.deleteAssociation(String name,
int deleteOption)
Deletes this Association from AR System server.
|
void |
ARServerUser.deleteAssociation(String name,
int deleteOption,
String objectModificationLogLabel)
Deletes this Association from AR System server.
|
void |
ARServerUser.deleteContainer(String name,
int deleteOption)
Deletes the container with the indicated name from the specified server and deletes any references to the
container from other containers.
|
void |
ARServerUser.deleteContainer(String name,
int deleteOption,
String objectModificationLogLabel)
Deletes the container with the indicated name from the specified server and deletes any references to the
container from other containers.
|
void |
ARServerUser.deleteEntry(String formName,
String entryId,
int deleteOption)
Removes the form entry with the indicated ID from the specified server.
|
void |
ARServerUser.deleteEscalation(String name,
int deleteOption)
Deletes this escalation from AR System server.
|
void |
ARServerUser.deleteEscalation(String name,
int deleteOption,
String objectModificationLogLabel)
Deletes this escalation from AR System server.
|
void |
ARServerUser.deleteField(String form,
int fieldId,
int deleteOption)
Deletes the form field with the indicated ID from the specified server.
|
void |
ARServerUser.deleteFields(String form,
int[] fieldIds,
int deleteOption)
Deletes the fields with the specified IDs from the given form
|
void |
ARServerUser.deleteFilter(String name,
int deleteOption)
Deletes this filter from AR System server.
|
void |
ARServerUser.deleteFilter(String name,
int deleteOption,
String objectModificationLogLabel)
Deletes this filter from AR System server.
|
void |
ARServerUser.deleteForm(String formName,
int deleteOption)
Deletes obj form from the server specified in the ARServerUser and deletes any container references to obj form.
|
void |
ARServerUser.deleteForm(String formName,
int deleteOption,
String objectModificationLogLabel)
Deletes obj form from the server specified in the ARServerUser and deletes any container references to obj form.
|
void |
ARServerUser.deleteImage(String imageName,
boolean updateRef)
Deletes obj image from the server specified in the ARServerUser and optionally deletes any references to the
image obj form, depending on the value of updateRef.
|
void |
ARServerUser.deleteImage(String imageName,
boolean updateRef,
String objectModificationLogLabel)
Deletes obj image from the server specified in the ARServerUser and optionally deletes any references to the
image obj form, depending on the value of updateRef.
|
void |
ARServerUser.deleteMenu(String name,
int deleteOption)
Removes this specified Memu object from AR System server.
|
void |
ARServerUser.deleteMenu(String name,
int deleteOption,
String objectModificationLogLabel)
Removes this specified Memu object from AR System server.
|
void |
ARServerUser.deleteSupportFile(SupportFileKey supportFileKey)
Deletes the given support file from the server.
|
void |
ARServerUser.deleteView(String formName,
int viewId)
Removes this object on the AR System server.
|
void |
ARServerUser.deregisterForAlerts(int clientPort)
Deregister a client with the server so they no longer receive alert indicators.
|
String |
ARServerUser.encodeARAssignStruct(AssignInfo assign)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.encodeAssignment(com.bmc.arsys.api.AssignInfo) |
String |
ARServerUser.encodeARQualifierStruct(QualifierInfo qual)
Deprecated.
as of AR System 7.1, replaced by
ARServerUser.encodeQualification(com.bmc.arsys.api.QualifierInfo) |
String |
ARServerUser.encodeAssignment(AssignInfo assignment)
Encodes an internal data structure representation of qualification into String format
|
static String |
ARServerUser.encodeDiary(DiaryListValue diaryList)
Takes an
DiaryListValue as input and encodes it into a diary string. |
String |
ARServerUser.encodeDSOPoolAssignment(AssignInfo asgnInfo)
Encodes an internal data structure representation of Assignments into String format
|
String |
ARServerUser.encodeQualification(QualifierInfo qualifier)
Encodes an internal data structure representation of qualification into String format
|
List<BulkEntryReturn> |
ARServerUser.endBulkEntryTransaction(int actionType)
Marks the ending of a bulk entry transaction.
|
void |
ARServerUser.endClientManagedTransaction(int transactionOption)
End a client managed transaction.
|
ProcessResult |
ARServerUser.executeProcess(String command)
Execute the indicated command on the server, wait it to finish, and bring back the result
|
ProcessResult |
ARServerUser.executeProcess(String command,
boolean waitFlag)
Execute the indicated command on the server, and bring back the result if the waitFlgs instructs the method to
wait for the process to finish.
|
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList)
Reserved for AR System internal only.
|
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
boolean waitFlag)
Reserved for AR System internal only.
|
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.
|
ProcessResult |
ARServerUser.executeSpecialCommand(String cmd,
Object... parameters)
Executes one of the special AR System run process commands
|
List<MenuItem> |
ARServerUser.expandMenu(Menu menu)
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(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)
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) |
String |
ARServerUser.exportDef(List<StructItemInfo> items)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
boolean asXml)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
boolean asXml,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
String |
ARServerUser.exportDef(List<StructItemInfo> items,
WorkflowLockInfo lockInfo)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
String |
ARServerUser.exportDef(List items,
boolean asXml,
WorkflowLockInfo lockInfo)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.exportDefToFile(java.util.List<com.bmc.arsys.api.StructItemInfo>, boolean, java.lang.String, boolean) that takes care of file encoding. |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String defXmlFile,
boolean overwrite)
Exports the specified structure from the server to a file in ARSystem def or xml format.
|
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String defXmlFile,
boolean overwrite,
int expOption)
Exports the specified structure from the server to a file in ARSystem def or xml format.
|
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite) |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite) |
void |
ARServerUser.exportDefToFile(List<StructItemInfo> items,
boolean asXml,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite,
int expOption)
Exports the specified structure from the server to a file in ARSystem def or xml format.
|
void |
ARServerUser.exportDefToFile(List items,
boolean asXml,
String displayTag,
int vuiType,
WorkflowLockInfo lockInfo,
String filePath,
boolean overwrite,
int expOption)
Exports the specified structure from the server to a file in ARSystem def or xml format.
|
String |
ARServerUser.formatAssignment(AssignInfo assign,
List<Field> fieldList,
Field assignField,
boolean topLevel)
Constructs a
String object containing the string representation of a given assignment AssignInfo
object. |
String |
ARServerUser.formatAssignment(String form,
int fieldId,
String form2,
Object assignment)
Formats an internal representation of a assignment expression to a readable String
|
String |
ARServerUser.formatQualification(QualifierInfo qual,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext,
boolean isEscalation)
Constructs a
String object containing the string representation of a given qualifier object. |
String |
ARServerUser.formatQualification(String form,
Object qualification)
Formats an internal representation of a qualifier to a readable String
|
String |
ARServerUser.formatSetIfQualification(String form1,
String form2,
Object qualification)
Formats internal structure of given qualification (used as Set-If condition of a SetFields workflow action)into a
String representation
|
AssociationsToFollow |
RpcHandConverter21.fromRpcArAssociationsToFollow21(com.bmc.arsys.arrpc.ArAssociationToFollow21 arg0) |
Association |
RpcHandConverter21.fromRpcArGetAssociation21Out(ARServerUser context,
com.bmc.arsys.arrpc.ArGetAssociation21Out rpcOut) |
List<Association> |
RpcHandConverter21.fromRpcArGetMultipleAssociations21Out(ARServerUser arServerUser,
com.bmc.arsys.arrpc.ArGetMultipleAssociations21Out out,
long changedSince,
List<String> names,
AssociationCriteria criteria) |
List<Form> |
RpcHandConverter21.fromRpcArGetMultipleSchemas21Out(ARServerUser context,
com.bmc.arsys.arrpc.ArGetMultipleSchemas21Out arg0,
long arg1,
int arg2,
String arg3,
int[] arg4,
FormCriteria arg5) |
List<GroupInfo> |
RpcHandConverter20.fromRpcArGroupInfoList20ToList(ARServerUser context,
com.bmc.arsys.arrpc.ArGroupInfoList20 arg0) |
String |
ARServerUser.generateGUID()
Generates a GUID by runninng a special AR System run process commands.
|
String |
ARServerUser.generateGUID(String prefix)
Generates a GUID by runninng a special AR System run process commands.
|
ActiveLink |
ARServerUser.getActiveLink(String name)
return detailed information about the activelink
ActiveLink from the server |
ActiveLink |
ARServerUser.getActiveLink(String name,
ActiveLinkCriteria criteria)
Returns detailed information about the
ActiveLink object |
int |
ARServerUser.getAlertCount(QualifierInfo qual)
Gets number of alert events that meet the specified qualification.
|
List<String> |
ARServerUser.getAllLocalHostIDs()
Get all local host ID's.
|
String |
ARServerUser.getApplicationState(String applicationName)
Retrieves the current state of a given application.
|
Association |
ARServerUser.getAssociation(String key)
Returns detailed information about the
Association object specified by the given name. |
Association |
ARServerUser.getAssociation(String key,
AssociationCriteria criteria)
Returns detailed information about the
Association object specified by
AssociationCriteria and String . |
List<Integer> |
ARServerUser.getCacheEvent(int[] eventIdList,
int returnOption,
OutputInteger cacheCount)
Returns cache event IDs that have occurred.
|
Container |
ARServerUser.getContainer(String name)
retrieve the requested container object from AR System server.
|
Container |
ARServerUser.getContainer(String name,
ContainerCriteria criteria)
Returns the contents of the container with the indicated name with information specified by
ContainerCriteria on the specified server. |
BigDecimal |
ARServerUser.getCurrencyRatio(String currencyRatioSet,
String fromCurrencyCode,
String toCurrencyCode)
Search through a supplied currency ratios string to find an entry that matches the requested currency codes.
|
Entry |
ARServerUser.getEntry(String formName,
String entryId,
int[] entryListFields)
Loads the entry object from AR System as specified by the entryentryListFields data member.
|
byte[] |
ARServerUser.getEntryBlob(String formName,
String entryID,
int fieldID)
Returns the attachment that is stored in the indicated IDs on the specified server.
|
void |
ARServerUser.getEntryBlob(String formName,
String entryID,
int fieldID,
String filePath)
Returns the attachment that is stored in the indicated IDs on the specified server.
|
List<StatisticsResultInfo> |
ARServerUser.getEntryStatistics(String formKey,
QualifierInfo qual,
ArithmeticOrRelationalOperand target,
int statistic,
int[] groupByList)
Computes the indicated statistic for the form entries that match the conditions specified by the qualifier
parameter.
|
Escalation |
ARServerUser.getEscalation(String key)
Returns detailed information about the
Escalation object specified by the given name. |
Escalation |
ARServerUser.getEscalation(String key,
EscalationCriteria criteria)
Returns detailed information about the
Escalation object. |
Field |
ARServerUser.getField(String form,
int fieldId)
Retrieve the requested form field object from the server.
|
Field |
ARServerUser.getField(String form,
int fieldId,
FieldCriteria criteria)
Retrieve and populate the form field object with the requested information from AR System server.
|
Filter |
ARServerUser.getFilter(String key)
Returns detailed information about the
Filter object specified by the given name. |
Filter |
ARServerUser.getFilter(String key,
FilterCriteria criteria)
|
Form |
ARServerUser.getForm(String formName)
return the requested Form object from AR System server.
|
Form |
ARServerUser.getForm(String formName,
FormCriteria criteria)
return the requested Form object from AR System server.
|
Image |
ARServerUser.getImage(String imageName)
return the requested Image object from AR System server.
|
Image |
ARServerUser.getImage(String imageName,
ImageCriteria criteria)
return the requested Image object from AR System server.
|
List<String> |
ARServerUser.getListActiveLink()
Returns a list of all (accessible) active link names in the server
|
List<String> |
ARServerUser.getListActiveLink(long changedSince)
Returns names of all (accessible) active links that are modified after the given change time
|
List<String> |
ARServerUser.getListActiveLink(String formName)
Returns names of all (accessible) active links that are associated with the given form
|
List<String> |
ARServerUser.getListActiveLink(String formName,
long changedSince)
Returns names of all (accessible) active links that are associated with the given form and amodified after the
provided time
|
List<String> |
ARServerUser.getListActiveLink(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the name of all (accessible) active links that match with the given criteria.
|
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects()
Returns detailed information for all (accessible)
ActiveLink objects |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(List<String> names)
Returns detailed information for the requested
ActiveLink objects that the user has permission to access |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(List<String> names,
ActiveLinkCriteria criteria)
Returns detailed information for the requested
ActiveLink objects that the user has permission to access |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(List<String> names,
long changedSince,
ActiveLinkCriteria criteria)
Returns detailed information for the requested
ActiveLink objects that the user has permission to access
and is modified after the give time |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(String formName)
Returns detailed information for all (accessible)
ActiveLink objects that are associated with the
specified form |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(String formName,
long changedSince)
Returns detailed information for all (accessible)
ActiveLink objects that are associated with the
specified form and modified after the given time. |
List<ActiveLink> |
ARServerUser.getListActiveLinkObjects(String formName,
long changedSince,
ActiveLinkCriteria criteria)
Returns detailed information for all (accessible)
ActiveLink objects specified by the criteria and
ActiveLinkCriteria . |
List<String> |
ARServerUser.getListAlertUser()
Gets list of registered Alert users.
|
List<String> |
ARServerUser.getListApplicationState()
Retrieves the list of possible application state (maintenance, test or production) that an application on this AR
System server.
|
List<String> |
ARServerUser.getListAssociation(String formName,
long changedSince,
ObjectPropertyMap propsToSearch,
int enforcement,
int cardinality,
int type)
Returns all the name of all (accessible) association that match with the given criteria.
|
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names)
return the detail of all (accessible) requested
Association objects |
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names,
AssociationCriteria criteria)
return the detail of all (accessible) requested
Association objects |
List<Association> |
ARServerUser.getListAssociationObjects(List<String> names,
long changedSince,
AssociationCriteria criteria)
return the detail of all (accessible) requested
Association objects that are modified
after the given timestamp |
List<String> |
ARServerUser.getListContainer(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch)
Returns the names of all (accessible)
Container object that meet the given criteria. |
List<Container> |
ARServerUser.getListContainerObjects(List<String> containers)
Returns detailed information for the requested
Container objects |
List<Container> |
ARServerUser.getListContainerObjects(long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch,
ContainerCriteria criteria)
Returns detailed information of all (accessible)
Container objects that match with the given criteria |
List<String> |
ARServerUser.getListDisplayOnlyForm(long changedSince)
return the name of all (accessible) Display-Only forms
Constants.AR_LIST_SCHEMA_DIALOG that are modified
after the specified time. |
List<EntryListInfo> |
ARServerUser.getListEntry(String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
List<EntryListFieldInfo> entryListFields,
boolean useLocale,
OutputInteger nMatches)
Returns list of
EntryListInfo objects that uniquely identify the entry objects that match the provided
criteria. |
List<QuerySourceValues> |
ARServerUser.getListEntryObjects(RegularQuery query,
int firstRetrieve,
int maxRetrieve,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
QuerySourceValues objects that match the provided criteria. |
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. |
void |
ARServerUser.getListEntryObjects(String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches,
IARRowIterator iterator)
Applies the iteratorCallback method of the iterator parameter to each
Entry object that matches the
provided criteria. |
List<EntryPointInfo> |
ARServerUser.getListEntryPoint(long changedSince,
List<String> applicationKeys,
int[] refTypes,
int viewType,
String displayTag,
boolean hiddenFlag)
Retrieves all application entry points that match with the given criteria.
|
List<String> |
ARServerUser.getListEscalation()
return the names of all (accessible)
Escalation objects |
List<String> |
ARServerUser.getListEscalation(long changedSince)
return the names of all (accessible)
Escalation objects that is modified after the specified timestamp |
List<String> |
ARServerUser.getListEscalation(String formName)
return the names of all (accessible)
Escalation objects that is associated with the given form |
List<String> |
ARServerUser.getListEscalation(String formName,
long changedSince)
return the names of all (accessible)
Escalation objects that is associated with the given form and
modified after the specified timestamp. |
List<String> |
ARServerUser.getListEscalation(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
return the names of all (accessible)
Escalation objects that match the given criteria |
List<Escalation> |
ARServerUser.getListEscalationObjects(List<String> names,
long changedSince,
EscalationCriteria criteria)
Returns detailed information for all (accessible)
Escalation
objects that match the given criteria. |
List<Escalation> |
ARServerUser.getListEscalationObjects(String formName,
long changedSince,
EscalationCriteria criteria)
Returns detailed information for all (accessible)
Escalation objects that match the given criteria. |
List<ExtFormCandidatesInfo> |
ARServerUser.getListExtFormCandidates(int formType)
Returns a list of all external data source table (forms candidates).
|
List<Integer> |
ARServerUser.getListField(String formName,
int fieldTypeMask,
long changedSince)
Returns the ids of all (accessible) fields that matches with the given criteria.
|
List<Integer> |
ARServerUser.getListField(String formName,
int fieldTypeMask,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the ids of all (accessible) fields that matches with the given criteria.
|
List<Field> |
ARServerUser.getListFieldObjects(String formName)
Returns detailed information for all (accessible) fields on the given form.
|
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask)
Returns detailed information of all (accessible) fields that match with the given criteria.
|
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int[] fieldIds)
Returns detailed information of all attributes for a list of Field objects specified by the field ids
|
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int[] fieldIds,
FieldCriteria criteria)
Returns detailed information of the given attributes for a list of Field objects specified by the field ids.
|
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask,
long changedSince)
Returns detailed information of all (accessible) fields that match with the given criteria.
|
List<Field> |
ARServerUser.getListFieldObjects(String formName,
int fieldTypeMask,
long changedSince,
FieldCriteria criteria)
Returns detailed information for all (accessible)
Field objects that match with the given criteria. |
List<String> |
ARServerUser.getListFilter()
Returns names of all (accessible) filters in ARSystem server.
|
List<String> |
ARServerUser.getListFilter(long changedSince)
Returns names of all (accessible) filters that is modified after the provided time .
|
List<String> |
ARServerUser.getListFilter(String formName)
Returns names of all (accessible) filters that is associated with the given form.
|
List<String> |
ARServerUser.getListFilter(String formName,
long changedSince)
Returns names of all (accessible) filters that is modified after the provided time, and associated with the given
form.
|
List<String> |
ARServerUser.getListFilter(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns all the name of all (accessible) filters that match with the given criteria.
|
List<Filter> |
ARServerUser.getListFilterObjects()
return the detail of all (accessible)
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names)
return the detail of all (accessible) requested
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names,
FilterCriteria criteria)
return the detail of all (accessible) requested
Filter objects |
List<Filter> |
ARServerUser.getListFilterObjects(List<String> names,
long changedSince,
FilterCriteria criteria)
return the detail of all (accessible) requested
Filter objects that are modified after the given
timestamp |
List<Filter> |
ARServerUser.getListFilterObjects(String formName)
return the detail of all (accessible)
Filter objects that are associated with the given form |
List<Filter> |
ARServerUser.getListFilterObjects(String formName,
long changedSince)
return the detail of all (accessible)
Filter objects that are associated with the given form and modified
after the provided timestamp |
List<Filter> |
ARServerUser.getListFilterObjects(String formName,
long changedSince,
FilterCriteria criteria)
return the detail information of all (accessible)
Filter objects that are associated with the given form
and modified after the provided timestamp |
List<String> |
ARServerUser.getListForm()
return the name of all (accessible) forms on the server.
|
List<String> |
ARServerUser.getListForm(long changedSince)
return the name of all (accessible)forms that are modified after the specified time.
|
List<String> |
ARServerUser.getListForm(long changedSince,
int formType)
return the name of all (accessible) forms that match the sepcified criteria
|
List<String> |
ARServerUser.getListForm(long changedSince,
int formType,
String formName)
return the name of all (accessible) forms that match the sepcified criteria
|
List<String> |
ARServerUser.getListForm(long changedSince,
int formType,
String formName,
int[] fieldIds)
return the name of all (accessible) forms that match the sepcified criteria
|
List<String> |
ARServerUser.getListForm(long changedSince,
int formType,
String formName,
int[] fieldIds,
ObjectPropertyMap propsToSearch)
return the name of all (accessible) forms that match the specified criteria
|
List<FormAliasInfo> |
ARServerUser.getListFormAliases(long changedSince,
int formType,
String formName,
int[] fieldIds,
String vuiLabel)
Returns a list of form names and corresponding aliases that match the given criteria.
|
List<Form> |
ARServerUser.getListFormObjects(long changedSince,
int formType,
String formName,
int[] fieldIds,
FormCriteria criteria)
Returns detailed information of all (accessible)
Form objects that match the specified criteria. |
List<GroupInfo> |
ARServerUser.getListGroup(String user,
String password)
Returns a list of access control groups on the specified server.
|
List<String> |
ARServerUser.getListImage()
return the names of all
Image objects |
List<String> |
ARServerUser.getListImage(List<String> formList)
return the names of all
Image objects that are associated with the given list of forms |
List<String> |
ARServerUser.getListImage(List<String> formList,
long changedSince,
String imageType)
return the names of all
Image objects that match the given criteria |
List<String> |
ARServerUser.getListImage(List<String> formList,
long changedSince,
String imageType,
ObjectPropertyMap propsToSearch)
return the names of all
Image objects that match the given criteria |
List<String> |
ARServerUser.getListImage(long changedSince)
return the names of all
Image objects that have been modified after the specified timestamp |
List<String> |
ARServerUser.getListImage(String imageType)
return the names of all
Image objects of a specified type (ie, "jpg") |
List<Image> |
ARServerUser.getListImageObjects()
Returns detailed information for all
Image objects |
List<Image> |
ARServerUser.getListImageObjects(List<String> names)
Returns detailed information for the requested
Image objects |
List<Image> |
ARServerUser.getListImageObjects(List<String> names,
ImageCriteria criteria)
Returns detailed information for the requested
Image objects |
List<Image> |
ARServerUser.getListImageObjects(List<String> names,
long changedSince,
ImageCriteria criteria)
Returns detailed information for the requested
Image objects and is modified after the give time |
List<Image> |
ARServerUser.getListImageObjects(String formName)
Returns detailed information for all (accessible)
Image objects that are associated with the specified
form |
List<Image> |
ARServerUser.getListImageObjects(String formName,
long changedSince)
Returns detailed information for all
Image objects that are associated with the specified form and
modified after the given time. |
List<Image> |
ARServerUser.getListImageObjects(String formName,
long changedSince,
ImageCriteria criteria)
Returns detailed information for all
Image objects specified by the criteria and ImageCriteria . |
List<String> |
ARServerUser.getListJoinForm(long changedSince)
return the name of all (accessible) Join forms
Constants.AR_LIST_SCHEMA_JOIN that are modified after the
specified time. |
List<LicenseInfo> |
ARServerUser.getListLicense(String licenseType)
Returns list of license info
LicenseInfo for the specified type. |
List<String> |
ARServerUser.getListMenu(long changedSince,
List<String> forms,
List<String> activeLinks)
Returns names of all (accessible) menu that match with the given criteria.
|
List<String> |
ARServerUser.getListMenu(long changedSince,
List<String> forms,
List<String> activeLinks,
ObjectPropertyMap propsToSearch)
Returns names of all (accessible) menu that match with the given criteria
|
List<Menu> |
ARServerUser.getListMenuObjects(long changedSince,
List<String> forms,
List<String> activeLinks,
MenuCriteria criteria)
Returns detailed information of all (accessible) Menu objects that match with the given criteria.
|
List<Menu> |
ARServerUser.getListMenuObjects(long changedSince,
List<String> menus,
MenuCriteria criteria)
Returns detailed information of all (accessible) Menu objects that match with the given criteria.
|
List<String> |
ARServerUser.getListRegularForm(long changedSince)
return the name of all (accessible) Regular forms
Constants.AR_LIST_SCHEMA_REGULAR that are modified
after the specified time. |
List<RoleInfo> |
ARServerUser.getListRole(String application,
String user,
String password)
Returns a list of roles for a user for a deployable application on the specified server.
|
SQLResult |
ARServerUser.getListSQL(String sqlCommand,
int maxRetrieve,
boolean retrieveNumMatches)
Returns a list of rows from the underlying SQL database on the specified server.
|
SQLResult |
ARServerUser.getListSQLForActiveLink(String actlinkName,
int actionIndex,
int actionType,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
int maxRetrieve,
boolean retrieveNumMatches)
Reserved for AR System internal only.
|
List<Integer> |
ARServerUser.getListSupportFile(int fileType,
String associatedObjName,
int supportingId,
long changedSince)
Returns the ids of all support files that match the given criteria, and the current user has privilege to the
specified objects
|
List<SupportFile> |
ARServerUser.getListSupportFileObjects(int fileType,
String associatedObjName,
int supportingId,
long changedSince)
Returns all
SupportFile objects that match the given criteria, and the current user has privilege to the
specified objects |
List<UserInfo> |
ARServerUser.getListUser()
Returns a list of users currently accessing the specified AR System server.
|
List<UserInfo> |
ARServerUser.getListUser(int type)
Returns a list of users on the specified AR System server.
|
List<UserInfo> |
ARServerUser.getListUser(int type,
long changedSince)
Returns a list of users on the specified AR System server.
|
List<EntryValueList> |
ARServerUser.getListValuesFromEntries(String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
List<EntryValueList> |
ARServerUser.getListValuesFromMultiSchemaEntries(RegularComplexQuery query,
int firstRetrieve,
int maxRetrieve,
boolean useLocale,
boolean selectDistinct,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
List<String> |
ARServerUser.getListVendorForm(long changedSince)
return the name of all (accessible) Vendor forms
Constants.AR_LIST_SCHEMA_VENDOR that are modified after
the specified time. |
List<ExtFieldCandidatesInfo> |
ARServerUser.getListVendorFormFieldCandidates(String vendorName,
String tableName)
Returns information about all the columns/fields candidates for Vendor form.
|
List<Integer> |
ARServerUser.getListView(String formName,
long changedSince)
Returns the names of all views that reside on the provided form, and modified after the given timestamp.
|
List<Integer> |
ARServerUser.getListView(String formName,
long changedSince,
ObjectPropertyMap propsToSearch)
Returns the names of all views that reside on the provided form, and modified after the given timestamp.
|
List<String> |
ARServerUser.getListViewForm(long changedSince)
return the name of all (accessible) View forms (@link Constants#AR_LIST_SCHEMA_VIEW} that are modified after the
specified time.
|
List<ExtFieldCandidatesInfo> |
ARServerUser.getListViewFormFieldCandidates(String tableName)
Returns information about all the columns/fields candidates for View form.
|
List<View> |
ARServerUser.getListViewObjects(String formName,
long changedSince,
int[] viewIds,
ViewCriteria criteria)
Returns the detailed information of all (accessible)
View objects
that match with the given crteria. |
List<View> |
ARServerUser.getListViewObjects(String formName,
long changedSince,
ViewCriteria criteria)
Returns the detailed information of all (accessible)
View objects that match with the given crteria. |
String |
ARServerUser.getLocalHostID()
Get License host ID.
|
LocalizedValueInfo |
ARServerUser.getLocalizedValue(LocalizedValueCriteria criteria,
LocalizedRequestInfo request)
Gets a localized text string from the message catalog form.
|
Menu |
ARServerUser.getMenu(String name,
MenuCriteria criteria)
return the requested menu object with information specified by
MenuCriteria from AR System server. |
List<String> |
ARServerUser.getMultipleCurrencyRatioSets(List<Timestamp> ratioTimestamps)
Retrieves a list of formatted currency ratio sets valid for the time specified in the argument.
|
List<LocalizedValueInfo> |
ARServerUser.getMultipleLocalizedValues(LocalizedValueCriteria criteria,
List<LocalizedRequestInfo> requests)
Gets multiple localized texts from the catalog file.
|
HashMap<Integer,ObjectOperationTimes> |
ARServerUser.getObjectChangeTimes()
Gets a HashMap of arserver objects and the timestamps for the last create, modify, or delete operation on each
object.
|
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. |
ApiProxyI |
PoolingProxyManager.getProxy(ApiUserContextI context)
Internal use only
|
ApiProxyI |
DefaultProxyManager.getProxy(ApiUserContextI context)
Get proxy for the AR System server specified by the context.
|
ARServerUser |
Session.getServer(String serverName) |
ARServerUser |
Session.getServer(String serverName,
int tcpPort) |
ARServerUser |
Session.getServer(String serverName,
int tcpPort,
String authString) |
ARServerUser |
Session.getServer(String serverName,
int tcpPort,
String authString,
boolean ensureAdmin,
boolean lockToadminQueue) |
ARServerUser |
Session.getServer(String serverName,
int tcpPort,
String authString,
String user,
String password,
boolean ensureAdmin,
boolean lockToadminQueue) |
String |
ARServerUser.getServerCharSet()
Returns the servers char set as a string.
|
ServerInfoMap |
ARServerUser.getServerInfo(int[] requestList)
Returns the requested configuration information for the specified server.
|
ServerInfoMap |
ARServerUser.getServerStatistics(int[] requestList)
Returns the requested statistics for the specified server.
|
SupportFile |
ARServerUser.getSupportFile(String associatedObjName,
int fileId)
Retrieves the property of the support file that is associated with the given object and with a specific file id
|
SupportFile |
ARServerUser.getSupportFile(String associatedObjName,
int fileId,
int fileType,
int supportingId,
String filePath)
Retrieves the content of the support file indicated by the key information into a local file identified by the
filePath.
|
SupportFile |
ARServerUser.getSupportFile(String associatedObjName,
int fileId,
String filePath)
Retrieves the content of the support file indicated by the key information into a local file identified by the
filePath.
|
String |
ARServerUser.getTextForErrorMessage(int msgId)
Returns the message text for the specified error from the local catalog (in the local language).
|
ValidateFormCacheInfo |
ARServerUser.getValidateFormCache(String form,
Timestamp mostRecentActLink,
Timestamp mostRecentMenu,
Timestamp mostRecentGuide)
The call provides the schema change information that can be used by Java API clients to validate
it's local cache for given form.
|
View |
ARServerUser.getView(String formName,
int viewId)
Retrieves the form view object from the AR System server.
|
View |
ARServerUser.getView(String formName,
int viewId,
ViewCriteria criteria)
Populates this object with information specified by
ViewCriteria from the AR System server. |
void |
ARServerUser.impersonateUser(String impersonatedUser)
Enables plug-ins, midtier or other program to run as an administrator in this session, but to perform operations
as a specific user (with that user's permission and licensing in effect).
|
void |
ARServerUser.importDefFromBuffer(String importBuffer)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromBuffer(String importBuffer,
int optionMask)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromBuffer(String importBuffer,
int optionMask,
List<StructItemInfo> items)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromBuffer(String importBuffer,
List<StructItemInfo> items)
Deprecated.
as of AR System 7.5, replaced by
ARServerUser.importDefFromFile(java.lang.String) that takes care of file encoding. |
void |
ARServerUser.importDefFromFile(String filePath)
Import all definitions into the server from given file.
|
void |
ARServerUser.importDefFromFile(String filePath,
int optionMask)
Import all definitions, using the given import option, into the server from given file This operation can be
performed by users with AR System administrator privileges only.
|
void |
ARServerUser.importDefFromFile(String filePath,
int optionMask,
List<StructItemInfo> items)
Import the provided object definitions into the server using the specified import option.
|
void |
ARServerUser.importDefFromFile(String filePath,
int optionMask,
List<StructItemInfo> items,
String objectModificationLogLabel)
Import the provided object definitions into the server using the specified import option.
|
void |
ARServerUser.importDefFromFile(String filePath,
List<StructItemInfo> items)
Import given object definitions into the server from given file.
|
boolean |
ARServerUser.isAdministrator()
Checks if the user is an member of the Administrator group.
|
boolean |
ARServerUser.isMemberOfBaseOverlayGroup()
Checks if the user is a member of the Base overlay group.
|
boolean |
ARServerUser.isMemberOfCustomizeGroup()
Checks if the user is a member of the Customize group.
|
boolean |
ARServerUser.isMemberOfGroup(int groupId)
Return is the current user member of the specified group
|
boolean |
ARServerUser.isMemberOfOverlayGroup()
Checks if the user is a member of an Overlay group.
|
boolean |
ARServerUser.isStructAdmin()
Checks if the user is an member of the Struct Admin group.
|
boolean |
ARServerUser.isStructSubadmin()
Checks if the user is a member of the Struct Subadmin group.
|
boolean |
ARServerUser.isSubAdministrator()
Checks if the user is a member of the Subadministrator group.
|
void |
ARServerUser.login()
Logs in to the server and verifies the user.
|
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) |
AssignInfo |
ARServerUser.parseAssignment(String toForm,
int fieldId,
String fromForm,
String expression)
Parses a given readable assignment into internal structure
|
AssignInfo |
ARServerUser.parseAssignment(String assignString,
String queryString,
Field assignField,
List<Field> fieldList1,
List<Field> fieldList2,
String form,
String server,
int currentScreen,
boolean idOk,
boolean fromSQL,
boolean fromFilterAPI,
int queryContext)
Constructs a
AssignInfo object given a string representation. |
Object |
ARServerUser.parseFilterQualification(String form,
String qualification)
Parse a qualification that can be used with in a Filter Run If qualification
|
QualifierInfo |
ARServerUser.parseQualification(String queryString,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext)
Constructs a
QualifierInfo object given a string representation. |
QualifierInfo |
ARServerUser.parseQualification(String queryString,
List<Field> fieldList1,
List<Field> fieldList2,
int queryContext,
boolean exceptionWhenFieldNotFound)
Constructs a
QualifierInfo object given a string representation. |
QualifierInfo |
ARServerUser.parseQualification(String form,
String qualification)
Parses a given readable qualification string into internal structure.
|
QualifierInfo |
ARQualifierHelper.parseQualification(String localeString,
String queryString) |
QualifierInfo |
ARServerUser.parseQualification(String form,
String vui,
String qualification)
Parses a given qualification into internal structure.
|
QualifierInfo |
ARQualifierHelper.parseQualification(String localeString,
String queryString,
String timezone)
Parses the qualification string and returns the QualifierInfo object
|
QualifierInfo |
ARServerUser.parseSetIfQualification(String form1,
String form2,
String qualification)
Parses a given qualification (used as Set-If condition of a SetFields workflow action) into internal structure
|
void |
ARServerUser.registerForAlerts(int clientPort,
int registrationFlags)
Register a client with the server to receive alert signals.
|
void |
ARServerUser.removeClientManagedTransaction()
Removes a client managed transaction handle from the ARServerUser
This call is reserved for future use. |
void |
ARServerUser.runEscalation(String escalation)
Run Escalation
|
void |
ARServerUser.setActiveLink(ActiveLink object)
Updates this active link on the database.
|
void |
ARServerUser.setActiveLink(ActiveLink object,
String objectModificationLogLabel)
Updates this active link on the database.
|
void |
ARServerUser.setApplicationState(String applicationName,
String newState)
Sets the state of a given application
|
void |
ARServerUser.setAssociation(Association object)
Updates this
Association object onto ARSystem server. |
void |
ARServerUser.setAssociation(Association object,
String objectModificationLogLabel)
Updates this
Filter object onto ARSystem server. |
void |
ARServerUser.setClientManagedTransaction(String transactionHandle)
Sets a client managed transaction.
|
void |
ARServerUser.setContainer(Container object)
Updates the definition of the given container on the server.
|
void |
ARServerUser.setContainer(Container object,
boolean removeInvalidReference)
Updates the definition of the given container on the server.
|
void |
ARServerUser.setContainer(Container object,
boolean removeInvalidReference,
String objectModificationLogLabel)
Updates the definition of the given container on the server.
|
void |
ARServerUser.setEntry(String formName,
String entryId,
Entry entry,
Timestamp getTime,
int nOption)
Updates an the given entry in ARSystem server.
|
void |
ARServerUser.setEscalation(Escalation object)
Updates this
Escalation object on ARSystem server |
void |
ARServerUser.setEscalation(Escalation object,
String objectModificationLogLabel)
Updates this
Escalation object on ARSystem server |
void |
ARServerUser.setField(Field object)
Saves the changes made to the form field object into AR System server.
|
void |
ARServerUser.setFilter(Filter object)
Updates this
Filter object onto ARSystem server. |
void |
ARServerUser.setFilter(Filter object,
String objectModificationLogLabel)
Updates this
Filter object onto ARSystem server. |
void |
ARServerUser.setForm(Form obj)
Saves the changes made to the form object into AR System server
|
void |
ARServerUser.setForm(Form obj,
String objectModificationLogLabel)
Saves the changes made to the form object into AR System 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 |
ARServerUser.setImage(Image obj)
Saves the changes made to the image object into AR System server
|
void |
ARServerUser.setImage(Image obj,
String objectModificationLogLabel)
Saves the changes made to the image object into AR System server
|
void |
ARServerUser.setLogging(LoggingInfo info)
Activates and deactivates client-side logging of server activities.
|
void |
ARServerUser.setMenu(Menu object)
Saves the changes made to the menu field object into AR System server
|
void |
ARServerUser.setMenu(Menu object,
String objectModificationLogLabel)
Saves the changes made to the menu field object into AR System server
|
void |
ARServerUser.setMultipleFields(List<Field> fields)
Saves the changes made to the form fields into ARSystem server.
|
void |
Proxy.setProxyProperties(ApiUserContextI context) |
void |
ARServerUser.setServerInfo(ServerInfoMap serverInfoMap)
Updates the indicated configuration information for the specified server.
|
void |
ARServerUser.setSupportFile(SupportFile supportFile)
Updates this support file onto ARSystem server
|
void |
ARServerUser.setView(View object)
Updates this view on the database
|
void |
ARServerUser.signalServer(Map<SignalType,String> signals)
send a signal to the server to perform the indicated op, i.e.
|
void |
AlertReceiver.stopReceive(ARServerUser context)
Stop receiving alert messages for the user from a particular ARServer
specified by the context.
|
static String |
FunctionAssignInfo.toFuncName(int code)
Returns the function name given the function code
|
com.bmc.arsys.arrpc.ArAssociationMapping21 |
RpcHandConverter21.toRpcArAssociationMapping21(Association object) |
com.bmc.arsys.arrpc.ArAssociationToFollow21 |
RpcHandConverter21.toRpcArAssociationsToFollow21(AssociationsToFollow assocsToFollow) |
void |
ARServerUser.useAdminRpcQueue()
Connect to the server using the admin queue.
|
void |
ARServerUser.useDefaultRpcQueue()
Connect to the server using the default queue, which is either List or Fast queue
|
void |
ARServerUser.usePrivateRpcQueue(int rpcProgramNum)
Communicate to the server using a private queue
|
void |
ParameterValidator.validateARAccessNameType(String name,
boolean nullOk) |
void |
ParameterValidator.validateARActiveLinkActionInfo(ActiveLinkAction action)
Validate that an object variable of type ActiveLinkAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARActiveLinkActionList(List<ActiveLinkAction> actionList,
boolean nullOk)
Validate that list of objects of type type ActiveLinkAction each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARArithOpAssignInfo(ArithOpAssignInfo arithOp)
Validate that an object of type ArithOpAssignInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARArithOpInfo(ArithmeticOperationInfo arthOp) |
void |
ParameterValidator.validateARAssignFieldInfo(AssignFieldInfo field)
Validate that an object of type ARAssignFieldInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARAssignFilterApiInfo(AssignFilterApiInfo filterApi)
Validate that an object of type AssignFilterApiInfo contains valid parameters.
|
void |
ParameterValidator.validateARAssignInfo(AssignInfo assignment)
Validate that an object of type AssignInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARAssignSQLInfo(AssignSQLInfo sql)
Validate that an object of type ARFieldSQLInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARAutomationInfo(OleAutomationAction olaa)
Validate that an object variable of type OleAutomationAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCallGuide(CallGuideAction cga,
int itemFilter)
Validate that an object of type CallGuideAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARChangeIdInfo(ChangeIdInfo changeIdInfo)
Validates ChangeIfInfo param
|
void |
ParameterValidator.validateARCharMenuItemInfo(MenuItem item,
int level)
Validate that an object of type MenuItem contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCharMenuList(ListMenu lm,
int level)
Validate that an object of type ListMenu contains a value and that the value is legal
|
void |
ParameterValidator.validateARCommand(String arg1) |
void |
ParameterValidator.validateARCOMMethodInfo(COMMethodInfo cmi,
boolean nullOk)
Validate that an object of type COMMethodInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCOMMethodList(List<COMMethodInfo> methodList,
boolean nullOk)
Validate that the List of objects of type COMMethodInfo each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCOMMethodParmInfo(COMMethodParmInfo cmpi,
boolean nullOk)
Validate that an object of type COMMethodParmInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCOMMethodParmList(List<COMMethodParmInfo> parameterList,
boolean nullOk)
Validate that List of objects of type COMMethodParmInfo each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARCOMValueInfo(COMValueInfo cvi,
boolean nullOk)
Validate that an object of type COMValueInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARContainerOwnerObj(ContainerOwner containerOwner)
Validate that an object of type ContainerOwner contains a value and that the value is legal.
|
void |
ParameterValidator.validateARContainerOwnerObjList(List<ContainerOwner> containerOwner)
Validate that List of objects of type ContainerOwner each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARDDEInfo(DDEAction dde)
Validate that an object of type DDEAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARDisplayInstanceList(DisplayInstanceMap dInstanceList,
boolean nullOk)
Validate that an object variable of type DisplayInstanceMap contain values and that the values are legal.
|
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 |
ParameterValidator.validateAREntryIdList(String value,
boolean nullOk)
Validate that an object of type String representing EntryListInfo contains a array of values and that the values
are legal.
|
void |
ParameterValidator.validateAREntryIdListList(List<String> entryIds,
boolean nullOk)
Validate that a List of type String of entryIds each contain a value and that the value is legal.
|
void |
ParameterValidator.validateAREntryListFieldInfo(List<EntryListFieldInfo> getListFields)
Validate that List of objects of type EntryListFieldInfo each contains a legal columnWidth and separator and that
the total length specified is within the limits of the allowed value.
|
void |
ParameterValidator.validateAREntryListFieldList(List<EntryListFieldInfo> entryListFields)
Validate that a List of type EntryListFieldInfo each contain a legal columnWidth and separator and that the total
length specified is within the limits of the allowed value.
|
void |
ParameterValidator.validateARExtReferenceInfo(ExternalReference extRef)
Validate that an object of type ExternalReference contains a value and that the value is legal.
|
void |
ParameterValidator.validateARFieldAssignList(List<FieldAssignInfo> fieldList,
boolean nullOK)
Validate that List of objects of type FieldAssignInfo each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARFieldDefaultValue(Field arg1) |
void |
ParameterValidator.validateARFieldLimitInfo(Field field)
Validate that an object variable of type FieldLimit contains a value and that the value is legal.
|
void |
ParameterValidator.validateARFieldMapping(Field field,
boolean nullOk)
Validate that an object variable of type FieldMapping contains a valid value.
|
void |
ParameterValidator.validateARFieldValueOrArithInfo(ArithmeticOrRelationalOperand arg1,
boolean nullOk)
Validate that object of type ArithmeticOrRelationalOperand contains a value and that the value is legal.
|
void |
ParameterValidator.validateARFilterActionInfo(FilterAction action,
boolean esclFlag,
boolean elseFlag)
Validate that an object of type FilterAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARFilterActionList(List<FilterAction> actionList,
boolean esclFlag,
boolean elseFlag,
boolean nullOk)
Validate that a List of objects of type FilterAction each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARForm(Form object,
boolean createForm) |
void |
ParameterValidator.validateARFormType(Form form,
boolean nullOk)
Validates that an object of type Form contains value and that the value is legal
|
void |
ParameterValidator.validateARFunctionAssignInfo(FunctionAssignInfo function)
validate that an object of type FunctionAssignInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARGotoActionInfo(GotoAction gta)
Validate that an object of type GotoAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARGotoGuideLabel(GotoGuideLabelAction gtla)
Validate that an object of type GotoGuideLabelAction contains a value(Label) and that the value is legal.
|
void |
ParameterValidator.validateARIndexList(List<IndexInfo> indexInfo)
Validate that List of objects of type IndexInfo contains values and that the values are legal.
|
void |
ParameterValidator.validateARLocaleType(String locale,
boolean nullOk)
Validate that an object variable of type String contains a value and that value is within the length limits of
the system.
|
void |
ParameterValidator.validateARNameList(List<String> formList,
boolean nullOk)
Validate that the List of objects of type String representing Form each contain values and that the values are
legal.
|
void |
ParameterValidator.validateARNameType(String name,
boolean nullOk) |
void |
ParameterValidator.validateAROpenDlgInfo(OpenWindowAction owA)
Validate that an object of type OpenWindowAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateAROverlaidInfo(OverlaidInfo overlaidInfo)
Validates that an object of type OverlaidInfo contains value and that the value is legal.
|
void |
ParameterValidator.validateARPermissionList(List<PermissionInfo> permissionList)
Validate that List of objects of type PermissionInfo each contains a value and that the value is within the
limits of the allowed value.
|
void |
ParameterValidator.validateARPropList(PropertyMap objPropList,
boolean nullOk)
Validate that a map of objects of type Values contain values and that the values are legal.
|
void |
ParameterValidator.validateARPushFieldsAction(PushFieldsAction pfa)
Validate that an object of type PushFieldsAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARPushFieldsList(List<PushFieldsInfo> pfI)
Validate that List of objects of type PushFieldsInfo each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARQualifierInfo(QualifierInfo qf,
boolean nullOk)
Validate that an object variable of type QualifierInfo contains a value and that the value is legal.
|
void |
ParameterValidator.validateARQualifierInfoList(List<QualifierInfo> qfList,
boolean nullOk)
Validate that List of objects of type PermissionInfo each contains a value and that the value is within the
limits of the allowed value.
|
void |
ParameterValidator.validateARQueryValueInfo(QueryInfo qf) |
void |
ParameterValidator.validateARReferenceInfo(Reference references)
Validate that an object of type Reference contains a value and that the value is legal.
|
void |
ParameterValidator.validateARReferenceList(List<Reference> references)
Validate that List of objects of type Reference each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARRelOpInfo(RelationalOperationInfo relOp) |
void |
ParameterValidator.validateARServerInfoList(ServerInfoMap serverInfoMap)
Validate that a Map of ServerInfo objects each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARServerInfoRequestList(int[] arg1)
Validate that array of integers representing ServerInfoRequest each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARServerInfoRequestList2(int[] requestList)
Validate that an array integers representing requestList contain values and that the values are legal (for
ServerStatistics).
|
void |
ParameterValidator.validateARServerNameType(String serverName,
boolean nullOk) |
void |
ParameterValidator.validateARService(ServiceAction svc)
Validate that an object of type ServiceAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARSetFieldsAction(SetFieldsAction sfa)
Validate that an object of type SetFieldsAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARSortList(List<? extends SortInfo> sortInfo)
Validate that an object of type SortInfo contain values and that the values are legal.
|
void |
ParameterValidator.validateARSqlCommand(String arg1)
Validate that a String object representing SQL Command contains a value and that the value is legal.
|
void |
ParameterValidator.validateARSQLInfo(DirectSqlAction dsqa)
Validate that an object of type DirectSQLAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateARStatistic(int statistic) |
void |
ParameterValidator.validateARStringType(String arString,
int maxLen,
boolean nullOk) |
void |
ParameterValidator.validateARStringType(String arString,
int maxLen,
int errorCode)
Validate string to see if it is null or length is equal to zero or exceeds the max length specified.
|
void |
ParameterValidator.validateARStringType(String arString,
int maxLen,
int emptyError,
int tooLongError,
boolean nullOk)
Validate string to see if it is null or exceeds the max length specified.
|
void |
ParameterValidator.validateARStructItemList(List<StructItemInfo> items,
boolean importFlag)
Validate that a List of type StructItemInfo each contains a value and that the value is legal.
|
void |
ParameterValidator.validateARValueInfo(Value value)
Validate that an object of type Value contains a value and that the value is legal.
|
void |
ParameterValidator.validateARValueList(List<Value> values)
Validate that an object of type Value List contains a list of values and that those values are legal.
|
void |
ParameterValidator.validateARValueSetQuery(ValueSetQuery valueSetQuery)
Validates that an object of type ValueSetQuery contains value and that the value is legal.
|
void |
ParameterValidator.validateARView(View object) |
void |
ParameterValidator.validateARWait(WaitAction wa)
Validate that an object variable of type WaitAction contains a value and that the value is legal.
|
void |
ParameterValidator.validateBuffer(String buffer) |
void |
ParameterValidator.validateComplexRegularQuery(RegularComplexQuery query)
Validates that an object of type ComplexRegularQuery contains value and that the value is
legal.
|
void |
ParameterValidator.validateEscalationTm(EscalationTimeCriteria escalationTm) |
LicenseValidInfo |
ARServerUser.validateLicense(String licenseType)
Validates license info.
|
void |
ParameterValidator.validateMenuInfo(Menu arg1,
boolean nullOk)
Validate that an object variable of type Menu contains a value and that the value is legal.
|
List<LicenseValidInfo> |
ARServerUser.validateMultipleLicense(List<String> licenseTypes)
Validates multiple license info.
|
void |
ParameterValidator.validateOneField(Field fieldObj,
boolean createField) |
void |
ParameterValidator.validateQueryFormField(QueryFormField queryField)
Validates that an object of type QueryFormField contains information about field's source and a valid id.
|
void |
ParameterValidator.validateQueryFormFields(List<QueryFormField> queryFields)
Validates the List of type QueryFormField of queryFields.
|
void |
ParameterValidator.validateQueryJoin(IQuerySource querySource)
Validates a join information of an object of type IQuerySource.
|
void |
ParameterValidator.validateQuerySet(QuerySet querySet)
Validates that an object of type QuerySet contains value and that the value is
legal.
|
void |
ParameterValidator.validateQuerySource(IQuerySource querySource)
Validates that an object of type IQuerySource is of a correct type, contains value and that the value is legal.
|
void |
ParameterValidator.validateQuerySources(List<IQuerySource> querySources)
Validate that a List of type IQuerySource of querySources each contain a value and that the value is legal.
|
void |
ParameterValidator.validateRecursiveCompelxQuery(RecursiveComplexQuery recQuery)
Validates that an object of type RecursiveQuery contains value and that the value is legal.
|
void |
ParameterValidator.validateRecursiveQuery(RecursiveQuery recQuery)
Validates that an object of type RecursiveQuery contains value and that the value is legal.
|
void |
ParameterValidator.validateRegularQuery(RegularQuery query)
Validates that an object of type RegularQuery contains value and that the value is legal.
|
void |
ParameterValidator.validateSupportFileType(int fileType) |
void |
MethodValidator.verifyARChangeIdInfo(ARServerUser arUser,
List<ChangeIdInfo> changeIdInfoList)
Validate ChangeIdInfo list
|
void |
MethodValidator.verifyARCreateActiveLink(ApiUserContextI context,
ActiveLink arg1) |
void |
MethodValidator.verifyARCreateAssociation(ApiUserContextI ctx,
Association arg1) |
void |
MethodValidator.verifyARCreateContainer(ApiUserContextI context,
Container object,
boolean removeInvalidReference) |
void |
MethodValidator.verifyARCreateEntry(ApiUserContextI context,
String arg1,
Entry arg2) |
void |
MethodValidator.verifyARCreateEscalation(ApiUserContextI context,
Escalation arg1) |
void |
MethodValidator.verifyARCreateField(ApiUserContextI context,
Field fieldObj,
boolean isReservedRangeIdOK) |
void |
MethodValidator.verifyARCreateFilter(ApiUserContextI context,
Filter arg1) |
void |
MethodValidator.verifyARCreateForm(ApiUserContextI ctx,
Form object) |
void |
MethodValidator.verifyARCreateImage(ApiUserContextI ctx,
Image arg1) |
void |
MethodValidator.verifyARCreateMenu(ApiUserContextI context,
Menu object) |
void |
MethodValidator.verifyARCreateMultipleFields(ApiUserContextI context,
List<Field> arg1) |
void |
MethodValidator.verifyARCreateOverlay(ApiUserContextI context,
OverlaidInfo arg) |
void |
MethodValidator.verifyARCreateOverlayFromObject(ApiUserContextI context,
OverlaidInfo baseObj,
OverlaidInfo customObj) |
void |
MethodValidator.verifyARCreateSupportFile(ApiUserContextI context,
SupportFile supportFile) |
void |
MethodValidator.verifyARCreateView(ApiUserContextI context,
View object) |
void |
MethodValidator.verifyARDeleteActiveLink(ApiUserContextI context,
String name,
int deleteOption) |
void |
MethodValidator.verifyARDeleteContainer(ApiUserContextI context,
String name,
int deleteOption) |
void |
MethodValidator.verifyARDeleteEntry(ApiUserContextI context,
String formName,
String entryId,
int deleteOption) |
void |
MethodValidator.verifyARDeleteEscalation(ApiUserContextI context,
String name,
int deleteOption) |
void |
MethodValidator.verifyARDeleteField(ApiUserContextI context,
String form,
int fieldId,
int deleteOption) |
void |
MethodValidator.verifyARDeleteFilter(ApiUserContextI context,
String name,
int deleteOption) |
void |
MethodValidator.verifyARDeleteForm(ApiUserContextI context,
String arg1,
int arg2) |
void |
MethodValidator.verifyARDeleteImage(ApiUserContextI context,
String arg1,
boolean arg2) |
void |
MethodValidator.verifyARDeleteMenu(ApiUserContextI context,
String arg1,
int arg2) |
void |
MethodValidator.verifyARDeleteMultipleFields(ApiUserContextI context,
String form,
int[] ids,
int deleteOption) |
void |
MethodValidator.verifyARDeleteSupportFile(ApiUserContextI context,
SupportFileKey arg1) |
void |
MethodValidator.verifyARDeleteView(ApiUserContextI context,
String arg1,
int arg2) |
void |
MethodValidator.verifyAREndBulkEntryTransaction(ApiUserContextI context,
int arg1) |
void |
MethodValidator.verifyAREndTransactionOption(ApiUserContextI context,
int transactionOption) |
void |
MethodValidator.verifyARExecuteProcess(ApiUserContextI context,
String arg1,
boolean arg2) |
void |
MethodValidator.verifyARExecuteProcessForActiveLink(ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
Entry keywordList,
Entry parameterList,
boolean asyncMode) |
void |
MethodValidator.verifyARExecuteProcessForActiveLink(ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
boolean asyncMode) |
void |
MethodValidator.verifyARExpandMenu(ApiUserContextI context,
Menu arg1) |
void |
MethodValidator.verifyARExport(ApiUserContextI context,
List<StructItemInfo> items,
String arg2,
int arg3,
WorkflowLockInfo arg4) |
void |
MethodValidator.verifyARGetActiveLink(ApiUserContextI context,
String arg1,
ActiveLinkCriteria arg2,
ActiveLink arg3) |
void |
MethodValidator.verifyARGetApplicationState(ApiUserContextI context,
String arg1) |
void |
MethodValidator.verifyARGetAssociation(ARServerUser context2,
String key) |
void |
MethodValidator.verifyARGetContainer(ApiUserContextI context,
String name,
ContainerCriteria criteria) |
void |
MethodValidator.verifyARGetEntry(ApiUserContextI context,
String formName,
String entryId,
int[] entryListFields) |
void |
MethodValidator.verifyARGetEntryBlob(ApiUserContextI context,
String arg1,
String arg2,
int arg3) |
void |
MethodValidator.verifyARGetEntryBlob(ApiUserContextI context,
String arg1,
String arg2,
int arg3,
String arg4) |
void |
MethodValidator.verifyARGetEntryStatistics(ApiUserContextI context,
String arg1,
QualifierInfo arg2,
ArithmeticOrRelationalOperand arg3,
int arg4,
int[] arg5) |
void |
MethodValidator.verifyARGetEscalation(ApiUserContextI context,
String key,
EscalationCriteria criteria,
Escalation object) |
void |
MethodValidator.verifyARGetField(ApiUserContextI context,
String arg1,
int arg2,
FieldCriteria arg3) |
void |
MethodValidator.verifyARGetFilter(ApiUserContextI context,
String key,
FilterCriteria criteria,
Filter object) |
void |
MethodValidator.verifyARGetForm(ApiUserContextI context,
String name,
FormCriteria criteria) |
void |
MethodValidator.verifyARGetImage(ApiUserContextI context,
String arg1,
ImageCriteria arg2) |
void |
MethodValidator.verifyARGetListActiveLink(ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch) |
void |
MethodValidator.verifyARGetListApplicationState(ApiUserContextI context) |
void |
MethodValidator.verifyARGetListAssociation(ARServerUser context2,
String formName,
long changedSince,
ObjectPropertyMap props) |
void |
MethodValidator.verifyARGetListContainer(ApiUserContextI context,
long changedSince,
int[] containerTypes,
boolean hiddenFlag,
List<ContainerOwner> ownerList,
ObjectPropertyMap propsToSearch) |
void |
MethodValidator.verifyARGetListEntry(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<EntryListFieldInfo> entryListFields,
List<SortInfo> sortList,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetListEntryBlocks(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int numEntriesPerBlock,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger numReturnedBlocks,
OutputInteger numReturnedRows,
OutputInteger numTotalMatches) |
void |
MethodValidator.verifyARGetListEntryWithFields(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetListEntryWithMultiSchemaFields(ApiUserContextI context,
RegularQuery arg1,
int arg2,
int arg3,
boolean arg4,
OutputInteger arg5) |
void |
MethodValidator.verifyARGetListEscalation(ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch) |
void |
MethodValidator.verifyARGetListExtFormCandidates(ApiUserContextI context,
int formType) |
void |
MethodValidator.verifyARGetListField(ApiUserContextI context,
String formName,
int fieldTypeMask,
long changedSince) |
void |
MethodValidator.verifyARGetListFilter(ApiUserContextI context,
String formName,
long changedSince,
ObjectPropertyMap propsToSearch) |
void |
MethodValidator.verifyARGetListForm(ApiUserContextI context,
long changedSince,
int formType,
String formName,
int[] fieldIds,
ObjectPropertyMap propsToSearch) |
void |
MethodValidator.verifyARGetListFormObjects(ApiUserContextI context,
long changedSince,
int formType,
String formName,
int[] fieldIds,
FormCriteria criteria) |
void |
MethodValidator.verifyARGetListFormWithAlias(ApiUserContextI context,
long changedSince,
int formType,
String formName,
int[] fieldIds,
String vuiLabel) |
void |
MethodValidator.verifyARGetListGroup(ApiUserContextI context,
String arg1,
String arg2) |
void |
MethodValidator.verifyARGetListImage(ApiUserContextI context,
List<String> arg1,
long arg2,
String arg3) |
void |
MethodValidator.verifyARGetListLicense(ApiUserContextI context,
String arg1) |
void |
MethodValidator.verifyARGetListMenu(ApiUserContextI context,
long arg1,
List<String> arg2,
List<String> arg3,
ObjectPropertyMap arg4) |
void |
MethodValidator.verifyARGetListMenuObjects(ApiUserContextI context,
long arg1,
List<String> arg2,
List<String> arg3,
MenuCriteria arg4) |
void |
MethodValidator.verifyARGetListRole(ApiUserContextI context,
String arg1,
String arg2,
String arg3) |
void |
MethodValidator.verifyARGetListSQL(ApiUserContextI context,
String arg1,
int arg2,
boolean arg3) |
void |
MethodValidator.verifyARGetListSQLForActiveLink(ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
int maxRetrieve,
boolean retrieveTotalMatches) |
void |
MethodValidator.verifyARGetListSupportFile(ApiUserContextI context,
int arg1,
String arg2,
int arg3,
long arg4) |
void |
MethodValidator.verifyARGetListUser(ApiUserContextI context,
int option,
long changedSince) |
void |
MethodValidator.verifyARGetListValuesFromEntries(ARServerUser arServerUser,
String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetListValuesFromMultiSchemaEntries(ApiUserContextI context,
RegularComplexQuery arg1,
int arg2,
int arg3,
boolean arg4,
OutputInteger arg5) |
void |
MethodValidator.verifyARGetListView(ApiUserContextI context,
String arg1,
long arg2) |
void |
MethodValidator.verifyARGetListViewObjects(ApiUserContextI context,
String arg1,
long arg2,
ViewCriteria arg3) |
void |
MethodValidator.verifyARGetLocalizedValue(ApiUserContextI context,
LocalizedValueCriteria criteria,
LocalizedRequestInfo request) |
void |
MethodValidator.verifyARGetMenu(ApiUserContextI context,
String arg1,
MenuCriteria arg2) |
void |
MethodValidator.verifyARGetMultipleActiveLinks(ApiUserContextI context,
long changedSince,
List<String> names,
ActiveLinkCriteria criteria) |
void |
MethodValidator.verifyARGetMultipleContainerObjects(ApiUserContextI context,
long arg1,
List<String> arg2,
boolean arg3,
int[] arg4,
List<ContainerOwner> arg5,
int[] arg6,
ContainerCriteria arg7) |
void |
MethodValidator.verifyARGetMultipleCurrencyRatioSets(ApiUserContextI context,
List<Timestamp> arg1) |
void |
MethodValidator.verifyARGetMultipleEntries(ApiUserContextI context,
String formName,
List<String> entryIds,
int[] entryListFields) |
void |
MethodValidator.verifyARGetMultipleEntryPoints(ApiUserContextI context,
long arg1,
List<String> arg2,
int[] arg3,
int arg4,
String arg5,
boolean arg6) |
void |
MethodValidator.verifyARGetMultipleEscalations(ApiUserContextI context,
long changedSince,
List<String> names,
EscalationCriteria criteria) |
void |
MethodValidator.verifyARGetMultipleExtFieldCandidates(ApiUserContextI context,
Object[] compoundFormInfo) |
void |
MethodValidator.verifyARGetMultipleFields(ApiUserContextI context,
String formName,
int[] fieldIds,
FieldCriteria criteria) |
void |
MethodValidator.verifyARGetMultipleFilters(ApiUserContextI context,
long changedSince,
List<String> names,
FilterCriteria criteria) |
void |
MethodValidator.verifyARGetMultipleImages(ApiUserContextI context,
long arg1,
List<String> arg2,
ImageCriteria arg3) |
void |
MethodValidator.verifyARGetMultipleLocalizedValues(ApiUserContextI context,
LocalizedValueCriteria arg1,
List<LocalizedRequestInfo> arg2) |
void |
MethodValidator.verifyARGetOneEntryWithFields(ApiUserContextI context,
String formName,
QualifierInfo qualification,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetServerInfo(ApiUserContextI context,
int[] arg1) |
void |
MethodValidator.verifyARGetServerStatistics(ApiUserContextI context,
int[] requestList) |
void |
MethodValidator.verifyARGetSupportFile(ApiUserContextI context,
String arg1,
int arg2,
int arg3,
int arg4,
String arg5) |
void |
MethodValidator.verifyARGetView(ApiUserContextI context,
String arg1,
int arg2,
ViewCriteria arg3) |
void |
MethodValidator.verifyARImport(ApiUserContextI context,
List<StructItemInfo> arg1,
int arg2) |
void |
MethodValidator.verifyARImport(ApiUserContextI context,
List<StructItemInfo> arg1,
int arg2,
String arg3) |
void |
MethodValidator.verifyARMergeEntry(ApiUserContextI context,
String formName,
Entry entry,
int mergeType,
QualifierInfo qualInfo,
int multiMatchOpts) |
void |
MethodValidator.verifyARMergeMultiMatchOpts(int multiMatchOpt) |
void |
MethodValidator.verifyARServiceEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
int[] entryListFields) |
void |
MethodValidator.verifyARSetActiveLink(ApiUserContextI context,
ActiveLink object) |
void |
MethodValidator.verifyARSetApplicationState(ApiUserContextI context,
String arg1,
String arg2) |
void |
MethodValidator.verifyARSetAssociation(ApiUserContextI context,
Association arg1) |
void |
MethodValidator.verifyARSetContainer(ApiUserContextI context,
Container object,
boolean removeInvalidReference) |
void |
MethodValidator.verifyARSetEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option) |
void |
MethodValidator.verifyARSetEscalation(ApiUserContextI context,
Escalation object) |
void |
MethodValidator.verifyARSetField(ApiUserContextI context,
Field arg1) |
void |
MethodValidator.verifyARSetFilter(ApiUserContextI context,
Filter arg1) |
void |
MethodValidator.verifyARSetForm(ApiUserContextI context,
Form object) |
void |
MethodValidator.verifyARSetGetEntry(ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option,
int[] entryListFields) |
void |
MethodValidator.verifyARSetImage(ApiUserContextI context,
Image arg1) |
void |
MethodValidator.verifyARSetMenu(ApiUserContextI context,
Menu arg1) |
void |
MethodValidator.verifyARSetMultipleFields(ApiUserContextI context,
List<Field> arg1) |
void |
MethodValidator.verifyARSetServerInfo(ApiUserContextI context,
ServerInfoMap serverInfoMap) |
void |
MethodValidator.verifyARSetSupportFile(ApiUserContextI context,
SupportFile arg1) |
void |
MethodValidator.verifyARSetView(ApiUserContextI context,
View arg1) |
void |
MethodValidator.verifyARValidateLicense(ApiUserContextI context,
String arg1) |
void |
MethodValidator.verifyARValidateMultipleLicenses(ApiUserContextI context,
List<String> arg1) |
void |
MethodValidator.verifyARVerifyUser(ApiUserContextI context) |
void |
MethodValidator.verifyARXMLCreateEntry(ApiUserContextI context,
String arg1,
String arg2,
String arg3,
String arg4) |
void |
MethodValidator.verifyARXMLGetEntry(ApiUserContextI context,
String arg1,
String arg2,
String arg3,
String arg4) |
void |
MethodValidator.verifyARXMLServiceEntry(ApiUserContextI context,
String arg1,
String arg2,
String arg3,
String arg4,
String arg5,
String arg6) |
void |
MethodValidator.verifyARXMLSetEntry(ApiUserContextI context,
String arg1,
String arg2,
String arg3,
String arg4,
String arg5,
String arg6) |
void |
MethodValidator.verifyDirectAssociation(DirectAssociation directAssoc) |
void |
ARServerUser.verifyUser()
Returns user privilege flags.
|
void |
MethodValidator.verifyUserContext(ApiUserContextI context) |
void |
ARServerUser.wfdClearAllBreakpoints()
Clear All Breakpoints
|
void |
ARServerUser.wfdClearBreakpoint(int bpId)
Clear Breakpoint
|
int[] |
ARServerUser.wfdExecute(int mode)
Tell the debug worker thread to begin execution
|
WfdDebugLocation |
ARServerUser.wfdGetDebugLocation(int depth)
returns the current location of the debug thread
|
int |
ARServerUser.wfdGetDebugMode()
Get debug mode, indicating which stopping points are enforced
|
List<Entry> |
ARServerUser.wfdGetFieldValues(int depth)
Get field values
|
QualifierInfo |
ARServerUser.wfdGetFilterQual()
Get Filter qualifier
|
Value |
ARServerUser.wfdGetKeywordValue(int kwId)
Get Keyword Value
|
WfdUserContext |
ARServerUser.wfdGetUserContext(int mask)
Get User context
|
List<WfdBreakpoint> |
ARServerUser.wfdListBreakpoints()
List Breakpoints
|
void |
ARServerUser.wfdSetBreakpoint(int errorCode,
WfdBreakpoint bp)
Set Breakpoint
|
void |
ARServerUser.wfdSetDebugMode(int mode)
Set debug mode, indicating which stopping points to enforce
|
void |
ARServerUser.wfdSetFieldValues(List<Entry> fieldValues)
Set field values
|
void |
ARServerUser.wfdSetQualifierResult(boolean result)
Set qualifier result
|
void |
ARServerUser.wfdTerminateAPI(int errorCode)
Terminate API
|
String |
ARServerUser.xmlCreateEntry(String inputMapping,
String inputDoc,
String outputMapping,
String optionDoc)
AR System internal use only.
|
String |
ARServerUser.xmlExecuteService(String queryMapping,
String queryDoc,
String inputMapping,
String inputDoc,
String outputMapping,
String optionDoc)
AR System internal use only.
|
String |
ARServerUser.xmlGetEntry(String queryMapping,
String queryDoc,
String outputMapping,
String optionDoc)
AR System internal use only.
|
String |
ARServerUser.xmlSetEntry(String queryMapping,
String queryDoc,
String inputMapping,
String inputDoc,
String outputMapping,
String optionDoc)
AR System internal use only.
|
Constructor and Description |
---|
ProxyJRpc(ApiUserContextI context) |
Constructor and Description |
---|
ArAttachmentInfo(AttachmentValue attInfo,
int compressAction)
This constructor will skip the compression.
|
ArAttachmentInfo(AttachmentValue attInfo,
int procedureNumber,
String serverCharSetName)
Recommanded constructor.
|
ArAttachmentInfo(AttachmentValue attInfo,
String serverCharSetName,
int compressAction) |
ArAttachmentInfo(String name,
long nOrigSize,
long nCompSize,
byte[] byteloc,
int compressionAction) |
ArAttachmentInfo(String name,
long nOrigSize,
long nCompSize,
String fileloc,
int compressAction) |
Modifier and Type | Method and Description |
---|---|
void |
ARChunkSetCreateSupportFile.loadOneChunkToParamIn(int chunkResponseSize,
com.bmc.arsys.arrpc.xdr.ArRpcXdrIn params) |
void |
ARChunkImport.loadOneChunkToParamIn(int chunkResponseSize,
com.bmc.arsys.arrpc.xdr.ArRpcXdrIn params) |
void |
ARChunkGetMultipleEntries.postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
update the rpc output with the entryList that we composed from all the
trips of this gme call.
|
void |
ARChunkGetListEntry.postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
update the rpc output with the entryList that we composed from all the
trips of this gle call.
|
void |
ARChunkGetSupportFile.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
retrieve output bytes from rpc out, and append the bytes into the support file
|
void |
ARChunkGetMultipleEntries.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
retrieve the entries from rpc out, and store it in our local list.
|
void |
ARChunkGetListEntry.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
Retrieve fragments of ARGetListEntry result.
|
Constructor and Description |
---|
ARRpcClientStub(String serverName,
int port,
int xdrSize,
int lowerSvrRpcVersionBy) |
Modifier and Type | Method and Description |
---|---|
void |
ApiProxyI.ARSetServerPort(ApiUserContextI ctx,
int port,
int progNum)
Specifies the port that your program will use to
communicate with the AR System server, and whether to use a private server.
|
abstract void |
ApiProxyBase.ARSetServerPort(ApiUserContextI ctx,
int port,
int progNum) |
void |
ApiProxyI.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value)
Allows session variables to be set.
|
abstract void |
ApiProxyBase.ARSetSessionConfiguration(ApiUserContextI ctx,
int tag,
ApiValueBase value) |
long |
ApiProxyI.ARTermination(ApiUserContextI ctx)
Performs environment-specific cleanup routines and
disconnects from the specified Action Request System session.
|
abstract long |
ApiProxyBase.ARTermination(ApiUserContextI ctx) |
void |
ApiProxyI.ARVerifyUser(ApiUserContextI ctx)
Checks the cache on the specified server to determine whether
the user you specify for the
control
parameter is registered in AR System. |
abstract ApiRpcClientStubI |
ApiRpcClientStubFactory.createARRpcClientStub(ApiUserContextI context,
ApiConfigI config,
int xdrSize,
int lowerSvrRpcVersionBy)
Returns a ApiRpcClientStubI for a type
|
Object |
ApiProxyBase.getSocket(ApiUserContextI context) |
void |
ApiProxyI.setProxyProperties(ApiUserContextI context) |
void |
ApiProxyBase.setProxyProperties(ApiUserContextI context) |
void |
ApiProxyBase.setSocket(ApiUserContextI context,
Object so) |
Modifier and Type | Method and Description |
---|---|
void |
IARChunkSendable.loadOneChunkToParamIn(int chunkResponseSize,
com.bmc.arsys.arrpc.xdr.ArRpcXdrIn params) |
void |
IARChunkReceivable.postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out) |
void |
ARChunkReceiveProcessor.postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
post process the data collected from all rounds.
|
void |
ARChunkArrayBuffer.postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
update the rpc output with the bytes buffer that we collected from
previous rounds.
|
void |
IARChunkReceivable.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out) |
void |
ARChunkReceiveProcessor.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
retrieve the current chunk from the rpc out, and append it to ones
received before.
|
void |
ARChunkArrayBuffer.retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
retrieve output bytes from rpc out, and append these bytes to the ones
received before.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiProxyManager.addCMTProxyInCMTPool(String mTransactionHandle,
ApiProxyI apiProxyI,
ApiUserContextI apiUserContextI,
String arProxyName,
String cmd,
ApiProxyType proxyType)
add the proxy that handles the client managed transaction in it's pool
this method should only be called in beginClientManagedTransaction before releaseProxy().
|
void |
ApiCMTProxyPool.addCMTProxyInCMTPool(String mTransactionHandle,
ApiProxyI apiProxyI,
ApiUserContextI apiUserContextI,
String arProxyName,
String cmd,
ApiProxyType proxyType)
add the proxy that handles the client managed transaction in it's pool
this method should only be called in beginClientManagedTransaction before releaseProxy().
|
ApiProxyI |
ApiProxyManagerI.createProxy(ApiUserContextI context) |
abstract ApiProxyI |
ApiProxyManager.createProxy(ApiUserContextI context) |
ApiProxyI |
ApiProxyFactory.createProxy(ApiUserContextI context)
Internal use only
|
ApiProxyI |
ApiDefaultProxyAbstractManager.createProxy(ApiUserContextI context) |
ApiProxyI |
ApiProxyPoolI.get(ApiUserContextI context)
get a proxy for given context
|
ApiProxyI |
ApiProxyPool.get(ApiUserContextI context)
Return a proxy from the pool.
|
ApiProxyI |
ApiCMTProxyPool.getCMTProxyFromCMTPool(String mTransactionHandle,
ApiUserContextI apiUserContextI,
String arProxyName,
String cmd,
ApiProxyType proxyType)
If multiple clients use the same transaction, they must use the same connection serially
getClientManagedTransactionInPool will lock the key, releaseClientManagedTransactionInPool will release the key
|
ApiProxyI |
ApiProxyManagerI.getProxy(ApiUserContextI context) |
ApiProxyI |
ApiProxyManager.getProxy(ApiUserContextI context) |
ApiProxyI |
ApiProxyManagerI.getProxy(ApiUserContextI apiUserContextI,
Class<? extends ApiProxyI> proxyJRpcClazz,
String apiCmdName,
ApiProxyType rpcType) |
ApiProxyI |
ApiProxyManager.getProxy(ApiUserContextI context,
Class<? extends ApiProxyI> proxyJRpcClazz,
String apiCmdName,
ApiProxyType rpcType)
Get a proxy instance based on proxyJRpcClazz (used if the class is in a child class loader, such as DVM)
|
ApiProxyI |
ApiProxyManagerI.getProxy(ApiUserContextI apiUserContextI,
String proxyJRpcClazzName,
String apiCmdName,
ApiProxyType rpcType) |
ApiProxyI |
ApiProxyManager.getProxy(ApiUserContextI context,
String proxyJRpcClazzName,
String apiCmdName,
ApiProxyType rpcType)
Get a proxy instance which could be AR or CMDB proxy, base on ProxyJrpcClazzName.
|
boolean |
ApiProxyManager.removeCMTProxyFromCMTPool(String mTransactionHandle,
ApiProxyI apiProxyI,
ApiUserContextI apiUserContextI,
String arProxyName,
String cmd,
ApiProxyType proxyType)
this method should only be called in endClientManagedTransaction before releaseProxy().
|
boolean |
ApiCMTProxyPool.removeCMTProxyFromCMTPool(String mTransactionHandle,
ApiProxyI apiProxyI,
ApiUserContextI apiUserContextI,
String arProxyName,
String cmd,
ApiProxyType proxyType)
this method should only be called in endClientManagedTransaction before releaseProxy().
|
Modifier and Type | Method and Description |
---|---|
void |
ApiRpcClientStubBase.arCall(int procedureNumber,
com.bmc.arsys.arrpc.xdr.ArRpcXdrIn params,
com.bmc.arsys.arrpc.xdr.DecoratedArRpcXdrOut result)
make the call from tcp client to the server.
|
ApiRpcClientStubI |
ApiRpcClientStubFactoryImpl.createARRpcClientStub(ApiUserContextI context,
ApiConfigI config,
int initialXdrSize,
int lowerSvrRpcVersionBy)
Create a real ARRpcClientStub concrete class.
|
void |
ApiRpcClientStubBase.handShake(String serverName,
boolean initialServerCtxtFlag,
int lowerSvrRpcVersionBy,
int initXdrSize) |
com.bmc.arsys.arrpc.ArControlStruct12 |
ArRpcCallContext.loadRpcControlStruct(ApiUserContextI context,
int procedureNum)
Load rpc control structure using the user context, and the call context
We create a control structure with the current client RPC version to avoid constructing the
rpc control over and over for each api call, we cache this rpc control in proxy.When prepare
a new api call, we only update the content of this rpc control structure.
|
Map<Integer,Integer> |
ClientTypeRpcQueueMapping.parseMappingLine(String multiSetting) |
void |
ArRpcCallContext.setSessionVariable(int variableId,
ApiValueBase value)
Sets the session variable of the current call context
|
Constructor and Description |
---|
ApiRpcClientStubBase(String serverName,
int port,
int xdrSize,
int lowerSvrRpcVersionBy) |
ArEsRpcClientStub(InetAddress address,
int port,
int xdrSize,
int lowerSvrRpcVersionBy) |
Modifier and Type | Method and Description |
---|---|
boolean |
ArchgidCommandLineUtil.arChangeId(String args)
Pass all the arguments as single string The method will parse and form tokenized input e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaAPITest.ARExceptionHandler(ARException e,
String errMessage) |
static void |
arjoo.printARException(ARException ex) |
Modifier and Type | Method and Description |
---|---|
static void |
JavaAPITest.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
AssignInfo |
DSOPoolAssignmentDecoder.decode(String encStr,
ARServerUser context)
Decodes the given DSO Pool Assignment Encoded String
|
AssignInfo |
ARAssignDecoder.decodeAssignInfo() |
QualifierInfo |
ARQualifierDecoder.decodeQualifierInfo() |
String |
DSOPoolAssignmentEncoder.encode() |
String |
ARQualifierEncoder.encode() |
String |
ARAssignEncoder.encode() |
String |
ARAssignFormatter.formatArithOpAssignInfo(ArithOpAssignInfo aoi)
Format arithmetic operation assignments
|
String |
ARAssignFormatter.formatAssignFieldInfo(AssignFieldInfo afi)
Format the assignment string from a field
|
String |
ARAssignFormatter.formatAssignInfo(AssignInfo af)
Parse the assignment info object using the formating info used to create this object
|
static String |
ARQualificationHelper.formatAssignInfo(AssignInfo assign,
List<Field> fieldList,
String locale,
Field assignField,
boolean topLevel)
Format the given assign info object into a string.
|
String |
ARAssignFormatter.formatFunctionAssignInfo(FunctionAssignInfo fai)
Format function assignments
|
static String |
ARQualificationHelper.formatQualifierInfo(ARServerUser context,
QualifierInfo qf,
List<Field> localFieldList,
List<Field> remoteFieldList,
String locale,
int queryContext,
boolean isEscalation,
boolean isRightChild)
Formats given QualifierInfo.
|
String |
ARQualifierFormatter.formatQualifierInfo(QualifierInfo qualInfo)
Entry point for formating qualifications.
|
static AssignInfo |
ARQualificationHelper.parseAssignment(String assignString,
AssignParseFormatInfo info)
Parses the Assignment string passed and returns AssignInfo
|
static QualifierInfo |
ARQualificationHelper.parseQualification(String qualStr,
ARParseFormatInfo formatInfo)
Constructs a QualifierInfo after passign the Qualification string passed.
|
static QualifierInfo |
ARQualificationHelper.parseQualification(String qualStr,
List<Field> fieldList)
Constructs a QualifierInfo after passign the Qualification string passed.
|
static AssignInfo |
ARQualificationHelper.preprocessAssign(String assignString,
AssignParseFormatInfo info) |
static void |
ParserException.reportError(Exception e)
Utility function to generate parser error messages
|
static void |
ParserException.reportError(Exception e,
Locale locale)
Utility overloaded function to generate parser error messages
|
Constructor and Description |
---|
ARAssignDecoder(ARServerUser context,
String encodedString) |
ARQualAssignDecoderBase(ARServerUser context,
String encodedString) |
ARQualifierDecoder(ARServerUser context,
String encodedString) |
ARQualifierEncoder(QualifierInfo qualifier,
ARServerUser context) |
DSOPoolAssignmentEncoder(AssignInfo asgnInfo)
Default constructor
|
DSOPoolAssignmentEncoder(FieldAssignInfo fieldAsgnInfo)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
ArithmeticOperationInfo |
ASTQualTreeWalker.createArithmeticOperationInfo(org.antlr.runtime.tree.CommonTree tree)
Creates
ArithmeticOperationInfo from the current CommonTree node. |
ArithmeticOrRelationalOperand |
ASTQualTreeWalker.createArithmeticOrRelationalOperand(org.antlr.runtime.tree.CommonTree tree)
Creates
ArithmeticOrRelationalOperand from the current CommonTree node. |
AssignInfo |
ASTAssignTreeWalker.createAssignInfo(org.antlr.runtime.tree.CommonTree tree)
Given the lexer tree, create the assigninfo representing the tree
|
QualifierInfo |
ASTQualTreeWalker.createQualifierInfo()
Starts walking from the root node of the tree and creates
QualifierInfo as a result. |
QualifierInfo |
ASTQualTreeWalker.createQualifierInfo(org.antlr.runtime.tree.CommonTree tree)
Starts walking from the root node of the tree and creates
QualifierInfo as a result. |
RelationalOperationInfo |
ASTQualTreeWalker.createRelationalOperationInfo(org.antlr.runtime.tree.CommonTree tree)
Creates a
RelationalOperationInfo from the current node using 'operation' as the
'operation'. |
void |
ASTQualTreeWalker.loadCharWithValue(ArithmeticOrRelationalOperand leftOperand,
ArithmeticOrRelationalOperand rightOperand,
int operation,
boolean isTopNode)
Process a term and convert any char values it contains into appropriate
enum, time or currency values since the term is referencing a enum or
time field respectively.
|
void |
ASTAssignTreeWalker.loadCharWithValue(ArithmeticOrRelationalOperand rightOperand,
Locale loc)
Process a term and convert any char values it contains into appropriate
enum, time or currency values since the term is referencing a enum or
time field respectively.
|
Modifier and Type | Method and Description |
---|---|
static void |
CentralConfig.changeComponentStatus(ARServerUser context,
String componentGUID,
boolean status)
This method will set the component to Active if status is true, else set
it to Inactive
|
String |
ArrayCentralConfig.createComponentAndSettings(String componentName,
String componentType,
String componentDescription,
List<String[]> nameValuePair) |
static String |
CentralConfig.createComponentEntry(ARServerUser context,
String componentName,
String componentType,
String componentDescription,
boolean status)
The function creates a new configuration component entry and returns the
GUID for that entry.
|
String |
UpgradeTracker.creatEntry(ARServerUser user) |
static int |
CentralConfig.createSettingEntries(ARServerUser context,
String componentGUID,
String componentName,
String componentType,
List<String[]> nameValuePair)
The function creates a new setting entry on
"AR System Configuration Component Setting" form.
|
int |
ArrayCentralConfig.createSettingEntries(String componentGUID,
String componentName,
String componentType,
List<String[]> nameValuePair)
The function creates a new setting entry on "AR System Configuration Component Setting" form.
|
static boolean |
CentralConfig.deleteSetting(ARServerUser context,
String componentName,
String componentType,
String settingName,
String settingValue)
Delete settings entries that have a specific name and value.
|
boolean |
ArrayCentralConfig.deleteSetting(String componentName,
String componentType,
String settingName,
String settingValue)
Delete settings entries that have a specific name and value.
|
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.
|
String |
ArrayCentralConfig.getComponentGUID(String componentName,
String componentType)
This method will return the component guid for the given component name and component type
|
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<String[]> |
CentralConfig.getConfigSettingsAsList(ARServerUser context,
String configName,
String configType,
String settingName) |
List<String[]> |
ArrayCentralConfig.getConfigSettingsAsList(String configName,
String configType,
String settingName) |
static Map<String,List<String>> |
CentralConfig.getConfigSettingsAsMap(ARServerUser context,
String configName,
String configType,
String settingName)
This method will return a HashMap of setting name vs list of setting
values associated with that setting name.
|
Map<String,List<String>> |
ArrayCentralConfig.getConfigSettingsAsMap(String configName,
String configType,
String settingName)
This method will return a HashMap of setting name vs list of setting values associated with that setting name.
|
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) |
ARPluginDefinition |
ArrayCentralConfig.getPlugin(String pluginDefName,
String pluginXmlPath,
String pluginSetName)
Retrieves the given plugin from the given plug-in server, if present, else returns null.
|
List<Entry> |
UpgradeTracker.readEntryList(ARServerUser user,
String componentName) |
void |
ArrayCentralConfig.registerPlugin(ARPluginDefinition pluginDef,
String pluginXmlPath,
String pluginSetName)
Use this method to add or modify a plug-in.
|
static void |
CentralConfig.setSettingEntries(ARServerUser context,
String entryID,
String componentGUID,
String componentName,
String componentType,
String settingName,
String settingValue)
The function creates a new setting entry on
"AR System Configuration Component Setting" form.
|
void |
ArrayCentralConfig.setSettingEntries(String entryID,
String componentGUID,
String componentName,
String componentType,
String settingName,
String settingValue)
The function creates a new setting entry on "AR System Configuration Component Setting" form.
|
void |
ArrayCentralConfig.unregisterPlugin(String pluginDefName,
String pluginXmlPath,
String pluginSetName)
Deletes the given plugin from the given plug-in server.
|
static void |
CentralConfig.updateComponent(ARServerUser context,
String componentGUID,
String componentName,
String componentType,
String componentDescription,
boolean status)
This method can be used to update component values like name, type and
description provided these fields are not null Status will always be
updated This method will not update the GUID
|
void |
ArrayCentralConfig.updateComponentFileTimeStamp(String componentGUID,
Timestamp expectedTimeStamp)
This method can be used to update component values like name, type and description provided these fields are not
null Status will always be updated This method will not update the GUID
|
static void |
CentralConfig.updateConfigSetting(ARServerUser context,
String settingEntryID,
String settingName,
String settingValue) |
void |
ArrayCentralConfig.updateConfigSetting(String settingEntryID,
String settingName,
String settingValue) |
boolean |
UpgradeTracker.updateEntry(ARServerUser user,
String entryId) |
boolean |
UpgradeTracker.updateEntry(ARServerUser user,
String entryId,
boolean isExecutionComplete) |
boolean |
UpgradeTracker.updateLongDescriptionByEntryId(ARServerUser user,
String entryId,
String longDescription) |
static void |
CentralConfig.updateOlderComponents(ARServerUser context,
String componentNamePrefix,
String componentType,
String description,
boolean status)
Use this method to deactivate older Active components.
|
static void |
CentralConfig.updateOrCreateSetting(ARServerUser context,
String componentGUID,
String componentName,
String componentType,
String settingName,
String settingValue)
Only use this method if setting name is unique, will not work for
duplicates as it will only update the first one
|
void |
ArrayCentralConfig.updateOrCreateSetting(String componentGUID,
String componentName,
String componentType,
String settingName,
String settingValue)
Only use this method if setting name is unique, will not work for duplicates as it will only update the first one
|
? Copyright 2013 BMC Software, Inc.