Class AResourcePage<TResource extends IResource>
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.resource.response.ASerializablePage<TResource>
-
- de.xima.fc.api.rest.impl.common.resource.response.AResourcePage<TResource>
-
- Type Parameters:
TResource
- type of REST API resource.
- All Implemented Interfaces:
IResourcePage<TResource>
,ISerializablePage<TResource>
,Serializable
- Direct Known Subclasses:
AuthenticatorResourcePage
,AuthenticatorResourcePage
,FormFileResourcePage
,FormRecordAttachmentResourcePage
,FormRecordChatResourcePage
,FormRecordMessageResourcePage
,FormRecordMessageUploadRequestResourcePage
,FormRecordResourcePage
,FormResourcePage
,FormResourcePage
,UserPortalFileResourcePage
,UserPortalResourcePage
,WorkflowTriggerResourcePage
public abstract class AResourcePage<TResource extends IResource> extends ASerializablePage<TResource> implements IResourcePage<TResource>
Abstract base model representing a page of resources provided by the PUBLIC REST API.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AResourcePage(List<TResource> results, int page, int offset, int pageSize, int totalCount, javax.ws.rs.core.UriInfo uriInfo, Locale locale, Map<String,List<Serializable>> parameters)
-
Method Summary
-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.ASerializablePage
getLinks, getOffset, getPage, getPageSize, getResultCount, getResults, getTotalCount, getTotalPages
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.api.rest.impl.common.resource.response.ISerializablePage
getLinks, getOffset, getPage, getPageSize, getResultCount, getResults, getTotalCount, getTotalPages
-
-