| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractChildTaskExport.writeIOParameters(String elementName,
List<IOParameter> parameterList,
boolean didWriteParameterStartElement,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
protected List<IOParameter> |
BaseChildTaskCmmnJsonConverter.readIOParameters(com.fasterxml.jackson.databind.JsonNode parametersNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseChildTaskCmmnJsonConverter.readIOParameters(List<IOParameter> ioParameters,
com.fasterxml.jackson.databind.node.ArrayNode parametersNode) |
| Modifier and Type | Method and Description |
|---|---|
List<IOParameter> |
DefaultProcessInstanceService.getOutputParametersOfCaseTask(String executionId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IOParameter> |
ChildTaskActivityBehavior.inParameters |
protected List<IOParameter> |
ChildTaskActivityBehavior.outParameters |
| Constructor and Description |
|---|
ChildTaskActivityBehavior(boolean isBlocking,
String isBlockingExpression,
List<IOParameter> inParameters,
List<IOParameter> outParameters) |
ChildTaskActivityBehavior(boolean isBlocking,
String isBlockingExpression,
List<IOParameter> inParameters,
List<IOParameter> outParameters) |
| Modifier and Type | Method and Description |
|---|---|
List<IOParameter> |
ProcessInstanceService.getOutputParametersOfCaseTask(String executionId)
Retrieves the
IOParameter out parameters of a case task currently being execution by the given execution. |
| Modifier and Type | Field and Description |
|---|---|
protected List<IOParameter> |
ChildTask.inParameters |
protected List<IOParameter> |
ChildTask.outParameters |
| Modifier and Type | Method and Description |
|---|---|
IOParameter |
IOParameter.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<IOParameter> |
ChildTask.getInParameters() |
List<IOParameter> |
ChildTask.getOutParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
IOParameter.setValues(IOParameter otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildTask.setInParameters(List<IOParameter> inParameters) |
void |
ChildTask.setOutParameters(List<IOParameter> outParameters) |
Copyright © 2023 Flowable. All rights reserved.