wt.clients.vc
Class OneOffTaskLogic

java.lang.Object
  extended bywt.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

Field Summary
static String messageID
           
static String MESSAGES_RESOURCE
           
private static ResourceBundle messagesResource
           
private static String versionID
           
 
Constructor Summary
OneOffTaskLogic()
           
 
Method Summary
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
static boolean isOneOffAllowed(OneOffVersioned oneOffVersioned)
          This method decides if a wt.vc.OneOffVersioned object can be revised.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OneOffTaskLogic

public OneOffTaskLogic()
Method Detail

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