com.polarion.subterra.base.data.identification.LocalId
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, static, ILocalId | getLocalIdWithContainerAndRevision(String,ILocalId,String,String) | Return local id with container and revision. |
public, static, ILocalId | getLocalIdWithContainer(String,ILocalId,String) | Return local id with container and without revision. |
public, static, ILocalId | getLocalIdWithRevision(String,String,String) | Return local id without container and with revision. |
public, static, ILocalId | getLocalId(String,String) | Return local id without container and revision. |
public, static, ILocalId | getLocalIdFromString(String) | Return local id for given normalized string representation. |
public, static, ILocalId | getLocalIdFromPrototypeLessString(String,IPrototypeResolver) | Return local id for given prototype-less normalized string representation. |
Back to Index