Uses of Interface
lumis.content.workflow.IWorkflowManager
-
Packages that use IWorkflowManager Package Description lumis.content lumis.content.workflow Provides workflow support for the content framework. -
-
Uses of IWorkflowManager in lumis.content
Methods in lumis.content that return IWorkflowManager Modifier and Type Method Description static IWorkflowManager
ContentManagerFactory. getWorkflowManager()
-
Uses of IWorkflowManager in lumis.content.workflow
Classes in lumis.content.workflow that implement IWorkflowManager Modifier and Type Class Description class
WorkflowManager
The default implementation for IWorkflowManager.
-