|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
com.sas.hls.common | Contains common exceptions and definitions that work across the HLS platform. |
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. |
Uses of Attribute in com.sas.hls.common |
---|
Methods in com.sas.hls.common that return Attribute | |
---|---|
Attribute |
Attribute.clone()
Create and return a copy of this object. |
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()
Get the attributes defined on this object. |
List<Attribute> |
AnalysisService.getCreationAttributesForAnalysisType()
Get the set of attributes that may be specified when creating an analysis. |
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 of this object. |
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()
Get the attributes associated with the projectDescriptor. |
List<Attribute> |
ProjectService.getCreationAttributesForProjectType()
Get the set of attributes that can be used for creating a project. |
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 projectDescriptor. |
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()
|
Method parameters in com.sas.hls.organization with type arguments of type Attribute | |
---|---|
void |
OrganizationDescriptor.setAttributes(List<Attribute> attributes)
|
Uses of Attribute in com.sas.hls.resource.repository |
---|
Fields in com.sas.hls.resource.repository with type parameters of type Attribute | |
---|---|
protected List<Attribute> |
RepositoryResource.attributes
|
Methods in com.sas.hls.resource.repository that return Attribute | |
---|---|
Attribute |
RepositoryResource.getAttribute(String name)
|
Methods in com.sas.hls.resource.repository that return types with arguments of type Attribute | |
---|---|
List<Attribute> |
RepositoryResource.getAttributes()
|
Constructor parameters in com.sas.hls.resource.repository with type arguments of type Attribute | |
---|---|
RepositoryContainer(String path,
Date lastModified,
List<Attribute> attributes)
Deprecated. |
|
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,
Date lastModified,
List<Attribute> attributes)
It is not intended or recommended that the consumer of the api construct these objects. |
|
RepositoryFolder(String path,
Date lastModified,
List<Attribute> attributes)
Deprecated. |
|
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 path,
Date lastModified,
List<Attribute> attributes)
Deprecated. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |