Uses of Interface
de.xima.fc.api.rest.interfaces.response.IResourcePage
-
Packages that use IResourcePage Package Description de.xima.fc.api.rest.models.response.page de.xima.fc.api.rest.util -
-
Uses of IResourcePage in de.xima.fc.api.rest.models.response.page
Classes in de.xima.fc.api.rest.models.response.page that implement IResourcePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofAuthenticatorResources provided by the PUBLIC REST API.classFormFileResourcePageModel representing a page ofFormFileResources provided by the PUBLIC REST API.classFormRecordAttachmentResourcePageModel representing a page ofFormRecordAttachmentResources provided by the PUBLIC REST API.classFormRecordChatResourcePageModel representing a page ofFormRecordChatResources provided by the PUBLIC REST API.classFormRecordMessageResourcePageModel representing a page ofFormRecordMessageResources provided by the PUBLIC REST API.classFormRecordMessageUploadRequestResourcePageModel representing a page ofFormRecordMessageUploadRequestResources provided by the PUBLIC REST API.classFormRecordResourcePageModel representing a page ofFormRecordResources provided by the PUBLIC REST API.classFormResourcePageModel representing a page ofFormResources provided by the PUBLIC REST API.classUserPortalFileResourcePageModel representing a page ofUserPortalFileResources provided by the PUBLIC REST API.classUserPortalResourcePageModel representing a page ofUserPortalResources provided by the PUBLIC REST API.classWorkflowTriggerResourcePageModel representing a page ofWorkflowTriggerResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.models.response.page that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<IClientDescriptor>,Locale,IResourcePage<?>>AuthenticatorResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<ProjectFile>,Locale,IResourcePage<?>>FormFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<Attachment>,Locale,IResourcePage<?>>FormRecordAttachmentResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>FormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<FormRecordMessage>,Locale,IResourcePage<?>>FormRecordMessageResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<FormRecordMessageUploadRequest>,Locale,IResourcePage<?>>FormRecordMessageUploadRequestResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>FormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>FormResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<UserPortalFile>,Locale,IResourcePage<?>>UserPortalFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<UserPortal>,Locale,IResourcePage<?>>UserPortalResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<WorkflowTrigger>,Locale,IResourcePage<?>>WorkflowTriggerResourcePage. pagedResultConverter(Vorgang formRecord, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.util
Method parameters in de.xima.fc.api.rest.util with type arguments of type IResourcePage Modifier and Type Method Description static <TEntity extends Serializable>
javax.ws.rs.core.ResponseRestServiceHelper. buildDefaultResourcePageGetResponse(javax.servlet.http.HttpServletRequest servletRequest, javax.ws.rs.core.Request rsRequest, Supplier<PagedResult<TEntity>> pagedResultSupplier, BiFunction<PagedResult<TEntity>,Locale,IResourcePage<?>> resourcePageConverter)
-