Uses of Class
org.kuali.common.util.execute.ExecutionMode

Packages that use ExecutionMode
org.kuali.common.util.execute   
 

Uses of ExecutionMode in org.kuali.common.util.execute
 

Methods in org.kuali.common.util.execute that return ExecutionMode
protected  ExecutionMode RunOnceExecutable.getExecutionMode(Properties properties, String key)
           
static ExecutionMode ExecutionMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionMode[] ExecutionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kuali.common.util.execute with parameters of type ExecutionMode
protected  boolean RunOnceExecutable.isAlways(ExecutionMode mode)
           
protected  boolean RunOnceExecutable.isRunOnce(ExecutionMode mode)
           
protected  void RunOnceExecutable.setState(Properties properties, String key, ExecutionMode mode)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.