org.camunda.bpm.engine.impl.persistence.entity
Class PropertyManager

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.AbstractManager
      extended by org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
All Implemented Interfaces:
Session

public class PropertyManager
extends AbstractManager

Author:
Tom Baeyens

Constructor Summary
PropertyManager()
           
 
Method Summary
 PropertyEntity findPropertyById(String propertyId)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyManager

public PropertyManager()
Method Detail

findPropertyById

public PropertyEntity findPropertyById(String propertyId)


Copyright © 2014 camunda services GmbH. All Rights Reserved.