Uses of Interface
de.xima.fc.api.rest.impl.common.resource.response.ISerializablePage
- 
- 
Uses of ISerializablePage in de.xima.fc.api.rest.impl.common.resource.response
Subinterfaces of ISerializablePage in de.xima.fc.api.rest.impl.common.resource.response Modifier and Type Interface Description interfaceIResourcePage<TResource extends IResource>Common interface for a page of resources.Classes in de.xima.fc.api.rest.impl.common.resource.response that implement ISerializablePage Modifier and Type Class Description classAResourcePage<TResource extends IResource>Abstract base model representing a page of resources provided by the PUBLIC REST API.classASerializablePage<TResource extends Serializable>Abstract base model representing a page ofserializablesprovided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage 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,? extends ISerializablePage<?>> resourcePageConverter) - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormRecordResourcePageModel representing a page ofBaseFormRecordResources provided by the PUBLIC REST API.classFormRecordStateHistoryEntryResourcePageModel representing a page ofDetailedFormRecordResource.StateHistoryEntrys 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 ISerializablePage Modifier and Type Method Description static BiFunction<PagedResult<EndUserStateHistoryEntryDTO>,Locale,ISerializablePage<?>>FormRecordStateHistoryEntryResourcePage. pagedResultConverter(int page, int offset, int pageSize, javax.ws.rs.core.UriInfo uriInfo, Map<String,List<Serializable>> parameters) - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormRecordAttachmentResourcePageModel representing a page ofBaseFormRecordAttachmentResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormRecordChatResourcePageModel representing a page ofBaseFormRecordChatResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormRecordMessageResourcePageModel representing a page ofBaseFormRecordMessageResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormRecordMessageUploadRequestResourcePageModel representing a page ofBaseFormRecordMessageUploadRequestResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classWorkflowTriggerResourcePageModel representing a page ofBaseWorkflowTriggerResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormResourcePageModel representing a page ofBaseFormResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormFileResourcePageModel representing a page ofBaseFormFileResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofBaseAuthenticatorResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classFormResourcePageModel representing a page ofBaseFormResources provided by the PUBLIC REST API.classFormTagResourcePageModel representing a page ofFormTagResources 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 ISerializablePage Modifier and Type Method Description static BiFunction<PagedResult<ProjectPortalTagDTO>,Locale,ISerializablePage<FormTagResource>>FormTagResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo) - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classUserPortalResourcePageModel representing a page ofBaseUserPortalResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classUserPortalFileResourcePageModel representing a page ofBaseUserPortalFileResources provided by the PUBLIC REST API. - 
Uses of ISerializablePage 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 ISerializablePage Modifier and Type Class Description classAuthenticatorResourcePageModel representing a page ofBaseAuthenticatorResources provided by the PUBLIC REST API. 
 -