public class ParsedDeploymentBuilderFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChannelDefinitionParseFactory |
channelParseFactory |
protected EventDefinitionParseFactory |
eventParseFactory |
| Constructor and Description |
|---|
ParsedDeploymentBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ParsedDeploymentBuilder |
getBuilderForDeployment(EventDeploymentEntity deployment) |
ChannelDefinitionParseFactory |
getChannelParseFactory() |
EventDefinitionParseFactory |
getEventParseFactory() |
void |
setChannelParseFactory(ChannelDefinitionParseFactory channelParseFactory) |
void |
setEventParseFactory(EventDefinitionParseFactory eventParseFactory) |
protected EventDefinitionParseFactory eventParseFactory
protected ChannelDefinitionParseFactory channelParseFactory
public ParsedDeploymentBuilder getBuilderForDeployment(EventDeploymentEntity deployment)
public EventDefinitionParseFactory getEventParseFactory()
public void setEventParseFactory(EventDefinitionParseFactory eventParseFactory)
public ChannelDefinitionParseFactory getChannelParseFactory()
public void setChannelParseFactory(ChannelDefinitionParseFactory channelParseFactory)
Copyright © 2020 Flowable. All rights reserved.