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

Packages that use Properties
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.pvm   
 

Uses of Properties in org.camunda.bpm.engine.impl.core.model
 

Fields in org.camunda.bpm.engine.impl.core.model declared as Properties
protected  Properties CoreModelElement.properties
           
 

Methods in org.camunda.bpm.engine.impl.core.model that return Properties
 Properties CoreModelElement.getProperties()
          Returns the properties of the element.
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type Properties
 void CoreModelElement.setProperties(Properties properties)
           
 

Uses of Properties in org.camunda.bpm.engine.impl.pvm
 

Methods in org.camunda.bpm.engine.impl.pvm that return Properties
 Properties PvmProcessElement.getProperties()
          Returns the properties of the element.
 



Copyright © 2015 camunda services GmbH. All rights reserved.