|
||||||||||
| 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.InputBasedGuardCondition
public class InputBasedGuardCondition
| Field Summary |
|---|
| Fields inherited from interface com.bankframe.fe.statemachine.ext.apploaders.IGuardCondition |
|---|
FALSE, TRUE, UNDEFINED |
| Constructor Summary | |
|---|---|
InputBasedGuardCondition()
Constructor for InputBasedGuardCondition. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
addPropertyChangeListener(String name,
PropertyChangeListener listener)
|
int |
checkGuardCondition(Inputs inputs,
Vector processExecutionRecords,
RequestContext requestContext,
IStateTransition stateTransition)
|
int |
getInputSource()
Returns the inputSource. |
String |
getParameterName()
Returns the parameterName. |
String |
getParameterValue()
Returns the parameterValue. |
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 |
setGuardConditionProperties(Properties guardConditionProperties)
|
void |
setInputSource(int inputSource)
Sets the inputSource. |
void |
setNegated(boolean negated)
Sets the negated. |
void |
setParameterName(String parameterName)
Sets the parameterName. |
void |
setParameterValue(String parameterValue)
Sets the parameterValue. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputBasedGuardCondition()
| 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 int getInputSource()
public String getParameterName()
public String getParameterValue()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive - The caseSensitive to setpublic void setInputSource(int inputSource)
inputSource - The inputSource to setpublic void setParameterName(String parameterName)
parameterName - The parameterName to setpublic void setParameterValue(String parameterValue)
parameterValue - The parameterValue 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 | |||||||||