Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
com.sas.lsaf.workflow.processflow.setup |
Service and class definitions for managing process flows setup elements.
|
com.sas.lsaf.workflow.task |
Service and class definitions for managing and retrieving process flow tasks and elements.
|
Modifier and Type | Method and Description |
---|---|
JobSubmission |
JobSubmissionService.submitAndPopulateWorkspaceJob(String path,
Set<ParameterValue> parameterValues,
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.
|
JobSubmission |
JobSubmissionService.submitRepositoryJob(String path,
String version,
Set<ParameterValue> parameterValues)
Submits job in the repository.
|
JobSubmission |
JobSubmissionService.submitWorkspaceJob(String path,
Set<ParameterValue> parameterValues)
Submits job in the current user's workspace.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterValue> |
ScheduleJobInfo.getParameterValues()
Gets the job parameter values.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleJobInfo.setParameterValues(Set<ParameterValue> parameterValues)
Sets the job parameterValues.
|
Constructor and Description |
---|
ScheduleJobInfo(JobDescriptor job,
Set<ParameterValue> parameterValues)
The Constructor that contains the job field and parameter values to use when the job is submitted.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterValue> |
JobTaskSetup.getParameterValues()
Get the parameter values that will override the default parameter values in the job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobTaskSetup.setParameterValues(Set<ParameterValue> parameterValues)
Sets the parameter values that will override the default parameter values in the job.
|
Modifier and Type | Method and Description |
---|---|
Set<ParameterValue> |
CompletedJobTask.getParameterValues()
Gets the parameter values used to run the job with this task.
|
Set<ParameterValue> |
JobTask.getParameterValues()
Gets the parameter values that will override the default parameter values in the job.
|
Constructor and Description |
---|
CompletedJobTask(String typeId,
String id,
String elementId,
String processFlowId,
String name,
String description,
Element.ElementType type,
Date created,
List<Attribute> attributes,
String completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
String runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
JobTask(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String jobPath,
String jobVersion,
Set<ParameterValue> parameterValues)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA