com.ptc.core.ca.co.client.simple
Interface CoSimpleModelHandlerData

All Superinterfaces:
CoHandlerData, CoModelHandlerData, CoSimpleHandlerData
All Known Implementing Classes:
CoDefaultSimpleModelHandlerData

Deprecated.

@Deprecated
public interface CoSimpleModelHandlerData
extends CoModelHandlerData, CoSimpleHandlerData

Model handlers using "simple approach" pass the instance of handler data that implements this interface as a parameter to methods they call.

Supported API: true

Extendable: false


Field Summary
static String ANCESTOR_TYPE_ID
          Deprecated. Label for the attribute; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
static String ANCESTOR_UFID
          Deprecated. Label for the attribute; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelHandlerData
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
ENV_DATA
 
Fields inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
OPENER_ACTION_ADDRESS
 
Method Summary
 String getAncestorTypeId()
          Deprecated. Gets the value of the attribute: ANCESTOR_TYPE_ID.
 String getAncestorUfid()
          Deprecated. Gets the value of the attribute: ANCESTOR_UFID.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelHandlerData
getElement, init
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData
getEnvData
 
Methods inherited from interface com.ptc.core.ca.co.client.simple.CoSimpleHandlerData
getOpenerActionAddress
 

Field Detail

ANCESTOR_TYPE_ID

static final String ANCESTOR_TYPE_ID
Deprecated. 
Label for the attribute; the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

See Also:
Constant Field Values

ANCESTOR_UFID

static final String ANCESTOR_UFID
Deprecated. 
Label for the attribute; the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

See Also:
Constant Field Values
Method Detail

getAncestorTypeId

String getAncestorTypeId()
                         throws WTException
Deprecated. 
Gets the value of the attribute: ANCESTOR_TYPE_ID. the type of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Returns:
String
Throws:
WTException

getAncestorUfid

String getAncestorUfid()
                       throws WTException
Deprecated. 
Gets the value of the attribute: ANCESTOR_UFID. the UFID of the Info*Engine element a handling of this conceptual element is performed in the context of

Supported API: true

Returns:
String
Throws:
WTException