| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected List<OozieWorkflowAction> |
OozieWorkflowJob.workflowActions |
| Modifier and Type | Method and Description |
|---|---|
OozieWorkflowAction |
ObjectFactory.createOozieWorkflowAction()
Create an instance of
OozieWorkflowAction |
| Modifier and Type | Method and Description |
|---|---|
List<OozieWorkflowAction> |
OozieWorkflowJob.getWorkflowActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OozieWorkflowJob.setWorkflowActions(List<OozieWorkflowAction> workflowActions) |
| Constructor and Description |
|---|
OozieWorkflowJob(String id,
String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String status,
String errorCode,
String errorMessage,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
List<OozieWorkflowAction> workflowActions,
String emrClusterId)
Fully-initialising value constructor
|
Copyright © 2017. All rights reserved.