Class PlatformIndexQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.index.PlatformIndexQueryRequest
- Direct Known Subclasses:
CaseInstancesIndexQueryRequest
,ProcessInstancesIndexQueryRequest
,TasksIndexQueryRequest
,WorkInstancesIndexQueryRequest
- Author:
- Filip Hrisafov
-
Field Summary
Modifier 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 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
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
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
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)
-
Field Details
-
rootScopeId
-
rootScopeType
-
rootScopeName
-
rootScopeBusinessKey
-
rootScopeDefinitionId
-
rootScopeDefinitionKey
-
rootScopeDefinitionName
-
rootScopeDefinitionCategory
-
parentScopeId
-
parentScopeType
-
parentScopeName
-
parentScopeBusinessKey
-
parentScopeDefinitionId
-
parentScopeDefinitionKey
-
parentScopeDefinitionName
-
parentScopeDefinitionCategory
-
tenantId
-
accessibleByUser
-
accessibleByGroups
-
alias
-
queryName
-
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 classPaginateRequest
-
isCustomQuery
public boolean isCustomQuery() -
getQueryName
-
setQueryName
-
getAlias
-
setAlias
-
getAssigneeUserId
-
setAssigneeUserId
-