com.ptc.windchill.uwgm.task.multirevise
Class MultireviseTask
java.lang.Object
com.ptc.core.task.Task
com.ptc.core.task.AtomicTask
com.ptc.windchill.uwgm.task.multirevise.MultireviseTask
- All Implemented Interfaces:
- Externalizable, Serializable
- public class MultireviseTask
- extends AtomicTask
- See Also:
- Serialized Form
Fields inherited from class com.ptc.core.task.Task |
VERBOSE |
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
log
private static Log log
selectedObjectOptsToRevise
private Vector selectedObjectOptsToRevise
assocObjMap
private WTKeyedMap assocObjMap
MultireviseTask
public MultireviseTask()
_run
public TaskResult _run()
throws WTException
- Description copied from class:
AtomicTask
Supported API: false
- Specified by:
_run
in class AtomicTask
- Returns:
- TaskResult
- Throws:
WTException
processMultireviseAction
private TaskResult processMultireviseAction(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
reviseObjects
private WTKeyedMap reviseObjects(WTKeyedMap inputObjects)
throws WTException
- Throws:
WTException
updateWorkSpaceAfterRevise
private TaskResult updateWorkSpaceAfterRevise(WTKeyedMap result,
EPMWorkspace workspace,
boolean isActiveWs,
Object sourceObj)
throws WTException
- Throws:
WTException
createReviseOptions
private ReviseOptions createReviseOptions(RevisionControlled vcObj,
Folder reviseFolder)
getReviseoptionsForAssociatedObject
private ReviseOptions getReviseoptionsForAssociatedObject(RevisionControlled vcObj,
Folder reviseFolder)
throws WTException
- Throws:
WTException
getLatestObject
private RevisionControlled getLatestObject(Object obj)
throws WTException
- Throws:
WTException
getOid
private static String getOid(Workable obj)
throws WTException
- Throws:
WTException
debugPrintInputObjs
private void debugPrintInputObjs(WTKeyedHashMap inputObjectsToRevise)
debugPrintRevisedObjs
private void debugPrintRevisedObjs(Vector allRevisedObjects)