Package com.flowable.idm.engine.impl
Class PrivilegeQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<PrivilegeQuery,Privilege>
com.flowable.idm.engine.impl.PrivilegeQueryImpl
- All Implemented Interfaces:
Serializable
,Query<PrivilegeQuery,
,Privilege> Command<Object>
,PrivilegeQuery
public class PrivilegeQueryImpl
extends AbstractQuery<PrivilegeQuery,Privilege>
implements PrivilegeQuery
- Author:
- Joram Barrez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorDescriptionPrivilegeQueryImpl
(CommandContext commandContext) PrivilegeQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlong
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext) getId()
getName()
privilegeId
(String id) privilegeName
(String name) void
setGroupId
(String groupId) void
setGroupIds
(List<String> groupIds) void
void
void
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
id
-
name
-
userId
-
groupId
-
groupIds
-
-
Constructor Details
-
PrivilegeQueryImpl
public PrivilegeQueryImpl() -
PrivilegeQueryImpl
-
PrivilegeQueryImpl
-
-
Method Details
-
privilegeId
- Specified by:
privilegeId
in interfacePrivilegeQuery
-
privilegeName
- Specified by:
privilegeName
in interfacePrivilegeQuery
-
userId
- Specified by:
userId
in interfacePrivilegeQuery
-
groupId
- Specified by:
groupId
in interfacePrivilegeQuery
-
groupIds
- Specified by:
groupIds
in interfacePrivilegeQuery
-
getId
-
setId
-
getName
-
setName
-
getUserId
-
setUserId
-
getGroupId
-
setGroupId
-
getGroupIds
-
setGroupIds
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<PrivilegeQuery,
Privilege>
-
executeList
- Specified by:
executeList
in classAbstractQuery<PrivilegeQuery,
Privilege>
-