com.ibm.workplace.wcm.api.custom
Interface DirectiveParams

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ContinueDirectiveParams, DeleteDirectiveParams, EmptyDirectiveParams, NextStageDirectiveParams, PreviousStageDirectiveParams, RescheduleDirectiveParams, RollbackDirectiveParams
All Known Implementing Classes:
WCM_ContinueDirectiveParams, WCM_DeleteDirectiveParams, WCM_EmptyDirectiveParams, WCM_NextStageDirectiveParams, WCM_PreviousStageDirectiveParams, WCM_RescheduleDirectiveParams, WCM_RollbackDirectiveParams

public interface DirectiveParams
extends java.io.Serializable

The directive parameter object is used to specify arguments or options to a Directive. Each directive has its own specific DirectiveParams object that contains the valid arguments/options for that Directive type.

To create a new DirectiveParams object call Directive.createDirectiveParams()

To use a DirectiveParams object call the CustomWorkflowActionService.createResult(Directive, String, DirectiveParams) method instead of CustomWorkflowActionService.createResult(Directive, String) to construct the workflow action result.

Since:
6.1