public class EventDeploymentBuilderImpl extends Object implements EventDeploymentBuilder, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_ENCODING |
protected EventDeploymentEntity |
deployment |
protected boolean |
isDuplicateFilterEnabled |
protected EventRepositoryServiceImpl |
repositoryService |
protected EventResourceEntityManager |
resourceEntityManager |
| Constructor and Description |
|---|
EventDeploymentBuilderImpl() |
protected static final String DEFAULT_ENCODING
protected transient EventRepositoryServiceImpl repositoryService
protected transient EventResourceEntityManager resourceEntityManager
protected EventDeploymentEntity deployment
protected boolean isDuplicateFilterEnabled
public EventDeploymentBuilder addInputStream(String resourceName, InputStream inputStream)
addInputStream in interface EventDeploymentBuilderpublic EventDeploymentBuilder addClasspathResource(String resource)
addClasspathResource in interface EventDeploymentBuilderpublic EventDeploymentBuilder addString(String resourceName, String text)
addString in interface EventDeploymentBuilderpublic EventDeploymentBuilder addEventDefinitionBytes(String resourceName, byte[] eventDefinitionBytes)
addEventDefinitionBytes in interface EventDeploymentBuilderpublic EventDeploymentBuilder addEventDefinition(String resourceName, String eventDefinition)
addEventDefinition in interface EventDeploymentBuilderpublic EventDeploymentBuilder addChannelDefinitionBytes(String resourceName, byte[] channelDefinitionBytes)
addChannelDefinitionBytes in interface EventDeploymentBuilderpublic EventDeploymentBuilder addChannelDefinition(String resourceName, String channelDefinition)
addChannelDefinition in interface EventDeploymentBuilderpublic EventDeploymentBuilder name(String name)
name in interface EventDeploymentBuilderpublic EventDeploymentBuilder category(String category)
category in interface EventDeploymentBuilderpublic EventDeploymentBuilder tenantId(String tenantId)
tenantId in interface EventDeploymentBuilderpublic EventDeploymentBuilder parentDeploymentId(String parentDeploymentId)
parentDeploymentId in interface EventDeploymentBuilderpublic EventDeploymentBuilder enableDuplicateFiltering()
enableDuplicateFiltering in interface EventDeploymentBuilderpublic EventDeployment deploy()
deploy in interface EventDeploymentBuilderpublic EventDeploymentEntity getDeployment()
public boolean isDuplicateFilterEnabled()
Copyright © 2021 Flowable. All rights reserved.