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 class
AResourcePage<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 class
FormRecordResourcePage
Model representing a page ofBaseFormRecordResource
s 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 class
FormRecordAttachmentResourcePage
Model representing a page ofBaseFormRecordAttachmentResource
s 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 class
FormRecordChatResourcePage
Model representing a page ofBaseFormRecordChatResource
s 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 class
FormRecordMessageResourcePage
Model representing a page ofBaseFormRecordMessageResource
s 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 class
FormRecordMessageUploadRequestResourcePage
Model representing a page ofBaseFormRecordMessageUploadRequestResource
s 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 class
WorkflowTriggerResourcePage
Model representing a page ofBaseWorkflowTriggerResource
s 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 class
FormResourcePage
Model representing a page ofBaseFormResource
s 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 class
FormFileResourcePage
Model representing a page ofBaseFormFileResource
s 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 class
AuthenticatorResourcePage
Model representing a page ofBaseAuthenticatorResource
s 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 class
FormResourcePage
Model representing a page ofBaseFormResource
s 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 class
UserPortalResourcePage
Model representing a page ofBaseUserPortalResource
s 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 class
UserPortalFileResourcePage
Model representing a page ofBaseUserPortalFileResource
s 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 class
AuthenticatorResourcePage
Model representing a page ofBaseAuthenticatorResource
s 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)
-