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 voidSerializerOfCollectionWithPaging. 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.parameters Modifier and Type Interface Description interfaceListPage<E>List page with paging information.Classes in org.alfresco.rest.framework.resource.parameters that implement SerializablePagedCollection Modifier and Type Class Description classArrayListPage<E>classCollectionWithPagingInfo<T>A wrapper around Collection that supports paging information.Methods in org.alfresco.rest.framework.resource.parameters with parameters of type SerializablePagedCollection Modifier and Type Method Description static <T> CollectionWithPagingInfo<T>CollectionWithPagingInfo. from(SerializablePagedCollection<T> pagedCollection)Constructs a new CollectionWithPagingInfo from aSerializablePagedCollectioninstance.
-