Uses of Class
org.eximeebpms.bpm.engine.impl.core.model.PropertyMapKey
Packages that use PropertyMapKey
Package
Description
-
Uses of PropertyMapKey in org.eximeebpms.bpm.engine.impl.bpmn.deployer
Fields in org.eximeebpms.bpm.engine.impl.bpmn.deployer declared as PropertyMapKeyModifier and TypeFieldDescriptionprotected static final PropertyMapKey<String,List<JobDeclaration<?, ?>>> BpmnDeployer.JOB_DECLARATIONS_PROPERTY -
Uses of PropertyMapKey in org.eximeebpms.bpm.engine.impl.bpmn.helper
Fields in org.eximeebpms.bpm.engine.impl.bpmn.helper declared as PropertyMapKeyModifier and TypeFieldDescriptionstatic final PropertyMapKey<String,EventSubscriptionDeclaration> BpmnProperties.EVENT_SUBSCRIPTION_DECLARATIONSDeclaration 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_DECLARATIONSDeclaration 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_DECLARATIONSDeclaration 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.eximeebpms.bpm.engine.impl.core.model
Methods in org.eximeebpms.bpm.engine.impl.core.model with parameters of type PropertyMapKeyModifier and TypeMethodDescriptionbooleanProperties.contains(PropertyMapKey<?, ?> property) Returnstrueif 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.