Uses of Class
org.alfresco.rest.model.RestPaginationModel
-
Packages that use RestPaginationModel Package Description org.alfresco.rest.core org.alfresco.rest.core.assertion org.alfresco.rest.model -
-
Uses of RestPaginationModel in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestPaginationModel Modifier and Type Method Description RestPaginationModelIRestModelsCollection. getPagination()RestPaginationModelRestModels. getPagination()Methods in org.alfresco.rest.core with parameters of type RestPaginationModel Modifier and Type Method Description voidRestModels. setPagination(RestPaginationModel pagination) -
Uses of RestPaginationModel in org.alfresco.rest.core.assertion
Constructors in org.alfresco.rest.core.assertion with parameters of type RestPaginationModel Constructor Description PaginationAssertionVerbs(IRestModelsCollection modelCollection, java.lang.String fieldName, RestPaginationModel pagination) -
Uses of RestPaginationModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return types with arguments of type RestPaginationModel Modifier and Type Method Description ModelAssertion<RestPaginationModel>RestPaginationModel. and()ModelAssertion<RestPaginationModel>RestPaginationModel. assertThat()
-