| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.cfg | |
| org.activiti.engine.impl.db | |
| org.activiti.engine.impl.variable |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVariableValue.initialize(VariableTypes types) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableTypes |
ProcessEngineConfigurationImpl.variableTypes |
| Modifier and Type | Method and Description |
|---|---|
VariableTypes |
ProcessEngineConfigurationImpl.getVariableTypes() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setVariableTypes(VariableTypes variableTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableTypes |
IbatisVariableTypeHandler.variableTypes |
| Modifier and Type | Method and Description |
|---|---|
protected VariableTypes |
IbatisVariableTypeHandler.getVariableTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVariableTypes |
| Modifier and Type | Method and Description |
|---|---|
VariableTypes |
VariableTypes.addType(VariableType type) |
VariableTypes |
VariableTypes.addType(VariableType type,
int index)
Add type at the given index.
|
VariableTypes |
VariableTypes.removeType(VariableType type) |
VariableTypes |
DefaultVariableTypes.removeType(VariableType type) |
Copyright © 2016 Alfresco. All rights reserved.