|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyMapKey | |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.deployer | |
| org.camunda.bpm.engine.impl.bpmn.helper | |
| 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.bpmn.helper |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as PropertyMapKey | |
|---|---|
static 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 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 |
|---|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||