Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
int |
ARServerUser.createSupportFile(SupportFile supportFile)
Creates a new support file with the indicated information on the specified server.
|
void |
ObjectPrinter.printSupportFile(String indent,
String header,
SupportFile supportFile) |
void |
ObjectPrinter.printSupportFileList(String indent,
String header,
SupportFile[] SupportFileList) |
void |
ARServerUser.setSupportFile(SupportFile supportFile)
Updates this support file onto ARSystem server
|
void |
MethodValidator.verifyARCreateSupportFile(ApiUserContextI context,
SupportFile supportFile) |
void |
MethodValidator.verifyARSetSupportFile(ApiUserContextI context,
SupportFile arg1) |
? Copyright 2013 BMC Software, Inc.