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>
 
 public class FileValueMapper extends AbstractTypedValueMapper<FileValue> - Author:
- Tassilo Weidner
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected EngineClientengineClient- 
Fields inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappervalueType
 
- 
 - 
Constructor SummaryConstructors Constructor Description FileValueMapper(EngineClient engineClient)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanReadValue(TypedValueField typedValueField)protected booleancanWriteValue(TypedValue typedValue)FileValueconvertToTypedValue(UntypedValueImpl untypedValue)protected booleanisDeferred(java.lang.Object variableValue)FileValuereadValue(TypedValueField value, boolean deserializeValue)voidwriteValue(FileValue fileValue, TypedValueField typedValueField)- 
Methods inherited from class org.camunda.bpm.client.variable.impl.AbstractTypedValueMappercanHandleTypedValue, canHandleTypedValueField, getSerializationDataformat, getType
 
- 
 
- 
- 
- 
Field Detail- 
engineClientprotected EngineClient engineClient 
 
- 
 - 
Constructor Detail- 
FileValueMapperpublic FileValueMapper(EngineClient engineClient) 
 
- 
 - 
Method Detail- 
convertToTypedValuepublic FileValue convertToTypedValue(UntypedValueImpl untypedValue) 
 - 
readValuepublic FileValue readValue(TypedValueField value, boolean deserializeValue) 
 - 
writeValuepublic void writeValue(FileValue fileValue, TypedValueField typedValueField) 
 - 
canWriteValueprotected boolean canWriteValue(TypedValue typedValue) - Specified by:
- canWriteValuein class- AbstractTypedValueMapper<FileValue>
 
 - 
canReadValueprotected boolean canReadValue(TypedValueField typedValueField) - Specified by:
- canReadValuein class- AbstractTypedValueMapper<FileValue>
 
 - 
isDeferredprotected boolean isDeferred(java.lang.Object variableValue) 
 
- 
 
-