com.polarion.subterra.base.data.identification.IContextId


FIELDS
Modifiers and TypeNameDescription
public, final, String CLUSTER_START_DELIM Delimiter between the start of the string and the cluster name in the normalized string representation.
public, final, char CLUSTER_START_DELIM_CHAR Delimiter between the start of the string and the cluster name in the normalized string representation.
public, final, String CLUSTER_END_DELIM Delimiter between the cluster name and the context name in the normalized string representation.
public, final, char CLUSTER_END_DELIM_CHAR Delimiter between the cluster name and the context name in the normalized string representation.
public, final, String BASELINE_DELIM Delimiter between the context name and the baseline in the normalized string representation.
public, final, char BASELINE_DELIM_CHAR Delimiter between the context name and the baseline in the normalized string representation.
METHODS
Modifiers and TypeNameDescription
public, String getClusterName() Return cluster name (if any).
public, String getContextName() Return context name (if not global).
public, IContextId removeClusterName() Remove cluster name (if any) from this context id and return a new context id.
public, IContextId setClusterName(String) Set cluster name of this context id and return a new context id.
public, String getBaseline() Return baseline (if any).
public, IContextId removeBaseline() Remove baseline (if any) from this context id and return a new context id.
public, IContextId setBaseline(String) Set baseline of this context id and return a new context id.
public, String toNormalizedString() Return the normalized string representation of this context id.

Back to Index