| Modifier and Type | Method and Description |
|---|---|
protected EventModel |
SendEventActivityBehavior.getEventModel(PlanItemInstanceEntity planItemInstanceEntity,
String key) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<EventPayloadInstance> |
EventInstanceCmmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
| Modifier and Type | Method and Description |
|---|---|
protected EventModel |
SendEventTaskActivityBehavior.getEventModel(CommandContext commandContext,
DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
EventInstanceBpmnUtil.addEventPayloadInstance(List<EventPayloadInstance> eventPayloadInstances,
String source,
String target,
VariableScope variableScope,
ExpressionManager expressionManager,
EventModel eventDefinition) |
static Collection<EventPayloadInstance> |
EventInstanceBpmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventRepositoryService.getEventModelById(String eventDefinitionId) |
EventModel |
EventRepositoryService.getEventModelByKey(String eventDefinitionKey) |
EventModel |
EventRepositoryService.getEventModelByKey(String eventDefinitionKey,
String tenantId) |
EventModel |
EventRepositoryService.getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey,
String parentDeploymentId) |
EventModel |
EventRepositoryService.getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey,
String parentDeploymentId,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventPayloadInstance> |
InboundEventPayloadExtractor.extractPayload(EventModel eventDefinition,
T event) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventModelBuilder.createEventModel()
Creates a new event model, but does not deploy it to the Event registry engine.
|
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventRepositoryServiceImpl.getEventModelById(String eventDefinitionId) |
EventModel |
EventRepositoryServiceImpl.getEventModelByKey(String eventDefinitionKey) |
EventModel |
EventRepositoryServiceImpl.getEventModelByKey(String eventDefinitionKey,
String tenantId) |
EventModel |
EventRepositoryServiceImpl.getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey,
String parentDeploymentId) |
EventModel |
EventRepositoryServiceImpl.getEventModelByKeyAndParentDeploymentId(String eventDefinitionKey,
String parentDeploymentId,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRepositoryServiceImpl.registerEventModel(EventModel eventModel) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
GetEventModelCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
ParsedDeployment.getEventModelForEventDefinition(EventDefinitionEntity eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected EventModel |
EventModelBuilderImpl.buildEventModel() |
EventModel |
EventModelBuilderImpl.createEventModel() |
| Modifier and Type | Field and Description |
|---|---|
protected EventModel |
EventDefinitionParse.eventModel |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventDefinitionParse.getEventModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDefinitionParse.setEventModel(EventModel eventModel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventPayloadInstance> |
XmlElementsToMapPayloadExtractor.extractPayload(EventModel eventDefinition,
Document event) |
Collection<EventPayloadInstance> |
JsonFieldToMapPayloadExtractor.extractPayload(EventModel eventDefinition,
com.fasterxml.jackson.databind.JsonNode event) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventPayloadInstance> |
DefaultInboundEventProcessingPipeline.extractPayload(EventModel eventDefinition,
T event) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventJsonConverter.convertToEventModel(String modelJson) |
| Modifier and Type | Method and Description |
|---|---|
String |
EventJsonConverter.convertToJson(EventModel definition) |
| Modifier and Type | Method and Description |
|---|---|
EventModel |
EventDefinitionModelResource.getModelResource(String eventDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnEventModelUtil.fillEventModelMap(List<BaseElement> elements,
Map<String,EventModel> eventModelMap) |
static void |
BpmnEventModelUtil.fillEventModelMap(List<FlowElement> flowElements,
Map<String,EventModel> eventModelMap) |
Copyright © 2023 Flowable. All rights reserved.