...
Thai |
---|
ส่งคืนรายการของตัวแปรเวิร์กโฟลว์สำหรับ ID อินสแตนซ์กิจกรรมที่ระบุ (เฉพาะในกรณีที่กำหนดให้กับผู้ใช้ปัจจุบัน) |
getClosedActivitiesList
public Collection<WorkflowActivity> getClosedActivitiesList(String packageId, String processDefId, String processId, String activityDefId, String username, String state, String sort, Boolean desc, Integer start, Integer rows)
Returns a Collection of WorkflowActivity that matches the search criteria.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
These are new methods for Joget DX version 8.1 onwards.
getClosedActivitiesListpublic Collection<WorkflowActivity> getClosedActivitiesList(String packageId, String processDefId, String processId, String activityDefId, String username, String state, String sort, Boolean desc, Integer start, Integer rows) Returns a Collection of WorkflowActivity that matches the search criteria. getClosedActivitiesListSizepublic int getClosedActivitiesListSize(String packageId, String processDefId, String processId, String activityDefId, String username, String state) Returns the result count that matches the search criteria. |
getCompletedProcessList
public java.util.Collection<org.joget.workflow.model.WorkflowProcess> getCompletedProcessList(java.lang.String packageId, java.lang.String processId, java.lang.String processName, java.lang.String version, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
...