com.ptc.core.ca.co.client.doer
Interface CoTaskValidator

All Known Implementing Classes:
CoRepairBrokenTaskValidator, CoTaskValidatorHasParameter, ESITaskValidatorHasParameter

Deprecated.

@Deprecated
public interface CoTaskValidator

The interface task validators implement. A task validator decides whether a task needs to be executed.

Supported API: true

Extendable: true


Method Summary
 boolean canExecute(CoTaskData taskData)
          Deprecated. Returns whether a task needs to be executed.
 

Method Detail

canExecute

boolean canExecute(CoTaskData taskData)
                   throws WTException
Deprecated. 
Returns whether a task needs to be executed.

Supported API: true

Parameters:
taskData - The I*E task data repository.
Returns:
boolean
Throws:
WTException