|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.change2.handler.DefaultAutomateCreateChangeNoticeHandler
public class DefaultAutomateCreateChangeNoticeHandler
Default implementation of the AutomateFastTrackHandler interface
for use by the task page processing.
Supported API: true
Extendable: true| Method Summary | |
|---|---|
void |
createChangeNoticeFromChangeRequest(WTChangeRequest2 changeRequest,
NmCommandBean cb)
Given an existing change request, create a new change order with the same name, and associate it with the given change request. |
protected WTChangeOrder2 |
createChangeNoticeInstance(WTContainer wtContainer)
Given the container this method creates a Change Notice object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void createChangeNoticeFromChangeRequest(WTChangeRequest2 changeRequest,
NmCommandBean cb)
throws WTException
createChangeNoticeFromChangeRequest in interface AutomateCreateChangeNoticeHandlerchangeRequest- - An existing change request in the process of being submitted.cb - - The NmCommandBean that contains information of the context object
WTException
protected WTChangeOrder2 createChangeNoticeInstance(WTContainer wtContainer)
throws WTException
wtContainer - The container that the object is to created in.
WTException - if an error occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||