WfeController - конструктор
Working with workflow engine.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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
-