Uses of Class
com.sas.hls.common.State

Packages that use State
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 Drug Development analyses. 
com.sas.hls.drug.project Service and class definitions for manipulating and creating SAS Drug Development projects. 
 

Uses of State in com.sas.hls.common
 

Methods in com.sas.hls.common that return State
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.
 

Uses of State in com.sas.hls.drug.analysis
 

Methods in com.sas.hls.drug.analysis that return State
 State Analysis.getState()
          Returns the current state of this Analysis.
 

Methods in com.sas.hls.drug.analysis with parameters of type State
 Analysis AnalysisService.setAnalysisState(AnalysisDescriptor analysisDescriptor, State state, String comment)
          Set the state for the analysis
 

Constructors in com.sas.hls.drug.analysis with parameters of type State
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).
 

Uses of State in com.sas.hls.drug.project
 

Methods in com.sas.hls.drug.project that return State
 State Project.getState()
          Returns the current state of this Project.
 

Methods in com.sas.hls.drug.project with parameters of type State
 Project ProjectService.setProjectState(ProjectDescriptor projectDescriptor, State state, String comment, boolean includeAnalyses)
          Set the state for the project
 

Constructors in com.sas.hls.drug.project with parameters of type State
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) 2016, SAS Institute Inc., Cary, NC, USA