Class PlatformIndexQueryRequest
java.lang.Object
org.flowable.common.rest.api.PaginateRequest
com.flowable.platform.service.index.AbstractIndexQueryRequest
com.flowable.platform.service.index.PlatformIndexQueryRequest
- Direct Known Subclasses:
CaseInstancesIndexQueryRequest,PlatformGlobalSearchIndexQueryRequest,ProcessInstancesIndexQueryRequest,TasksIndexQueryRequest,WorkInstancesIndexQueryRequest
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<String> protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.flowable.platform.service.index.AbstractIndexQueryRequest
alias, queryModel, queryName, queryParams, tenantIdFields inherited from class org.flowable.common.rest.api.PaginateRequest
order, size, sort, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccessibleByGroups(Collection<String> accessibleByGroups) voidsetAccessibleByUser(String accessibleByUser) voidsetAssigneeUserId(String assigneeUserId) voidsetParentScopeBusinessKey(String parentScopeBusinessKey) voidsetParentScopeDefinitionCategory(String parentScopeDefinitionCategory) voidsetParentScopeDefinitionId(String parentScopeDefinitionId) voidsetParentScopeDefinitionKey(String parentScopeDefinitionKey) voidsetParentScopeDefinitionName(String parentScopeDefinitionName) voidsetParentScopeId(String parentScopeId) voidsetParentScopeName(String parentScopeName) voidsetParentScopeType(String parentScopeType) voidsetRootScopeBusinessKey(String rootScopeBusinessKey) voidsetRootScopeDefinitionCategory(String rootScopeDefinitionCategory) voidsetRootScopeDefinitionId(String rootScopeDefinitionId) voidsetRootScopeDefinitionKey(String rootScopeDefinitionKey) voidsetRootScopeDefinitionName(String rootScopeDefinitionName) voidsetRootScopeId(String rootScopeId) voidsetRootScopeName(String rootScopeName) voidsetRootScopeType(String rootScopeType) Methods inherited from class com.flowable.platform.service.index.AbstractIndexQueryRequest
getAlias, getQueryModel, getQueryName, getTenantId, isCustomQuery, setAlias, setQueryModel, setQueryName, setQueryParams, setStart, setTenantIdMethods 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
-
accessibleByUser
-
accessibleByGroups
-
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
-
getAccessibleByUser
-
setAccessibleByUser
-
getAccessibleByGroups
-
setAccessibleByGroups
-
getQueryParams
- Overrides:
getQueryParamsin classAbstractIndexQueryRequest
-
getAssigneeUserId
-
setAssigneeUserId
-