Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterValue> |
ScheduleJobInfo.getParamValues()
Get the job parameterValues.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleJobInfo.setParamValues(Set<ParameterValue> paramValues)
Sets the job parameterValues.
|
JobSubmission |
JobExecutionService.submitJobInRepository(String jobPath,
String version,
Set<ParameterValue> params)
Submits job in the repository.
|
JobSubmission |
JobExecutionService.submitJobInWorkspace(String jobPath,
Set<ParameterValue> params)
Submits job in the current user's workspace.
|
JobSubmission |
JobExecutionService.submitJobInWorkspaceAndPopulate(String jobPath,
Set<ParameterValue> params,
boolean useRelativePaths)
Submits job in the workspace and updates the input and output specifications in the job based on inputs and
outputs accessed during the job run.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterValue> |
JobTask.getParameters()
Get the parameter values that will override the default parameter values in the job
|
Set<ParameterValue> |
JobTaskDefinition.getParameters()
Get the parameter values that will override the default parameter values in the job
|
Modifier and Type | Method and Description |
---|---|
void |
JobTaskDefinition.setParameters(Set<ParameterValue> parameters)
Sets the parameter values that will override the default parameter values in the job
|
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.
|
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.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA