Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.ChannelDefinitionEntityManager
-
-
Uses of ChannelDefinitionEntityManager in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as ChannelDefinitionEntityManager Modifier and Type Field Description protected ChannelDefinitionEntityManagerEventRegistryEngineConfiguration. channelDefinitionEntityManagerMethods in org.flowable.eventregistry.impl that return ChannelDefinitionEntityManager Modifier and Type Method Description ChannelDefinitionEntityManagerEventRegistryEngineConfiguration. getChannelDefinitionEntityManager()Methods in org.flowable.eventregistry.impl with parameters of type ChannelDefinitionEntityManager Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. setChannelDefinitionEntityManager(ChannelDefinitionEntityManager channelDefinitionEntityManager) -
Uses of ChannelDefinitionEntityManager in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as ChannelDefinitionEntityManager Modifier and Type Field Description protected ChannelDefinitionEntityManagerEventDeploymentManager. channelDefinitionEntityManagerMethods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelDefinitionEntityManager Modifier and Type Method Description ChannelDefinitionEntityManagerEventDeploymentManager. getChannelDefinitionEntityManager()Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionEntityManager Modifier and Type Method Description voidEventDeploymentManager. setChannelDefinitionEntityManager(ChannelDefinitionEntityManager channelDefinitionEntityManager) -
Uses of ChannelDefinitionEntityManager in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement ChannelDefinitionEntityManager Modifier and Type Class Description classChannelDefinitionEntityManagerImplMethods in org.flowable.eventregistry.impl.persistence.entity that return ChannelDefinitionEntityManager Modifier and Type Method Description protected ChannelDefinitionEntityManagerEventDeploymentEntityManagerImpl. getChannelDefinitionEntityManager() -
Uses of ChannelDefinitionEntityManager in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return ChannelDefinitionEntityManager Modifier and Type Method Description static ChannelDefinitionEntityManagerCommandContextUtil. getChannelDefinitionEntityManager()static ChannelDefinitionEntityManagerCommandContextUtil. getChannelDefinitionEntityManager(CommandContext commandContext)
-