Interface AutomateCreateChangeNoticeHandler

All Known Implementing Classes:
DefaultAutomateCreateChangeNoticeHandler

@Deprecated public interface AutomateCreateChangeNoticeHandler
Deprecated.
The create change notice wizard and templates should be used in place of the auto create change notice option
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:
  • Method Details

    • createChangeNoticeFromChangeRequest

      void createChangeNoticeFromChangeRequest(WTChangeRequest2 changeRequest, NmCommandBean cb) throws WTException
      Deprecated.
      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
    • createChangeNoticeAndChangeTask

      ChangeActivityIfc createChangeNoticeAndChangeTask(String name, String number, WTContainer wtContainer) throws WTException
      Deprecated.
      Given name and container, this method will create a new change order and a change task.
      Parameters:
      name - - The name of the new change order.
      number - - The number of the new change order.
      wtContainer - - The container that the new change order is contained.
      Returns:
      Change Task created

      Supported API: true
      Throws:
      WTException
    • validateChangeNoticeExists

      void validateChangeNoticeExists(WfActivity myActivity, Persistable persistable) throws WTException
      Deprecated.
      Validate that a Change Notice is related to the given VersionableChangeItem. This supports either a legacy or flexible Change Requests. Supported API: true
      Parameters:
      myActivity -
      persistable -
      Throws:
      WTException