WfeController - конструктор

Working with workflow engine.

Definition

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

Параметры

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
 

См. также