Uses of Interface
de.xima.fc.api.rest.interfaces.response.IResourcePage
-
Packages that use IResourcePage Package Description de.xima.fc.api.rest.models.response.page de.xima.fc.api.rest.util -
-
Uses of IResourcePage in de.xima.fc.api.rest.models.response.page
Classes in de.xima.fc.api.rest.models.response.page that implement IResourcePage Modifier and Type Class Description class
AuthenticatorResourcePage
Model representing a page ofAuthenticatorResource
s provided by the PUBLIC REST API.class
FormFileResourcePage
Model representing a page ofFormFileResource
s provided by the PUBLIC REST API.class
FormRecordAttachmentResourcePage
Model representing a page ofFormRecordAttachmentResource
s provided by the PUBLIC REST API.class
FormRecordChatResourcePage
Model representing a page ofFormRecordChatResource
s provided by the PUBLIC REST API.class
FormRecordMessageResourcePage
Model representing a page ofFormRecordMessageResource
s provided by the PUBLIC REST API.class
FormRecordMessageUploadRequestResourcePage
Model representing a page ofFormRecordMessageUploadRequestResource
s provided by the PUBLIC REST API.class
FormRecordResourcePage
Model representing a page ofFormRecordResource
s provided by the PUBLIC REST API.class
FormResourcePage
Model representing a page ofFormResource
s provided by the PUBLIC REST API.class
UserPortalFileResourcePage
Model representing a page ofUserPortalFileResource
s provided by the PUBLIC REST API.class
UserPortalResourcePage
Model representing a page ofUserPortalResource
s provided by the PUBLIC REST API.class
WorkflowTriggerResourcePage
Model representing a page ofWorkflowTriggerResource
s provided by the PUBLIC REST API.Methods in de.xima.fc.api.rest.models.response.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)
static BiFunction<PagedResult<ProjectFile>,Locale,IResourcePage<?>>
FormFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<Attachment>,Locale,IResourcePage<?>>
FormRecordAttachmentResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<FormRecordChat>,Locale,IResourcePage<?>>
FormRecordChatResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<FormRecordMessage>,Locale,IResourcePage<?>>
FormRecordMessageResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<FormRecordMessageUploadRequest>,Locale,IResourcePage<?>>
FormRecordMessageUploadRequestResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<Vorgang>,Locale,IResourcePage<?>>
FormRecordResourcePage. pagedResultConverter(IUser user, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<Projekt>,Locale,IResourcePage<?>>
FormResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<UserPortalFile>,Locale,IResourcePage<?>>
UserPortalFileResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
static BiFunction<PagedResult<UserPortal>,Locale,IResourcePage<?>>
UserPortalResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo)
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.util
Method parameters in de.xima.fc.api.rest.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)
-