Class DefinitionDeploymentEventUtil
java.lang.Object
com.flowable.core.common.deployment.DefinitionDeploymentEventUtil
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 TypeMethodDescriptionprotected static voiddispatch(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 voiddispatchDefinitionDeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition) static voiddispatchDefinitionUndeployed(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, org.flowable.common.engine.api.repository.FlowableDefinition definition)
-
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)
-