Package | Description |
---|---|
org.kie.api.fluent |
Process Fluent API allows programmer to build an in memory representation of a bpmn file.
|
Modifier and Type | Method and Description |
---|---|
Variable<T> |
Variable.metadata(String key,
Object value) |
Variable<T> |
Variable.value(T value) |
static <T> Variable<T> |
Variable.var(String name,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
<V> T |
NodeContainerBuilder.variable(Variable<V> variable)
Adds a variable to this container
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.