|
|||||||||||
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
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(java.beans.PropertyChangeListener listener)
|
void |
addPropertyChangeListener(java.lang.String name,
java.beans.PropertyChangeListener listener)
|
int |
checkGuardCondition(Inputs inputs,
java.util.Vector processExecutionRecords,
RequestContext requestContext,
IStateTransition stateTransition)
|
int |
getInputSource()
Returns the inputSource. |
java.lang.String |
getParameterName()
Returns the parameterName. |
java.lang.String |
getParameterValue()
Returns the parameterValue. |
boolean |
isCaseSensitive()
Returns the caseSensitive. |
boolean |
isNegated()
Returns the negated. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
removePropertyChangeListener(java.lang.String name,
java.beans.PropertyChangeListener listener)
|
void |
setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive. |
void |
setGuardConditionProperties(java.util.Properties guardConditionProperties)
|
void |
setInputSource(int inputSource)
Sets the inputSource. |
void |
setNegated(boolean negated)
Sets the negated. |
void |
setParameterName(java.lang.String parameterName)
Sets the parameterName. |
void |
setParameterValue(java.lang.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, java.util.Vector processExecutionRecords, RequestContext requestContext, IStateTransition stateTransition)
checkGuardCondition
in interface IGuardCondition
IGuardCondition.checkGuardCondition(Inputs, Vector, RequestContext, IStateTransition)
public boolean isCaseSensitive()
public int getInputSource()
public java.lang.String getParameterName()
public java.lang.String getParameterValue()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive
- The caseSensitive to setpublic void setInputSource(int inputSource)
inputSource
- The inputSource to setpublic void setParameterName(java.lang.String parameterName)
parameterName
- The parameterName to setpublic void setParameterValue(java.lang.String parameterValue)
parameterValue
- The parameterValue to setpublic void setGuardConditionProperties(java.util.Properties guardConditionProperties)
setGuardConditionProperties
in interface IGuardCondition
IGuardCondition.setGuardConditionProperties(Properties)
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void addPropertyChangeListener(java.lang.String name, java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.lang.String name, java.beans.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 |