org.apache.oozie.workflow.lite
Interface NodeHandler.Context
- Enclosing class:
- NodeHandler
public static interface NodeHandler.Context
getNodeDef
NodeDef getNodeDef()
getExecutionPath
String getExecutionPath()
getParentExecutionPath
String getParentExecutionPath(String executionPath)
getSignalValue
String getSignalValue()
setVar
void setVar(String name,
String value)
getVar
String getVar(String name)
setTransientVar
void setTransientVar(String name,
Object value)
getTransientVar
Object getTransientVar(String name)
createExecutionPath
String createExecutionPath(String name)
deleteExecutionPath
void deleteExecutionPath()
createFullTransition
String createFullTransition(String executionPath,
String transition)
killJob
void killJob()
completeJob
void completeJob()
getProcessInstance
LiteWorkflowInstance getProcessInstance()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.