Uses of Interface
org.alfresco.rest.framework.resource.SerializablePagedCollection
Packages that use SerializablePagedCollection
Package
Description
-
Uses of SerializablePagedCollection in org.alfresco.rest.framework.jacksonextensions
Methods in org.alfresco.rest.framework.jacksonextensions with parameters of type SerializablePagedCollectionModifier and TypeMethodDescriptionvoid
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
Subinterfaces of SerializablePagedCollection in org.alfresco.rest.framework.resource.parametersClasses in org.alfresco.rest.framework.resource.parameters that implement SerializablePagedCollectionModifier and TypeClassDescriptionclass
class
A wrapper around Collection that supports paging information.Methods in org.alfresco.rest.framework.resource.parameters with parameters of type SerializablePagedCollectionModifier and TypeMethodDescriptionstatic <T> CollectionWithPagingInfo<T>
CollectionWithPagingInfo.from
(SerializablePagedCollection<T> pagedCollection) Constructs a new CollectionWithPagingInfo from aSerializablePagedCollection
instance.