com.ptc.core.ca.co.client.component
Class CoComponentContractDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.component.CoComponentContractDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

Deprecated.

@Deprecated
public class CoComponentContractDoer
extends Object
implements CoActionDoer

The doer to be used by "Contract Component" action.

Supported API: true

Extendable: false


Method Summary
 boolean canExecute(CoActionHandlerData execData)
          Deprecated. 

Supported API: true
 void execute(CoActionHandlerData execData)
          Deprecated. 

Supported API: true
 boolean isRelevant(CoActionHandlerData execData)
          Deprecated. 

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isRelevant

public boolean isRelevant(CoActionHandlerData execData)
                   throws WTException
Deprecated. 


Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

canExecute

public boolean canExecute(CoActionHandlerData execData)
                   throws WTException
Deprecated. 


Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

execute

public void execute(CoActionHandlerData execData)
             throws WTException
Deprecated. 


Supported API: true

Parameters:
execData -
Throws:
WTException