com.ptc.core.ca.co.client.address
Class CoAddressOfFrame

java.lang.Object
  extended by com.ptc.core.ca.co.client.address.CoAddress
      extended by com.ptc.core.ca.co.client.address.CoStaticElementAddress
          extended by com.ptc.core.ca.co.client.address.CoAddressOfFrame
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
WebAddressOfFrame

Deprecated.

@Deprecated
public abstract class CoAddressOfFrame
extends CoStaticElementAddress
implements Externalizable

CoAddressOfFrame class represents an address of the frame conceptual element in session.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String ELEMENT_ANY
          Deprecated. 

Supported API: true
 
Fields inherited from class com.ptc.core.ca.co.client.address.CoAddress
ADDRESS_ELEMENT_ID_SEPARATOR, ADDRESS_ELEMENT_SEPARATOR, ADDRESS_SEPARATOR, ADDRESS_SUFFIX_SEPARATOR, TYPE_DYNAMIC, TYPE_FRAME, TYPE_STATIC
 
Method Summary
 CoContext getContext()
          Deprecated. Gets the object for the association that plays role: context; context of the frame element.
 String getTypeId()
          Deprecated. Gets the value of the attribute: typeId; type of the Info*Engine element related to this frame.
 String getUfid()
          Deprecated. Gets the value of the attribute: ufid; UFID of the Info*Engine element related to this frame.
 boolean isTemporary()
          Deprecated. Gets the value of the attribute: temporary; The flag that indicates if the related frame is a temporary frame or not.
 void setContext(CoContext a_Context)
          Deprecated. Sets the object for the association that plays role: context; context of the frame element.
 void setTemporary(boolean a_Temporary)
          Deprecated. Sets the value of the attribute: temporary; The flag that indicates if the related frame is a temporary frame or not.
 void setTypeId(String a_TypeId)
          Deprecated. Sets the value of the attribute: typeId; type of the Info*Engine element related to this frame.
 void setUfid(String a_Ufid)
          Deprecated. Sets the value of the attribute: ufid; UFID of the Info*Engine element related to this frame.
 void update(CoAction action, CoEnvData envData)
          Deprecated. Init address based on the configuration information

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoStaticElementAddress
getAlias, init, setAlias
 
Methods inherited from class com.ptc.core.ca.co.client.address.CoAddress
getChildrenAddresses, getElement, getFrameAddress, getParentAddress, setElement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_ANY

public static final String ELEMENT_ANY
Deprecated. 


Supported API: true

See Also:
Constant Field Values
Method Detail

getUfid

public String getUfid()
Deprecated. 
Gets the value of the attribute: ufid; UFID of the Info*Engine element related to this frame.

Supported API: true

Returns:
String

setUfid

public void setUfid(String a_Ufid)
Deprecated. 
Sets the value of the attribute: ufid; UFID of the Info*Engine element related to this frame.

Supported API: true

Parameters:
a_Ufid -

getTypeId

public String getTypeId()
Deprecated. 
Gets the value of the attribute: typeId; type of the Info*Engine element related to this frame.

Supported API: true

Returns:
String

setTypeId

public void setTypeId(String a_TypeId)
Deprecated. 
Sets the value of the attribute: typeId; type of the Info*Engine element related to this frame.

Supported API: true

Parameters:
a_TypeId -

isTemporary

public boolean isTemporary()
Deprecated. 
Gets the value of the attribute: temporary; The flag that indicates if the related frame is a temporary frame or not.

Supported API: true

Returns:
boolean

setTemporary

public void setTemporary(boolean a_Temporary)
Deprecated. 
Sets the value of the attribute: temporary; The flag that indicates if the related frame is a temporary frame or not.

Supported API: true

Parameters:
a_Temporary -

getContext

public CoContext getContext()
Deprecated. 
Gets the object for the association that plays role: context; context of the frame element. The context is a collection of dimensions with their values.

Supported API: true

Returns:
CoContext

setContext

public void setContext(CoContext a_Context)
Deprecated. 
Sets the object for the association that plays role: context; context of the frame element. The context is a collection of dimensions with their values.

Supported API: true

Parameters:
a_Context -

update

public void update(CoAction action,
                   CoEnvData envData)
            throws WTException
Deprecated. 
Init address based on the configuration information

Supported API: true

Parameters:
action -
envData -
Throws:
WTException