public interface IShortcutableModelObject
Modifier and Type | Method and Description |
---|---|
IModelObject |
getRealModelObject()
Returns the real model object of the current shortcut
|
java.lang.Number |
getShortcutBigNumericId()
Gets a numeric ID of the shortcut object, for repositories that support numeric id.
|
java.lang.String |
getShortcutGlobalId()
Gets the global ID of the shortcut object, which should be unique across the repository.
|
java.lang.Integer |
getShortcutNumericId()
Deprecated.
Deprecated. use
getShortcutBigNumericId() instead.
Gets a numeric ID of the shortcut object, for repositories that support numeric id. Otherwise return null. |
boolean |
isShortcutModelObject()
Returns true if the model object is shortcut.
|
IModelObject getRealModelObject()
java.lang.String getShortcutGlobalId()
java.lang.Integer getShortcutNumericId()
getShortcutBigNumericId()
instead.
Gets a numeric ID of the shortcut object, for repositories that support numeric id. Otherwise return null.java.lang.Number getShortcutBigNumericId()
boolean isShortcutModelObject()