Package org.activiti.rest.api.task

Examples of org.activiti.rest.api.task.TasksPaginateList


    }

    TaskQuery taskQuery = ActivitiUtil.getTaskService().createTaskQuery().processInstanceId(processInstanceId);

    // Return also processDefinitionName for each task
    DataResponse dataResponse = new TasksPaginateList().paginateList(getQuery(), taskQuery, "id", properties);
    return dataResponse;
  }
View Full Code Here

TOP

Related Classes of org.activiti.rest.api.task.TasksPaginateList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.