wt.dataops.sandbox
Class UndoPDMCheckoutTask

java.lang.Object
  extended bycom.ptc.core.task.Task
      extended bycom.ptc.core.task.AtomicTask
          extended bywt.dataops.sandbox.UndoPDMCheckoutTask
All Implemented Interfaces:
Externalizable, Serializable

public class UndoPDMCheckoutTask
extends AtomicTask

See Also:
Serialized Form

Field Summary
private static String RESOURCE
           
private static String TARGET_FOLDER_ATTRIBUTE
           
private static boolean VERBOSE
           
 
Fields inherited from class com.ptc.core.task.AtomicTask
EXTERNALIZATION_VERSION_UID, OLD_FORMAT_VERSION_UID
 
Fields inherited from class com.ptc.core.task.Task
log
 
Constructor Summary
UndoPDMCheckoutTask()
          Creates a new instance of UndoPDMCheckoutTask
 
Method Summary
protected  TaskResult _run()
          

Supported API: false
private  void dumpTaskObjects()
           
 
Methods inherited from class com.ptc.core.task.AtomicTask
readExternal, readVersion, run, writeExternal
 
Methods inherited from class com.ptc.core.task.Task
execute, executeInBackground, getClientID, getContext, getEndDate, getInternalStatus, getName, getParentTask, getQueueName, getResolutionOptions, getStartDate, getTaskData, getTaskEventId, hasConflicts, hasErrors, hasOverridableConflicts, hasWarnings, isRunningInBackground, isTaskEventStatusStored, readVersion, setClientID, setContext, setEndDate, setInternalStatus, setName, setParentTask, setQueueName, setResolutionOptions, setRunningInBackground, setStartDate, setTaskData, setTaskEventId, setTaskEventStatusStored, toString, updateTaskEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TARGET_FOLDER_ATTRIBUTE

private static final String TARGET_FOLDER_ATTRIBUTE
See Also:
Constant Field Values

VERBOSE

private static final boolean VERBOSE

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

UndoPDMCheckoutTask

public UndoPDMCheckoutTask()
                    throws WTException
Creates a new instance of UndoPDMCheckoutTask

Method Detail

_run

protected TaskResult _run()
                   throws WTException
Description copied from class: AtomicTask


Supported API: false

Specified by:
_run in class AtomicTask
Returns:
TaskResult
Throws:
WTException

dumpTaskObjects

private void dumpTaskObjects()
                      throws WTException
Throws:
WTException