Package org.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>
org.flowable.idm.engine.impl.PrivilegeQueryImpl
- All Implemented Interfaces:
Serializable,CacheAwareQuery<PrivilegeEntity>,Query<PrivilegeQuery,,Privilege> Command<Object>,PrivilegeQuery
public class PrivilegeQueryImpl
extends AbstractQuery<PrivilegeQuery,Privilege>
implements PrivilegeQuery, CacheAwareQuery<PrivilegeEntity>
- 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()getName()privilegeId(String id) privilegeName(String name) voidsetGroupId(String groupId) voidsetGroupIds(List<String> groupIds) voidvoidvoidMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
id
-
name
-
userId
-
groupId
-
groupIds
-
-
Constructor Details
-
PrivilegeQueryImpl
public PrivilegeQueryImpl() -
PrivilegeQueryImpl
-
PrivilegeQueryImpl
-
-
Method Details
-
privilegeId
- Specified by:
privilegeIdin interfacePrivilegeQuery
-
privilegeName
- Specified by:
privilegeNamein interfacePrivilegeQuery
-
userId
- Specified by:
userIdin interfacePrivilegeQuery
-
groupId
- Specified by:
groupIdin interfacePrivilegeQuery
-
groupIds
- Specified by:
groupIdsin interfacePrivilegeQuery
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<PrivilegeEntity>
-
setId
-
getName
-
setName
-
getUserId
-
setUserId
-
getGroupId
-
setGroupId
-
getGroupIds
-
setGroupIds
-
executeCount
- Specified by:
executeCountin classAbstractQuery<PrivilegeQuery,Privilege>
-
executeList
- Specified by:
executeListin classAbstractQuery<PrivilegeQuery,Privilege>
-