提交 cb7aa52e 编写于 作者: J jbarrez

Removed findActiveActivityIds from ProcessInstance interface (should use ...

Removed findActiveActivityIds from ProcessInstance interface (should use  runtimeService.getActiveActivityIds())
上级 c6315424
......@@ -12,8 +12,6 @@
*/
package org.activiti.engine.runtime;
import java.util.List;
import org.activiti.engine.repository.ProcessDefinition;
......@@ -30,9 +28,4 @@ public interface ProcessInstance extends Execution {
*/
String getProcessDefinitionId();
/**
* The ids of the activities that currently are active.
*/
List<String> findActiveActivityIds();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册