Package org.alfresco.rest.model
Class RestProcessModelsCollection
- java.lang.Object
-
- org.alfresco.rest.core.RestModels<RestProcessModel,RestProcessModelsCollection>
-
- org.alfresco.rest.model.RestProcessModelsCollection
-
- All Implemented Interfaces:
IModelsCollectionAssertion<RestProcessModelsCollection>,IRestModelsCollection<RestProcessModel>
public class RestProcessModelsCollection extends RestModels<RestProcessModel,RestProcessModelsCollection>
Handles collection of Processes Example { "list": { "pagination": { "count": 100, "hasMoreItems": true, "totalItems": 849, "skipCount": 0, "maxItems": 100 , "entries": [ { "entry": { "processDefinitionId": "activitiAdhoc:1:4", "startUserId": "admin", "startActivityId": "start", "startedAt": "2016-05-24T09:43:17.000+0000", "id": "55069", "completed": false, "processDefinitionKey": "activitiAdhoc" } }, ] Created by Claudia Agache on 10/11/2016.
-
-
Constructor Summary
Constructors Constructor Description RestProcessModelsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestProcessModelgetProcessModelByProcessDefId(java.lang.String processDefinitionId)-
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
-
-
-
Method Detail
-
getProcessModelByProcessDefId
public RestProcessModel getProcessModelByProcessDefId(java.lang.String processDefinitionId)
-
-