Uses of Interface
org.jbpm.services.api.model.UserTaskInstanceWithVarsDesc
-
Packages that use UserTaskInstanceWithVarsDesc Package Description org.jbpm.kie.services.impl.model org.jbpm.kie.services.impl.query.mapper -
-
Uses of UserTaskInstanceWithVarsDesc in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement UserTaskInstanceWithVarsDesc Modifier and Type Class Description classUserTaskInstanceWithVarsDesc -
Uses of UserTaskInstanceWithVarsDesc in org.jbpm.kie.services.impl.query.mapper
Methods in org.jbpm.kie.services.impl.query.mapper that return UserTaskInstanceWithVarsDesc Modifier and Type Method Description protected UserTaskInstanceWithVarsDescUserTaskInstanceWithCustomVarsQueryMapper. buildInstance(org.dashbuilder.dataset.DataSet dataSetResult, int index)protected UserTaskInstanceWithVarsDescUserTaskInstanceWithVarsQueryMapper. buildInstance(org.dashbuilder.dataset.DataSet dataSetResult, int index)Methods in org.jbpm.kie.services.impl.query.mapper that return types with arguments of type UserTaskInstanceWithVarsDesc Modifier and Type Method Description QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>UserTaskInstanceWithCustomVarsQueryMapper. forColumnMapping(Map<String,String> columnMapping)QueryResultMapper<List<UserTaskInstanceWithVarsDesc>>UserTaskInstanceWithVarsQueryMapper. forColumnMapping(Map<String,String> columnMapping)List<UserTaskInstanceWithVarsDesc>UserTaskInstanceWithCustomVarsQueryMapper. map(Object result)List<UserTaskInstanceWithVarsDesc>UserTaskInstanceWithVarsQueryMapper. map(Object result)
-