Uses of Class
org.camunda.bpm.engine.impl.core.model.PropertyListKey
Packages that use PropertyListKey
-
Uses of PropertyListKey in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as PropertyListKeyModifier and TypeFieldDescriptionstatic final PropertyListKey<CamundaErrorEventDefinition>BpmnProperties.CAMUNDA_ERROR_EVENT_DEFINITIONstatic final PropertyListKey<ErrorEventDefinition>BpmnProperties.ERROR_EVENT_DEFINITIONSstatic final PropertyListKey<EscalationEventDefinition>BpmnProperties.ESCALATION_EVENT_DEFINITIONSstatic final PropertyListKey<String>CmmnProperties.REPEAT_ON_STANDARD_EVENTS -
Uses of PropertyListKey in org.camunda.bpm.engine.impl.core.model
Methods in org.camunda.bpm.engine.impl.core.model with parameters of type PropertyListKeyModifier and TypeMethodDescription<T> voidProperties.addListItem(PropertyListKey<T> property, T value) Append the value to the list to which the specified property key is mapped.booleanProperties.contains(PropertyListKey<?> property) Returnstrueif this properties contains a mapping for the specified property key.<T> List<T>Properties.get(PropertyListKey<T> property) Returns the list to which the specified property key is mapped, or an empty list if this properties contains no mapping for the property key.<T> voidProperties.set(PropertyListKey<T> property, List<T> value) Associates the specified list with the specified property key.