|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.common.config.CoContext
@Deprecated public class CoContext
CoContext class defines the context of the configuration
element. The context is a set of dimensions where dimension is a name-value
pair.
DCA recognizes a set of well-known dimensions and provides a set of
methods to manipulate them. However, all of the dimensions are stored
in the same hash map.
Supported API: true
Extendable: false
| Nested Class Summary | |
|---|---|
static class |
com.ptc.core.ca.co.common.config.CoContext.ContextComparator
Deprecated. |
static class |
com.ptc.core.ca.co.common.config.CoContext.MatchRelationship
Deprecated. |
| Field Summary | |
|---|---|
static String |
CONTEXT_ELEMENT_SEPARATOR
Deprecated. Separates parts of the context in the string representing external form of the instance of this class. |
static String |
ELEMENT_ANY
Deprecated. Indicates that the value of the well-known dimension is not set in the external form of the instance of this class. |
| Constructor Summary | |
|---|---|
CoContext()
Deprecated. Supported API: true |
|
CoContext(CoContext context)
Deprecated. Supported API: true |
|
| Method Summary | |
|---|---|
boolean |
equals(Object the_object)
Deprecated. Indicates whether some other object is "equal to" this one. |
String |
getApplicationId()
Deprecated. Sets the value of the appId dimension. |
String |
getDecoration()
Deprecated. Returns the value of the decoration dimension. |
String |
getMode()
Deprecated. Returns the value of the mode dimension. |
String |
getRoleId()
Deprecated. Returns the value of the roleId dimension. |
String |
getTypeId()
Deprecated. Returns the value of the type dimension. |
void |
setApplicationId(String appId)
Deprecated. Indicates whether some other object is "equal to" this one. |
void |
setDecoration(String decoration)
Deprecated. Sets the value of the mode dimension. |
void |
setRoleId(String roleId)
Deprecated. Sets the value of the roleId dimension. |
void |
setTypeId(String type_id)
Deprecated. Sets the value of the type dimension. |
String |
toString()
Deprecated. Converts this object to a string for the debug purposes. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CONTEXT_ELEMENT_SEPARATOR
public static final String ELEMENT_ANY
| Constructor Detail |
|---|
public CoContext()
public CoContext(CoContext context)
context - | Method Detail |
|---|
public String getMode()
mode dimension.
public String getDecoration()
decoration dimension.
public void setDecoration(String decoration)
mode dimension.
decoration - public String getApplicationId()
appId dimension.
public void setApplicationId(String appId)
appId - public String getRoleId()
roleId dimension.
public void setRoleId(String roleId)
roleId dimension.
roleId - public String getTypeId()
type dimension.
public void setTypeId(String type_id)
type dimension.
type_id - public boolean equals(Object the_object)
equals in class Objectthe_object -
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||