Package | Description |
---|---|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
Modifier and Type | Method and Description |
---|---|
Analysis |
AnalysisService.createAnalysis(ProjectDescriptor projectContext,
String analysisName,
List<Attribute> attributes)
Create an analysis in the specified project.
|
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.
|
Analysis |
AnalysisService.renameAnalysis(Analysis analysis,
String newName)
Rename the specified analysis with the new name specified.
|
Analysis |
AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor,
State state,
String comment)
Set the state for the analysis
|
Analysis |
AnalysisService.updateAnalysis(Analysis analysis)
Updates an analysis.
|
Modifier and Type | Method and Description |
---|---|
List<Analysis> |
AnalysisService.getAnalysesByProject(ProjectDescriptor project)
Get all the analyses defined in the specified project.
|
Modifier and Type | Method and Description |
---|---|
Analysis |
AnalysisService.renameAnalysis(Analysis analysis,
String newName)
Rename the specified analysis with the new name specified.
|
Analysis |
AnalysisService.updateAnalysis(Analysis analysis)
Updates an analysis.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA