Package com.businessobjects.enterprise.shortcut

This package represents a shortcut object that behaves in a similar manner to a Windows Shortcut; that is, it can reference another object.

See:
          Description

Class Summary
Shortcut The Shortcut class is used to return the instance that it references so that it can gain access to all of the target instance's properties and methods.
 

Package com.businessobjects.enterprise.shortcut Description

This package represents a shortcut object that behaves in a similar manner to a Windows Shortcut; that is, it can reference another object. Any object in the BusinessObjects Enterprise system can become a shortcut. However, shortcuts cannot be referred to other shortcuts.

Note that any changes made to the shortcut will change the shortcut and not the object the shortcut references (that is, the target object). For example, if you change the name of the shortcut, the name of the object that is referred to by the shortcut will remain the same.