wt.clients.vc
Class OneOffTaskLogic
java.lang.Object
wt.clients.vc.OneOffTaskLogic
- public class OneOffTaskLogic
- extends Object
This class supports the OneOffTask by performing
the required logic to perform the tasks that the OneOffDialog
need performed.
Supported API: false
Extendable: false
- See Also:
OneOffTask
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
MESSAGES_RESOURCE
public static String MESSAGES_RESOURCE
messagesResource
private static ResourceBundle messagesResource
messageID
public static String messageID
OneOffTaskLogic
public OneOffTaskLogic()
isOneOffAllowed
public static boolean isOneOffAllowed(OneOffVersioned oneOffVersioned)
throws LockException,
WTException
- This method decides if a wt.vc.OneOffVersioned object can be revised.
A boolean is returned and a more detailed message can
can be retrieved by a call to getMessageID().
Supported API: false
- Returns:
- boolean that indicates if the object is available to be revised
- Throws:
LockException
WTException
getMessageID
public static String getMessageID()
- A call to this method provides a more detailed message about
results of task logic requests that were performed
Supported API: false
- Returns:
- Details about the latest logic request