Class IdentityLinkHandlerConfigurator
java.lang.Object
com.flowable.workobject.engine.configurator.IdentityLinkHandlerConfigurator
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator
public class IdentityLinkHandlerConfigurator
extends java.lang.Object
implements org.flowable.common.engine.impl.EngineConfigurator
Configures
IdentityLinkEventHandler
in the engine configuration-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.identitylink.service.IdentityLinkEventHandler
eventHandler
-
Constructor Summary
Constructors Constructor Description IdentityLinkHandlerConfigurator(org.flowable.identitylink.service.IdentityLinkEventHandler eventHandler)
-
Method Summary
Modifier and Type Method Description void
beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
void
configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
int
getPriority()
-
Field Details
-
eventHandler
protected final org.flowable.identitylink.service.IdentityLinkEventHandler eventHandler
-
-
Constructor Details
-
IdentityLinkHandlerConfigurator
public IdentityLinkHandlerConfigurator(org.flowable.identitylink.service.IdentityLinkEventHandler eventHandler)
-
-
Method Details
-
beforeInit
public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)- Specified by:
beforeInit
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
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
-