|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkflowJobBean in org.apache.oozie |
---|
Methods in org.apache.oozie that return WorkflowJobBean | |
---|---|
static WorkflowJobBean |
DagELFunctions.getWorkflow()
|
Methods in org.apache.oozie that return types with arguments of type WorkflowJobBean | |
---|---|
List<WorkflowJobBean> |
WorkflowsInfo.getWorkflows()
Return the workflows being returned. |
Methods in org.apache.oozie with parameters of type WorkflowJobBean | |
---|---|
static void |
DagELFunctions.configureEvaluator(ELEvaluator evaluator,
WorkflowJobBean workflow,
WorkflowActionBean action)
|
Constructor parameters in org.apache.oozie with type arguments of type WorkflowJobBean | |
---|---|
WorkflowsInfo(List<WorkflowJobBean> workflows,
int start,
int len,
int total)
Create a workflows info bean. |
Uses of WorkflowJobBean in org.apache.oozie.command |
---|
Methods in org.apache.oozie.command with parameters of type WorkflowJobBean | |
---|---|
protected void |
Command.setLogInfo(WorkflowJobBean workflow)
Set the log info with the context of the given workflow bean. |
Uses of WorkflowJobBean in org.apache.oozie.command.coord |
---|
Constructors in org.apache.oozie.command.coord with parameters of type WorkflowJobBean | |
---|---|
CoordActionUpdateXCommand(WorkflowJobBean workflow)
|
|
CoordActionUpdateXCommand(WorkflowJobBean workflow,
int maxRetries)
|
Uses of WorkflowJobBean in org.apache.oozie.command.wf |
---|
Methods in org.apache.oozie.command.wf that return WorkflowJobBean | |
---|---|
protected WorkflowJobBean |
JobXCommand.execute()
|
Methods in org.apache.oozie.command.wf with parameters of type WorkflowJobBean | |
---|---|
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 |
Constructors in org.apache.oozie.command.wf with parameters of type WorkflowJobBean | |
---|---|
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)
|
Uses of WorkflowJobBean in org.apache.oozie.executor.jpa |
---|
Methods in org.apache.oozie.executor.jpa that return WorkflowJobBean | |
---|---|
WorkflowJobBean |
WorkflowJobGetJPAExecutor.execute(javax.persistence.EntityManager em)
|
WorkflowJobBean |
WorkflowInfoWithActionsSubsetGetJPAExecutor.execute(javax.persistence.EntityManager em)
|
Methods in org.apache.oozie.executor.jpa that return types with arguments of type WorkflowJobBean | |
---|---|
List<WorkflowJobBean> |
WorkflowJobsGetForPurgeJPAExecutor.execute(javax.persistence.EntityManager em)
|
Constructors in org.apache.oozie.executor.jpa with parameters of type WorkflowJobBean | |
---|---|
WorkflowJobInsertJPAExecutor(WorkflowJobBean wfJob)
|
|
WorkflowJobUpdateJPAExecutor(WorkflowJobBean wfJob)
|
Uses of WorkflowJobBean in org.apache.oozie.store |
---|
Methods in org.apache.oozie.store that return WorkflowJobBean | |
---|---|
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. |
Methods in org.apache.oozie.store with parameters of type WorkflowJobBean | |
---|---|
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. |
Uses of WorkflowJobBean in org.apache.oozie.util |
---|
Methods in org.apache.oozie.util with parameters of type WorkflowJobBean | |
---|---|
static void |
LogUtils.setLogInfo(WorkflowJobBean workflow,
XLog.Info logInfo)
Set the log info with the context of the given workflow bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |