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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • eventHandler

      protected final org.flowable.identitylink.service.IdentityLinkEventHandler eventHandler
  • Constructor Details

  • Method Details

    • beforeInit

      public void beforeInit​(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      beforeInit in interface org.flowable.common.engine.impl.EngineConfigurator
    • configure

      public void configure​(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      configure in interface org.flowable.common.engine.impl.EngineConfigurator
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.flowable.common.engine.impl.EngineConfigurator