|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyKey | |
|---|---|
| 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 | |
|---|---|
static PropertyKey<ActivityImpl> |
BpmnProperties.COMPENSATION_BOUNDARY_EVENT
|
static PropertyKey<ActivityImpl> |
BpmnProperties.INITIAL_ACTIVITY
|
static PropertyKey<Boolean> |
BpmnProperties.TRIGGERED_BY_EVENT
|
static 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 | |
|---|---|
static PropertyKey<String> |
FoxFailedJobParseListener.FOX_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 | ||
|---|---|---|
boolean |
Properties.contains(PropertyKey<?> property)
Returns true if this properties contains a mapping for the specified property key. |
|
|
Properties.get(PropertyKey<T> property)
Returns the value to which the specified property key is mapped, or null if this properties contains no mapping for the property key. |
|
|
Properties.set(PropertyKey<T> property,
T value)
Associates the specified value with the specified property key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||