|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectNotFoundException | |
---|---|
com.sas.hls.drug.analysis | Service and class definitions for manipulating and creating SAS Drug Development analyses. |
com.sas.hls.drug.project | Service and class definitions for manipulating and creating SAS Drug Development projects. |
Uses of ProjectNotFoundException in com.sas.hls.drug.analysis |
---|
Methods in com.sas.hls.drug.analysis that throw ProjectNotFoundException | |
---|---|
Analysis |
AnalysisService.createAnalysis(ProjectDescriptor projectContext,
String analysisName,
List<Attribute> attributes)
Create an analysis in the specified project. |
List<Analysis> |
AnalysisService.getAnalysesByProject(ProjectDescriptor project)
Get all the analyses defined in the specified project. |
List<AnalysisDescriptor> |
AnalysisService.getAnalysisDescriptorsByProject(ProjectDescriptor project)
Get light-weight representations of all the analyses defined in the specified project. |
Uses of ProjectNotFoundException in com.sas.hls.drug.project |
---|
Methods in com.sas.hls.drug.project that throw ProjectNotFoundException | |
---|---|
void |
ProjectService.deleteProject(ProjectDescriptor project)
Delete the specified project. |
Project |
ProjectService.getProjectByIdentifier(String projectIdentifier)
Get a project using its unique identifier in the system. |
Project |
ProjectService.getProjectByName(OrganizationDescriptor organization,
String projectName)
Get project by specifying the organization context and name within that context. |
ProjectDescriptor |
ProjectService.getProjectDescriptorByIdentifier(String projectIdentifier)
Get a light-weight representation of a project using its unique identifier in the system. |
ProjectDescriptor |
ProjectService.getProjectDescriptorByName(OrganizationDescriptor organization,
String projectName)
Get a light-weight representation of a project by specifying the organization context and name within that context. |
Project |
ProjectService.renameProject(Project project,
String newName)
Rename the specified project with the new name specified. |
Project |
ProjectService.setProjectState(ProjectDescriptor projectDescriptor,
State state,
String comment,
boolean includeAnalyses)
Set the state for the project |
Project |
ProjectService.updateProject(Project project)
Update a project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |