Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.IResourcePage
-
-
Uses of IResourcePage in de.xima.fc.api.rest.impl.common.resource.response
Classes in de.xima.fc.api.rest.impl.common.resource.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.pub.impl.form_record.model.response.record
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record that implement IResourcePage Modifier and Type Class Description classFormRecordResourcePageModel representing a page ofBaseFormRecordResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<BaseFormRecordDTO>,Locale,IResourcePage<?>>FormRecordResourcePage. pagedResultConverter(int page, int offset, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest servletRequest, Map<String,List<Serializable>> parameters) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment that implement IResourcePage Modifier and Type Class Description classFormRecordAttachmentResourcePageModel representing a page ofBaseFormRecordAttachmentResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.attachment that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<Attachment>,Locale,IResourcePage<?>>FormRecordAttachmentResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat that implement IResourcePage Modifier and Type Class Description classFormRecordChatResourcePageModel representing a page ofBaseFormRecordChatResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<BaseFormRecordChatDTO>,Locale,IResourcePage<?>>FormRecordChatResourcePage. pagedResultConverter(int page, int offset, int pageSize, javax.ws.rs.core.UriInfo uriInfo, Map<String,List<Serializable>> parameters) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message that implement IResourcePage Modifier and Type Class Description classFormRecordMessageResourcePageModel representing a page ofBaseFormRecordMessageResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<BaseFormRecordMessageDTO>,Locale,IResourcePage<?>>FormRecordMessageResourcePage. pagedResultConverter(int page, int offset, int pageSize, javax.ws.rs.core.UriInfo uriInfo, Map<String,List<Serializable>> parameters) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload that implement IResourcePage Modifier and Type Class Description classFormRecordMessageUploadRequestResourcePageModel representing a page ofBaseFormRecordMessageUploadRequestResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record.chat.message.upload that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<BaseFormRecordMessageUploadRequestDTO>,Locale,IResourcePage<?>>FormRecordMessageUploadRequestResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow
Classes in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow that implement IResourcePage Modifier and Type Class Description classWorkflowTriggerResourcePageModel representing a page ofBaseWorkflowTriggerResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.workflow that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<BaseWorkflowTriggerDTO>,Locale,IResourcePage<?>>WorkflowTriggerResourcePage. pagedResultConverter(BaseFormRecordDTO formRecord, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.form.model.response.form
Classes in de.xima.fc.api.rest.pub.impl.form.model.response.form that implement IResourcePage Modifier and Type Class Description classFormResourcePageModel representing a page ofBaseFormResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>FormResourcePage. 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.form.model.response.form.file
Classes in de.xima.fc.api.rest.pub.impl.form.model.response.form.file that implement IResourcePage Modifier and Type Class Description classFormFileResourcePageModel representing a page ofBaseFormFileResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.form.model.response.form.file 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) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator
Classes in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator that implement IResourcePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofBaseAuthenticatorResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator 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.form
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form that implement IResourcePage Modifier and Type Class Description classFormResourcePageModel representing a page ofBaseFormResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.form that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>FormResourcePage. pagedResultConverter(UUID userPortalUuid, 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.portal
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal that implement IResourcePage Modifier and Type Class Description classUserPortalResourcePageModel representing a page ofBaseUserPortalResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<UserPortal>,Locale,IResourcePage<?>>UserPortalResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file that implement IResourcePage Modifier and Type Class Description classUserPortalFileResourcePageModel representing a page ofBaseUserPortalFileResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.portal.file that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<UserPortalFile>,Locale,IResourcePage<?>>UserPortalFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) -
Uses of IResourcePage in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security
Classes in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security that implement IResourcePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofBaseAuthenticatorResources provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security that return types with arguments of type IResourcePage Modifier and Type Method Description static BiFunction<PagedResult<IClientDescriptor>,Locale,IResourcePage<?>>AuthenticatorResourcePage. pagedResultConverter(UserPortal userPortal, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)
-