Package | Description |
---|---|
com.sas.hls.drug.project |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework projects.
|
com.sas.hls.organization |
Service and class definitions for manipulating and creating organizations.
|
Modifier and Type | Method and Description |
---|---|
OrganizationDescriptor |
Project.getContext()
Returns the parent organization of this
Project . |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectService.createProject(OrganizationDescriptor organizationContext,
String projectName,
List<Attribute> attributes)
Create a project within the specified organization.
|
Project |
ProjectService.getProjectByName(OrganizationDescriptor organization,
String projectName)
Get project by specifying the organization context and name within that context.
|
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.
|
List<ProjectDescriptor> |
ProjectService.getProjectDescriptorsByOrganization(OrganizationDescriptor organization)
Get light-weight representations of all projects associated with the given organization context.
|
List<Project> |
ProjectService.getProjectsByOrganization(OrganizationDescriptor organization)
Get all projects associated with the given organization context.
|
boolean |
ProjectService.projectExists(OrganizationDescriptor organization,
String projectName)
Test the existence of a project by its organization context and name.
|
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) . |
Modifier and Type | Class and Description |
---|---|
class |
Organization
A data object that contains all attributes of an organization in the system.
|
Modifier and Type | Method and Description |
---|---|
OrganizationDescriptor |
OrganizationService.getOrganizationDescriptorByIdentifier(String identifier)
Get the light-weight client representation of an organization, given its identifier.
|
OrganizationDescriptor |
OrganizationService.getOrganizationDescriptorByName(String name)
Get the light-weight client representation of an organization, given its name.
|
Modifier and Type | Method and Description |
---|---|
List<OrganizationDescriptor> |
OrganizationService.getOrganizationDescriptors()
Get a list of light-weight representations of all organizations currently defined.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA