org.moremotion.process
Class CallDefinition
java.lang.Object
org.moremotion.config.ConditionalListItem
org.moremotion.process.CallDefinition
- Direct Known Subclasses:
- ProcessCallDefinition, ProcessTemplateCallDefinition, QueryProcessCallDefinition
public abstract class CallDefinition
- extends ConditionalListItem
Represents the Call Definition belonging to one of "callProcess", "callQueryProcess" or "callTemplate"
process configuration elements.
- Version:
- $Id: CallDefinition.java 67 2008-03-17 07:03:46Z erkan $
Constructor Summary |
CallDefinition(org.w3c.dom.Element elm,
java.lang.Object parent)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CallDefinition
public CallDefinition(org.w3c.dom.Element elm,
java.lang.Object parent)
throws ConfigurationException
- Throws:
ConfigurationException
getPageName
public java.lang.String getPageName()
getTargetName
public java.lang.String getTargetName()
getStepName
public java.lang.String getStepName()
getPureStepName
public java.lang.String getPureStepName()
getStepCaption
public java.lang.String getStepCaption()
- Returns a caption for this call definition. It returns the step name if defined, process name otherwise.
getProcessConfig
public ProcessConfig getProcessConfig()
getBlockName
public java.lang.String getBlockName(MoreMotionRequest request)
throws ConfigParameterException
- Returns the name of the input process block of the target process
- Throws:
ConfigParameterException
getRecordFilter
public Expression getRecordFilter()
getDebugLevel
public int getDebugLevel(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
getReset
public java.lang.String getReset(MoreMotionRequest request)
throws ConfigParameterException
- Throws:
ConfigParameterException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.