Uses of Class
com.sas.hls.organization.OrganizationDescriptor

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()
          Get the parent organization of the 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.
 void Project.setContext(OrganizationDescriptor context)
          Set the parent organization of the project.
 

Uses of OrganizationDescriptor in com.sas.hls.organization
 

Subclasses of OrganizationDescriptor in com.sas.hls.organization
 class Organization
          This class is a data object that contains all attributes of an organization in the system.
 

Methods in com.sas.hls.organization that return OrganizationDescriptor
 OrganizationDescriptor OrganizationDescriptor.clone()
          Create and return a copy of this object.
 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.
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA