高度なカスタマイズ > ビジネスロジックのカスタマイズ > ワークフロー管理のカスタマイズ > ワークフロータスクページのカスタマイズ > 変更通知の自動作成のカスタマイズ
  
変更通知の自動作成のカスタマイズ
デフォルトの変更通知と対応する変更タスク (DefaultAutomateCreateChangeNoticeHandler.java) を自動的に作成するハンドラを再実装し、以下のメソッドをオーバーライドすることもできます。
public abstract void
createChangeNoticeFromChangeRequest(WTChangeRequest2
changeRequest,
NmCommandBean cb) throws WTException;
コンフィギュレーションファイル ChangeManagement-service-properties.xconf 内で新規のハンドラを登録するには、次のようになります。
<Service context="default"
name="com.ptc.windchill.enterprise.change2.handler.AutomateCreateC
hangeNoticeHandler">
<Option
serviceClass="com.ptc.windchill.enterprise.change2.handler.Defa
ultAutomateCreateChangeNoticeHadler"
selector="DefaultHandler" requestor="null"
cardinality="duplicate"/
</Service>