Uses of Class
org.flowable.cmmn.rest.service.api.engine.variable.QueryVariable
-
-
Uses of QueryVariable in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type QueryVariable Modifier and Type Method Description ObjectCmmnRestResponseFactory. getVariableValue(QueryVariable restVariable) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.history.caze
Methods in org.flowable.cmmn.rest.service.api.history.caze that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>HistoricCaseInstanceQueryRequest. getVariables()Method parameters in org.flowable.cmmn.rest.service.api.history.caze with type arguments of type QueryVariable Modifier and Type Method Description protected voidHistoricCaseInstanceBaseResource. addVariables(org.flowable.cmmn.api.history.HistoricCaseInstanceQuery caseInstanceQuery, List<QueryVariable> variables)voidHistoricCaseInstanceQueryRequest. setVariables(List<QueryVariable> variables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.history.task
Fields in org.flowable.cmmn.rest.service.api.history.task with type parameters of type QueryVariable Modifier and Type Field Description protected List<QueryVariable>HistoricTaskInstanceQueryRequest. taskVariablesMethods in org.flowable.cmmn.rest.service.api.history.task that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>HistoricTaskInstanceQueryRequest. getTaskVariables()Method parameters in org.flowable.cmmn.rest.service.api.history.task with type arguments of type QueryVariable Modifier and Type Method Description protected voidHistoricTaskInstanceBaseResource. addProcessVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)protected voidHistoricTaskInstanceBaseResource. addTaskVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)voidHistoricTaskInstanceQueryRequest. setTaskVariables(List<QueryVariable> taskVariables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.history.variable
Methods in org.flowable.cmmn.rest.service.api.history.variable that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>HistoricVariableInstanceQueryRequest. getVariables()Method parameters in org.flowable.cmmn.rest.service.api.history.variable with type arguments of type QueryVariable Modifier and Type Method Description protected voidHistoricVariableInstanceBaseResource. addVariables(org.flowable.cmmn.api.history.HistoricVariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)voidHistoricVariableInstanceQueryRequest. setVariables(List<QueryVariable> variables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.runtime.caze
Methods in org.flowable.cmmn.rest.service.api.runtime.caze that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>CaseInstanceQueryRequest. getVariables()Method parameters in org.flowable.cmmn.rest.service.api.runtime.caze with type arguments of type QueryVariable Modifier and Type Method Description protected voidBaseCaseInstanceResource. addVariables(org.flowable.cmmn.api.runtime.CaseInstanceQuery caseInstanceQuery, List<QueryVariable> variables)voidCaseInstanceQueryRequest. setVariables(List<QueryVariable> variables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.runtime.planitem
Methods in org.flowable.cmmn.rest.service.api.runtime.planitem that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>PlanItemInstanceQueryRequest. getCaseInstanceVariables()List<QueryVariable>PlanItemInstanceQueryRequest. getVariables()Method parameters in org.flowable.cmmn.rest.service.api.runtime.planitem with type arguments of type QueryVariable Modifier and Type Method Description protected voidPlanItemInstanceBaseResource. addVariables(org.flowable.cmmn.api.runtime.PlanItemInstanceQuery planItemInstanceQuery, List<QueryVariable> variables, boolean isCase)voidPlanItemInstanceQueryRequest. setCaseInstanceVariables(List<QueryVariable> caseInstanceVariables)voidPlanItemInstanceQueryRequest. setVariables(List<QueryVariable> variables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.runtime.task
Methods in org.flowable.cmmn.rest.service.api.runtime.task that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>TaskQueryRequest. getTaskVariables()Method parameters in org.flowable.cmmn.rest.service.api.runtime.task with type arguments of type QueryVariable Modifier and Type Method Description protected voidTaskBaseResource. addProcessvariables(org.flowable.task.api.TaskQuery taskQuery, List<QueryVariable> variables)protected voidTaskBaseResource. addTaskvariables(org.flowable.task.api.TaskQuery taskQuery, List<QueryVariable> variables)voidTaskQueryRequest. setTaskVariables(List<QueryVariable> taskVariables) -
Uses of QueryVariable in org.flowable.cmmn.rest.service.api.runtime.variable
Methods in org.flowable.cmmn.rest.service.api.runtime.variable that return types with arguments of type QueryVariable Modifier and Type Method Description List<QueryVariable>VariableInstanceQueryRequest. getVariables()Method parameters in org.flowable.cmmn.rest.service.api.runtime.variable with type arguments of type QueryVariable Modifier and Type Method Description protected voidVariableInstanceBaseResource. addVariables(org.flowable.cmmn.api.runtime.VariableInstanceQuery variableInstanceQuery, List<QueryVariable> variables)voidVariableInstanceQueryRequest. setVariables(List<QueryVariable> variables)
-