Uses of Interface
org.camunda.bpm.engine.variable.value.SerializableValue

Packages that use SerializableValue
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.variable.type   
org.camunda.bpm.engine.variable.value   
 

Uses of SerializableValue in org.camunda.bpm.engine.impl.core.variable.type
 

Methods in org.camunda.bpm.engine.impl.core.variable.type that return SerializableValue
 SerializableValue ObjectTypeImpl.createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
           
 

Uses of SerializableValue in org.camunda.bpm.engine.impl.core.variable.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.value that implement SerializableValue
 class ObjectValueImpl
           
 

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

Classes in org.camunda.bpm.engine.impl.variable.serializer with type parameters of type SerializableValue
 class AbstractSerializableValueSerializer<T extends SerializableValue>
           
 

Uses of SerializableValue in org.camunda.bpm.engine.variable.type
 

Methods in org.camunda.bpm.engine.variable.type that return SerializableValue
 SerializableValue SerializableValueType.createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
          Creates a new TypedValue using this type.
 

Uses of SerializableValue in org.camunda.bpm.engine.variable.value
 

Subinterfaces of SerializableValue in org.camunda.bpm.engine.variable.value
 interface ObjectValue
          A typed value representing a Java Object.
 



Copyright © 2015 camunda services GmbH. All rights reserved.