com.ptc.windchill.enterprise.change2.handler
Interface AutomateCreateChangeNoticeHandler

All Known Implementing Classes:
DefaultAutomateCreateChangeNoticeHandler

public interface AutomateCreateChangeNoticeHandler

Interface for the automate fast track handler. May be implemented if a different logic is needed in the creation of a new Change Notice other than the one in the DefaultAutomateFastTrackHandler.

See Also:


Supported API: true

Extendable: true

Method Summary
 void createChangeNoticeFromChangeRequest(WTChangeRequest2 changeRequest, NmCommandBean cb)
          Given an existing change request, this method will create a new change order .
 

Method Detail

createChangeNoticeFromChangeRequest

void createChangeNoticeFromChangeRequest(WTChangeRequest2 changeRequest,
                                         NmCommandBean cb)
                                         throws WTException
Given an existing change request, this method will create a new change order .

Parameters:
changeRequest-An - existing change request in the process of being submitted.
cb - - The NmCommandBean that contains information of the context object

Supported API: true
Throws:
WTException