Class CmmnInternalTaskAssignmentManagerConfigurator
java.lang.Object
com.flowable.workobject.engine.configurator.InternalTaskAssignmentManagerConfigurator
com.flowable.workobject.engine.configurator.CmmnInternalTaskAssignmentManagerConfigurator
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
public class CmmnInternalTaskAssignmentManagerConfigurator extends InternalTaskAssignmentManagerConfigurator
Configures
InternalTaskAssignmentManager
in the cmmn engine configuration-
Field Summary
Fields inherited from class com.flowable.workobject.engine.configurator.InternalTaskAssignmentManagerConfigurator
taskAssignmentManager
-
Constructor Summary
Constructors Constructor Description CmmnInternalTaskAssignmentManagerConfigurator(org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager)
-
Method Summary
Modifier and Type Method Description protected void
applyBeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
protected boolean
isConfigurationSupported(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
Methods inherited from class com.flowable.workobject.engine.configurator.InternalTaskAssignmentManagerConfigurator
beforeInit, configure, getPriority
-
Constructor Details
-
CmmnInternalTaskAssignmentManagerConfigurator
public CmmnInternalTaskAssignmentManagerConfigurator(org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager)
-
-
Method Details
-
applyBeforeInit
protected void applyBeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)- Specified by:
applyBeforeInit
in classInternalTaskAssignmentManagerConfigurator
-
isConfigurationSupported
protected boolean isConfigurationSupported(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)- Specified by:
isConfigurationSupported
in classInternalTaskAssignmentManagerConfigurator
-