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 |
---|---|
Project |
ProjectService.createProject(OrganizationDescriptor organizationContext,
String projectName,
List<Attribute> attributes)
Create a project within the specified organization.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Organization |
OrganizationService.getOrganizationByIdentifier(String identifier)
Get the representation of an organization, given its identifier.
|
Organization |
OrganizationService.getOrganizationByName(String name)
Get the full client representation of an organization, given its name.
|
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.
|
Organization |
OrganizationService.updateOrganization(Organization organization)
Update an Organization.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA