Class InternalTaskAssignmentManagerConfigurator
java.lang.Object
com.flowable.workobject.engine.configurator.InternalTaskAssignmentManagerConfigurator
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
- Direct Known Subclasses:
CmmnInternalTaskAssignmentManagerConfigurator,ProcessInternalTaskAssignmentManagerConfigurator
public abstract class InternalTaskAssignmentManagerConfigurator
extends java.lang.Object
implements org.flowable.common.engine.impl.EngineConfigurator
Abstract class for adding
InternalTaskAssignmentManager to configurations-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.task.service.InternalTaskAssignmentManagertaskAssignmentManager -
Constructor Summary
Constructors Constructor Description InternalTaskAssignmentManagerConfigurator(org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager) -
Method Summary
Modifier and Type Method Description protected abstract voidapplyBeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)voidbeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)voidconfigure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)intgetPriority()protected abstract booleanisConfigurationSupported(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
-
Field Details
-
taskAssignmentManager
protected final org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager
-
-
Constructor Details
-
InternalTaskAssignmentManagerConfigurator
public InternalTaskAssignmentManagerConfigurator(org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager)
-
-
Method Details
-
beforeInit
public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)- Specified by:
beforeInitin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
applyBeforeInit
protected abstract void applyBeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) -
isConfigurationSupported
protected abstract boolean isConfigurationSupported(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) -
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)- Specified by:
configurein interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-