org.camunda.bpm.engine.variable.value.builder
Interface ObjectValueBuilder

All Superinterfaces:
TypedValueBuilder<ObjectValue>
All Known Subinterfaces:
SerializedObjectValueBuilder
All Known Implementing Classes:
ObjectVariableBuilderImpl, SerializedObjectValueBuilderImpl

public interface ObjectValueBuilder
extends TypedValueBuilder<ObjectValue>

Author:
Daniel Meyer

Method Summary
 ObjectValueBuilder serializationDataFormat(String dataFormatName)
           
 
Methods inherited from interface org.camunda.bpm.engine.variable.value.builder.TypedValueBuilder
create
 

Method Detail

serializationDataFormat

ObjectValueBuilder serializationDataFormat(String dataFormatName)


Copyright © 2014 camunda services GmbH. All rights reserved.