Uses of Interface
org.camunda.bpm.engine.delegate.SerializedVariableValue

Packages that use SerializedVariableValue
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.spin   
org.camunda.bpm.engine.impl.variable   
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.delegate
 

Methods in org.camunda.bpm.engine.delegate that return SerializedVariableValue
abstract  SerializedVariableValue SerializedVariableValueBuilder.done()
           
 SerializedVariableValue PersistentVariableInstance.getSerializedValue()
          Returns the value of this variable in its serialized form, represented by a SerializedVariableValue.
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.history
 

Methods in org.camunda.bpm.engine.history that return SerializedVariableValue
 SerializedVariableValue HistoricVariableUpdate.getSerializedValue()
           
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.impl.core.variable
 

Classes in org.camunda.bpm.engine.impl.core.variable that implement SerializedVariableValue
 class SerializedVariableValueImpl
           
 

Methods in org.camunda.bpm.engine.impl.core.variable that return SerializedVariableValue
 SerializedVariableValue SerializedVariableValueBuilderImpl.done()
           
 SerializedVariableValue PseudoPersistentVariableInstance.getSerializedValue()
           
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return SerializedVariableValue
 SerializedVariableValue HistoricVariableInstanceEntity.getSerializedValue()
           
 SerializedVariableValue VariableInstanceEntity.getSerializedValue()
           
 SerializedVariableValue HistoricDetailVariableInstanceUpdateEntity.getSerializedValue()
           
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.impl.spin
 

Methods in org.camunda.bpm.engine.impl.spin that return SerializedVariableValue
 SerializedVariableValue SpinSerializationType.getSerializedValue(ValueFields valueFields)
           
 

Uses of SerializedVariableValue in org.camunda.bpm.engine.impl.variable
 

Methods in org.camunda.bpm.engine.impl.variable that return SerializedVariableValue
 SerializedVariableValue DateType.getSerializedValue(ValueFields valueFields)
           
 SerializedVariableValue JPAEntityVariableType.getSerializedValue(ValueFields valueFields)
           
 SerializedVariableValue VariableType.getSerializedValue(ValueFields valueFields)
           
 SerializedVariableValue PrimitiveVariableType.getSerializedValue(ValueFields valueFields)
           
 SerializedVariableValue SerializableType.getSerializedValue(ValueFields valueFields)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.