Package | Description |
---|---|
com.sas.hls.common |
Contains common interfaces and data objects that work across the HLS platform.
|
com.sas.hls.drug.analysis |
Service and class definitions for manipulating and creating SAS Life Science Analytics Framework analyses.
|
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.
|
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.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
AbstractAttributable.getAttribute(String name) |
Attribute |
AbstractAttributable.removeAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AbstractAttributable.getAttributes() |
List<Attribute> |
Attributable.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAttributable.addAttribute(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAttributable.setAttributes(List<Attribute> attributes) |
void |
Attributable.setAttributes(List<Attribute> attributes) |
Constructor and Description |
---|
AbstractAttributable(String objectType,
String name,
String path,
String identifier,
List<Attribute> attributes) |
AbstractSynchronizable(String objectType,
String name,
String path,
String identifier,
List<Attribute> attributes) |
Modifier and Type | Method and Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() . |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
OrganizationDescriptor.getAttributes()
Return the attributes associated with this
Organization . |
Modifier and Type | Method and Description |
---|---|
void |
OrganizationDescriptor.setAttributes(List<Attribute> attributes)
Set the attributes associated with this
Organization . |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
User.getAttributes()
Get the list of attributes defined for this user instance.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAttributes(List<Attribute> attributes)
Set a list of attributes values on this user.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
ProcessFlow.getAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
CompletedTask.getAttributes() |
List<Attribute> |
ProcessFlow.getAttributes() |
List<Attribute> |
Task.getAttributes()
Gets the extended attributes of this task
|
List<Attribute> |
TaskDefinition.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinition.setAttribute(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessFlow.setAttributes(List<Attribute> attributes) |
void |
Task.setAttributes(List<Attribute> attributes)
Sets the extended attributes for this task
|
void |
TaskDefinition.setAttributes(List<Attribute> attributes) |
Constructor and Description |
---|
CompletedJobTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
UserDescriptor runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
List<ParameterValue> parameters)
Initializing constructor which sets the values of all variables.
|
CompletedNotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
CompletedUserTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completionComment,
float totalActualHours)
Initializing constructor which sets the values of all variables.
|
CompletedUserTaskDetails(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completionComment,
float totalActualHours,
Set<DataProperty> completionAttributes,
Set<UserTaskAssignment> taskAssignmentHistory)
Initializing constructor which sets the values of all variables.
|
JobTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String jobPath,
String jobVersion,
List<ParameterValue> parameters)
Initializing constructor which sets the values of all variables.
|
NotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
Task(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes)
Initializing constructor which sets the values of all variables.
|
UserTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes) |
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA