org.weda.workflow.impl
Class ResultValueEntry

java.lang.Object
  extended by org.weda.workflow.impl.AbstractEntry
      extended by org.weda.workflow.impl.ResultValueEntry
All Implemented Interfaces:
Entry

public class ResultValueEntry
extends AbstractEntry

Author:
tim

Field Summary
 
Fields inherited from class org.weda.workflow.impl.AbstractEntry
entryLog, logShift
 
Fields inherited from interface org.weda.workflow.Entry
DEFAULT_ENTRY_NAME
 
Constructor Summary
ResultValueEntry()
           
 
Method Summary
 void addPathToPush(Path path)
           
 void init()
           
 boolean operate(java.util.Stack<java.lang.String> expressions)
          Выполняет действие.
 
Methods inherited from class org.weda.workflow.impl.AbstractEntry
getContainer, getGroupValues, getName, getWorkflow, isDefaultEntry, isExactMatch, logOperate, matches, setContainer, setDefaultEntry, setName, setWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultValueEntry

public ResultValueEntry()
Method Detail

init

public void init()
          throws EntryException
Specified by:
init in interface Entry
Overrides:
init in class AbstractEntry
Throws:
EntryException

operate

public boolean operate(java.util.Stack<java.lang.String> expressions)
                throws EntryException
Description copied from interface: Entry
Выполняет действие.

Specified by:
operate in interface Entry
Overrides:
operate in class AbstractEntry
Throws:
EntryException

addPathToPush

public void addPathToPush(Path path)


Copyright © 2005-2006 . All Rights Reserved.