com.polarion.subterra.base.data.identification.ILocalId


FIELDS
Modifiers and TypeNameDescription
public, final, String PROTOTYPE_START_DELIM Delimiter between start of the string and prototype name in normalized string representation.
public, final, char PROTOTYPE_START_DELIM_CHAR Delimiter between start of the string and prototype name in normalized string representation.
public, final, String PROTOTYPE_END_DELIM Delimiter between prototype name and rest of the string in normalized string representation.
public, final, char PROTOTYPE_END_DELIM_CHAR Delimiter between prototype name and rest of the string in normalized string representation.
public, final, String CONTAINER_DELIM Delimiter between container id and object name in normalized string representation.
public, final, char CONTAINER_DELIM_CHAR Delimiter between container id and object name in normalized string representation.
public, final, String REVISION_DELIM Delimiter between object name and revision in normalized string representation.
public, final, char REVISION_DELIM_CHAR Delimiter between object name and revision in normalized string representation.
public, final, String TEMPORARY_OBJECT_NAME_PREFIX "Temporary" object name prefix.
public, final, char TEMPORARY_OBJECT_NAME_PREFIX_CHAR "Temporary" object name prefix.
METHODS
Modifiers and TypeNameDescription
public, String getPrototypeName() Prototype name.
public, ILocalId getContainerId() Container id (if any).
public, String getObjectName() Object name.
public, ILocalId setObjectName(String) Set object name of this local id and return new local id.
public, String getRevision() Revision (if any).
public, ILocalId removeRevision() Remove revision from this local id and return new local id.
public, ILocalId setRevision(String) Set revision of this local id and return new local id.
public, boolean isTemporary() Whether this local id is temporary (its object name has temporary prefix).
public, String toNormalizedString() Return normalized string representation of this local id.
public, String toPrototypeLessNormalizedString() Return prototype-less normalized string representation of this local id.

Back to Index