|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisNotFoundException | |
---|---|
com.sas.hls.drug.analysis | Service and class definitions for manipulating and creating SAS Drug Development analyses. |
Uses of AnalysisNotFoundException in com.sas.hls.drug.analysis |
---|
Methods in com.sas.hls.drug.analysis that throw AnalysisNotFoundException | |
---|---|
void |
AnalysisService.deleteAnalysis(AnalysisDescriptor analysis)
Delete the specified analysis and all of its children. |
Analysis |
AnalysisService.getAnalysisByIdentifier(String identifier)
Get the analysis specified by its identifier. |
Analysis |
AnalysisService.getAnalysisByName(ProjectDescriptor project,
String name)
Get the analysis specified by name in the given project. |
AnalysisDescriptor |
AnalysisService.getAnalysisDescriptorByIdentifier(String identifier)
Get the light-weight representation of the analysis specified by its identifier. |
AnalysisDescriptor |
AnalysisService.getAnalysisDescriptorByName(ProjectDescriptor project,
String name)
Get the light-weight representation of the analysis specified by name in the given project. |
Analysis |
AnalysisService.renameAnalysis(Analysis analysis,
String newName)
Rename the specified analysis with the new name specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |