com.ptc.windchill.uwgm.cadx.update
Class UpdateTaskSubmitHelper
java.lang.Object
com.ptc.windchill.uwgm.cadx.update.UpdateTaskSubmitHelper
- All Implemented Interfaces:
- JSTableTaskSubmitHelper
- public class UpdateTaskSubmitHelper
- extends Object
- implements JSTableTaskSubmitHelper
Method Summary |
void |
renderTaskJSCode(Properties formData,
Task task,
TaskResult result,
PrintWriter out,
Locale locale)
|
void |
setAdditionalTaskObjectAttributes(String taskid,
Properties parameters,
Properties formData,
Locale locale,
DefaultTaskObject td)
|
void |
setTaskAttributes(String taskid,
Properties parameters,
Properties formData,
Locale locale,
DefaultTaskData td)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WORKSPACE
private final String WORKSPACE
- See Also:
- Constant Field Values
log
private static Log log
UpdateTaskSubmitHelper
public UpdateTaskSubmitHelper()
setTaskAttributes
public void setTaskAttributes(String taskid,
Properties parameters,
Properties formData,
Locale locale,
DefaultTaskData td)
throws WTException
- Specified by:
setTaskAttributes
in interface JSTableTaskSubmitHelper
- Throws:
WTException
setAdditionalTaskObjectAttributes
public void setAdditionalTaskObjectAttributes(String taskid,
Properties parameters,
Properties formData,
Locale locale,
DefaultTaskObject td)
throws WTException
- Specified by:
setAdditionalTaskObjectAttributes
in interface JSTableTaskSubmitHelper
- Throws:
WTException
renderTaskJSCode
public void renderTaskJSCode(Properties formData,
Task task,
TaskResult result,
PrintWriter out,
Locale locale)
throws WTException
- Specified by:
renderTaskJSCode
in interface JSTableTaskSubmitHelper
- Throws:
WTException