Class PlatformIndexQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.index.PlatformIndexQueryRequest
- Direct Known Subclasses:
CaseInstancesIndexQueryRequest
,PlatformGlobalSearchIndexQueryRequest
,ProcessInstancesIndexQueryRequest
,TasksIndexQueryRequest
,WorkInstancesIndexQueryRequest
public class PlatformIndexQueryRequest
extends org.flowable.common.rest.api.PaginateRequest
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection
<String> protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected com.fasterxml.jackson.databind.JsonNode
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
com.fasterxml.jackson.databind.JsonNode
boolean
void
setAccessibleByGroups
(Collection<String> accessibleByGroups) void
setAccessibleByUser
(String accessibleByUser) void
void
setAssigneeUserId
(String assigneeUserId) void
setParentScopeBusinessKey
(String parentScopeBusinessKey) void
setParentScopeDefinitionCategory
(String parentScopeDefinitionCategory) void
setParentScopeDefinitionId
(String parentScopeDefinitionId) void
setParentScopeDefinitionKey
(String parentScopeDefinitionKey) void
setParentScopeDefinitionName
(String parentScopeDefinitionName) void
setParentScopeId
(String parentScopeId) void
setParentScopeName
(String parentScopeName) void
setParentScopeType
(String parentScopeType) void
setQueryModel
(com.fasterxml.jackson.databind.JsonNode queryModel) void
setQueryName
(String queryName) void
setQueryParams
(Map<String, Object> queryParams) void
setRootScopeBusinessKey
(String rootScopeBusinessKey) void
setRootScopeDefinitionCategory
(String rootScopeDefinitionCategory) void
setRootScopeDefinitionId
(String rootScopeDefinitionId) void
setRootScopeDefinitionKey
(String rootScopeDefinitionKey) void
setRootScopeDefinitionName
(String rootScopeDefinitionName) void
setRootScopeId
(String rootScopeId) void
setRootScopeName
(String rootScopeName) void
setRootScopeType
(String rootScopeType) void
void
setTenantId
(String tenantId) Methods inherited from class org.flowable.common.rest.api.PaginateRequest
getOrder, getSize, getSort, getStart, setOrder, setSize, setSort
-
Field Details
-
rootScopeId
-
rootScopeType
-
rootScopeName
-
rootScopeBusinessKey
-
rootScopeDefinitionId
-
rootScopeDefinitionKey
-
rootScopeDefinitionName
-
rootScopeDefinitionCategory
-
parentScopeId
-
parentScopeType
-
parentScopeName
-
parentScopeBusinessKey
-
parentScopeDefinitionId
-
parentScopeDefinitionKey
-
parentScopeDefinitionName
-
parentScopeDefinitionCategory
-
tenantId
-
accessibleByUser
-
accessibleByGroups
-
alias
-
queryName
-
queryModel
protected com.fasterxml.jackson.databind.JsonNode queryModel -
queryParams
-
assigneeUserId
-
-
Constructor Details
-
PlatformIndexQueryRequest
public PlatformIndexQueryRequest()
-
-
Method Details
-
getRootScopeId
-
setRootScopeId
-
getRootScopeType
-
setRootScopeType
-
getRootScopeName
-
setRootScopeName
-
getRootScopeBusinessKey
-
setRootScopeBusinessKey
-
getRootScopeDefinitionId
-
setRootScopeDefinitionId
-
getRootScopeDefinitionKey
-
setRootScopeDefinitionKey
-
getRootScopeDefinitionName
-
setRootScopeDefinitionName
-
getRootScopeDefinitionCategory
-
setRootScopeDefinitionCategory
-
getParentScopeId
-
setParentScopeId
-
getParentScopeType
-
setParentScopeType
-
getParentScopeName
-
setParentScopeName
-
getParentScopeBusinessKey
-
setParentScopeBusinessKey
-
getParentScopeDefinitionId
-
setParentScopeDefinitionId
-
getParentScopeDefinitionKey
-
setParentScopeDefinitionKey
-
getParentScopeDefinitionName
-
setParentScopeDefinitionName
-
getParentScopeDefinitionCategory
-
setParentScopeDefinitionCategory
-
getTenantId
-
setTenantId
-
getAccessibleByUser
-
setAccessibleByUser
-
getAccessibleByGroups
-
setAccessibleByGroups
-
getQueryParams
-
setQueryParams
-
setStart
- Overrides:
setStart
in classorg.flowable.common.rest.api.PaginateRequest
-
isCustomQuery
public boolean isCustomQuery() -
getQueryName
-
setQueryName
-
getQueryModel
public com.fasterxml.jackson.databind.JsonNode getQueryModel() -
setQueryModel
public void setQueryModel(com.fasterxml.jackson.databind.JsonNode queryModel) -
getAlias
-
setAlias
-
getAssigneeUserId
-
setAssigneeUserId
-