Class PublicApiUtils
java.lang.Object
com.flowable.platform.rest.edorasone.service.api.PublicApiUtils
public abstract class PublicApiUtils
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.BiFunction<org.flowable.cmmn.api.runtime.CaseInstanceQuery,java.lang.String,org.flowable.cmmn.api.runtime.CaseInstanceQuery>
SET_TENANT_ON_CASE_INSTANCE_QUERY
static java.util.function.BiFunction<org.flowable.cmmn.api.history.HistoricCaseInstanceQuery,java.lang.String,org.flowable.cmmn.api.history.HistoricCaseInstanceQuery>
SET_TENANT_ON_HISTORIC_CASE_INSTANCE_QUERY
static java.util.function.BiFunction<org.flowable.engine.history.HistoricProcessInstanceQuery,java.lang.String,org.flowable.engine.history.HistoricProcessInstanceQuery>
SET_TENANT_ON_HISTORIC_PROCESS_INSTANCE_QUERY
static java.util.function.BiFunction<org.flowable.task.api.history.HistoricTaskInstanceQuery,java.lang.String,org.flowable.task.api.history.HistoricTaskInstanceQuery>
SET_TENANT_ON_HISTORIC_TASK_INSTANCE_QUERY
static java.util.function.BiFunction<HistoricWorkObjectQuery,java.lang.String,HistoricWorkObjectQuery>
SET_TENANT_ON_HISTORIC_WORKOBJECT_INSTANCE_QUERY
static java.util.function.BiFunction<org.flowable.engine.runtime.ProcessInstanceQuery,java.lang.String,org.flowable.engine.runtime.ProcessInstanceQuery>
SET_TENANT_ON_PROCESS_INSTANCE_QUERY
static java.util.function.BiFunction<org.flowable.task.api.TaskQuery,java.lang.String,org.flowable.task.api.TaskQuery>
SET_TENANT_ON_TASK_INSTANCE_QUERY
static java.util.function.BiFunction<WorkObjectQuery,java.lang.String,WorkObjectQuery>
SET_TENANT_ON_WORKOBJECT_INSTANCE_QUERY
-
Method Summary
-
Field Details
-
SET_TENANT_ON_PROCESS_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.engine.runtime.ProcessInstanceQuery,java.lang.String,org.flowable.engine.runtime.ProcessInstanceQuery> SET_TENANT_ON_PROCESS_INSTANCE_QUERY -
SET_TENANT_ON_HISTORIC_PROCESS_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.engine.history.HistoricProcessInstanceQuery,java.lang.String,org.flowable.engine.history.HistoricProcessInstanceQuery> SET_TENANT_ON_HISTORIC_PROCESS_INSTANCE_QUERY -
SET_TENANT_ON_CASE_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.cmmn.api.runtime.CaseInstanceQuery,java.lang.String,org.flowable.cmmn.api.runtime.CaseInstanceQuery> SET_TENANT_ON_CASE_INSTANCE_QUERY -
SET_TENANT_ON_HISTORIC_CASE_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.cmmn.api.history.HistoricCaseInstanceQuery,java.lang.String,org.flowable.cmmn.api.history.HistoricCaseInstanceQuery> SET_TENANT_ON_HISTORIC_CASE_INSTANCE_QUERY -
SET_TENANT_ON_TASK_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.task.api.TaskQuery,java.lang.String,org.flowable.task.api.TaskQuery> SET_TENANT_ON_TASK_INSTANCE_QUERY -
SET_TENANT_ON_HISTORIC_TASK_INSTANCE_QUERY
public static final java.util.function.BiFunction<org.flowable.task.api.history.HistoricTaskInstanceQuery,java.lang.String,org.flowable.task.api.history.HistoricTaskInstanceQuery> SET_TENANT_ON_HISTORIC_TASK_INSTANCE_QUERY -
SET_TENANT_ON_WORKOBJECT_INSTANCE_QUERY
public static final java.util.function.BiFunction<WorkObjectQuery,java.lang.String,WorkObjectQuery> SET_TENANT_ON_WORKOBJECT_INSTANCE_QUERY -
SET_TENANT_ON_HISTORIC_WORKOBJECT_INSTANCE_QUERY
public static final java.util.function.BiFunction<HistoricWorkObjectQuery,java.lang.String,HistoricWorkObjectQuery> SET_TENANT_ON_HISTORIC_WORKOBJECT_INSTANCE_QUERY
-