com.polarion.subterra.base.data.identification.ContextId


FIELDS
Modifiers and TypeNameDescription
public, static, final, String GLOBAL_ID
METHODS
Modifiers and TypeNameDescription
public, static, IContextId getContextIdFromContext(String) Return context id for given context and no cluster.
public, static, IContextId getContextIdFromClusterAndContext(String,String) Return context id for given cluster and context.
public, static, IContextId getContextIdFromContextWithBaseline(String,String) Return context id for given context and no cluster.
public, static, IContextId getContextIdFromClusterAndContextWithBaseline(String,String,String) Return context id for given cluster and context.
public, static, IContextId getGlobalContextId(String) Return global context id for given cluster.
public, static, IContextId getGlobalContextId() Return global context id without cluster.
public, static, IContextId getContextIdFromString(String) Return context id for given normalized string representation.

Back to Index