Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.IResourcePage
-
-
Uses of IResourcePage in de.xima.fc.api.rest.impl.common.models.response
Classes in de.xima.fc.api.rest.impl.common.models.response that implement IResourcePage Modifier and Type Class Description classAResourcePage<TResource extends IResource>Abstract base model representing a page of resources provided by the PUBLIC REST API. -
Uses of IResourcePage in de.xima.fc.api.rest.impl.common.util
Method parameters in de.xima.fc.api.rest.impl.common.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) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page that implement IResourcePage Modifier and Type Class Description 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.classWorkflowTriggerResourcePageModel representing a page ofWorkflowTriggerResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form.page that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<ProjectFile>,Locale,IResourcePage<?>>FormFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<Attachment>,Locale,IResourcePage<?>>FormRecordAttachmentResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>FormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<FormRecordMessage>,Locale,IResourcePage<?>>FormRecordMessageResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<FormRecordMessageUploadRequest>,Locale,IResourcePage<?>>FormRecordMessageUploadRequestResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>FormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>FormResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)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.pub.impl.generic.model.response.security.page
Classes in de.xima.fc.api.rest.pub.impl.generic.model.response.security.page that implement IResourcePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofAuthenticatorResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.security.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, javax.servlet.http.HttpServletRequest request) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that implement IResourcePage Modifier and Type Class Description classUserPortalAuthenticatorResourcePageModel representing a page ofUserPortalAuthenticatorResources provided by the PUBLIC REST API.classUserPortalFileResourcePageModel representing a page ofUserPortalFileResources provided by the PUBLIC REST API.classUserPortalFormRecordChatResourcePageclassUserPortalFormRecordMessageResourcePageModel representing a page ofFormRecordMessageResources provided by the PUBLIC REST API.classUserPortalFormRecordResourcePageModel representing a page ofUserPortalFormRecordResources provided by the PUBLIC REST API.classUserPortalFormResourcePageModel representing a page ofUserPortalFormResources provided by the PUBLIC REST API.classUserPortalResourcePageModel representing a page ofUserPortalResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<UserPortalAuthConfig>,Locale,IResourcePage<?>>UserPortalAuthenticatorResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<UserPortalFile>,Locale,IResourcePage<?>>UserPortalFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>UserPortalFormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<FormRecordMessage>,Locale,IResourcePage<?>>UserPortalFormRecordMessageResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>UserPortalFormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, UserPortal userPortal)static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>UserPortalFormResourcePage. pagedResultConverter(UserPortal portal, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)static BiFunction<PagedResult<UserPortal>,Locale,IResourcePage<?>>UserPortalResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
-