Uses of Class
org.flowable.ui.task.model.runtime.RestVariable
-
Packages that use RestVariable Package Description org.flowable.ui.task.model.runtime -
-
Uses of RestVariable in org.flowable.ui.task.model.runtime
Fields in org.flowable.ui.task.model.runtime with type parameters of type RestVariable Modifier and Type Field Description protected List<RestVariable>CaseInstanceRepresentation. variablesprotected List<RestVariable>ProcessInstanceRepresentation. variablesMethods in org.flowable.ui.task.model.runtime that return types with arguments of type RestVariable Modifier and Type Method Description List<RestVariable>CaseInstanceRepresentation. getVariables()List<RestVariable>ProcessInstanceRepresentation. getVariables()Methods in org.flowable.ui.task.model.runtime with parameters of type RestVariable Modifier and Type Method Description voidCaseInstanceRepresentation. addVariable(RestVariable variable)voidProcessInstanceRepresentation. addVariable(RestVariable variable)Method parameters in org.flowable.ui.task.model.runtime with type arguments of type RestVariable Modifier and Type Method Description voidCaseInstanceRepresentation. setVariables(List<RestVariable> variables)voidProcessInstanceRepresentation. setVariables(List<RestVariable> variables)
-