Package com.flowable.idm.engine.impl
Class PlatformIdentityInfoQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
-
- com.flowable.idm.engine.impl.PlatformIdentityInfoQueryImpl
-
- All Implemented Interfaces:
PlatformIdentityInfoQuery
,java.io.Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<PlatformIdentityInfoEntity>
,org.flowable.common.engine.api.query.Query<PlatformIdentityInfoQuery,PlatformIdentityInfo>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class PlatformIdentityInfoQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo> implements PlatformIdentityInfoQuery, org.flowable.common.engine.api.query.CacheAwareQuery<PlatformIdentityInfoEntity>
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
protected java.lang.String
name
protected java.util.Collection<java.lang.String>
names
protected org.flowable.variable.service.impl.QueryVariableValue
queryVariableValue
protected java.lang.String
tenantId
protected boolean
tenantIdSet
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description PlatformIdentityInfoQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
ensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<PlatformIdentityInfo>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getId()
java.lang.String
getName()
java.util.Collection<java.lang.String>
getNames()
org.flowable.variable.service.impl.QueryVariableValue
getQueryVariableValue()
java.lang.String
getTenantId()
java.lang.String
getUserId()
PlatformIdentityInfoQuery
id(java.lang.String id)
boolean
isTenantIdSet()
PlatformIdentityInfoQuery
name(java.lang.String name)
PlatformIdentityInfoQuery
nameIn(java.util.Collection<java.lang.String> names)
PlatformIdentityInfoQuery
tenantId(java.lang.String tenantId)
PlatformIdentityInfoQuery
userId(java.lang.String userId)
PlatformIdentityInfoQuery
valueEquals(java.lang.Object value)
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Methods inherited from interface com.flowable.core.idm.api.PlatformIdentityInfoQuery
language, presence, state, subState, subType, theme, type, userDefinitionKey
-
-
-
-
Field Detail
-
id
protected java.lang.String id
-
userId
protected java.lang.String userId
-
tenantId
protected java.lang.String tenantId
-
tenantIdSet
protected boolean tenantIdSet
-
name
protected java.lang.String name
-
names
protected java.util.Collection<java.lang.String> names
-
queryVariableValue
protected org.flowable.variable.service.impl.QueryVariableValue queryVariableValue
-
-
Method Detail
-
id
public PlatformIdentityInfoQuery id(java.lang.String id)
- Specified by:
id
in interfacePlatformIdentityInfoQuery
-
userId
public PlatformIdentityInfoQuery userId(java.lang.String userId)
- Specified by:
userId
in interfacePlatformIdentityInfoQuery
-
tenantId
public PlatformIdentityInfoQuery tenantId(java.lang.String tenantId)
- Specified by:
tenantId
in interfacePlatformIdentityInfoQuery
-
name
public PlatformIdentityInfoQuery name(java.lang.String name)
- Specified by:
name
in interfacePlatformIdentityInfoQuery
-
nameIn
public PlatformIdentityInfoQuery nameIn(java.util.Collection<java.lang.String> names)
- Specified by:
nameIn
in interfacePlatformIdentityInfoQuery
-
valueEquals
public PlatformIdentityInfoQuery valueEquals(java.lang.Object value)
- Specified by:
valueEquals
in interfacePlatformIdentityInfoQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
-
executeList
public java.util.List<PlatformIdentityInfo> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
-
ensureVariableInitialized
protected void ensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<PlatformIdentityInfoEntity>
-
getUserId
public java.lang.String getUserId()
-
getTenantId
public java.lang.String getTenantId()
-
isTenantIdSet
public boolean isTenantIdSet()
-
getName
public java.lang.String getName()
-
getNames
public java.util.Collection<java.lang.String> getNames()
-
getQueryVariableValue
public org.flowable.variable.service.impl.QueryVariableValue getQueryVariableValue()
-
-