AR System Java API

Uses of Class
com.bmc.arsys.api.SupportFile

Uses of SupportFile in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return SupportFile
 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.
 

Methods in com.bmc.arsys.api that return types with arguments of type SupportFile
 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
 

Methods in com.bmc.arsys.api with parameters of type SupportFile
 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(ARServerUser context, SupportFile supportFile)
           
 void MethodValidator.verifyARSetSupportFile(ARServerUser context, SupportFile arg1)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.