getGroupList activiti 方法仅从它的 rest 服务中返回 10 个组,尽管我在数据库中有 16 个组



getGroupList activiti 方法仅从它的 rest 服务返回 10 个组,尽管我在数据库中有 16 个组。这是对 getGroupList of activiti 的回应。

{"数据":[{"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":"协商器","url":"://localhost:8080/activiti-rest/service/identity/groups/negotiator","name":"协商器","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":"建筑许可证协调员","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"}],"总计":16,"开始":0,"排序":"id","订单":"ASC","尺寸":10}

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

最新更新