Package wt.change2.workflow
Interface WorkflowRecordPropagator
public interface WorkflowRecordPropagator
This interface can be implemented to implement workflow record propagators.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionpropagateReview(wt.workflow.engine.WfVotingEventAudit votingEventAudit) When change object (change request, problem report, promotion request, etc) is created, WorkflowRecord object might be created for the change object.
-
Method Details
-
propagateReview
List<WorkflowRecord> propagateReview(wt.workflow.engine.WfVotingEventAudit votingEventAudit) throws WTException, WTPropertyVetoException When change object (change request, problem report, promotion request, etc) is created, WorkflowRecord object might be created for the change object. By implementing this method, WorkflowRecord objects will be created for affected objects as well (some configuration and workflow template modification is needed for this to happen. Please refer to documentation for more details).
Supported API: true- Parameters:
votingEventAudit-- Returns:
- Returns the list of propagated QMSReview objects
- Throws:
WTExceptionWTPropertyVetoException
-