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