com.polarion.subterra.base.data.identification.IObjectId


FIELDS
Modifiers and TypeNameDescription
public, final, String CONTEXT_DELIM Delimiter between context id and local id in normalized string representation.
public, final, char CONTEXT_DELIM_CHAR Delimiter between context id and local id in normalized string representation.
METHODS
Modifiers and TypeNameDescription
public, IContextId getContextId() Context id (if any).
public, ILocalId getLocalId() Local id.
public, IObjectId removeContextId() Remove context id (if any) from this object id and return new object id.
public, IObjectId removeRevision() Remove revision (if any) from this object id's local id and return new object id.
public, IObjectId setContextId(IContextId) Set context id of this object id and return new object id.
public, IObjectId setLocalId(ILocalId) Set local id of this object id and return new object id
public, IObjectId setRevision(String) Set the revision of this object ID and return a new object ID.
public, String toNormalizedString() Return normalized string representation of this object id.
public, String toPrototypeLessNormalizedString() Return prototype-less normalized string representation of this object id.

Back to Index