Class FileValueMapper
java.lang.Object
org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper<FileValue>
org.camunda.bpm.client.variable.impl.mapper.FileValueMapper
- All Implemented Interfaces:
 ValueMapper<FileValue>
- Author:
 - Tassilo Weidner
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
valueType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanReadValue(TypedValueField typedValueField) protected booleancanWriteValue(TypedValue typedValue) convertToTypedValue(UntypedValueImpl untypedValue) protected booleanisDeferred(Object variableValue) readValue(TypedValueField value, boolean deserializeValue) voidwriteValue(FileValue fileValue, TypedValueField typedValueField) Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMapper
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat, getType 
- 
Field Details
- 
engineClient
 
 - 
 - 
Constructor Details
- 
FileValueMapper
 
 - 
 - 
Method Details
- 
convertToTypedValue
 - 
readValue
 - 
writeValue
 - 
canWriteValue
- Specified by:
 canWriteValuein classAbstractTypedValueMapper<FileValue>
 - 
canReadValue
- Specified by:
 canReadValuein classAbstractTypedValueMapper<FileValue>
 - 
isDeferred
 
 -