A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages

A

AbstractTypedValue<T> - Class in org.camunda.bpm.engine.variable.impl.value
 
AbstractTypedValue(T, ValueType) - Constructor for class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
AbstractValueTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
AbstractValueTypeImpl(String) - Constructor for class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
addType(ValueType) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
 
applyValueInfo(ObjectValueBuilder, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
asValueMap() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
asVariableContext() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
asVariableContext() - Method in interface org.camunda.bpm.engine.variable.VariableMap
Interprets the variable map as variable context

B

BOOLEAN - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
BooleanTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BooleanTypeImpl
 
booleanValue(Boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new BooleanValue that encapsulates the given booleanValue
booleanValue(Boolean, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new BooleanValue that encapsulates the given booleanValue
BooleanValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Boolean.
BooleanValueImpl(Boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BooleanValueImpl
 
BooleanValueImpl(Boolean, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BooleanValueImpl
 
byteArrayValue(byte[]) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new BytesValue that encapsulates the given bytes
byteArrayValue(byte[], boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new BytesValue that encapsulates the given bytes
BYTES - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
BytesTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BytesTypeImpl
 
BytesValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to a Java byte array (byte[]).
BytesValueImpl(byte[]) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BytesValueImpl
 
BytesValueImpl(byte[], boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BytesValueImpl
 

C

canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Determines whether the argument typed value can be converted to a typed value of this value type.
clear() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
compose(VariableContext...) - Static method in class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
CompositeVariableContext - Class in org.camunda.bpm.engine.variable.impl.context
 
CompositeVariableContext(VariableContext[]) - Constructor for class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
containsKey(Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
containsValue(Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
containsVariable(String) - Method in interface org.camunda.bpm.engine.variable.context.VariableContext
Checks whether a variable with the given name is resolve through this context.
containsVariable(String) - Method in class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
containsVariable(String) - Method in class org.camunda.bpm.engine.variable.impl.context.EmptyVariableContext
 
containsVariable(String) - Method in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
containsVariable(String) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
convertFromTypedValue(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Converts a typed value to a typed value of this type.
create() - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
create() - Method in class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
create() - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
create() - Method in interface org.camunda.bpm.engine.variable.value.builder.TypedValueBuilder
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.FileValueTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BooleanTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BytesTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DateTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NullTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.StringTypeImpl
 
createValue(Object, Map<String, Object>) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Creates a new TypedValue using this type.
createValueFromSerialized(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
createValueFromSerialized(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.variable.type.SerializableValueType
Creates a new TypedValue using this type.
createVariables() - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a new VariableMap instance.

D

DATE - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
DateTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DateTypeImpl
 
dateValue(Date) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new DateValue that encapsulates the given date
dateValue(Date, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new DateValue that encapsulates the given date
DateValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Date.
DateValueImpl(Date) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DateValueImpl
 
DateValueImpl(Date, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DateValueImpl
 
delegateContexts - Variable in class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
DOUBLE - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
DoubleTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
doubleValue(Double) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new DoubleValue that encapsulates the given doubleValue
doubleValue(Double, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new DoubleValue that encapsulates the given doubleValue
DoubleValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Double.
DoubleValueImpl(Double) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DoubleValueImpl
 
DoubleValueImpl(Double, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DoubleValueImpl
 

E

emptyVariableContext() - Static method in class org.camunda.bpm.engine.variable.Variables
 
EmptyVariableContext - Class in org.camunda.bpm.engine.variable.impl.context
An empty variable context implementation which does not allow to resolve any variables.
encoding - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
encoding(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
encoding(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Sets the encoding for the file in the value infos (optional).
encoding(Charset) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
encoding(Charset) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Sets the encoding for the file in the value infos (optional).
entrySet() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 

F

file(byte[]) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
file(byte[]) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Sets the value to the specified Byte array
file(File) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
file(File) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Sets the value to the specified File.
file(InputStream) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
file(InputStream) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Sets the value to the specified InputStream.
FILE - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
filename - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
fileValue - Variable in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
fileValue(File) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for calling Variables.fileValue(name).file(file).mimeType(type).create().
fileValue(File, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for calling Variables.fileValue(name).file(file).mimeType(type).setTransient(isTransient).create().
fileValue(String) - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a builder to create a new FileValue with the given filename.
fileValue(String, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a builder to create a new FileValue with the given filename.
FileValue - Interface in org.camunda.bpm.engine.variable.value
 
FileValueBuilder - Interface in org.camunda.bpm.engine.variable.value.builder
 
FileValueBuilderImpl - Class in org.camunda.bpm.engine.variable.impl.value.builder
 
FileValueBuilderImpl(String) - Constructor for class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
FileValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
FileValueImpl(byte[], FileValueType, String, String, String) - Constructor for class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
FileValueImpl(FileValueType, String) - Constructor for class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
FileValueType - Interface in org.camunda.bpm.engine.variable.type
 
FileValueTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
Valuetype to save files from byte arrays, inputstreams or just files as process variables and retrieve them via an InputStream.
FileValueTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.FileValueTypeImpl
 
fromMap(Map<String, Object>) - Static method in class org.camunda.bpm.engine.variable.Variables
If the given map is not a variable map, adds all its entries as untyped values to a new VariableMap.

G

get(Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
getByteArray() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
Get the byte array directly without wrapping it inside a stream to evade not needed wrapping.
getEncoding() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getEncoding() - Method in interface org.camunda.bpm.engine.variable.value.FileValue
 
getEncodingAsCharset() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getEncodingAsCharset() - Method in interface org.camunda.bpm.engine.variable.value.FileValue
Convenience method to save the transformation.
getFilename() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getFilename() - Method in interface org.camunda.bpm.engine.variable.value.FileValue
 
getJavaType() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
getJavaType() - Method in interface org.camunda.bpm.engine.variable.type.PrimitiveValueType
 
getMimeType() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getMimeType() - Method in interface org.camunda.bpm.engine.variable.value.FileValue
 
getName() - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
getName() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Returns the name of the variable type
getName() - Method in interface org.camunda.bpm.engine.variable.value.SerializationDataFormat
The name of the dataformat.
getName() - Method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
 
getObjectType() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getObjectType() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the Class this object is an instance of.
getObjectTypeName() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getObjectTypeName() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
A String representation of the Object's type name.
getParent() - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
getParent() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Gets the parent value type.
getSerializationDataFormat() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getSerializationDataFormat() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
The serialization format used to serialize this value.
getSubTypes(ValueType) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
Returns all (transitive) sub types of the provided type given they are not abstract
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
 
getType() - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.PrimitiveValue
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.TypedValue
The type of the value.
getValue() - Method in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
getValue() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
getValue() - Method in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
getValue() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getValue() - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
getValue() - Method in interface org.camunda.bpm.engine.variable.value.FileValue
 
getValue() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the Object or null in case the value is null.
getValue() - Method in interface org.camunda.bpm.engine.variable.value.PrimitiveValue
 
getValue() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns the value or null in case the value is null.
getValue() - Method in interface org.camunda.bpm.engine.variable.value.TypedValue
The actual value.
getValue(Class<T>) - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getValue(Class<T>) - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the object provided by this VariableValue.
getValue(String, Class<T>) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
getValue(String, Class<T>) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
getValueInfo(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.FileValueTypeImpl
 
getValueInfo(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
getValueInfo(TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
getValueInfo(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Get the value info (meta data) for a TypedValue.
getValueSerialized() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
getValueSerialized() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns the serialized value.
getValueTyped(String) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
getValueTyped(String) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 

H

hashCode() - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
hashCode() - Method in class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
 
hashCode() - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
hashCode() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 

I

INSTANCE - Static variable in class org.camunda.bpm.engine.variable.impl.context.EmptyVariableContext
 
INSTANCE - Static variable in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
INSTANCE_TRANSIENT - Static variable in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
INTEGER - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
IntegerTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
integerValue(Integer) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new IntegerValue that encapsulates the given integer
integerValue(Integer, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new IntegerValue that encapsulates the given integer
IntegerValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Integer.
IntegerValueImpl(Integer) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.IntegerValueImpl
 
IntegerValueImpl(Integer, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.IntegerValueImpl
 
isAbstract() - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
isAbstract() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
isAbstract() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Returns whether the value type is abstract.
isDeserialized - Variable in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
isDeserialized() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
isDeserialized() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns true in case the object is deserialized.
isDeserialized() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns true in case the value is deserialized.
isEmpty() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
isPrimitiveValueType() - Method in class org.camunda.bpm.engine.variable.impl.type.FileValueTypeImpl
 
isPrimitiveValueType() - Method in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
isPrimitiveValueType() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
isPrimitiveValueType() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Indicates whether this type is primitive valued.
isTransient - Variable in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
isTransient - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
isTransient - Variable in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
isTransient() - Method in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
isTransient() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
isTransient() - Method in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
isTransient() - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
isTransient() - Method in interface org.camunda.bpm.engine.variable.value.TypedValue
Indicator for transience of the value
isTransient(Map<String, Object>) - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 

J

JAVA - org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
The Java Serialization Data format.
javaType - Variable in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
JSON - org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
The Json Serialization Data format.

K

keySet() - Method in interface org.camunda.bpm.engine.variable.context.VariableContext
 
keySet() - Method in class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
keySet() - Method in class org.camunda.bpm.engine.variable.impl.context.EmptyVariableContext
 
keySet() - Method in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
keySet() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 

L

LONG - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
LongTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl
 
longValue(Long) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new LongValue that encapsulates the given longValue
longValue(Long, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new LongValue that encapsulates the given longValue
LongValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Long.
LongValueImpl(Long) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.LongValueImpl
 
LongValueImpl(Long, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.LongValueImpl
 

M

mimeType - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
mimeType(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
mimeType(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.FileValueBuilder
Saves the MIME type of a file in the value infos.

N

name - Variable in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
name - Variable in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
NULL - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
NullTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NullTypeImpl
 
NullValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
Untyped Null
NUMBER - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
NumberTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
numberValue(Number) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates an abstract Number value.
numberValue(Number, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates an abstract Number value.
NumberValue - Interface in org.camunda.bpm.engine.variable.value
 
NumberValueImpl(Number) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.NumberValueImpl
 
NumberValueImpl(Number, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.NumberValueImpl
 

O

OBJECT - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
ObjectTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
ObjectTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
objectTypeName - Variable in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
objectTypeName(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
objectTypeName(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
objectValue(Object) - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a builder to create a new ObjectValue that encapsulates the given value.
objectValue(Object, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a builder to create a new ObjectValue that encapsulates the given value.
ObjectValue - Interface in org.camunda.bpm.engine.variable.value
A typed value representing a Java Object.
ObjectValueBuilder - Interface in org.camunda.bpm.engine.variable.value.builder
 
ObjectValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
ObjectValueImpl(Object) - Constructor for class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
ObjectValueImpl(Object, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
ObjectValueImpl(Object, String, String, String, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
ObjectVariableBuilderImpl - Class in org.camunda.bpm.engine.variable.impl.value.builder
 
ObjectVariableBuilderImpl(Object) - Constructor for class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
ObjectVariableBuilderImpl(ObjectValue) - Constructor for class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
org.camunda.bpm.engine.variable - package org.camunda.bpm.engine.variable
 
org.camunda.bpm.engine.variable.context - package org.camunda.bpm.engine.variable.context
 
org.camunda.bpm.engine.variable.impl - package org.camunda.bpm.engine.variable.impl
 
org.camunda.bpm.engine.variable.impl.context - package org.camunda.bpm.engine.variable.impl.context
 
org.camunda.bpm.engine.variable.impl.type - package org.camunda.bpm.engine.variable.impl.type
 
org.camunda.bpm.engine.variable.impl.value - package org.camunda.bpm.engine.variable.impl.value
 
org.camunda.bpm.engine.variable.impl.value.builder - package org.camunda.bpm.engine.variable.impl.value.builder
 
org.camunda.bpm.engine.variable.type - package org.camunda.bpm.engine.variable.type
 
org.camunda.bpm.engine.variable.value - package org.camunda.bpm.engine.variable.value
 
org.camunda.bpm.engine.variable.value.builder - package org.camunda.bpm.engine.variable.value.builder
 

P

PrimitiveTypeValueImpl<T> - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl(T, PrimitiveValueType) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
 
PrimitiveTypeValueImpl.BooleanValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.BytesValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.DateValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.DoubleValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.IntegerValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.LongValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.NumberValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.ShortValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveTypeValueImpl.StringValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
 
PrimitiveValue<T> - Interface in org.camunda.bpm.engine.variable.value
 
PrimitiveValueType - Interface in org.camunda.bpm.engine.variable.type
 
PrimitiveValueTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
Implementation of the primitive variable value types
PrimitiveValueTypeImpl(Class<?>) - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
PrimitiveValueTypeImpl(String, Class<?>) - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
PrimitiveValueTypeImpl.BooleanTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.BytesTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.DateTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.DoubleTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.IntegerTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.LongTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.NullTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.NumberTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.ShortTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
PrimitiveValueTypeImpl.StringTypeImpl - Class in org.camunda.bpm.engine.variable.impl.type
 
put(String, Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
putValue(String, Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
putValue(String, Object) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
putValue(String, Object) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for Variables.createVariables().putValue(name, value)
putValueTyped(String, TypedValue) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
putValueTyped(String, TypedValue) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
putValueTyped(String, TypedValue) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for Variables.createVariables().putValueTyped(name, value)

R

remove(Object) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
resolve(String) - Method in interface org.camunda.bpm.engine.variable.context.VariableContext
Resolve a value in this context.
resolve(String) - Method in class org.camunda.bpm.engine.variable.impl.context.CompositeVariableContext
 
resolve(String) - Method in class org.camunda.bpm.engine.variable.impl.context.EmptyVariableContext
 
resolve(String) - Method in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
resolve(String) - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 

S

SerializableValue - Interface in org.camunda.bpm.engine.variable.value
A TypedValue for which a serialized value can be obtained and specified
SerializableValueType - Interface in org.camunda.bpm.engine.variable.type
 
serializationDataFormat - Variable in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
serializationDataFormat(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
serializationDataFormat(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
serializationDataFormat(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
 
serializationDataFormat(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
SerializationDataFormat - Interface in org.camunda.bpm.engine.variable.value
Represents a serialization data format.
serializedObjectValue() - Static method in class org.camunda.bpm.engine.variable.Variables
Returns a builder to create a new ObjectValue from a serialized object representation.
serializedObjectValue(String) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for Variables.serializedObjectValue().serializedValue(value)
serializedObjectValue(String, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Shortcut for Variables.serializedObjectValue().serializedValue(value).setTransient(isTransient)
SerializedObjectValueBuilder - Interface in org.camunda.bpm.engine.variable.value.builder
 
SerializedObjectValueBuilderImpl - Class in org.camunda.bpm.engine.variable.impl.value.builder
 
SerializedObjectValueBuilderImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
SerializedObjectValueBuilderImpl(ObjectValue) - Constructor for class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
serializedValue - Variable in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
serializedValue(String) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
serializedValue(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
setEncoding(String) - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
setEncoding(Charset) - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
setMimeType(String) - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
setObjectTypeName(String) - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
setSerializationDataFormat(String) - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
setSerializedValue(String) - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.FileValueBuilderImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
setTransient(boolean) - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
setTransient(boolean) - Method in interface org.camunda.bpm.engine.variable.value.builder.TypedValueBuilder
 
setValue(byte[]) - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
SHORT - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
ShortTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
shortValue(Short) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new ShortValue that encapsulates the given shortValue
shortValue(Short, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new ShortValue that encapsulates the given shortValue
ShortValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Short.
ShortValueImpl(Short) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.ShortValueImpl
 
ShortValueImpl(Short, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.ShortValueImpl
 
singleVariable(String, TypedValue) - Static method in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
SingleVariableContext - Class in org.camunda.bpm.engine.variable.impl.context
An VariableContext allowing to resolve a single variable only.
SingleVariableContext(String, TypedValue) - Constructor for class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
size() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
STRING - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
StringTypeImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.StringTypeImpl
 
stringValue(String) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new StringValue that encapsulates the given stringValue
stringValue(String, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a new StringValue that encapsulates the given stringValue
StringValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type String.
StringValueImpl(String) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.StringValueImpl
 
StringValueImpl(String, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.StringValueImpl
 

T

toString() - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.value.NullValueImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.value.ObjectValueImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
toString() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
type - Variable in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
type - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl
 
typedValue - Variable in class org.camunda.bpm.engine.variable.impl.context.SingleVariableContext
 
TypedValue - Interface in org.camunda.bpm.engine.variable.value
A TypedValue is a value with additional type information (the ValueType).
TypedValueBuilder<T extends TypedValue> - Interface in org.camunda.bpm.engine.variable.value.builder
 
typeForName(String) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
 

U

unsupportedConversion(ValueType) - Method in class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl
 
untypedNullValue() - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a TypedValue with value null and type ValueType.NULL
untypedNullValue(boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates a TypedValue with value null and type ValueType.NULL
untypedValue(Object) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates an untyped value, i.e.
untypedValue(Object, boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates an untyped value, i.e.
UntypedValueImpl - Class in org.camunda.bpm.engine.variable.impl.value
Used when the type of an object has not been specified by the user and needs to be autodetected.
UntypedValueImpl(Object) - Constructor for class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
UntypedValueImpl(Object, boolean) - Constructor for class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 

V

value - Variable in class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
 
value - Variable in class org.camunda.bpm.engine.variable.impl.value.FileValueImpl
 
value - Variable in class org.camunda.bpm.engine.variable.impl.value.UntypedValueImpl
 
VALUE_INFO_FILE_ENCODING - Static variable in interface org.camunda.bpm.engine.variable.type.FileValueType
Identifies the file's encoding as specified on value creation.
VALUE_INFO_FILE_MIME_TYPE - Static variable in interface org.camunda.bpm.engine.variable.type.FileValueType
Identifies the file's mime type as specified on value creation.
VALUE_INFO_FILE_NAME - Static variable in interface org.camunda.bpm.engine.variable.type.FileValueType
Identifies the file's name as specified on value creation.
VALUE_INFO_OBJECT_TYPE_NAME - Static variable in interface org.camunda.bpm.engine.variable.type.SerializableValueType
Identifies the object's java type name.
VALUE_INFO_SERIALIZATION_DATA_FORMAT - Static variable in interface org.camunda.bpm.engine.variable.type.SerializableValueType
Identifies the format in which the object is serialized.
VALUE_INFO_TRANSIENT - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
valueOf(String) - Static method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
Returns the enum constant of this type with the specified name.
values() - Method in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
values() - Static method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Interface in org.camunda.bpm.engine.variable.type
 
ValueTypeResolver - Interface in org.camunda.bpm.engine.variable.type
 
VariableContext - Interface in org.camunda.bpm.engine.variable.context
A context for variables.
VariableMap - Interface in org.camunda.bpm.engine.variable
A Map of variables.
VariableMapImpl - Class in org.camunda.bpm.engine.variable.impl
 
VariableMapImpl() - Constructor for class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
VariableMapImpl(Map<String, Object>) - Constructor for class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
VariableMapImpl(VariableMapImpl) - Constructor for class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
variables - Variable in class org.camunda.bpm.engine.variable.impl.VariableMapImpl
 
Variables - Class in org.camunda.bpm.engine.variable
This class is the entry point to the process engine's typed variables API.
Variables() - Constructor for class org.camunda.bpm.engine.variable.Variables
 
Variables.SerializationDataFormats - Enum in org.camunda.bpm.engine.variable
A set of builtin serialization dataformat constants.
variableValue - Variable in class org.camunda.bpm.engine.variable.impl.value.builder.ObjectVariableBuilderImpl
 
variableValue - Variable in class org.camunda.bpm.engine.variable.impl.value.builder.SerializedObjectValueBuilderImpl
 

X

XML - org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
The Xml Serialization Data format.
A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages