Interface IResourcePage<TResource extends IResource>
-
- Type Parameters:
TResource- type ofREST API resource.
- All Superinterfaces:
ISerializablePage<TResource>,Serializable
- All Known Implementing Classes:
AResourcePage,AuthenticatorResourcePage,AuthenticatorResourcePage,FormFileResourcePage,FormRecordAttachmentResourcePage,FormRecordChatResourcePage,FormRecordMessageResourcePage,FormRecordMessageUploadRequestResourcePage,FormRecordResourcePage,FormResourcePage,FormResourcePage,UserPortalFileResourcePage,UserPortalResourcePage,WorkflowTriggerResourcePage
public interface IResourcePage<TResource extends IResource> extends ISerializablePage<TResource>
Common interface for a page of resources. A page is sub list of certain size (page size) of list that contains all resources.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.api.rest.impl.common.resource.response.ISerializablePage
getLinks, getOffset, getPage, getPageSize, getResultCount, getResults, getTotalCount, getTotalPages
-
-