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 |
---|---|
NewFileCheckinSpecification |
CreateJobInfo.getOutputFileCheckinSpec() |
NewFileCheckinSpecification |
Job.getOutputFileCheckinSpec()
Get the checkin specification to use for new files created by this job.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobService.createJobInWorkspaceAndRepository(CreateJobInfo jobInfo,
NewFileCheckinSpecification jobCheckinSpec)
Creates job in workspace and checks it into the repository
|
void |
CreateJobInfo.setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec) |
void |
Job.setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
Set the checkin specification to use for new files created by this job.
|
Modifier and Type | Method and Description |
---|---|
String |
ProcessFlowService.createProcessFlowManifest(ProcessFlowContext context,
String name,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Creates a process flow manifest for the specified process flow
|
ActionStatus |
ProcessFlowService.createProcessFlowManifests(Set<ProcessFlowDescriptor> processFlows,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Creates process flow manifests for the specified process flows
|
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.
|
ActionStatus |
ProcessFlowService.deleteProcessFlowsAndCreateManifests(Set<ProcessFlowDescriptor> processFlows,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Deletes the specified process flows and creates a process flow manifest (.pmnf) for each in the
specified manifest location with the name of the process flow.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA