org.camunda.bpm.engine.variable.type
Interface SerializableValueType

All Superinterfaces:
Serializable, ValueType
All Known Implementing Classes:
ObjectTypeImpl

public interface SerializableValueType
extends ValueType

Since:
7.2
Author:
Daniel Meyer

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING
 
Method Summary
 SerializableValue createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
          Creates a new TypedValue using this type.
 
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
 

Method Detail

createValueFromSerialized

SerializableValue createValueFromSerialized(String serializedValue,
                                            Map<String,Object> valueInfo)
Creates a new TypedValue using this type.

Parameters:
serializedValue - the value in serialized form
Returns:
the typed value for the value


Copyright © 2015 camunda services GmbH. All rights reserved.