| Package | Description |
|---|---|
| com.github.cafdataprocessing.utilities.initialization | |
| com.github.cafdataprocessing.utilities.initialization.jsonobjects |
| Modifier and Type | Method and Description |
|---|---|
WorkflowJson |
WorkflowInitializationParams.getWorkflowBaseDataJson()
Builds a WorkflowJson object using the workflowBaseDataStream if set or the workflowBaseDataFileName.
|
WorkflowJson |
WorkflowInitializationParams.getWorkflowOverlayJson()
Builds a WorkflowJson object using the workflowOverlayStream if set or the workflowOverlayFileName.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WorkflowCombiner.combineWorkflows(WorkflowJson targetOriginalWorkflow,
WorkflowJson overlayWorkflow)
Combines (merges) two workflow objects.
|
long |
WorkflowInitializer.createWorkflow(WorkflowJson workflow,
WorkflowJson workflowOverlay,
String projectId)
Creates a processing workflow derived from the information in the
workflow object. |
long |
WorkflowInitializer.createWorkflow(WorkflowJson workflow,
WorkflowJson workflowOverlay,
String projectId,
boolean overwriteExisting)
Creates a processing workflow derived from the information in the
workflow object. |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowJson |
WorkflowJson.readInputFile(String inputFilepath)
Reads the contents of the file at the specified location and converts them to a WorkflowJson representation
|
static WorkflowJson |
WorkflowJson.readInputStream(InputStream inputStream)
Reads the the input stream and converts to a WorkflowJson representation
|
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.