com.ptc.core.ca.co.client.element
Interface CoElementVisitor


Deprecated.

@Deprecated
public interface CoElementVisitor

The interface every visitor needs to implement. The visitor has access to hash maps in the conceptual requiest object that can be used to pass additional parameters to it. Since no other threads attempt to access request object, it's completely thread safe.

Supported API: true

Extendable: false


Method Summary
 CoElementVisitStatus visit(CoElement element, CoElementVisitType type, CoEnvData envData)
          Deprecated. The method visitor must implement.
 

Method Detail

visit

CoElementVisitStatus visit(CoElement element,
                           CoElementVisitType type,
                           CoEnvData envData)
                           throws WTException
Deprecated. 
The method visitor must implement. The method can perform different operations based on the visitor type. The method has access to hash maps in the conceptual requiest object that can be used to pass additional parameters to it. Since no other threads attempt to access request object, it's completely thread safe.

Supported API: true

Parameters:
element -
type -
envData -
Returns:
CoElementVisitStatus
Throws:
WTException