WfeController - конструктор
Working with workflow engine.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public WfeController(
IWorkflowService workflowService,
IWorkflowEnginePermissionManager permissionManager,
IWorkflowEngineProcessLayoutUpdater processLayoutUpdater,
IWorkflowEngineCache workflowCache,
IWorkflowEngineProcessCompilationCache compilationCache,
IWorkflowActionRegistry workflowActionRegistry,
IWorkflowEngineProcessCompiler workflowProcessCompiler,
IWorkflowEngineNodeCompiler workflowNodeCompiler,
IWorkflowEngineLinkCompiler workflowLinkCompiler,
IWorkflowEngineActionCompiler workflowActionCompiler,
IWorkflowEngineTileCompiler workflowTileCompiler,
IWorkflowEngineProcessor workflowEngineProcessor,
IWorkflowEngineUpgradeManager workflowEngineUpgradeManager
)
Public Sub New (
workflowService As IWorkflowService,
permissionManager As IWorkflowEnginePermissionManager,
processLayoutUpdater As IWorkflowEngineProcessLayoutUpdater,
workflowCache As IWorkflowEngineCache,
compilationCache As IWorkflowEngineProcessCompilationCache,
workflowActionRegistry As IWorkflowActionRegistry,
workflowProcessCompiler As IWorkflowEngineProcessCompiler,
workflowNodeCompiler As IWorkflowEngineNodeCompiler,
workflowLinkCompiler As IWorkflowEngineLinkCompiler,
workflowActionCompiler As IWorkflowEngineActionCompiler,
workflowTileCompiler As IWorkflowEngineTileCompiler,
workflowEngineProcessor As IWorkflowEngineProcessor,
workflowEngineUpgradeManager As IWorkflowEngineUpgradeManager
)
public:
WfeController(
IWorkflowService^ workflowService,
IWorkflowEnginePermissionManager^ permissionManager,
IWorkflowEngineProcessLayoutUpdater^ processLayoutUpdater,
IWorkflowEngineCache^ workflowCache,
IWorkflowEngineProcessCompilationCache^ compilationCache,
IWorkflowActionRegistry^ workflowActionRegistry,
IWorkflowEngineProcessCompiler^ workflowProcessCompiler,
IWorkflowEngineNodeCompiler^ workflowNodeCompiler,
IWorkflowEngineLinkCompiler^ workflowLinkCompiler,
IWorkflowEngineActionCompiler^ workflowActionCompiler,
IWorkflowEngineTileCompiler^ workflowTileCompiler,
IWorkflowEngineProcessor^ workflowEngineProcessor,
IWorkflowEngineUpgradeManager^ workflowEngineUpgradeManager
)
new :
workflowService : IWorkflowService *
permissionManager : IWorkflowEnginePermissionManager *
processLayoutUpdater : IWorkflowEngineProcessLayoutUpdater *
workflowCache : IWorkflowEngineCache *
compilationCache : IWorkflowEngineProcessCompilationCache *
workflowActionRegistry : IWorkflowActionRegistry *
workflowProcessCompiler : IWorkflowEngineProcessCompiler *
workflowNodeCompiler : IWorkflowEngineNodeCompiler *
workflowLinkCompiler : IWorkflowEngineLinkCompiler *
workflowActionCompiler : IWorkflowEngineActionCompiler *
workflowTileCompiler : IWorkflowEngineTileCompiler *
workflowEngineProcessor : IWorkflowEngineProcessor *
workflowEngineUpgradeManager : IWorkflowEngineUpgradeManager -> WfeController
Параметры
- workflowService IWorkflowService
-
- permissionManager IWorkflowEnginePermissionManager
-
- processLayoutUpdater IWorkflowEngineProcessLayoutUpdater
-
- workflowCache IWorkflowEngineCache
-
- compilationCache IWorkflowEngineProcessCompilationCache
-
- workflowActionRegistry IWorkflowActionRegistry
-
- workflowProcessCompiler IWorkflowEngineProcessCompiler
-
- workflowNodeCompiler IWorkflowEngineNodeCompiler
-
- workflowLinkCompiler IWorkflowEngineLinkCompiler
-
- workflowActionCompiler IWorkflowEngineActionCompiler
-
- workflowTileCompiler IWorkflowEngineTileCompiler
-
- workflowEngineProcessor IWorkflowEngineProcessor
-
- workflowEngineUpgradeManager IWorkflowEngineUpgradeManager
-