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

Packages that use Attribute
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. 
com.sas.hls.organization Service and class definitions for manipulating and creating organizations. 
com.sas.hls.resource.repository Provides the classes and interfaces needed to manipulate resources in the repository. 
com.sas.hls.security.user Service and class definitions for manipulating and creating Users. 
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

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

Methods in com.sas.hls.drug.analysis that return types with arguments of type Attribute
 List<Attribute> AnalysisDescriptor.getAttributes()
          Returns the attributes associated with this Analysis.
 List<Attribute> AnalysisService.getCreationAttributesForAnalysis()
          Get the set of attributes that may be specified when creating an analysis.
 List<Attribute> AnalysisService.getCreationAttributesForAnalysisType()
          Deprecated. As of Java API 1.7. Replaced with AnalysisService.getCreationAttributesForAnalysis().
 

Method parameters in com.sas.hls.drug.analysis with type arguments of type Attribute
 Analysis AnalysisService.createAnalysis(ProjectDescriptor projectContext, String analysisName, List<Attribute> attributes)
          Create an analysis in the specified project.
 void AnalysisDescriptor.setAttributes(List<Attribute> attributes)
          Set the attributes associated with this Analysis.
 

Constructor parameters in com.sas.hls.drug.analysis with type arguments of type Attribute
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.
AnalysisDescriptor(String identifier, String path, String name, long revision, List<Attribute> attributes)
          Initializing constructor which sets the values of all variables.
 

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

Methods in com.sas.hls.drug.project that return types with arguments of type Attribute
 List<Attribute> ProjectDescriptor.getAttributes()
          Returns the attributes associated with this Project.
 List<Attribute> ProjectService.getCreationAttributesForProject()
          Get the set of attributes that can be used for creating a project.
 List<Attribute> ProjectService.getCreationAttributesForProjectType()
          Deprecated. As of Java API 1.7. Replaced with ProjectService.getCreationAttributesForProject().
 

Method parameters in com.sas.hls.drug.project with type arguments of type Attribute
 Project ProjectService.createProject(OrganizationDescriptor organizationContext, String projectName, List<Attribute> attributes)
          Create a project within the specified organization.
 void ProjectDescriptor.setAttributes(List<Attribute> attributes)
          Set the attributes associated with this Project.
 

Constructor parameters in com.sas.hls.drug.project with type arguments of type Attribute
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.
ProjectDescriptor(String identifier, String path, String name, long revision, List<Attribute> attributes)
          Initializing constructor which sets the values of all variables.
 

Uses of Attribute in com.sas.hls.organization
 

Methods in com.sas.hls.organization that return types with arguments of type Attribute
 List<Attribute> OrganizationDescriptor.getAttributes()
          Return the attributes associated with this Organization.
 

Method parameters in com.sas.hls.organization with type arguments of type Attribute
 void OrganizationDescriptor.setAttributes(List<Attribute> attributes)
          Set the attributes associated with this Organization.
 

Constructor parameters in com.sas.hls.organization with type arguments of type Attribute
Organization(String identifier, String path, String name, long revision, List<Attribute> attributes, String lead)
          Initializing constructor which sets the values of all variables.
OrganizationDescriptor(String identifier, String path, String name, long revision, List<Attribute> attributes)
          Initializing constructor which sets the values of all variables.
 

Uses of Attribute in com.sas.hls.resource.repository
 

Methods in com.sas.hls.resource.repository that return Attribute
 Attribute RepositoryResource.getAttribute(String name)
          Return the attribute with the provided name.
 

Methods in com.sas.hls.resource.repository that return types with arguments of type Attribute
 List<Attribute> RepositoryResource.getAttributes()
          Return the list of attributes associated with this repository resource.
 

Method parameters in com.sas.hls.resource.repository with type arguments of type Attribute
 void RepositoryResource.setAttributes(List<Attribute> attributes)
           
 

Constructor parameters in com.sas.hls.resource.repository with type arguments of type Attribute
RepositoryContainer(String identifier, String objectType, String path, Date lastModified, List<Attribute> attributes)
          It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFile(String identifier, String objectType, String path, long size, boolean isCheckedOut, boolean isVersioned, String versionLabel, boolean isLocked, Date lastModified, List<Attribute> attributes)
          It is not intended or recommended that the consumer of the API construct these objects.
RepositoryFolder(String identifier, String objectType, String path, Date lastModified, List<Attribute> attributes)
          It is not intended or recommended that the consumer of the API construct these objects.
RepositoryResource(String identifier, String objectType, String path, Date lastModified, List<Attribute> attributes)
          It is not intended or recommended that the consumer of the API construct these objects.
 

Uses of Attribute in com.sas.hls.security.user
 

Methods in com.sas.hls.security.user that return types with arguments of type Attribute
 List<Attribute> User.getAttributes()
          Get the list of attributes defined for this user instance.
 

Method parameters in com.sas.hls.security.user with type arguments of type Attribute
 void User.setAttributes(List<Attribute> attributes)
          Set a list of attributes values on this user.
 

Uses of Attribute in com.sas.hls.work.workitem
 

Subclasses of Attribute in com.sas.hls.work.workitem
 class FlowParameter
          A data object that represents a flow parameter of a work item.
 

Methods in com.sas.hls.work.workitem that return Attribute
 Attribute WorkItem.getAttribute(String name)
          Return the attribute with the provided name.
 

Methods in com.sas.hls.work.workitem that return types with arguments of type Attribute
 List<Attribute> WorkItem.getAttributes()
          Get the attributes of this work item
 

Constructor parameters in com.sas.hls.work.workitem with type arguments of type Attribute
WorkItem(String identifier, ObjectIdentity context, String contextPath, String name, WorkItem.Status status, List<Attribute> attributes)
          Deprecated. Deprecated as of version 1.7. Please use WorkItem.WorkItem(String, ObjectIdentity, String, String, Status, String, List).
WorkItem(String identifier, ObjectIdentity context, String contextPath, String name, WorkItem.Status status, String owner, List<Attribute> attributes)
          Initializing constructor.
 



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