| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
EventDeploymentBuilder.deploy()
Deploys all provided sources to the Flowable engine.
|
| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
OutboundChannelModelBuilder.deploy()
Creates the
OutboundChannelModel instance based on the configuration
and registers it with the EventRegistry. |
EventDeployment |
InboundChannelModelBuilder.deploy()
Creates the
InboundChannelModel instance based on the configuration
and registers it with the EventRepositoryService. |
EventDeployment |
InboundChannelModelBuilder.InboundEventTransformerBuilder.deploy() |
EventDeployment |
EventModelBuilder.deploy()
Deploys a new event definition for this event model.
|
| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
EventRepositoryServiceImpl.deploy(EventDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<EventDeployment> |
EventDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
EventModelBuilderImpl.deploy() |
EventDeployment |
OutboundChannelDefinitionBuilderImpl.deploy() |
EventDeployment |
InboundChannelDefinitionBuilderImpl.deploy() |
EventDeployment |
InboundChannelDefinitionBuilderImpl.InboundEventTransformerBuilderImpl.deploy() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventDeploymentEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDeploymentEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<EventDeployment> |
EventDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<EventDeployment> |
EventDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<EventDeployment> |
EventDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
List<EventDeployment> |
EventDeploymentEntityManager.findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<EventDeployment> |
EventDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<EventDeployment> |
EventDeploymentDataManager.findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<EventDeployment> |
MybatisEventDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<EventDeployment> |
MybatisEventDeploymentDataManager.findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
| Modifier and Type | Method and Description |
|---|---|
EventDeployment |
EventDeploymentBuilderImpl.deploy() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryRestApiInterceptor.accessDeploymentById(EventDeployment deployment) |
EventDeploymentResponse |
EventRegistryRestResponseFactory.createDeploymentResponse(EventDeployment deployment) |
EventDeploymentResponse |
EventRegistryRestResponseFactory.createDeploymentResponse(EventDeployment deployment,
RestUrlBuilder urlBuilder) |
void |
EventRegistryRestApiInterceptor.deleteDeployment(EventDeployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
List<EventDeploymentResponse> |
EventRegistryRestResponseFactory.createDeploymentResponseList(List<EventDeployment> deployments) |
| Modifier and Type | Method and Description |
|---|---|
protected EventDeployment |
BaseDeploymentResource.getEventDeployment(String deploymentId) |
| Constructor and Description |
|---|
EventDeploymentResponse(EventDeployment deployment,
String url) |
Copyright © 2023 Flowable. All rights reserved.