Uses of Interface
org.camunda.bpm.engine.variable.value.DateValue
- 
- 
Uses of DateValue in org.camunda.bpm.client.variable.impl.mapperMethods in org.camunda.bpm.client.variable.impl.mapper that return DateValue Modifier and Type Method Description DateValueDateValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)DateValueDateValueMapper. readValue(TypedValueField typedValueField)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type DateValue Modifier and Type Method Description voidDateValueMapper. writeValue(DateValue dateValue, TypedValueField typedValueField)
- 
Uses of DateValue in org.camunda.bpm.engine.impl.variable.serializerMethods in org.camunda.bpm.engine.impl.variable.serializer that return DateValue Modifier and Type Method Description DateValueDateValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)DateValueDateValueSerializer. readValue(ValueFields valueFields, boolean asTransientValue)Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type DateValue Modifier and Type Method Description voidDateValueSerializer. writeValue(DateValue typedValue, ValueFields valueFields)
- 
Uses of DateValue in org.camunda.bpm.engine.variableMethods in org.camunda.bpm.engine.variable that return DateValue Modifier and Type Method Description static DateValueVariables. dateValue(java.util.Date date)Creates a newDateValuethat encapsulates the givendatestatic DateValueVariables. dateValue(java.util.Date date, boolean isTransient)Creates a newDateValuethat encapsulates the givendate
- 
Uses of DateValue in org.camunda.bpm.engine.variable.impl.typeMethods in org.camunda.bpm.engine.variable.impl.type that return DateValue Modifier and Type Method Description DateValuePrimitiveValueTypeImpl.DateTypeImpl. createValue(java.lang.Object value, java.util.Map<java.lang.String,java.lang.Object> valueInfo)
- 
Uses of DateValue in org.camunda.bpm.engine.variable.impl.valueClasses in org.camunda.bpm.engine.variable.impl.value that implement DateValue Modifier and Type Class Description static classPrimitiveTypeValueImpl.DateValueImpl
 
-