wt.clients.folder
Class ShortcutTaskLogic
java.lang.Object
wt.clients.folder.ShortcutTaskLogic
- public class ShortcutTaskLogic
- extends Object
Class ShortcutTaskLogic
provides static
methods which
contain the logic for manipulating Shortcuts
.
Supported API: true
- See Also:
Shortcut
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
ShortcutTaskLogic
public ShortcutTaskLogic()
createShortcut
public static Shortcut createShortcut(CabinetBased target,
Folder target_folder)
throws FolderException,
WTException
- Method
createShortcut
creates a new Shortcut
to
the given shortcut target in the given Folder
.
- Parameters:
target
- the target of the Shortcut
to be createdtarget_folder
- the Folder
in which to create the
Shortcut
- Returns:
- the created
Shortcut
- Throws:
FolderException
- if the given Folder
in which to create
the Shortcut
is not valid
WTException
- if an error occurs while creating the
Shortcut
- See Also:
CabinetBased
,
Folder
,
Supported API: true