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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionPrivilegeQueryImpl(CommandContext commandContext) PrivilegeQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionlongexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()getName()privilegeId(String id) privilegeIds(List<String> ids) privilegeName(String name) voidsetGroupId(String groupId) voidsetGroupIds(List<String> groupIds) voidvoidvoidvoidMethods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods 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
-
ids
-
name
-
userId
-
groupId
-
groupIds
-
-
Constructor Details
-
PrivilegeQueryImpl
public PrivilegeQueryImpl() -
PrivilegeQueryImpl
-
PrivilegeQueryImpl
-
-
Method Details
-
privilegeId
- Specified by:
privilegeIdin interfacePrivilegeQuery
-
privilegeIds
- Specified by:
privilegeIdsin interfacePrivilegeQuery
-
privilegeName
- Specified by:
privilegeNamein interfacePrivilegeQuery
-
userId
- Specified by:
userIdin interfacePrivilegeQuery
-
groupId
- Specified by:
groupIdin interfacePrivilegeQuery
-
groupIds
- Specified by:
groupIdsin interfacePrivilegeQuery
-
getId
-
setId
-
getIds
-
setIds
-
getName
-
setName
-
getUserId
-
setUserId
-
getGroupId
-
setGroupId
-
getGroupIds
-
setGroupIds
-
executeCount
- Specified by:
executeCountin classAbstractQuery<PrivilegeQuery,Privilege>
-
executeList
- Specified by:
executeListin classAbstractQuery<PrivilegeQuery,Privilege>
-