com.ptc.core.ca.co.client.cache
Interface CoInstance

All Known Subinterfaces:
CoBasicInstance
All Known Implementing Classes:
CoDefaultBasicInstance

Deprecated.

@Deprecated
public interface CoInstance

DCA wraps Info*Engine elements in a wrapper implementing this interface. The wrapper can have a listener specified for changes in the element.

Supported API: true

Extendable: false


Method Summary
 com.infoengine.object.factory.Element getIeElement()
          Deprecated. Returns the Info*Engine element.
 boolean isObsolete()
          Deprecated. Returns whether the Info*Engine element is obsolete.
 

Method Detail

getIeElement

com.infoengine.object.factory.Element getIeElement()
                                                   throws WTException
Deprecated. 
Returns the Info*Engine element.

Supported API: true

Returns:
Element
Throws:
WTException

isObsolete

boolean isObsolete()
                   throws WTException
Deprecated. 
Returns whether the Info*Engine element is obsolete.

Supported API: true

Returns:
boolean
Throws:
WTException