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 interface
IResourcePage<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 class
AResourcePage<TResource extends IResource>
Abstract base model representing a page of resources provided by the PUBLIC REST API.class
ASerializablePage<TResource extends Serializable>
Abstract base model representing a page ofserializables
provided 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 class
FormRecordResourcePage
Model representing a page ofBaseFormRecordResource
s provided by the PUBLIC REST API.class
FormRecordStateHistoryEntryResourcePage
Model representing a page ofDetailedFormRecordResource.StateHistoryEntry
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 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 class
FormRecordAttachmentResourcePage
Model representing a page ofBaseFormRecordAttachmentResource
s 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 class
FormRecordChatResourcePage
Model representing a page ofBaseFormRecordChatResource
s 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 class
FormRecordMessageResourcePage
Model representing a page ofBaseFormRecordMessageResource
s 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 class
FormRecordMessageUploadRequestResourcePage
Model representing a page ofBaseFormRecordMessageUploadRequestResource
s 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 class
WorkflowTriggerResourcePage
Model representing a page ofBaseWorkflowTriggerResource
s 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 class
FormResourcePage
Model representing a page ofBaseFormResource
s 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 class
FormFileResourcePage
Model representing a page ofBaseFormFileResource
s 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 class
AuthenticatorResourcePage
Model representing a page ofBaseAuthenticatorResource
s 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 class
FormResourcePage
Model representing a page ofBaseFormResource
s provided by the PUBLIC REST API.class
FormTagResourcePage
Model representing a page ofFormTagResource
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 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 class
UserPortalResourcePage
Model representing a page ofBaseUserPortalResource
s 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 class
UserPortalFileResourcePage
Model representing a page ofBaseUserPortalFileResource
s 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 class
AuthenticatorResourcePage
Model representing a page ofBaseAuthenticatorResource
s provided by the PUBLIC REST API.
-