org.weda.workflow.impl
Class ResultTypeEntry

java.lang.Object
  extended by org.weda.workflow.impl.AbstractEntry
      extended by org.weda.workflow.impl.BasicEntryContainer<ResultValueEntry>
          extended by org.weda.workflow.impl.ResultTypeEntry
All Implemented Interfaces:
Entry, EntryContainer<ResultValueEntry>

public class ResultTypeEntry
extends BasicEntryContainer<ResultValueEntry>

Author:
tim

Field Summary
static java.lang.String ERROR_RESULT
          При выполнении действия произошла ошибка (исключительная ситуация)
static java.lang.String SUCCESS_RESULT
          Действие выполнилось без ошибок.
 
Fields inherited from class org.weda.workflow.impl.AbstractEntry
entryLog, logShift
 
Fields inherited from interface org.weda.workflow.Entry
DEFAULT_ENTRY_NAME
 
Constructor Summary
ResultTypeEntry()
           
 
Method Summary
 void init()
           
 boolean isSuccess()
           
 void setSuccess(boolean success)
           
 
Methods inherited from class org.weda.workflow.impl.BasicEntryContainer
addEntry, getEntries, getEntryByName, logOperate, merge, operate
 
Methods inherited from class org.weda.workflow.impl.AbstractEntry
getContainer, getGroupValues, getName, getWorkflow, isDefaultEntry, isExactMatch, matches, setContainer, setDefaultEntry, setName, setWorkflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.weda.workflow.Entry
getContainer, getGroupValues, getName, isDefaultEntry, isExactMatch, matches, setContainer, setDefaultEntry, setName, setWorkflow
 

Field Detail

SUCCESS_RESULT

public static final java.lang.String SUCCESS_RESULT
Действие выполнилось без ошибок.

See Also:
Constant Field Values

ERROR_RESULT

public static final java.lang.String ERROR_RESULT
При выполнении действия произошла ошибка (исключительная ситуация)

See Also:
Constant Field Values
Constructor Detail

ResultTypeEntry

public ResultTypeEntry()
Method Detail

isSuccess

public boolean isSuccess()

setSuccess

public void setSuccess(boolean success)

init

public void init()
          throws EntryException
Specified by:
init in interface Entry
Overrides:
init in class BasicEntryContainer<ResultValueEntry>
Throws:
EntryException


Copyright © 2005-2006 . All Rights Reserved.