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, tenantIdFields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSize()getStart()voidsetQueryCaseInstances(Boolean queryCaseInstances) voidsetQueryProcessInstances(boolean queryProcessInstances) voidsetSearchText(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, setTenantIdMethods 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:
getStartin classorg.flowable.common.rest.api.PaginateRequest
-
getSize
- Overrides:
getSizein classorg.flowable.common.rest.api.PaginateRequest
-