Uses of Class
org.camunda.bpm.client.variable.impl.TypedValueField
-
Packages that use TypedValueField Package Description org.camunda.bpm.client.task.impl org.camunda.bpm.client.task.impl.dto org.camunda.bpm.client.variable.impl org.camunda.bpm.client.variable.impl.mapper -
-
Uses of TypedValueField in org.camunda.bpm.client.task.impl
Fields in org.camunda.bpm.client.task.impl with type parameters of type TypedValueField Modifier and Type Field Description protected Map<String,TypedValueField>ExternalTaskImpl. variablesMethods in org.camunda.bpm.client.task.impl that return types with arguments of type TypedValueField Modifier and Type Method Description Map<String,TypedValueField>ExternalTaskImpl. getVariables()Method parameters in org.camunda.bpm.client.task.impl with type arguments of type TypedValueField Modifier and Type Method Description voidExternalTaskImpl. setVariables(Map<String,TypedValueField> variables) -
Uses of TypedValueField in org.camunda.bpm.client.task.impl.dto
Fields in org.camunda.bpm.client.task.impl.dto with type parameters of type TypedValueField Modifier and Type Field Description protected Map<String,TypedValueField>CompleteRequestDto. localVariablesprotected Map<String,TypedValueField>FailureRequestDto. localVariablesprotected Map<String,TypedValueField>BpmnErrorRequestDto. variablesprotected Map<String,TypedValueField>CompleteRequestDto. variablesprotected Map<String,TypedValueField>FailureRequestDto. variablesprotected Map<String,TypedValueField>SetVariablesRequestDto. variablesMethods in org.camunda.bpm.client.task.impl.dto that return types with arguments of type TypedValueField Modifier and Type Method Description Map<String,TypedValueField>CompleteRequestDto. getLocalVariables()Map<String,TypedValueField>FailureRequestDto. getLocalVariables()Map<String,TypedValueField>BpmnErrorRequestDto. getVariables()Map<String,TypedValueField>CompleteRequestDto. getVariables()Map<String,TypedValueField>FailureRequestDto. getVariables()Map<String,TypedValueField>SetVariablesRequestDto. getVariables()Constructor parameters in org.camunda.bpm.client.task.impl.dto with type arguments of type TypedValueField Constructor Description BpmnErrorRequestDto(String workerId, String errorCode, String errorMessage, Map<String,TypedValueField> variables)CompleteRequestDto(String workerId, Map<String,TypedValueField> variables, Map<String,TypedValueField> localVariables)FailureRequestDto(String workerId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String,TypedValueField> variables, Map<String,TypedValueField> localVariables)SetVariablesRequestDto(String workerId, Map<String,TypedValueField> variables) -
Uses of TypedValueField in org.camunda.bpm.client.variable.impl
Fields in org.camunda.bpm.client.variable.impl declared as TypedValueField Modifier and Type Field Description protected TypedValueFieldVariableValue. typedValueFieldMethods in org.camunda.bpm.client.variable.impl that return TypedValueField Modifier and Type Method Description protected <T extends org.camunda.bpm.engine.variable.value.TypedValue>
TypedValueFieldTypedValues. toTypedValueField(T typedValue)Methods in org.camunda.bpm.client.variable.impl that return types with arguments of type TypedValueField Modifier and Type Method Description Map<String,TypedValueField>TypedValues. serializeVariables(Map<String,Object> variables)Methods in org.camunda.bpm.client.variable.impl with parameters of type TypedValueField Modifier and Type Method Description booleanAbstractTypedValueMapper. canHandleTypedValueField(TypedValueField typedValueField)booleanValueMapper. canHandleTypedValueField(TypedValueField value)protected abstract booleanAbstractTypedValueMapper. canReadValue(TypedValueField typedValueField)ValueMapper<T>DefaultValueMappers. findMapperForTypedValueField(TypedValueField typedValueField)ValueMapper<T>ValueMappers. findMapperForTypedValueField(TypedValueField value)TValueMapper. readValue(TypedValueField value, boolean deserializeValue)voidValueMapper. writeValue(T typedValue, TypedValueField typedValueField)Method parameters in org.camunda.bpm.client.variable.impl with type arguments of type TypedValueField Modifier and Type Method Description Map<String,VariableValue>TypedValues. wrapVariables(ExternalTask externalTask, Map<String,TypedValueField> variables)Constructors in org.camunda.bpm.client.variable.impl with parameters of type TypedValueField Constructor Description VariableValue(String processInstanceId, String variableName, TypedValueField typedValueField, ValueMappers mappers) -
Uses of TypedValueField in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type TypedValueField Modifier and Type Method Description protected booleanByteArrayValueMapper. canReadValue(TypedValueField typedValueField)protected booleanDateValueMapper. canReadValue(TypedValueField typedValueField)protected booleanFileValueMapper. canReadValue(TypedValueField typedValueField)protected booleanNullValueMapper. canReadValue(TypedValueField value)protected booleanNumberValueMapper. canReadValue(TypedValueField typedValueField)protected booleanObjectValueMapper. canReadValue(TypedValueField typedValueField)protected booleanPrimitiveValueMapper. canReadValue(TypedValueField typedValueField)protected org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper. createDeserializedValue(Object deserializedObject, String serializedValue, TypedValueField typedValueField)protected org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper. createSerializedValue(String serializedValue, TypedValueField typedValueField)protected StringObjectValueMapper. readObjectNameFromFields(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.BooleanValueBooleanValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.BytesValueByteArrayValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.DateValueDateValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.DoubleValueDoubleValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.FileValueFileValueMapper. readValue(TypedValueField value, boolean deserializeValue)org.camunda.bpm.engine.variable.value.IntegerValueIntegerValueMapper. readValue(TypedValueField typedValueField)JsonValueJsonValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.LongValueLongValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.impl.value.NullValueImplNullValueMapper. readValue(TypedValueField typedValueField, boolean deserialize)org.camunda.bpm.engine.variable.value.ObjectValueObjectValueMapper. readValue(TypedValueField value, boolean deserializeObjectValue)abstract TPrimitiveValueMapper. readValue(TypedValueField typedValueField)TPrimitiveValueMapper. readValue(TypedValueField typedValueField, boolean deserializeObjectValue)org.camunda.bpm.engine.variable.value.ShortValueShortValueMapper. readValue(TypedValueField typedValueField)org.camunda.bpm.engine.variable.value.StringValueStringValueMapper. readValue(TypedValueField typedValueField)XmlValueXmlValueMapper. readValue(TypedValueField typedValueField)protected voidObjectValueMapper. writeSerializedValue(TypedValueField typedValueField, String serializedValue)voidBooleanValueMapper. writeValue(org.camunda.bpm.engine.variable.value.BooleanValue booleanValue, TypedValueField typedValueField)voidByteArrayValueMapper. writeValue(org.camunda.bpm.engine.variable.value.BytesValue byteValue, TypedValueField typedValueField)voidDateValueMapper. writeValue(org.camunda.bpm.engine.variable.value.DateValue dateValue, TypedValueField typedValueField)voidDoubleValueMapper. writeValue(org.camunda.bpm.engine.variable.value.DoubleValue doubleValue, TypedValueField typedValueField)voidFileValueMapper. writeValue(org.camunda.bpm.engine.variable.value.FileValue fileValue, TypedValueField typedValueField)voidIntegerValueMapper. writeValue(org.camunda.bpm.engine.variable.value.IntegerValue intValue, TypedValueField typedValueField)voidJsonValueMapper. writeValue(JsonValue jsonValue, TypedValueField typedValueField)voidLongValueMapper. writeValue(org.camunda.bpm.engine.variable.value.LongValue longValue, TypedValueField typedValueField)voidNullValueMapper. writeValue(org.camunda.bpm.engine.variable.impl.value.NullValueImpl typedValue, TypedValueField typedValueField)voidObjectValueMapper. writeValue(org.camunda.bpm.engine.variable.value.ObjectValue typedValue, TypedValueField typedValueField)voidShortValueMapper. writeValue(org.camunda.bpm.engine.variable.value.ShortValue shortValue, TypedValueField typedValueField)voidStringValueMapper. writeValue(org.camunda.bpm.engine.variable.value.StringValue stringValue, TypedValueField typedValueField)voidXmlValueMapper. writeValue(XmlValue xmlValue, TypedValueField typedValueField)
-