Uses of Class
org.camunda.bpm.engine.impl.core.model.PropertyKey

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<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.
<T> T
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.
<T> void
Properties.set(PropertyKey<T> property, T value)
          Associates the specified value with the specified property key.
 



Copyright © 2015 camunda services GmbH. All rights reserved.