Class DefinitionDeploymentEventUtil

java.lang.Object
com.flowable.core.common.deployment.DefinitionDeploymentEventUtil

public final class DefinitionDeploymentEventUtil extends Object
Dispatches the OSS FlowableEngineEventType.DEFINITION_DEPLOYED / FlowableEngineEventType.DEFINITION_UNDEPLOYED events for platform-owned definitions, mirroring the OSS deployer pattern (guarded null + enabled check).
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static void
    dispatch(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition, org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
     
    static void
    dispatchDefinitionDeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition)
     
    static void
    dispatchDefinitionUndeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition)
     

    Methods inherited from class java.lang.Object

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

    • dispatchDefinitionDeployed

      public static void dispatchDefinitionDeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition)
    • dispatchDefinitionUndeployed

      public static void dispatchDefinitionUndeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition)
    • dispatch

      protected static void dispatch(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition, org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)