Uses of Interface
org.alfresco.rest.framework.resource.SerializablePagedCollection
-
Packages that use SerializablePagedCollection Package Description org.alfresco.rest.framework.jacksonextensions org.alfresco.rest.framework.resource.parameters -
-
Uses of SerializablePagedCollection in org.alfresco.rest.framework.jacksonextensions
Methods in org.alfresco.rest.framework.jacksonextensions with parameters of type SerializablePagedCollection Modifier and Type Method Description void
SerializerOfCollectionWithPaging. serialize(SerializablePagedCollection pagedCol, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of SerializablePagedCollection in org.alfresco.rest.framework.resource.parameters
Classes in org.alfresco.rest.framework.resource.parameters that implement SerializablePagedCollection Modifier and Type Class Description class
CollectionWithPagingInfo<T>
A wrapper around Collection that supports paging information.
-