org.moremotion.process
Class ProcessCommand

java.lang.Object
  extended by org.moremotion.config.Config
      extended by org.moremotion.process.ProcessCommand

public class ProcessCommand
extends Config

Version:
$Id: ProcessCommand.java 400 2009-07-09 19:15:02Z erkan $

Constructor Summary
ProcessCommand(ConfigUnit unit)
           
 
Method Summary
 java.lang.String getContinuePage()
           
 int getDebugLevel(MoreMotionRequest request)
          Deprecated.  
 java.lang.String getErrorPage()
           
 LogDefinition getLogDefinition(MoreMotionRequest request)
           
 java.lang.String getMethod(MoreMotionRequest request)
           
 java.lang.String getNextPage()
           
 java.util.HashMap getParams()
           
 Expression getPrecond(MoreMotionRequest request)
           
 java.lang.String getTemplateName(MoreMotionRequest request)
           
 
Methods inherited from class org.moremotion.config.Config
getConfigUnit, getDataObject, getName, getParameter, getParameters, getType, setDataObject, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessCommand

public ProcessCommand(ConfigUnit unit)
               throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getTemplateName

public java.lang.String getTemplateName(MoreMotionRequest request)
                                 throws ConfigParameterException
Throws:
ConfigParameterException

getNextPage

public java.lang.String getNextPage()
                             throws ConfigParameterException
Throws:
ConfigParameterException

getErrorPage

public java.lang.String getErrorPage()
                              throws ConfigParameterException
Throws:
ConfigParameterException

getContinuePage

public java.lang.String getContinuePage()
                                 throws ConfigParameterException
Throws:
ConfigParameterException

getDebugLevel

public int getDebugLevel(MoreMotionRequest request)
                  throws ConfigParameterException
Deprecated. 

Throws:
ConfigParameterException

getMethod

public java.lang.String getMethod(MoreMotionRequest request)
                           throws ConfigParameterException
Throws:
ConfigParameterException

getPrecond

public Expression getPrecond(MoreMotionRequest request)
                      throws ConfigParameterException
Throws:
ConfigParameterException

getLogDefinition

public LogDefinition getLogDefinition(MoreMotionRequest request)
                               throws ConfigParameterException
Throws:
ConfigParameterException

getParams

public java.util.HashMap getParams()


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.