|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.weda.workflow.impl.AbstractEntry
org.weda.workflow.impl.BasicEntryContainer<ResultValueEntry>
org.weda.workflow.impl.ResultTypeEntry
public class ResultTypeEntry
| 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 |
|---|
public static final java.lang.String SUCCESS_RESULT
public static final java.lang.String ERROR_RESULT
| Constructor Detail |
|---|
public ResultTypeEntry()
| Method Detail |
|---|
public boolean isSuccess()
public void setSuccess(boolean success)
public void init()
throws EntryException
init in interface Entryinit in class BasicEntryContainer<ResultValueEntry>EntryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||