public interface EventRegistryRestApiInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
accessChannelDefinitionById(org.flowable.eventregistry.api.ChannelDefinition channelDefinition) |
void |
accessChannelDefinitionsWithQuery(org.flowable.eventregistry.api.ChannelDefinitionQuery channelDefinitionQuery) |
void |
accessDeploymentById(org.flowable.eventregistry.api.EventDeployment deployment) |
void |
accessDeploymentsWithQuery(org.flowable.eventregistry.api.EventDeploymentQuery deploymentQuery) |
void |
accessEventDefinitionById(org.flowable.eventregistry.api.EventDefinition eventDefinition) |
void |
accessEventDefinitionsWithQuery(org.flowable.eventregistry.api.EventDefinitionQuery eventDefinitionQuery) |
void |
accessManagementInfo() |
void |
accessTableInfo() |
void |
createEventInstance(EventInstanceCreateRequest request) |
void |
deleteDeployment(org.flowable.eventregistry.api.EventDeployment deployment) |
void |
enhanceDeployment(org.flowable.eventregistry.api.EventDeploymentBuilder eventDeploymentBuilder) |
void |
executeNewDeploymentForTenantId(String tenantId) |
void accessEventDefinitionById(org.flowable.eventregistry.api.EventDefinition eventDefinition)
void accessEventDefinitionsWithQuery(org.flowable.eventregistry.api.EventDefinitionQuery eventDefinitionQuery)
void accessChannelDefinitionById(org.flowable.eventregistry.api.ChannelDefinition channelDefinition)
void accessChannelDefinitionsWithQuery(org.flowable.eventregistry.api.ChannelDefinitionQuery channelDefinitionQuery)
void accessDeploymentById(org.flowable.eventregistry.api.EventDeployment deployment)
void accessDeploymentsWithQuery(org.flowable.eventregistry.api.EventDeploymentQuery deploymentQuery)
void executeNewDeploymentForTenantId(String tenantId)
void enhanceDeployment(org.flowable.eventregistry.api.EventDeploymentBuilder eventDeploymentBuilder)
void deleteDeployment(org.flowable.eventregistry.api.EventDeployment deployment)
void createEventInstance(EventInstanceCreateRequest request)
void accessManagementInfo()
void accessTableInfo()
Copyright © 2020 Flowable. All rights reserved.