|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectDescriptor | |
---|---|
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 ProjectDescriptor in com.sas.hls.drug.analysis |
---|
Methods in com.sas.hls.drug.analysis that return ProjectDescriptor | |
---|---|
ProjectDescriptor |
Analysis.getContext()
Get the parent project of this analysis. |
Methods in com.sas.hls.drug.analysis with parameters of type ProjectDescriptor | |
---|---|
boolean |
AnalysisService.analysisExists(ProjectDescriptor project,
String name)
Checks if the analysis specified by name exists for the specified project. |
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. |
Analysis |
AnalysisService.getAnalysisByName(ProjectDescriptor project,
String name)
Get the analysis specified by name in the given project. |
AnalysisDescriptor |
AnalysisService.getAnalysisDescriptorByName(ProjectDescriptor project,
String name)
Get the light-weight representation of the analysis specified by name in the given project. |
List<AnalysisDescriptor> |
AnalysisService.getAnalysisDescriptorsByProject(ProjectDescriptor project)
Get light-weight representations of all the analyses defined in the specified project. |
Constructors in com.sas.hls.drug.analysis with parameters of type ProjectDescriptor | |
---|---|
Analysis(String identifier,
String name,
String path,
ProjectDescriptor context,
State state,
String stateComment)
Constructor |
Uses of ProjectDescriptor in com.sas.hls.drug.project |
---|
Subclasses of ProjectDescriptor in com.sas.hls.drug.project | |
---|---|
class |
Project
A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system. |
Methods in com.sas.hls.drug.project that return ProjectDescriptor | |
---|---|
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. |
Methods in com.sas.hls.drug.project that return types with arguments of type ProjectDescriptor | |
---|---|
List<ProjectDescriptor> |
ProjectService.getProjectDescriptorsByOrganization(OrganizationDescriptor organization)
Get light-weight representations of all projects associated with the given organization context. |
Methods in com.sas.hls.drug.project with parameters of type ProjectDescriptor | |
---|---|
void |
ProjectService.deleteProject(ProjectDescriptor project)
Delete the specified project. |
Project |
ProjectService.setProjectState(ProjectDescriptor projectDescriptor,
State state,
String comment,
boolean includeAnalyses)
Set the state for the project |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |