| Methods in org.camunda.bpm.engine.impl.core.model with parameters of type PropertyMapKey |
boolean |
Properties.contains(PropertyMapKey<?,?> property)
Returns true if this properties contains a mapping for the specified property key. |
|
Properties.get(PropertyMapKey<K,V> property)
Returns the map to which the specified property key is mapped, or
an empty map if this properties contains no mapping for the property key. |
|
Properties.putMapEntry(PropertyMapKey<K,V> property,
K key,
V value)
Insert the value to the map to which the specified property key is mapped. |
|
Properties.set(PropertyMapKey<K,V> property,
Map<K,V> value)
Associates the specified map with the specified property key. |