com.ptc.core.ca.co.client.action
Class CoActionUtils

java.lang.Object
  extended by com.ptc.core.ca.co.client.action.CoActionUtils

Deprecated.

@Deprecated
public abstract class CoActionUtils
extends Object

Utility class for action elements.

Supported API: true

Extendable: false


Method Summary
static CoElement getActionHolder(CoAction action, CoEnvData envData)
          Deprecated. Returns the element that logically owns the action.
static CoAddress getActionHolderAddress(CoAction action, CoEnvData envData)
          Deprecated. Returns the address of the element that logically owns the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActionHolder

public static final CoElement getActionHolder(CoAction action,
                                              CoEnvData envData)
                                       throws WTException
Deprecated. 
Returns the element that logically owns the action.

Supported API: true

Parameters:
action -
envData -
Returns:
CoElement
Throws:
WTException

getActionHolderAddress

public static final CoAddress getActionHolderAddress(CoAction action,
                                                     CoEnvData envData)
                                              throws WTException
Deprecated. 
Returns the address of the element that logically owns the action.

Supported API: true

Parameters:
action -
envData -
Returns:
CoAddress
Throws:
WTException