org.apache.oozie.workflow.lite
Interface NodeHandler.Context

Enclosing class:
NodeHandler

public static interface NodeHandler.Context


Method Summary
 void completeJob()
           
 String createExecutionPath(String name)
           
 String createFullTransition(String executionPath, String transition)
           
 void deleteExecutionPath()
           
 String getExecutionPath()
           
 NodeDef getNodeDef()
           
 String getParentExecutionPath(String executionPath)
           
 LiteWorkflowInstance getProcessInstance()
           
 String getSignalValue()
           
 Object getTransientVar(String name)
           
 String getVar(String name)
           
 void killJob()
           
 void setTransientVar(String name, Object value)
           
 void setVar(String name, String value)
           
 

Method Detail

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 © 2012 Apache Software Foundation. All Rights Reserved.