org.camunda.spin.plugin.variable.type.impl
Class XmlValueTypeImpl

java.lang.Object
  extended by org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
      extended by org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
          extended by org.camunda.spin.plugin.variable.type.impl.XmlValueTypeImpl
All Implemented Interfaces:
Serializable, org.camunda.bpm.engine.variable.type.SerializableValueType, org.camunda.bpm.engine.variable.type.ValueType, SpinValueType, XmlValueType

public class XmlValueTypeImpl
extends SpinValueTypeImpl
implements XmlValueType

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
name
 
Fields inherited from interface org.camunda.spin.plugin.variable.type.XmlValueType
TYPE_NAME
 
Fields inherited from interface org.camunda.spin.plugin.variable.type.SpinValueType
JSON, VALUE_INFO_SERIALIZATION_DATA_FORMAT, XML
 
Fields inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
VALUE_INFO_OBJECT_TYPE_NAME
 
Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType
BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING
 
Constructor Summary
XmlValueTypeImpl()
           
 
Method Summary
protected  XmlValueBuilder createValue(SpinValue value)
           
protected  XmlValueBuilder createValueFromSerialized(String value)
           
 
Methods inherited from class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
createValue, createValueFromSerialized, getValueInfo, isPrimitiveValueType
 
Methods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, toString, unsupportedConversion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.variable.type.SerializableValueType
createValueFromSerialized
 
Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType
canConvertFromTypedValue, convertFromTypedValue, createValue, getName, getParent, getValueInfo, isAbstract, isPrimitiveValueType
 

Constructor Detail

XmlValueTypeImpl

public XmlValueTypeImpl()
Method Detail

createValue

protected XmlValueBuilder createValue(SpinValue value)
Specified by:
createValue in class SpinValueTypeImpl

createValueFromSerialized

protected XmlValueBuilder createValueFromSerialized(String value)
Specified by:
createValueFromSerialized in class SpinValueTypeImpl


Copyright © 2016 camunda services GmbH. All rights reserved.