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