Package | Description |
---|---|
com.sas.hls.common |
Contains common interfaces and data objects that work across the HLS platform.
|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
com.sas.hls.drug.project |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework projects.
|
Modifier and Type | Method and Description |
---|---|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
State |
Analysis.getState()
Returns the current state of this
Analysis . |
Modifier and Type | Method and Description |
---|---|
Analysis |
AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor,
State state,
String comment)
Set the state for the analysis
|
Constructor and Description |
---|
Analysis(String identifier,
String path,
String name,
long revision,
List<Attribute> attributes,
ProjectDescriptor context,
State state,
String stateComment,
String lead)
Initializing constructor which sets the values of all variables.
|
Analysis(String identifier,
String name,
String path,
ProjectDescriptor context,
State state,
String stateComment)
Deprecated.
As of Java API 1.7. Please use
Analysis.Analysis(String, String, String, long, List, ProjectDescriptor, State, String, String) . |
Modifier and Type | Method and Description |
---|---|
State |
Project.getState()
Returns the current state of this
Project . |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectService.setProjectState(ProjectDescriptor projectDescriptor,
State state,
String comment,
boolean includeAnalyses)
Set the state for the project
|
Constructor and Description |
---|
Project(String identifier,
String path,
String name,
long revision,
List<Attribute> attributes,
OrganizationDescriptor context,
State state,
String stateComment,
String lead)
Initializing constructor which sets the values of all variables.
|
Project(String identifier,
String name,
String path,
OrganizationDescriptor context,
State state,
String stateComment)
Deprecated.
As of Java API 1.7. Please use
Project.Project(String, String, String, long, List, OrganizationDescriptor, State, String, String) . |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA