com.bankframe.fe.statemachine.ext.apploaders.bean
Class ResultBasedGuardCondition

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.apploaders.bean.ResultBasedGuardCondition
All Implemented Interfaces:
IGuardCondition

public class ResultBasedGuardCondition
extends java.lang.Object
implements IGuardCondition


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(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)
           
 java.lang.String getDPKey()
          Returns the dpKey.
 java.lang.String getDPValue()
          Returns the dpValue.
 java.lang.String getProcessName()
          Returns the processName.
 java.lang.String getResponseDPName()
          Returns the responseDPName.
 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 setDPKey(java.lang.String dpKey)
          Sets the dpKey.
 void setDPValue(java.lang.String dpValue)
          Sets the dpValue.
 void setGuardConditionProperties(java.util.Properties guardConditionProperties)
           
 void setNegated(boolean negated)
          Sets the negated.
 void setProcessName(java.lang.String processName)
          Sets the processName.
 void setResponseDPName(java.lang.String responseDPName)
          Sets the responseDPName.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultBasedGuardCondition

public ResultBasedGuardCondition()
Constructor for ResultBasedGuardCondition.

Method Detail

checkGuardCondition

public int checkGuardCondition(Inputs inputs,
                               java.util.Vector processExecutionRecords,
                               RequestContext requestContext,
                               IStateTransition stateTransition)
Specified by:
checkGuardCondition in interface IGuardCondition
See Also:
IGuardCondition.checkGuardCondition(Inputs, Vector, RequestContext, IStateTransition)

isCaseSensitive

public boolean isCaseSensitive()
Returns the caseSensitive.

Returns:
boolean

getDPKey

public java.lang.String getDPKey()
Returns the dpKey.

Returns:
String

getDPValue

public java.lang.String getDPValue()
Returns the dpValue.

Returns:
String

getProcessName

public java.lang.String getProcessName()
Returns the processName.

Returns:
String

getResponseDPName

public java.lang.String getResponseDPName()
Returns the responseDPName.

Returns:
String

setCaseSensitive

public void setCaseSensitive(boolean caseSensitive)
Sets the caseSensitive.

Parameters:
caseSensitive - The caseSensitive to set

setDPKey

public void setDPKey(java.lang.String dpKey)
Sets the dpKey.

Parameters:
dpKey - The dpKey to set

setDPValue

public void setDPValue(java.lang.String dpValue)
Sets the dpValue.

Parameters:
dpValue - The dpValue to set

setProcessName

public void setProcessName(java.lang.String processName)
Sets the processName.

Parameters:
processName - The processName to set

setResponseDPName

public void setResponseDPName(java.lang.String responseDPName)
Sets the responseDPName.

Parameters:
responseDPName - The responseDPName to set

setGuardConditionProperties

public void setGuardConditionProperties(java.util.Properties guardConditionProperties)
Specified by:
setGuardConditionProperties in interface IGuardCondition
See Also:
IGuardCondition.setGuardConditionProperties(Properties)

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String name,
                                      java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.lang.String name,
                                         java.beans.PropertyChangeListener listener)

isNegated

public boolean isNegated()
Returns the negated.

Returns:
boolean

setNegated

public void setNegated(boolean negated)
Sets the negated.

Parameters:
negated - The negated to set


Copyright © 2004 Siebel Systems, Inc. All rights reserved.