Uses of Interface
org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers

Packages that use VariableSerializers
org.camunda.bpm.application   
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.util   
org.camunda.bpm.engine.impl.variable.serializer   
 

Uses of VariableSerializers in org.camunda.bpm.application
 

Fields in org.camunda.bpm.application declared as VariableSerializers
protected  VariableSerializers AbstractProcessApplication.variableSerializers
           
 

Methods in org.camunda.bpm.application that return VariableSerializers
 VariableSerializers AbstractProcessApplication.getVariableSerializers()
           
 

Methods in org.camunda.bpm.application with parameters of type VariableSerializers
 void AbstractProcessApplication.setVariableSerializers(VariableSerializers variableSerializers)
           
 

Uses of VariableSerializers in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl with parameters of type VariableSerializers
protected  TypedValueSerializer SingleQueryVariableValueCondition.determineSerializer(VariableSerializers serializers, org.camunda.bpm.engine.variable.value.TypedValue value)
           
 void QueryVariableValue.initialize(VariableSerializers serializers)
           
abstract  void AbstractQueryVariableValueCondition.initializeValue(VariableSerializers serializers)
           
 void CompositeQueryVariableValueCondition.initializeValue(VariableSerializers serializers)
           
 void SingleQueryVariableValueCondition.initializeValue(VariableSerializers serializers)
           
 void SingleQueryVariableValueCondition.initializeValue(VariableSerializers serializers, org.camunda.bpm.engine.variable.value.TypedValue typedValue)
           
 

Uses of VariableSerializers in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as VariableSerializers
protected  VariableSerializers ProcessEngineConfigurationImpl.variableSerializers
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return VariableSerializers
 VariableSerializers ProcessEngineConfigurationImpl.getVariableSerializers()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type VariableSerializers
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setVariableTypes(VariableSerializers variableSerializers)
           
 

Uses of VariableSerializers in org.camunda.bpm.engine.impl.persistence.entity.util
 

Methods in org.camunda.bpm.engine.impl.persistence.entity.util that return VariableSerializers
protected static VariableSerializers TypedValueField.getCurrentPaSerializers()
           
static VariableSerializers TypedValueField.getSerializers()
           
 

Uses of VariableSerializers in org.camunda.bpm.engine.impl.variable.serializer
 

Classes in org.camunda.bpm.engine.impl.variable.serializer that implement VariableSerializers
 class DefaultVariableSerializers
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer that return VariableSerializers
 VariableSerializers VariableSerializers.addSerializer(TypedValueSerializer<?> serializer)
           
 VariableSerializers VariableSerializers.addSerializer(TypedValueSerializer<?> serializer, int index)
          Add type at the given index.
 VariableSerializers VariableSerializers.join(VariableSerializers other)
          Merges two VariableSerializers instances into one.
 VariableSerializers DefaultVariableSerializers.join(VariableSerializers other)
           
 VariableSerializers VariableSerializers.removeSerializer(TypedValueSerializer<?> serializer)
           
 VariableSerializers DefaultVariableSerializers.removeSerializer(TypedValueSerializer<?> serializer)
           
 

Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type VariableSerializers
 VariableSerializers VariableSerializers.join(VariableSerializers other)
          Merges two VariableSerializers instances into one.
 VariableSerializers DefaultVariableSerializers.join(VariableSerializers other)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.