Class PromotionNoticeWorkflowHelper

java.lang.Object
com.ptc.windchill.enterprise.maturity.PromotionNoticeWorkflowHelper
All Implemented Interfaces:
Serializable, RemoteAccess

public class PromotionNoticeWorkflowHelper extends Object implements RemoteAccess, Serializable
Helper class for the Promotion Notice Workflow expression robot. This will update maturity baseline, promotion target and promotions seed objects. This method will be called from a workflow expression robot. After the execution of this method, the promotion notice would be updated with the latest iterations of the promotion targets, the baselineables for the associated baseline and the promotion seeds.
    Usage : PromotionNoticeWorkflowHelper helper =
                                       new PromotionNoticeWorkflowHelper((PromotionNotice)notice, false);
            helper.updateWithLatestIterations();

 


Supported API: true

Extendable: false
See Also: