Uses of Class
org.camunda.bpm.engine.impl.core.model.PropertyMapKey

Packages that use PropertyMapKey
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.core.model   
 

Uses of PropertyMapKey in org.camunda.bpm.engine.impl.bpmn.deployer
 

Fields in org.camunda.bpm.engine.impl.bpmn.deployer declared as PropertyMapKey
protected static PropertyMapKey<String,List<JobDeclaration<?,?>>> BpmnDeployer.JOB_DECLARATIONS_PROPERTY
           
 

Uses of PropertyMapKey in org.camunda.bpm.engine.impl.core.model
 

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.
<K,V> Map<K,V>
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.
<K,V> void
Properties.putMapEntry(PropertyMapKey<K,V> property, K key, V value)
          Insert the value to the map to which the specified property key is mapped.
<K,V> void
Properties.set(PropertyMapKey<K,V> property, Map<K,V> value)
          Associates the specified map with the specified property key.
 



Copyright © 2016 camunda services GmbH. All rights reserved.