Package org.alfresco.rest.model
Class RestDeploymentModelsCollection
- java.lang.Object
-
- org.alfresco.rest.core.RestModels<RestDeploymentModel,RestDeploymentModelsCollection>
-
- org.alfresco.rest.model.RestDeploymentModelsCollection
-
- All Implemented Interfaces:
IModelsCollectionAssertion<RestDeploymentModelsCollection>,IRestModelsCollection<RestDeploymentModel>
public class RestDeploymentModelsCollection extends RestModels<RestDeploymentModel,RestDeploymentModelsCollection>
"entries": [ { "entry": { "name": "parallel-review-group.bpmn20.xml", "id": "17", "deployedAt": "2016-03-04T11:28:02.000+0000" } }, { "entry": { "name": "review.bpmn20.xml", "id": "5", "deployedAt": "2016-03-04T11:28:01.000+0000" } } ] Created by Claudia Agache on 10/4/2016.
-
-
Constructor Summary
Constructors Constructor Description RestDeploymentModelsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestDeploymentModelgetDeploymentByName(java.lang.String deploymentName)-
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
-
-
-
Method Detail
-
getDeploymentByName
public RestDeploymentModel getDeploymentByName(java.lang.String deploymentName)
-
-