com.ptc.windchill.uwgm.task.update
Class UpdateTask
java.lang.Object
com.ptc.core.task.Task
com.ptc.core.task.AtomicTask
com.ptc.windchill.uwgm.task.update.UpdateTask
- All Implemented Interfaces:
- Externalizable, Serializable
- public class UpdateTask
- extends AtomicTask
- See Also:
- Serialized Form
Fields inherited from class com.ptc.core.task.Task |
log |
Methods inherited from class com.ptc.core.task.Task |
execute, executeInBackground, getClientID, getContext, getEndDate, getInternalStatus, 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 |
RESOURCE
protected static final String RESOURCE
- See Also:
- Constant Field Values
VERBOSE
private static boolean VERBOSE
UpdateTask
public UpdateTask()
_run
public TaskResult _run()
throws WTException
- Description copied from class:
AtomicTask
Supported API: false
- Specified by:
_run
in class AtomicTask
- Returns:
- TaskResult
- Throws:
WTException
processUpdateAction
private void processUpdateAction(DefaultTaskData taskData)
throws WTException
- Throws:
WTException
getName
public String getName()
- Description copied from class:
Task
- Gets the value of the attribute: name; Localized String that represents
the "user task" label
Supported API: false
- Overrides:
getName
in class Task
- Returns:
- String
debugPrint
private void debugPrint(Object obj)
debugPrint
private void debugPrint(Vector objects)