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_EVENT
static PropertyKey<ConditionalEventDefinition>
BpmnProperties. CONDITIONAL_EVENT_DEFINITION
static PropertyKey<java.util.Map<java.lang.String,java.lang.String>>
BpmnProperties. EXTENSION_PROPERTIES
static PropertyKey<java.lang.Boolean>
BpmnProperties. HAS_CONDITIONAL_EVENTS
static PropertyKey<ActivityImpl>
BpmnProperties. INITIAL_ACTIVITY
static PropertyKey<java.lang.Boolean>
BpmnProperties. TRIGGERED_BY_EVENT
static PropertyKey<java.lang.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 boolean
Properties. contains(PropertyKey<?> property)
Returnstrue
if this properties contains a mapping for the specified property key.<T> T
Properties. get(PropertyKey<T> property)
Returns the value to which the specified property key is mapped, ornull
if this properties contains no mapping for the property key.<T> void
Properties. set(PropertyKey<T> property, T value)
Associates the specified value with the specified property key.
-