com.ptc.core.ca.co.client.doer
Class CoAbstractSimpleActionValidator

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoDefaultActionValidator
      extended by com.ptc.core.ca.co.client.doer.CoAbstractSimpleActionValidator
All Implemented Interfaces:
CoActionValidator
Direct Known Subclasses:
CoWizardDialogActionValidator, CoWizardStepActionValidator

Deprecated.

@Deprecated
public abstract class CoAbstractSimpleActionValidator
extends CoDefaultActionValidator



Supported API: true

Extendable: true


Method Summary
 boolean canExecute(CoConfigFeature validatorConfig, CoActionHandlerData execData)
          Deprecated. The method to determine whether an action is can be triggered in the current situation.
 boolean canExecute(CoConfigFeature validatorConfig, CoSimpleActionHandlerData execData)
          Deprecated. The method to determine whether an action is can be triggered in the current situation.
 boolean isRelevant(CoConfigFeature validatorConfig, CoActionHandlerData execData)
          Deprecated. The method to determine whether an action is relevant to the current situation.
 boolean isRelevant(CoConfigFeature validatorConfig, CoSimpleActionHandlerData execData)
          Deprecated. The method to determine whether an action is relevant to the current situation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canExecute

public boolean canExecute(CoConfigFeature validatorConfig,
                          CoActionHandlerData execData)
                   throws WTException
Deprecated. 
The method to determine whether an action is can be triggered in the current situation.

Supported API: true

Specified by:
canExecute in interface CoActionValidator
Overrides:
canExecute in class CoDefaultActionValidator
Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoConfigFeature validatorConfig,
                          CoActionHandlerData execData)
                   throws WTException
Deprecated. 
The method to determine whether an action is relevant to the current situation.

Supported API: true

Specified by:
isRelevant in interface CoActionValidator
Overrides:
isRelevant in class CoDefaultActionValidator
Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException

canExecute

public boolean canExecute(CoConfigFeature validatorConfig,
                          CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
The method to determine whether an action is can be triggered in the current situation.

Supported API: true

Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoConfigFeature validatorConfig,
                          CoSimpleActionHandlerData execData)
                   throws WTException
Deprecated. 
The method to determine whether an action is relevant to the current situation.

Supported API: true

Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException