Package com.ibm.workplace.wcm.api.custom

This package defines the IBM Web Content Manager API interfaces for custom code.

See:
          Description

Interface Summary
ContinueDirectiveParams The ContinueDirectiveParams object is used to specify arguments or options to a 'Continue' Directive.
CustomWorkflowAction Interface that must be implemented by all classes that will be executed by a Custom Action.
CustomWorkflowActionFactory Factory interface for producing custom workflow actions.
CustomWorkflowActionResult Represents the result from a custom workflow action.
CustomWorkflowService Service to configure custom workflow functions.
DeleteDirectiveParams The DeleteDirectiveParams object is used to specify arguments or options to a 'Delete' Directive.
Directive A directive is returned within a CustomWorkflowActionResult.
DirectiveParams The directive parameter object is used to specify arguments or options to a Directive.
Directives Provides access to Directive objects.
EmptyDirectiveParams An 'Empty' directive params object, used for directives that don't have any parameters
NextStageDirectiveParams The NextStageDirectiveParams object is used to specify arguments or options to a 'NextStage' Directive.
PreviousStageDirectiveParams The PreviousStageDirectiveParams object is used to specify arguments or options to a 'PreviousStage' Directive.
RescheduleDirectiveParams The RescheduleDirectiveParams object is used to specify arguments or options to a 'Reschedule' Directive.
RollbackDirectiveParams The RollbackDirectiveParams object is used to specify arguments or options to a 'Rollback' Directive.
 

Class Summary
WCM_ContinueDirectiveParams The ContinueDirectiveParams object is used to specify arguments or options to a 'Continue' Directive.
WCM_DeleteDirectiveParams The DeleteDirectiveParams object is used to specify arguments or options to a 'Delete' Directive.
WCM_EmptyDirectiveParams An 'Empty' directive params object, used for directives that don't have any parameters
WCM_NextStageDirectiveParams The NextStageDirectiveParams object is used to specify arguments or options to a 'NextStage' Directive.
WCM_PreviousStageDirectiveParams The PreviousStageDirectiveParams object is used to specify arguments or options to a 'PreviousStage' Directive.
WCM_RescheduleDirectiveParams The RescheduleDirectiveParams object is used to specify arguments or options to a 'Reschedule' Directive.
WCM_RollbackDirectiveParams The RollbackDirectiveParams object is used to specify arguments or options to a 'Rollback' Directive.
 

Package com.ibm.workplace.wcm.api.custom Description

This package defines the IBM Web Content Manager API interfaces for custom code.