| java.lang.Object org.objectweb.salome_tmf.databaseSQL.SQLExecutionTestResult
Method Summary | |
public int | addAttachFile(int idExecRes, int idTest, SalomeFileWrapper file, String description) | public int | addAttachFile(int idRestestExec, SalomeFileWrapper file, String description) | public int | addAttachUrl(int idExecRes, int idTest, String url, String description) | public int | addAttachUrl(int idRestestExec, String url, String description) | public void | delete(int idResExec, int idTest) | public void | delete(int idRestestExec) Delete the execution test result identified by idRestestExec
Then delete all the attachements and Action results. | public void | deleteAllAttach(int idRestestExec) | public void | deleteAllFrom(int idExecRes) | public void | deleteAttach(int idResExec, int idTest, int idAttach) | public void | deleteAttach(int idRestestExec, int idAttach) | public FileAttachementWrapper[] | getAttachFiles(int idResExec, int idTest) | public FileAttachementWrapper[] | getAttachFiles(int idRestestExec) | public UrlAttachementWrapper[] | getAttachUrls(int idResExec, int idTest) | public UrlAttachementWrapper[] | getAttachUrls(int idRestestExec) | public AttachementWrapper[] | getAttachs(int idResExec, int idTest) | public AttachementWrapper[] | getAttachs(int idRestestExec) | public int | getID(int idResExec, int idTest) | ExecutionResultTestWrapper | getWrapper(int idResExecTest) | public int | insert(int idExecRes, int idTest, String result) | public void | update(int idExecRes, int idTest, String result) | public void | update(int idRestestExec, String result) |
addAttachFile | public int addAttachFile(int idExecRes, int idTest, SalomeFileWrapper file, String description) throws Exception(Code) | | Attach a file to the execution test result identified by idExecRes and idTest (table EXEC_CAS_ATTACH)
Parameters: idExecRes - Parameters: idTest - Parameters: file - Parameters: description - the Id of the attachment in the table ATTACHEMENT throws: Exception - See Also: ISQLFileAttachment.insert(File, String) See Also: no permission needed |
addAttachFile | public int addAttachFile(int idRestestExec, SalomeFileWrapper file, String description) throws Exception(Code) | | Attach a file to the execution test result identified by idRestestExec (table EXEC_CAS_ATTACH)
Parameters: idRestestExec - Parameters: file - Parameters: description - the Id of the attachment in the table ATTACHEMENT throws: Exception - See Also: ISQLFileAttachment.insert(File, String) See Also: no permission needed |
addAttachUrl | public int addAttachUrl(int idExecRes, int idTest, String url, String description) throws Exception(Code) | | Attach an url to the execution test result identified by idExecRes and idTest(table EXEC_CAS_ATTACH)
Parameters: idExecRes - Parameters: idTest - Parameters: url - Parameters: description - the Id of the attachment in the table ATTACHEMENT throws: Exception - See Also: ISQLUrlAttachment.insert(String, String) See Also: no permission needed |
addAttachUrl | public int addAttachUrl(int idRestestExec, String url, String description) throws Exception(Code) | | Attach an url to the execution test result identified by idRestestExec (table EXEC_CAS_ATTACH)
Parameters: idRestestExec - Parameters: url - Parameters: description - the Id of the attachment in the table ATTACHEMENT throws: Exception - See Also: ISQLUrlAttachment.insert(String, String) See Also: no permission needed |
delete | public void delete(int idResExec, int idTest) throws Exception(Code) | | Delete the referenced execution test result identified by idExecRes and idTest
Parameters: idResExec - Parameters: idTest - throws: Exception - See Also: delete(int) See Also: need permission canExecutCamp |
delete | public void delete(int idRestestExec) throws Exception(Code) | | Delete the execution test result identified by idRestestExec
Then delete all the attachements and Action results.
Parameters: idRestestExec - throws: Exception - See Also: ISQLExecutionActionResult.deleteAll(int) See Also: need permission canExecutCamp |
deleteAllAttach | public void deleteAllAttach(int idRestestExec) throws Exception(Code) | | Delete all attchements of the execution test result identified by idRestestExec
Parameters: idRestestExec - throws: Exception - no permission needed |
deleteAllFrom | public void deleteAllFrom(int idExecRes) throws Exception(Code) | | Delete all referenced execution test result for the execution result idExecRes
Parameters: idExecRes - throws: Exception - See Also: delete(int) See Also: need permission canExecutCamp |
deleteAttach | public void deleteAttach(int idResExec, int idTest, int idAttach) throws Exception(Code) | | Delete an attchement idAttach of the execution test result identified by idResExec and idTest
Parameters: idResExec - Parameters: idTest - Parameters: idAttach - throws: Exception - |
deleteAttach | public void deleteAttach(int idRestestExec, int idAttach) throws Exception(Code) | | Delete an attchement idAttach of the execution test result identified by idRestestExec
Parameters: idRestestExec - Parameters: idAttach - throws: Exception - |
getAttachFiles | public FileAttachementWrapper[] getAttachFiles(int idResExec, int idTest) throws Exception(Code) | | Get a vector of FileAttachementWrapper representing the files attachment
execution test result identified by idResExec and idTest
Parameters: idResExec - Parameters: idTest - throws: Exception - |
getAttachFiles | public FileAttachementWrapper[] getAttachFiles(int idRestestExec) throws Exception(Code) | | Get a vector of FileAttachementWrapper representing the files attachment
of the execution test result identified by idRestestExec
Parameters: idRestestExec - throws: Exception - |
getAttachUrls | public UrlAttachementWrapper[] getAttachUrls(int idResExec, int idTest) throws Exception(Code) | | Get a vector of UrlAttachementWrapper representing the Urls attachment
of the execution test result identified by idResExec and idTest
Parameters: idResExec - Parameters: idTest - throws: Exception - |
getAttachUrls | public UrlAttachementWrapper[] getAttachUrls(int idRestestExec) throws Exception(Code) | | Get a vector of UrlAttachementWrapper representing the Urls attachment
of the execution test result identified by idRestestExec
Parameters: idRestestExec - throws: Exception - |
getAttachs | public AttachementWrapper[] getAttachs(int idResExec, int idTest) throws Exception(Code) | | Get a vector of all attachments (AttachementWrapper, File or Url)
of the execution test result identified by idResExec and idTest
Parameters: idResExec - Parameters: idTest - throws: Exception - |
getAttachs | public AttachementWrapper[] getAttachs(int idRestestExec) throws Exception(Code) | | Get a vector of all attachments (AttachementWrapper, File or Url)
of the execution test result identified by idRestestExec
Parameters: idRestestExec - throws: Exception - |
getID | public int getID(int idResExec, int idTest) throws Exception(Code) | | Get the id * of the execution test result identified by idResExec and idTest
Parameters: idResExec - Parameters: idTest - throws: Exception - |
insert | public int insert(int idExecRes, int idTest, String result) throws Exception(Code) | | Insert an execution test result (table EXEC_CAS) for the execution result idExecRes and test idTest
Parameters: idExecRes - Parameters: idTest - Parameters: result - ('PASSED', 'FAILED', 'INCONCLUSIF' @see ApiConstants) the id of the execution test result in the table EXEC_CAS throws: Exception - need permission canExecutCamp |
update | public void update(int idExecRes, int idTest, String result) throws Exception(Code) | | Update the result of an execution test result identified by idExecRes and idTest
Parameters: idExecRes - Parameters: idTest - Parameters: result - throws: Exception - need permission canExecutCamp |
update | public void update(int idRestestExec, String result) throws Exception(Code) | | Update the result of an execution test result identified by idRestestExec
Parameters: idRestestExec - Parameters: result - throws: Exception - need permission canExecutCamp |
|
|