Package wt.folder

Interface Shortcut

All Superinterfaces:
wt.fc._BinaryLink, wt.folder._CabinetBased, wt.folder._FolderEntry, wt.folder._FolderEntryLink, wt.folder._FolderServiceManaged, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.folder._Shortcut, BinaryLink, CabinetBased, FolderEntry, wt.folder.FolderEntryLink, wt.folder.FolderServiceManaged, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
wt.folder._IteratedShortcutLink, wt.folder._ShortcutLink, IteratedShortcutLink, ShortcutLink

@GenAsBinaryLink(interfaces={FolderEntry.class,wt.folder.FolderEntryLink.class}, roleA=@GeneratedRole(name="referencingFolder",type=Folder.class,javaDoc="The referencingFolder role object is the folder that contains the Shortcut.",accessors=@PropertyAccessors(setExceptions={})), roleB=@GeneratedRole(name="target",type=CabinetBased.class,javaDoc="The target of the association is the object which appears as a Shortcut member of a folder.",accessors=@PropertyAccessors(setExceptions={})), iconProperties=@IconProperties(standardIcon="wt/clients/images/shortcut.gif",openIcon="wt/clients/images/shortcut.gif")) public interface Shortcut extends wt.folder._Shortcut
Provides a means for one Folder to have references to other Folder's or FolderEntry objects (ie to any CabinetBased object). The location for any Shortcut is the same as the path of the Folder that the shortcut is in. The folder path for any shortcut is the Location of the Folder plus the name of the object that the Shortcut is associated with.

Supported API: true

Extendable: false