public class EventRepositoryServiceImpl extends CommonEngineServiceImpl<EventRegistryEngineConfiguration> implements EventRepositoryService
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngineConfiguration |
eventRegistryEngineConfiguration |
commandExecutorconfiguration| Constructor and Description |
|---|
EventRepositoryServiceImpl(EventRegistryEngineConfiguration engineConfiguration) |
getCommandExecutor, setCommandExecutorgetConfigurationprotected EventRegistryEngineConfiguration eventRegistryEngineConfiguration
public EventRepositoryServiceImpl(EventRegistryEngineConfiguration engineConfiguration)
public EventDeploymentBuilder createDeployment()
createDeployment in interface EventRepositoryServicepublic EventDeployment deploy(EventDeploymentBuilderImpl deploymentBuilder)
public void deleteDeployment(String deploymentId)
deleteDeployment in interface EventRepositoryServicepublic EventDefinitionQuery createEventDefinitionQuery()
createEventDefinitionQuery in interface EventRepositoryServicepublic ChannelDefinitionQuery createChannelDefinitionQuery()
createChannelDefinitionQuery in interface EventRepositoryServicepublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface EventRepositoryServicepublic InputStream getResourceAsStream(String deploymentId, String resourceName)
getResourceAsStream in interface EventRepositoryServicepublic void setDeploymentCategory(String deploymentId, String category)
EventRepositoryServicesetDeploymentCategory in interface EventRepositoryServicedeploymentId - The id of the deployment of which the category will be changed.category - The new category.public void setDeploymentTenantId(String deploymentId, String newTenantId)
EventRepositoryServicesetDeploymentTenantId in interface EventRepositoryServicedeploymentId - The id of the deployment of which the tenant identifier will be changed.newTenantId - The new tenant identifier.public void changeDeploymentParentDeploymentId(String deploymentId, String newParentDeploymentId)
EventRepositoryServicechangeDeploymentParentDeploymentId in interface EventRepositoryServicedeploymentId - The id of the deployment of which the parent deployment identifier will be changed.newParentDeploymentId - The new parent deployment identifier.public EventDeploymentQuery createDeploymentQuery()
createDeploymentQuery in interface EventRepositoryServicepublic EventDefinition getEventDefinition(String eventDefinitionId)
getEventDefinition in interface EventRepositoryServicepublic InputStream getEventDefinitionResource(String eventDefinitionId)
getEventDefinitionResource in interface EventRepositoryServicepublic void setEventDefinitionCategory(String eventDefinitionId, String category)
setEventDefinitionCategory in interface EventRepositoryServicepublic ChannelDefinition getChannelDefinition(String channelDefinitionId)
getChannelDefinition in interface EventRepositoryServicepublic InputStream getChannelDefinitionResource(String channelDefinitionId)
getChannelDefinitionResource in interface EventRepositoryServicepublic void setChannelDefinitionCategory(String channelDefinitionId, String category)
setChannelDefinitionCategory in interface EventRepositoryServicepublic EventModel getEventModelById(String eventDefinitionId)
getEventModelById in interface EventRepositoryServicepublic EventModel getEventModelByKey(String eventDefinitionKey)
getEventModelByKey in interface EventRepositoryServicepublic EventModel getEventModelByKey(String eventDefinitionKey, String tenantId)
getEventModelByKey in interface EventRepositoryServicepublic EventModel getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey, String parentDeploymentId)
getEventModelByKeyAndParentDeploymentId in interface EventRepositoryServicepublic EventModel getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey, String parentDeploymentId, String tenantId)
getEventModelByKeyAndParentDeploymentId in interface EventRepositoryServicepublic ChannelModel getChannelModelById(String channelDefinitionId)
getChannelModelById in interface EventRepositoryServicepublic ChannelModel getChannelModelByKey(String channelDefinitionKey)
getChannelModelByKey in interface EventRepositoryServicepublic ChannelModel getChannelModelByKey(String channelDefinitionKey, String tenantId)
getChannelModelByKey in interface EventRepositoryServicepublic ChannelModel getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey, String parentDeploymentId)
getChannelModelByKeyAndParentDeploymentId in interface EventRepositoryServicepublic ChannelModel getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey, String parentDeploymentId, String tenantId)
getChannelModelByKeyAndParentDeploymentId in interface EventRepositoryServicepublic EventModelBuilder createEventModelBuilder()
EventRepositoryServiceEventModel.createEventModelBuilder in interface EventRepositoryServicepublic InboundChannelModelBuilder createInboundChannelModelBuilder()
createInboundChannelModelBuilder in interface EventRepositoryServicepublic OutboundChannelModelBuilder createOutboundChannelModelBuilder()
createOutboundChannelModelBuilder in interface EventRepositoryServicepublic void registerEventModel(EventModel eventModel)
Copyright © 2023 Flowable. All rights reserved.