Uses of Class
org.eximeebpms.bpm.engine.impl.core.model.PropertyKey
Packages that use PropertyKey
Package
Description
-
Uses of PropertyKey in org.eximeebpms.bpm.engine.impl.bpmn.helper
Fields in org.eximeebpms.bpm.engine.impl.bpmn.helper declared as PropertyKeyModifier and TypeFieldDescriptionstatic final PropertyKey<ActivityImpl>BpmnProperties.COMPENSATION_BOUNDARY_EVENTstatic final PropertyKey<ConditionalEventDefinition>BpmnProperties.CONDITIONAL_EVENT_DEFINITIONstatic final PropertyKey<Map<String,String>> BpmnProperties.EXTENSION_PROPERTIESstatic final PropertyKey<Boolean>BpmnProperties.HAS_CONDITIONAL_EVENTSstatic final PropertyKey<ActivityImpl>BpmnProperties.INITIAL_ACTIVITYstatic final PropertyKey<Boolean>BpmnProperties.TRIGGERED_BY_EVENTstatic final PropertyKey<String>BpmnProperties.TYPE -
Uses of PropertyKey in org.eximeebpms.bpm.engine.impl.bpmn.parser
Fields in org.eximeebpms.bpm.engine.impl.bpmn.parser declared as PropertyKeyModifier and TypeFieldDescriptionstatic final PropertyKey<FailedJobRetryConfiguration>DefaultFailedJobParseListener.FAILED_JOB_CONFIGURATION -
Uses of PropertyKey in org.eximeebpms.bpm.engine.impl.core.model
Methods in org.eximeebpms.bpm.engine.impl.core.model with parameters of type PropertyKeyModifier and TypeMethodDescriptionbooleanProperties.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.