org.moremotion.process
Class QueryProcessCallDefinition

java.lang.Object
  extended by org.moremotion.config.ConditionalListItem
      extended by org.moremotion.process.CallDefinition
          extended by org.moremotion.process.QueryProcessCallDefinition

public class QueryProcessCallDefinition
extends CallDefinition

Version:
$Id: QueryProcessCallDefinition.java 51 2008-03-10 11:46:54Z erkan $

Constructor Summary
QueryProcessCallDefinition(org.w3c.dom.Element elm, java.lang.Object parent)
           
 
Method Summary
 void execute(MoreMotionRequest request, CallInstance ci, ProcessRecord prec)
           
 java.lang.String getOutputTo(MoreMotionRequest request)
           
 java.util.HashMap getProcessCallParams()
           
 
Methods inherited from class org.moremotion.process.CallDefinition
getBlockName, getDebugLevel, getLogDefinition, getLogger, getPageName, getProcessConfig, getPureStepName, getRecordFilter, getReset, getStepCaption, getStepName, getTargetName, toString
 
Methods inherited from class org.moremotion.config.ConditionalListItem
getCondition, precondSatisfied, setCondition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryProcessCallDefinition

public QueryProcessCallDefinition(org.w3c.dom.Element elm,
                                  java.lang.Object parent)
                           throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getProcessCallParams

public java.util.HashMap getProcessCallParams()

getOutputTo

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

execute

public void execute(MoreMotionRequest request,
                    CallInstance ci,
                    ProcessRecord prec)
             throws ProcessException
Specified by:
execute in class CallDefinition
Throws:
ProcessException


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