activiti 的 getGroupList 方法 returns 虽然我在数据库中有 16 个组,但它的其余服务只有 10 个组

getGroupList method of activiti returns only 10 groups from it's rest service though I have 16 groups in database

activiti 的 getGroupList 方法 returns 虽然我在数据库中有 16 个组,但它的其余服务只有 10 个组。 这是 activiti 的 getGroupList 的响应。

{"data": [{"id":"BASE","url":"://localhost:8080/activiti-rest/service/identity/groups/BASE","name":"BASE","type":"assignment"}, {"id":"HEALTH_SAFETY","url":"://localhost:8080/activiti-rest/service/identity/groups/HEALTH_SAFETY","name":"Health and Safety","type":"assignment"}, {"id":"NEGOTIATOR","url":"://localhost:8080/activiti-rest/service/identity/groups/NEGOTIATOR","name":"Negotiator","type":"assignment"}, {"id":"RADIO_PLANNING","url":"://localhost:8080/activiti-rest/service/identity/groups/RADIO_PLANNING","name":"Radio Planning","type":"assignment"}, {"id":"SITE_ACQUISITION","url":"://localhost:8080/activiti-rest/service/identity/groups/SITE_ACQUISITION","name":"Site Acquisition Coordinator","type":"assignment"}, {"id":"SPARK_BPC","url":"://localhost:8080/activiti-rest/service/identity/groups/SPARK_BPC","name":"Building Permit Coordinator","type":"assignment"}, {"id":"SPARK_PM","url":"://localhost:8080/activiti-rest/service/identity/groups/SPARK_PM","name":"SPARK PM","type":"assignment"}, {"id":"SPARK_PMO","url":"://localhost:8080/activiti-rest/service/identity/groups/SPARK_PMO","name":"SPARK PMO","type":"assignment"}, {"id":"SPARK_SE","url":"://localhost:8080/activiti-rest/service/identity/groups/SPARK_SE","name":"SPARK Site Engineer","type":"assignment"}, {"id":"admin","url":"://localhost:8080/activiti-rest/service/identity/groups/admin","name":"Admin","type":"security-role"}], "total":16, "start":0, "sort":"id", "order":"asc", "size":10}

所有 Activiti Rest 调用的默认列表大小为 10。如果您需要更多,请使用 URl 中的 "size" 查询参数。