Uses of Class
org.activiti.cloud.alfresco.rest.model.PaginationMetadata
-
Packages that use PaginationMetadata Package Description org.activiti.cloud.alfresco.converter.json org.activiti.cloud.alfresco.rest.model -
-
Uses of PaginationMetadata in org.activiti.cloud.alfresco.converter.json
Methods in org.activiti.cloud.alfresco.converter.json that return PaginationMetadata Modifier and Type Method Description PaginationMetadataPageMetadataConverter. toAlfrescoPageMetadata(org.springframework.hateoas.PagedModel.PageMetadata basePageMetadata, long count) -
Uses of PaginationMetadata in org.activiti.cloud.alfresco.rest.model
Methods in org.activiti.cloud.alfresco.rest.model that return PaginationMetadata Modifier and Type Method Description PaginationMetadataEntriesResponseContent. getPagination()Methods in org.activiti.cloud.alfresco.rest.model with parameters of type PaginationMetadata Modifier and Type Method Description static <T> ListResponseContent<T>ListResponseContent. wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination)Constructors in org.activiti.cloud.alfresco.rest.model with parameters of type PaginationMetadata Constructor Description EntriesResponseContent(List<EntryResponseContent<T>> entries, PaginationMetadata pagination)
-