Uses of Class
org.activiti.cloud.alfresco.rest.model.PaginationMetadata
Packages that use PaginationMetadata
Package
Description
-
Uses of PaginationMetadata in org.activiti.cloud.alfresco.converter.json
Methods in org.activiti.cloud.alfresco.converter.json that return PaginationMetadataModifier and TypeMethodDescriptionPageMetadataConverter.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 PaginationMetadataMethods in org.activiti.cloud.alfresco.rest.model with parameters of type PaginationMetadataModifier and TypeMethodDescriptionstatic <T> ListResponseContent<T> ListResponseContent.wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination) Constructors in org.activiti.cloud.alfresco.rest.model with parameters of type PaginationMetadataModifierConstructorDescriptionEntriesResponseContent(List<EntryResponseContent<T>> entries, PaginationMetadata pagination)