|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowActionBean | |
---|---|
org.apache.oozie | |
org.apache.oozie.command | |
org.apache.oozie.command.wf | |
org.apache.oozie.service | |
org.apache.oozie.store |
Uses of WorkflowActionBean in org.apache.oozie |
---|
Methods in org.apache.oozie that return WorkflowActionBean | |
---|---|
static WorkflowActionBean |
DagELFunctions.getAction()
|
WorkflowActionBean |
DagEngine.getWorkflowAction(String actionId)
|
Methods in org.apache.oozie with parameters of type WorkflowActionBean | |
---|---|
static void |
DagELFunctions.configureEvaluator(ELEvaluator evaluator,
WorkflowJobBean workflow,
WorkflowActionBean action)
|
Uses of WorkflowActionBean in org.apache.oozie.command |
---|
Methods in org.apache.oozie.command with parameters of type WorkflowActionBean | |
---|---|
protected void |
Command.setLogInfo(WorkflowActionBean action)
Set the log info with the context of the given action bean. |
Uses of WorkflowActionBean in org.apache.oozie.command.wf |
---|
Methods in org.apache.oozie.command.wf that return WorkflowActionBean | |
---|---|
protected WorkflowActionBean |
WorkflowActionInfoCommand.call(WorkflowStore store)
|
Constructors in org.apache.oozie.command.wf with parameters of type WorkflowActionBean | |
---|---|
ActionCommand.ActionExecutorContext(WorkflowJobBean workflow,
WorkflowActionBean action,
boolean isRetry)
|
|
NotificationCommand(WorkflowJobBean workflow,
WorkflowActionBean action)
|
Uses of WorkflowActionBean in org.apache.oozie.service |
---|
Methods in org.apache.oozie.service that return types with arguments of type WorkflowActionBean | |
---|---|
static List<WorkflowActionBean> |
WorkflowStoreService.getStartedActions(WorkflowInstance instance)
Return the list of actions started by a signal in an instance. |
Uses of WorkflowActionBean in org.apache.oozie.store |
---|
Methods in org.apache.oozie.store that return WorkflowActionBean | |
---|---|
WorkflowActionBean |
WorkflowStore.getAction(String id,
boolean locking)
Load the action data and returns a bean. |
Methods in org.apache.oozie.store that return types with arguments of type WorkflowActionBean | |
---|---|
List<WorkflowActionBean> |
WorkflowStore.getActionsForWorkflow(String wfId,
boolean locking)
Loads all the actions for the given Workflow. |
List<WorkflowActionBean> |
WorkflowStore.getActionsSubsetForWorkflow(String wfId,
int start,
int len)
Loads given number of actions for the given Workflow. |
List<WorkflowActionBean> |
WorkflowStore.getPendingActions(long minimumPendingAgeSecs)
Load All the actions that are pending for more than given time. |
List<WorkflowActionBean> |
WorkflowStore.getRetryAndManualActions(String wfId)
Load All the actions that are START_RETRY or START_MANUAL or END_RETRY or END_MANUAL. |
List<WorkflowActionBean> |
WorkflowStore.getRunningActions(long checkAgeSecs)
Load All the actions that are running and were last checked after now - miminumCheckAgeSecs |
Methods in org.apache.oozie.store with parameters of type WorkflowActionBean | |
---|---|
void |
WorkflowStore.insertAction(WorkflowActionBean action)
Create a new Action record in the ACTIONS table with the given Bean. |
void |
WorkflowStore.updateAction(WorkflowActionBean action)
Update the given action bean to DB. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |