Modifier and Type | Method and Description |
---|---|
static WorkflowJobBean |
DagELFunctions.getWorkflow() |
Modifier and Type | Method and Description |
---|---|
List<WorkflowJobBean> |
WorkflowsInfo.getWorkflows()
Return the workflows being returned.
|
Modifier and Type | Method and Description |
---|---|
static void |
DagELFunctions.configureEvaluator(ELEvaluator evaluator,
WorkflowJobBean workflow,
WorkflowActionBean action) |
Constructor and Description |
---|
WorkflowsInfo(List<WorkflowJobBean> workflows,
int start,
int len,
int total)
Create a workflows info bean.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Command.setLogInfo(WorkflowJobBean workflow)
Set the log info with the context of the given workflow bean.
|
Constructor and Description |
---|
CoordActionUpdateXCommand(WorkflowJobBean workflow) |
CoordActionUpdateXCommand(WorkflowJobBean workflow,
int maxRetries) |
Modifier and Type | Method and Description |
---|---|
protected WorkflowJobBean |
JobXCommand.execute() |
Modifier and Type | Method and Description |
---|---|
protected static void |
WorkflowXCommand.generateEvent(WorkflowJobBean wfJob) |
protected static void |
WorkflowXCommand.generateEvent(WorkflowJobBean wfJob,
String errorCode,
String errorMsg) |
static void |
SuspendXCommand.suspendJob(JPAService jpaService,
WorkflowJobBean workflow,
String id,
String actionId,
List<JsonBean> updateList)
Suspend the workflow job and pending flag to false for the actions that are START_RETRY or START_MANUAL or
END_RETRY or END_MANUAL
|
Constructor and Description |
---|
ActionXCommand.ActionExecutorContext(WorkflowJobBean workflow,
WorkflowActionBean action,
boolean isRetry,
boolean isUserRetry)
Constructing the ActionExecutorContext, setting the private members
and constructing the proto configuration
|
NotificationXCommand(WorkflowJobBean workflow) |
NotificationXCommand(WorkflowJobBean workflow,
WorkflowActionBean action) |
Modifier and Type | Method and Description |
---|---|
WorkflowJobBean |
WorkflowJobGetForSLAJPAExecutor.execute(javax.persistence.EntityManager em) |
WorkflowJobBean |
WorkflowInfoWithActionsSubsetGetJPAExecutor.execute(javax.persistence.EntityManager em) |
WorkflowJobBean |
WorkflowJobGetJPAExecutor.execute(javax.persistence.EntityManager em) |
Constructor and Description |
---|
WorkflowJobInsertJPAExecutor(WorkflowJobBean wfJob) |
WorkflowJobUpdateJPAExecutor(WorkflowJobBean wfJob) |
Modifier and Type | Method and Description |
---|---|
WorkflowJobBean |
WorkflowStore.getWorkflow(String id,
boolean locking)
Load the Workflow into a Bean and return it.
|
WorkflowJobBean |
WorkflowStore.getWorkflowInfo(String id)
Load the Workflow and all Action details and return a WorkflowJobBean.
|
WorkflowJobBean |
WorkflowStore.getWorkflowInfoWithActionsSubset(String id,
int start,
int len)
Load the Workflow and subset Actions details and return a WorkflowJobBean.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowStore.insertWorkflow(WorkflowJobBean workflow)
Create a Workflow and return a WorkflowJobBean.
|
void |
WorkflowStore.updateWorkflow(WorkflowJobBean wfBean)
Update the data from Workflow Bean to DB along with the workflow instance data.
|
Modifier and Type | Method and Description |
---|---|
static void |
LogUtils.setLogInfo(WorkflowJobBean workflow,
XLog.Info logInfo)
Set the log info with the context of the given workflow bean.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.