Uses of Class
org.camunda.bpm.engine.impl.core.model.PropertyMapKey
Package
Description
-
Uses of PropertyMapKey in org.camunda.bpm.engine.impl.bpmn.deployer
Modifier and TypeFieldDescriptionprotected static final PropertyMapKey<String,
List<JobDeclaration<?, ?>>> BpmnDeployer.JOB_DECLARATIONS_PROPERTY
-
Uses of PropertyMapKey in org.camunda.bpm.engine.impl.bpmn.helper
Modifier and TypeFieldDescriptionstatic final PropertyMapKey<String,
EventSubscriptionDeclaration> BpmnProperties.EVENT_SUBSCRIPTION_DECLARATIONS
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.static final PropertyMapKey<String,
Map<String, TimerDeclarationImpl>> BpmnProperties.TIMEOUT_LISTENER_DECLARATIONS
Declaration indexed by activity and listener (id) that is triggered by the event; there can be multiple such declarations per activity but only one per listener.static final PropertyMapKey<String,
TimerDeclarationImpl> BpmnProperties.TIMER_DECLARATIONS
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity. -
Uses of PropertyMapKey in org.camunda.bpm.engine.impl.core.model
Modifier and TypeMethodDescriptionboolean
Properties.contains
(PropertyMapKey<?, ?> property) Returnstrue
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.