org.camunda.spin.plugin.variable.value
Interface SpinValue

All Superinterfaces:
Serializable, org.camunda.bpm.engine.variable.value.SerializableValue, org.camunda.bpm.engine.variable.value.TypedValue
All Known Subinterfaces:
JsonValue, XmlValue
All Known Implementing Classes:
JsonValueImpl, SpinValueImpl, XmlValueImpl

public interface SpinValue
extends org.camunda.bpm.engine.variable.value.SerializableValue

Author:
Roman Smirnov

Method Summary
 org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()
           
 org.camunda.spin.Spin<?> getValue()
           
 
Methods inherited from interface org.camunda.bpm.engine.variable.value.SerializableValue
getSerializationDataFormat, getType, getValueSerialized, isDeserialized
 

Method Detail

getValue

org.camunda.spin.Spin<?> getValue()
Specified by:
getValue in interface org.camunda.bpm.engine.variable.value.SerializableValue
Specified by:
getValue in interface org.camunda.bpm.engine.variable.value.TypedValue

getDataFormat

org.camunda.spin.spi.DataFormat<? extends org.camunda.spin.Spin<?>> getDataFormat()


Copyright © 2016 camunda services GmbH. All rights reserved.