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.InternalTaskAssignmentManager
taskAssignmentManager
-
Constructor Summary
Constructors Constructor Description InternalTaskAssignmentManagerConfigurator(org.flowable.task.service.InternalTaskAssignmentManager taskAssignmentManager)
-
Method Summary
Modifier and Type Method Description protected abstract void
applyBeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
void
beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
void
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
int
getPriority()
protected abstract boolean
isConfigurationSupported(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:
beforeInit
in 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:
configure
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-