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<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>
-
- com.flowable.idm.engine.impl.PrivilegeQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.Query<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>,org.flowable.idm.api.PrivilegeQuery
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- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringgroupIdprotected java.util.List<java.lang.String>groupIdsprotected java.lang.Stringidprotected java.lang.Stringnameprotected java.lang.StringuserId
-
Constructor Summary
Constructors Constructor Description PrivilegeQueryImpl()PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<org.flowable.idm.api.Privilege>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetGroupId()java.util.List<java.lang.String>getGroupIds()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetUserId()org.flowable.idm.api.PrivilegeQuerygroupId(java.lang.String groupId)org.flowable.idm.api.PrivilegeQuerygroupIds(java.util.List<java.lang.String> groupIds)org.flowable.idm.api.PrivilegeQueryprivilegeId(java.lang.String id)org.flowable.idm.api.PrivilegeQueryprivilegeName(java.lang.String name)voidsetGroupId(java.lang.String groupId)voidsetGroupIds(java.util.List<java.lang.String> groupIds)voidsetId(java.lang.String id)voidsetName(java.lang.String name)voidsetUserId(java.lang.String userId)org.flowable.idm.api.PrivilegeQueryuserId(java.lang.String userId)-
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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
-
-
-
Constructor Detail
-
PrivilegeQueryImpl
public PrivilegeQueryImpl()
-
PrivilegeQueryImpl
public PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
PrivilegeQueryImpl
public PrivilegeQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Detail
-
privilegeId
public org.flowable.idm.api.PrivilegeQuery privilegeId(java.lang.String id)
- Specified by:
privilegeIdin interfaceorg.flowable.idm.api.PrivilegeQuery
-
privilegeName
public org.flowable.idm.api.PrivilegeQuery privilegeName(java.lang.String name)
- Specified by:
privilegeNamein interfaceorg.flowable.idm.api.PrivilegeQuery
-
userId
public org.flowable.idm.api.PrivilegeQuery userId(java.lang.String userId)
- Specified by:
userIdin interfaceorg.flowable.idm.api.PrivilegeQuery
-
groupId
public org.flowable.idm.api.PrivilegeQuery groupId(java.lang.String groupId)
- Specified by:
groupIdin interfaceorg.flowable.idm.api.PrivilegeQuery
-
groupIds
public org.flowable.idm.api.PrivilegeQuery groupIds(java.util.List<java.lang.String> groupIds)
- Specified by:
groupIdsin interfaceorg.flowable.idm.api.PrivilegeQuery
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getUserId
public java.lang.String getUserId()
-
setUserId
public void setUserId(java.lang.String userId)
-
getGroupId
public java.lang.String getGroupId()
-
setGroupId
public void setGroupId(java.lang.String groupId)
-
getGroupIds
public java.util.List<java.lang.String> getGroupIds()
-
setGroupIds
public void setGroupIds(java.util.List<java.lang.String> groupIds)
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>
-
executeList
public java.util.List<org.flowable.idm.api.Privilege> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<org.flowable.idm.api.PrivilegeQuery,org.flowable.idm.api.Privilege>
-
-