Package | Description |
---|---|
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.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Class and Description |
---|---|
class |
Analysis
A data object that represents a SAS Life Science Analytics Framework analysis and contains all properties of a analysis defined
within a project in the system.
|
class |
AnalysisDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
Project
A data object that represents a SAS Life Science Analytics Framework project and contains all properties of a project defined within
an organization in the system.
|
class |
ProjectDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Project.
|
Modifier and Type | Class and Description |
---|---|
class |
Organization
A data object that contains all attributes of an organization in the system.
|
class |
OrganizationDescriptor
A light-weight representation of a SAS Life Science Analytics Framework Organization.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowContext |
ProcessFlowDescriptor.getContext()
Get the context of this object
|
Modifier and Type | Method and Description |
---|---|
ProcessFlow |
ProcessFlowService.createProcessFlow(ProcessFlowContext context,
String name,
String processDefinitionId)
Create process flow at the specified context with the specified name using the latest deployed version of the process definition with the specified id.
|
String |
ProcessFlowService.createProcessFlowManifest(ProcessFlowContext context,
String name,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Creates a process flow manifest for the specified process flow
|
void |
ProcessFlowService.deleteProcessFlow(ProcessFlowContext context,
String name)
Deletes the process flow at the specified context with the specified name
|
String |
ProcessFlowService.deleteProcessFlowAndCreateManifest(ProcessFlowContext context,
String name,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Deletes the process flow at the specified context with the specified name and creates a process flow manifest (.pmnf) in the
specified manifest location with the name of the process flow.
|
boolean |
ProcessFlowService.exists(ProcessFlowContext context,
String name)
Checks if the process flow exists at the specified context with the specified name.
|
Set<Element> |
ProcessFlowService.getCurrentElementsByContext(ProcessFlowContext context,
boolean includeChildren)
Get the current elements for process flows at the given context.
|
Set<ElementDefinition> |
ProcessFlowService.getElementDefinitions(ProcessFlowContext context,
String name)
Get the process flow element definitions for the process flow at the specified context with the specified name.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptors(ProcessFlowContext context,
boolean includeChildren)
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(ProcessFlowContext context,
String name)
Get process flow at the specified context with the specified name.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptors(ProcessFlowContext context,
boolean includeChildren)
Get process flows at a specified context and (optionally) below.
|
Constructor and Description |
---|
ProcessFlow(String identifier,
ProcessFlowContext context,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision) |
ProcessFlowDescriptor(String identifier,
ProcessFlowContext context,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision)
Initializing constructor.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA