public class PrivilegeQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>
implements org.flowable.idm.api.PrivilegeQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected List<String> |
groupIds |
protected String |
id |
protected String |
name |
protected String |
userId |
| Constructor and Description |
|---|
PrivilegeQueryImpl() |
PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<org.flowable.idm.api.Privilege> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getGroupId() |
List<String> |
getGroupIds() |
String |
getId() |
String |
getName() |
String |
getUserId() |
org.flowable.idm.api.PrivilegeQuery |
groupId(String groupId) |
org.flowable.idm.api.PrivilegeQuery |
groupIds(List<String> groupIds) |
org.flowable.idm.api.PrivilegeQuery |
privilegeId(String id) |
org.flowable.idm.api.PrivilegeQuery |
privilegeName(String name) |
void |
setGroupId(String groupId) |
void |
setGroupIds(List<String> groupIds) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUserId(String userId) |
org.flowable.idm.api.PrivilegeQuery |
userId(String userId) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String name
protected String userId
protected String groupId
public PrivilegeQueryImpl()
public PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public org.flowable.idm.api.PrivilegeQuery privilegeId(String id)
privilegeId in interface org.flowable.idm.api.PrivilegeQuerypublic org.flowable.idm.api.PrivilegeQuery privilegeName(String name)
privilegeName in interface org.flowable.idm.api.PrivilegeQuerypublic org.flowable.idm.api.PrivilegeQuery userId(String userId)
userId in interface org.flowable.idm.api.PrivilegeQuerypublic org.flowable.idm.api.PrivilegeQuery groupId(String groupId)
groupId in interface org.flowable.idm.api.PrivilegeQuerypublic org.flowable.idm.api.PrivilegeQuery groupIds(List<String> groupIds)
groupIds in interface org.flowable.idm.api.PrivilegeQuerypublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getUserId()
public void setUserId(String userId)
public String getGroupId()
public void setGroupId(String groupId)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>public List<org.flowable.idm.api.Privilege> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>Copyright © 2019. All rights reserved.