Uses of Interface
lumis.content.workflow.IWorkflowActionHandler
-
Packages that use IWorkflowActionHandler Package Description lumis.content.workflow Provides workflow support for the content framework.lumis.content.workflow.action -
-
Uses of IWorkflowActionHandler in lumis.content.workflow
Methods in lumis.content.workflow that return types with arguments of type IWorkflowActionHandler Modifier and Type Method Description List<IWorkflowActionHandler>
WorkflowConfig. getActionHandlers()
Returns the action handlers for this workflow. -
Uses of IWorkflowActionHandler in lumis.content.workflow.action
Classes in lumis.content.workflow.action that implement IWorkflowActionHandler Modifier and Type Class Description class
WorkflowSendMailActionHandler
Sends e-mails notifying the new assigned to users of the content state.
-