|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrganizationDescriptor | |
---|---|
com.sas.hls.drug.project | Service and class definitions for manipulating and creating SAS Drug Development projects. |
com.sas.hls.organization | Service and class definitions for manipulating and creating organizations. |
Uses of OrganizationDescriptor in com.sas.hls.drug.project |
---|
Methods in com.sas.hls.drug.project that return OrganizationDescriptor | |
---|---|
OrganizationDescriptor |
Project.getContext()
Returns the parent organization of this Project . |
Methods in com.sas.hls.drug.project with parameters of type OrganizationDescriptor | |
---|---|
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. |
Constructors in com.sas.hls.drug.project with parameters of type OrganizationDescriptor | |
---|---|
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) . |
Uses of OrganizationDescriptor in com.sas.hls.organization |
---|
Subclasses of OrganizationDescriptor in com.sas.hls.organization | |
---|---|
class |
Organization
A data object that contains all attributes of an organization in the system. |
Methods in com.sas.hls.organization that return OrganizationDescriptor | |
---|---|
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. |
Methods in com.sas.hls.organization that return types with arguments of type OrganizationDescriptor | |
---|---|
List<OrganizationDescriptor> |
OrganizationService.getOrganizationDescriptors()
Get a list of light-weight representations of all organizations currently defined. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |