提交 14e091fd 编写于 作者: T Tijs Rademakers

Apply PR #693 to Activiti 5 compatibility engine as well

上级 3a40dd01
......@@ -199,5 +199,12 @@ public class DeploymentQueryImpl extends AbstractQuery<DeploymentQuery, Deployme
public boolean isWithoutTenantId() {
return withoutTenantId;
}
public String getProcessDefinitionKey() {
return processDefinitionKey;
}
public String getProcessDefinitionKeyLike() {
return processDefinitionKeyLike;
}
}
......@@ -327,6 +327,9 @@ public class ProcessDefinitionQueryImpl extends AbstractQuery<ProcessDefinitionQ
public String getId() {
return id;
}
public Set<String> getIds() {
return ids;
}
public String getName() {
return name;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册