Package | Description |
---|---|
org.camunda.bpm.cockpit.impl.plugin.base.dto.query | |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.variable.serializer |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDefinitionQueryDto.initQueryVariableValues(VariableSerializers variableTypes) |
void |
ProcessInstanceQueryDto.initQueryVariableValues(VariableSerializers variableTypes) |
Modifier and Type | Method and Description |
---|---|
protected TypedValueSerializer |
SingleQueryVariableValueCondition.determineSerializer(VariableSerializers serializers,
TypedValue value) |
void |
QueryVariableValue.initialize(VariableSerializers serializers) |
void |
SingleQueryVariableValueCondition.initializeValue(VariableSerializers serializers) |
void |
CompositeQueryVariableValueCondition.initializeValue(VariableSerializers serializers) |
abstract void |
AbstractQueryVariableValueCondition.initializeValue(VariableSerializers serializers) |
void |
SingleQueryVariableValueCondition.initializeValue(VariableSerializers serializers,
TypedValue typedValue) |
Modifier and Type | Field and Description |
---|---|
protected VariableSerializers |
ProcessEngineConfigurationImpl.variableSerializers |
Modifier and Type | Method and Description |
---|---|
VariableSerializers |
ProcessEngineConfigurationImpl.getVariableSerializers() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setVariableTypes(VariableSerializers variableSerializers) |
Modifier and Type | Method and Description |
---|---|
static VariableSerializers |
HistoricDetailVariableInstanceUpdateEntity.getSerializers() |
static VariableSerializers |
HistoricVariableInstanceEntity.getSerializers() |
static VariableSerializers |
VariableInstanceEntity.getSerializers() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVariableSerializers |
Modifier and Type | Method and Description |
---|---|
VariableSerializers |
VariableSerializers.addSerializer(TypedValueSerializer<?> serializer) |
VariableSerializers |
VariableSerializers.addSerializer(TypedValueSerializer<?> serializer,
int index)
Add type at the given index.
|
VariableSerializers |
DefaultVariableSerializers.removeSerializer(TypedValueSerializer<?> serializer) |
VariableSerializers |
VariableSerializers.removeSerializer(TypedValueSerializer<?> serializer) |
Copyright © 2018. All rights reserved.