|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.statemachine.ext.apploaders.bean.ResultBasedGuardCondition
public class ResultBasedGuardCondition
| Field Summary |
|---|
| Fields inherited from interface com.bankframe.fe.statemachine.ext.apploaders.IGuardCondition |
|---|
FALSE, TRUE, UNDEFINED |
| Constructor Summary | |
|---|---|
ResultBasedGuardCondition()
Constructor for ResultBasedGuardCondition. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
addPropertyChangeListener(String name,
PropertyChangeListener listener)
|
int |
checkGuardCondition(Inputs inputs,
Vector processExecutionRecords,
RequestContext requestContext,
IStateTransition stateTransition)
|
String |
getDPKey()
Returns the dpKey. |
String |
getDPValue()
Returns the dpValue. |
String |
getProcessName()
Returns the processName. |
String |
getResponseDPName()
Returns the responseDPName. |
boolean |
isCaseSensitive()
Returns the caseSensitive. |
boolean |
isNegated()
Returns the negated. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
removePropertyChangeListener(String name,
PropertyChangeListener listener)
|
void |
setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive. |
void |
setDPKey(String dpKey)
Sets the dpKey. |
void |
setDPValue(String dpValue)
Sets the dpValue. |
void |
setGuardConditionProperties(Properties guardConditionProperties)
|
void |
setNegated(boolean negated)
Sets the negated. |
void |
setProcessName(String processName)
Sets the processName. |
void |
setResponseDPName(String responseDPName)
Sets the responseDPName. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultBasedGuardCondition()
| Method Detail |
|---|
public int checkGuardCondition(Inputs inputs,
Vector processExecutionRecords,
RequestContext requestContext,
IStateTransition stateTransition)
checkGuardCondition in interface IGuardConditionIGuardCondition.checkGuardCondition(Inputs, Vector, RequestContext, IStateTransition)public boolean isCaseSensitive()
public String getDPKey()
public String getDPValue()
public String getProcessName()
public String getResponseDPName()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive - The caseSensitive to setpublic void setDPKey(String dpKey)
dpKey - The dpKey to setpublic void setDPValue(String dpValue)
dpValue - The dpValue to setpublic void setProcessName(String processName)
processName - The processName to setpublic void setResponseDPName(String responseDPName)
responseDPName - The responseDPName to setpublic void setGuardConditionProperties(Properties guardConditionProperties)
setGuardConditionProperties in interface IGuardConditionIGuardCondition.setGuardConditionProperties(Properties)public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String name,
PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String name,
PropertyChangeListener listener)
public boolean isNegated()
public void setNegated(boolean negated)
negated - The negated to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||