Deprecated API


Contents
Deprecated Methods
org.activiti.engine.history.HistoricDetailQuery.activityId(String)
          since 5.2, use HistoricDetailQuery.activityInstanceId(String) instead 
org.activiti.engine.RepositoryService.deleteDeploymentCascade(String)
          use RepositoryService.deleteDeployment(String, boolean). This methods may be deleted from 5.3. 
org.activiti.engine.delegate.DelegateExecution.getBusinessKey()
          use DelegateExecution.getProcessBusinessKey() to get the business key for the process associated with this execution, regardless whether or not this execution is a process-instance. 
 



Copyright © 2011 Alfresco. All Rights Reserved.