Uses of Class
org.apache.falcon.oozie.workflow.FLAG

Packages that use FLAG
org.apache.falcon.oozie.workflow   
 

Uses of FLAG in org.apache.falcon.oozie.workflow
 

Fields in org.apache.falcon.oozie.workflow declared as FLAG
protected  FLAG SSH.captureOutput
           
protected  FLAG JAVA.captureOutput
           
protected  FLAG SUBWORKFLOW.propagateConfiguration
           
 

Methods in org.apache.falcon.oozie.workflow that return FLAG
 FLAG ObjectFactory.createFLAG()
          Create an instance of FLAG
 FLAG SSH.getCaptureOutput()
          Gets the value of the captureOutput property.
 FLAG JAVA.getCaptureOutput()
          Gets the value of the captureOutput property.
 FLAG SUBWORKFLOW.getPropagateConfiguration()
          Gets the value of the propagateConfiguration property.
 

Methods in org.apache.falcon.oozie.workflow with parameters of type FLAG
 void SSH.setCaptureOutput(FLAG value)
          Sets the value of the captureOutput property.
 void JAVA.setCaptureOutput(FLAG value)
          Sets the value of the captureOutput property.
 void SUBWORKFLOW.setPropagateConfiguration(FLAG value)
          Sets the value of the propagateConfiguration property.
 



Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.