Uses of Class
com.flowable.platform.common.Page
Packages that use Page
Package
Description
-
Uses of Page in com.flowable.engage.engine.impl.indexing
Methods in com.flowable.engage.engine.impl.indexing that return PageModifier and TypeMethodDescriptionprotected Page<ConversationSearchResponse>ConversationFilterServiceImpl.fetchConversations(ConversationFilter conversationFilter, ConversationSearchQueryImpl conversationSearchQuery, int start, int size) ConversationFilterServiceImpl.findConversations(ConversationSearchQueryImpl query, int start, int size) default Page<MessageResponse>MessageIndexQueryService.findMessages(String userId, String tenantId, String conversationId, String searchText, int start, int size) MessageIndexQueryService.findMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String searchText, int start, int size) MessageIndexQueryServiceImpl.findMessages(String userId, String tenantId, Collection<String> userGroups, String conversationId, String searchText, int start, int size) protected Page<ConversationSearchResponse>ConversationIndexQueryServiceImpl.getPageFromQuery(int start, int size, String index, String query, String order, String sort) protected Page<MessageComplianceResponse>MessageIndexQueryServiceImpl.getPageFromQuery(int start, int size, String index, String query, String order, String sort) ConversationSearchQuery.list(int start, int size) Perform the query with the given paged parametersConversationSearchQueryImpl.list(int start, int size) ConversationIndexQueryService.queryConversations(ConversationIndexQueryRequest request) ConversationIndexQueryServiceImpl.queryConversations(ConversationIndexQueryRequest request) MessageIndexQueryService.queryMessagesForCompliance(MessageIndexQueryRequest request, String tenantId) MessageIndexQueryServiceImpl.queryMessagesForCompliance(MessageIndexQueryRequest request, String tenantId) -
Uses of Page in com.flowable.idm.engine.impl.indexing
Methods in com.flowable.idm.engine.impl.indexing that return PageModifier and TypeMethodDescriptionprotected Page<PlatformUserResponse>UserIndexSearchServiceImpl.getPageFromQuery(int start, int size, String index, String query, String order, String sort) protected Page<PlatformUserResponse>ContactFilterServiceImpl.internalFindUsers(ContactSearchQueryImpl query, int start, int size) ContactSearchQuery.list(int start, int size) ContactSearchQueryImpl.list(int start, int size) IdmContactSearchQuery.list(int start, int size) UserIndexSearchService.queryUsers(UserIndexQueryRequest request) UserIndexSearchServiceImpl.queryUsers(UserIndexQueryRequest request) -
Uses of Page in com.flowable.indexing.utils
Methods in com.flowable.indexing.utils that return PageModifier and TypeMethodDescriptionstatic <T> Page<T>ElasticsearchResultConverter.convertSearchResult(com.fasterxml.jackson.databind.JsonNode searchResult, ElasticsearchResultConverter.ResultMapper<T> resultMapper, int start, int size) -
Uses of Page in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index that return PageModifier and TypeMethodDescriptionprotected <T> Page<T>WorkIndexService.createInstancesPage(Page<T> page) protected <RES,REQ extends PlatformIndexQueryRequest, Q extends PlatformIndexQueryBuilder<REQ>>
Page<RES>WorkIndexService.fetchData(REQ request, String index, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, Supplier<Q> queryBuilderSupplier) WorkIndexService.findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request) WorkIndexService.findCaseInstancesWithQuery(String filterId, CaseInstancesIndexQueryRequest request) WorkIndexService.findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request) WorkIndexService.findProcessInstancesWithQuery(String filterId, ProcessInstancesIndexQueryRequest request) WorkIndexService.findTasksWithQuery(TasksIndexQueryRequest request) WorkIndexService.findTasksWithQuery(String filterId, TasksIndexQueryRequest request) WorkIndexService.findTasksWithQueryWithoutPermissions(TasksIndexQueryRequest request) WorkIndexService.findWorkInstancesWithQuery(WorkInstancesIndexQueryRequest request) WorkIndexService.findWorkInstancesWithQueryWithoutPermissions(WorkInstancesIndexQueryRequest request) protected <RES,REQ extends PlatformIndexQueryRequest, Q extends PlatformIndexQueryBuilder<REQ>>
Page<RES>WorkIndexService.getInstanceRepresentationPage(REQ request, String index, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, ResultFilter<RES> resultFilter, Supplier<Q> queryBuilderSupplier) protected <T> Page<T>WorkIndexService.getPageFromQuery(int start, int size, String index, ElasticsearchResultConverter.ResultMapper<T> jsonMapper, String query, String sort, String order) protected <T> Page<T>WorkIndexService.queryWithCustomQuery(String index, PlatformIndexQueryRequest request, QueryDefinitionModel queryModel, ElasticsearchResultConverter.ResultMapper<T> jsonMapper) protected <RES,REQ extends PlatformIndexQueryRequest, Q extends PlatformIndexQueryBuilder<REQ>>
Page<RES>WorkIndexService.queryWithSafeQuery(REQ request, String index, QueryDefinitionModel queryModel, ElasticsearchResultConverter.ResultMapper<RES> jsonMapper, Supplier<Q> queryBuilderSupplier) Methods in com.flowable.platform.service.index with parameters of type PageModifier and TypeMethodDescriptionprotected <T> Page<T>WorkIndexService.createInstancesPage(Page<T> page)