Uses of Interface
org.flowable.eventregistry.api.EventDeployment
Packages that use EventDeployment
Package
Description
-
Uses of EventDeployment in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventDeploymentModifier and TypeMethodDescriptionEventDeploymentBuilder.deploy()
Deploys all provided sources to the Flowable engine. -
Uses of EventDeployment in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return EventDeploymentModifier and TypeMethodDescriptionEventModelBuilder.deploy()
Deploys a new event definition for this event model.InboundChannelModelBuilder.deploy()
Creates theInboundChannelModel
instance based on the configuration and registers it with theEventRepositoryService
.InboundChannelModelBuilder.InboundEventTransformerBuilder.deploy()
OutboundChannelModelBuilder.deploy()
Creates theOutboundChannelModel
instance based on the configuration and registers it with theEventRegistry
. -
Uses of EventDeployment in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return EventDeploymentModifier and TypeMethodDescriptionEventRepositoryServiceImpl.deploy
(EventDeploymentBuilderImpl deploymentBuilder) Methods in org.flowable.eventregistry.impl that return types with arguments of type EventDeploymentModifier and TypeMethodDescriptionEventDeploymentQueryImpl.executeList
(CommandContext commandContext) -
Uses of EventDeployment in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd that return EventDeployment -
Uses of EventDeployment in org.flowable.eventregistry.impl.model
Methods in org.flowable.eventregistry.impl.model that return EventDeployment -
Uses of EventDeployment in org.flowable.eventregistry.impl.persistence.entity
Subinterfaces of EventDeployment in org.flowable.eventregistry.impl.persistence.entityClasses in org.flowable.eventregistry.impl.persistence.entity that implement EventDeploymentMethods in org.flowable.eventregistry.impl.persistence.entity that return types with arguments of type EventDeploymentModifier and TypeMethodDescriptionEventDeploymentEntityManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) EventDeploymentEntityManagerImpl.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) EventDeploymentEntityManager.findDeploymentsByQueryCriteria
(EventDeploymentQueryImpl deploymentQuery) EventDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(EventDeploymentQueryImpl deploymentQuery) -
Uses of EventDeployment in org.flowable.eventregistry.impl.persistence.entity.data
Methods in org.flowable.eventregistry.impl.persistence.entity.data that return types with arguments of type EventDeploymentModifier and TypeMethodDescriptionEventDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) EventDeploymentDataManager.findDeploymentsByQueryCriteria
(EventDeploymentQueryImpl deploymentQuery) -
Uses of EventDeployment in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type EventDeploymentModifier and TypeMethodDescriptionMybatisEventDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) MybatisEventDeploymentDataManager.findDeploymentsByQueryCriteria
(EventDeploymentQueryImpl deploymentQuery) -
Uses of EventDeployment in org.flowable.eventregistry.impl.repository
Methods in org.flowable.eventregistry.impl.repository that return EventDeployment