Uses of Class
org.camunda.bpm.engine.impl.core.model.PropertyKey
-
Packages that use PropertyKey Package Description org.camunda.bpm.engine.impl.bpmn.helper org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.core.model -
-
Uses of PropertyKey in org.camunda.bpm.engine.impl.bpmn.helper
Fields in org.camunda.bpm.engine.impl.bpmn.helper declared as PropertyKey Modifier and Type Field Description static PropertyKey<ActivityImpl>BpmnProperties. COMPENSATION_BOUNDARY_EVENTstatic PropertyKey<ConditionalEventDefinition>BpmnProperties. CONDITIONAL_EVENT_DEFINITIONstatic PropertyKey<Map<String,String>>BpmnProperties. EXTENSION_PROPERTIESstatic PropertyKey<Boolean>BpmnProperties. HAS_CONDITIONAL_EVENTSstatic PropertyKey<ActivityImpl>BpmnProperties. INITIAL_ACTIVITYstatic PropertyKey<Boolean>BpmnProperties. TRIGGERED_BY_EVENTstatic PropertyKey<String>BpmnProperties. TYPE -
Uses of PropertyKey in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as PropertyKey Modifier and Type Field Description static PropertyKey<FailedJobRetryConfiguration>DefaultFailedJobParseListener. FAILED_JOB_CONFIGURATION -
Uses of PropertyKey in org.camunda.bpm.engine.impl.core.model
Methods in org.camunda.bpm.engine.impl.core.model with parameters of type PropertyKey Modifier and Type Method Description booleanProperties. contains(PropertyKey<?> property)Returnstrueif this properties contains a mapping for the specified property key.<T> TProperties. get(PropertyKey<T> property)Returns the value to which the specified property key is mapped, ornullif this properties contains no mapping for the property key.<T> voidProperties. set(PropertyKey<T> property, T value)Associates the specified value with the specified property key.
-