Class PlatformGlobalSearchIndexQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.index.PlatformIndexQueryRequest
com.flowable.platform.service.work.PlatformGlobalSearchIndexQueryRequest
-
Field Summary
Fields inherited from class com.flowable.platform.service.index.PlatformIndexQueryRequest
accessibleByGroups, accessibleByUser, alias, assigneeUserId, parentScopeBusinessKey, parentScopeDefinitionCategory, parentScopeDefinitionId, parentScopeDefinitionKey, parentScopeDefinitionName, parentScopeId, parentScopeName, parentScopeType, queryModel, queryName, queryParams, rootScopeBusinessKey, rootScopeDefinitionCategory, rootScopeDefinitionId, rootScopeDefinitionKey, rootScopeDefinitionName, rootScopeId, rootScopeName, rootScopeType, tenantId
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSize()
getStart()
void
setQueryCaseInstances
(Boolean queryCaseInstances) void
setQueryProcessInstances
(boolean queryProcessInstances) void
setSearchText
(String searchText) Methods inherited from class com.flowable.platform.service.index.PlatformIndexQueryRequest
getAccessibleByGroups, getAccessibleByUser, getAlias, getAssigneeUserId, getParentScopeBusinessKey, getParentScopeDefinitionCategory, getParentScopeDefinitionId, getParentScopeDefinitionKey, getParentScopeDefinitionName, getParentScopeId, getParentScopeName, getParentScopeType, getQueryModel, getQueryName, getQueryParams, getRootScopeBusinessKey, getRootScopeDefinitionCategory, getRootScopeDefinitionId, getRootScopeDefinitionKey, getRootScopeDefinitionName, getRootScopeId, getRootScopeName, getRootScopeType, getTenantId, isCustomQuery, setAccessibleByGroups, setAccessibleByUser, setAlias, setAssigneeUserId, setParentScopeBusinessKey, setParentScopeDefinitionCategory, setParentScopeDefinitionId, setParentScopeDefinitionKey, setParentScopeDefinitionName, setParentScopeId, setParentScopeName, setParentScopeType, setQueryModel, setQueryName, setQueryParams, setRootScopeBusinessKey, setRootScopeDefinitionCategory, setRootScopeDefinitionId, setRootScopeDefinitionKey, setRootScopeDefinitionName, setRootScopeId, setRootScopeName, setRootScopeType, setStart, setTenantId
Methods inherited from class org.flowable.common.rest.api.PaginateRequest
getOrder, getSort, setOrder, setSize, setSort
-
Constructor Details
-
PlatformGlobalSearchIndexQueryRequest
public PlatformGlobalSearchIndexQueryRequest()
-
-
Method Details
-
isQueryCaseInstances
-
setQueryCaseInstances
-
isQueryProcessInstances
-
setQueryProcessInstances
public void setQueryProcessInstances(boolean queryProcessInstances) -
getSearchText
-
setSearchText
-
getStart
- Overrides:
getStart
in classorg.flowable.common.rest.api.PaginateRequest
-
getSize
- Overrides:
getSize
in classorg.flowable.common.rest.api.PaginateRequest
-