com.polarion.subterra.base.data.identification.ObjectId
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, static, IObjectId | getCrossContextObjectId(IContextId,ILocalId) | Return cross-context object id for given context id and local id. |
public, static, IObjectId | getContextLessObjectId(ILocalId) | Return context-less object id for given local id. |
public, static, IObjectId | getObjectIdFromString(String) | Return object id for given normalized string representation. |
public, static, IObjectId | getObjectIdFromPrototypeLessString(String,IPrototypeResolver) | Return object id for given prototype-less normalized string representation. |
Back to Index