| Package | Description |
|---|---|
| org.flowable.bpmn.converter.util | |
| org.flowable.bpmn.model | |
| org.flowable.editor.language.json.converter | |
| org.flowable.engine.interceptor | |
| org.flowable.ui.modeler.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BpmnXMLUtil.writeIOParameters(String elementName,
List<IOParameter> parameterList,
boolean didWriteExtensionStartElement,
XMLStreamWriter xtw) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IOParameter> |
SendEventServiceTask.eventInParameters |
protected List<IOParameter> |
SendEventServiceTask.eventOutParameters |
protected List<IOParameter> |
CallActivity.inParameters |
protected List<IOParameter> |
CaseServiceTask.inParameters |
protected List<IOParameter> |
Event.inParameters |
protected List<IOParameter> |
CallActivity.outParameters |
protected List<IOParameter> |
CaseServiceTask.outParameters |
protected List<IOParameter> |
Event.outParameters |
| Modifier and Type | Method and Description |
|---|---|
IOParameter |
IOParameter.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<IOParameter> |
SendEventServiceTask.getEventInParameters() |
List<IOParameter> |
SendEventServiceTask.getEventOutParameters() |
List<IOParameter> |
CallActivity.getInParameters() |
List<IOParameter> |
CaseServiceTask.getInParameters() |
List<IOParameter> |
Event.getInParameters() |
List<IOParameter> |
CallActivity.getOutParameters() |
List<IOParameter> |
CaseServiceTask.getOutParameters() |
List<IOParameter> |
Event.getOutParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
IOParameter.setValues(IOParameter otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
SendEventServiceTask.setEventInParameters(List<IOParameter> eventInParameters) |
void |
SendEventServiceTask.setEventOutParameters(List<IOParameter> eventOutParameters) |
void |
CallActivity.setInParameters(List<IOParameter> inParameters) |
void |
CaseServiceTask.setInParameters(List<IOParameter> inParameters) |
void |
Event.setInParameters(List<IOParameter> inParameters) |
void |
CallActivity.setOutParameters(List<IOParameter> outParameters) |
void |
CaseServiceTask.setOutParameters(List<IOParameter> outParameters) |
void |
Event.setOutParameters(List<IOParameter> outParameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnJsonConverter.addEventInIOParameters(List<IOParameter> eventParameters,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
protected void |
BaseBpmnJsonConverter.addEventOutIOParameters(List<IOParameter> eventParameters,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IOParameter> |
StartSubProcessInstanceAfterContext.inParameters |
protected List<IOParameter> |
StartSubProcessInstanceBeforeContext.inParameters |
| Modifier and Type | Method and Description |
|---|---|
List<IOParameter> |
StartSubProcessInstanceAfterContext.getInParameters() |
List<IOParameter> |
StartSubProcessInstanceBeforeContext.getInParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
StartSubProcessInstanceAfterContext.setInParameters(List<IOParameter> inParameters) |
void |
StartSubProcessInstanceBeforeContext.setInParameters(List<IOParameter> inParameters) |
| Constructor and Description |
|---|
StartSubProcessInstanceAfterContext(ExecutionEntity processInstance,
ExecutionEntity childExecution,
Map<String,Object> variables,
ExecutionEntity callActivityExecution,
List<IOParameter> inParameters,
FlowElement initialFlowElement,
Process process,
ProcessDefinition processDefinition) |
StartSubProcessInstanceBeforeContext(String businessKey,
String processInstanceName,
Map<String,Object> variables,
ExecutionEntity callActivityExecution,
List<IOParameter> inParameters,
boolean inheritVariables,
String initialActivityId,
FlowElement initialFlowElement,
Process process,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<EventPayload> |
BpmnEventModelUtil.getInIOParameterEventPayload(List<IOParameter> parameterList) |
protected static Map<String,EventPayload> |
BpmnEventModelUtil.getOutIOParameterEventPayload(List<IOParameter> parameterList) |
Copyright © 2023 Flowable. All rights reserved.