@UESService public interface UESShortcut
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_SHORTCUT
URI of shortcut business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI locationUri,
This command creates a new shortcut for the specified artifact.
|
void |
delete(UESURI shortcutUri)
This command deletes the shortcut from the system.
|
UESShortcutAttributes |
getAttributes(UESURI shortcutUri)
This command returns attributes representing the shortcut specified by the shortcutUri parameter.
|
UESResultList<UESShortcutAttributes,UESShortcutGetShortcutList> |
getShortcutList(UESURI artifactUri,
This command returns a list of shortcuts to the specified artifact.
|
UESURI |
relocate(UESURI shortcutUri,
This command relocates the shortcut to the new location.
|
UESURI |
setAttributes(UESURI shortcutUri,
This command updates some basic attributes of a shortcut.
|
locationUri
- UESURI of the location (folder, org. unit, territory etc.) where the new shortcut is createdshortcut
- DTO containing attributes of the new shortcutUESShortcutRTException
shortcutUri
- UESURI of a shortcut whose attributes are returnedUESShortcutRTException
artifactUri
- UESURI of the artifact to which the returned shortcuts point.criteria
- DTO containing criteria for listing shortcuts.
Available parameters are: name
and code
.UESShortcutRTException
shortcutUri
- UESURI of the shortcut to relocateshortcut
- DTO containing attributes for the shortcut relocationUESShortcutRTException
shortcutUri
- UESURI of the shortcut to be deletedUESShortcutRTException
shortcutUri
- UESURI of the shortcut whose attributes are to be changedshortcut
- DTO containing new attributes the shortcutUESShortcutRTException