public class PlatformIdentityInfoQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo> implements PlatformIdentityInfoQuery, org.flowable.common.engine.api.query.QueryCacheValues
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected Collection<String> |
names |
protected org.flowable.variable.service.impl.QueryVariableValue |
queryVariableValue |
protected String |
tenantId |
protected boolean |
tenantIdSet |
protected String |
userId |
Constructor and Description |
---|
PlatformIdentityInfoQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<PlatformIdentityInfo> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getId() |
String |
getName() |
Collection<String> |
getNames() |
org.flowable.variable.service.impl.QueryVariableValue |
getQueryVariableValue() |
String |
getTenantId() |
String |
getUserId() |
PlatformIdentityInfoQuery |
id(String id) |
boolean |
isTenantIdSet() |
PlatformIdentityInfoQuery |
name(String name) |
PlatformIdentityInfoQuery |
nameIn(Collection<String> names) |
PlatformIdentityInfoQuery |
tenantId(String tenantId) |
PlatformIdentityInfoQuery |
userId(String userId) |
PlatformIdentityInfoQuery |
valueEquals(Object value) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
language, presence, state, subState, subType, theme, type, userDefinitionKey
protected String id
protected String userId
protected String tenantId
protected boolean tenantIdSet
protected String name
protected Collection<String> names
protected org.flowable.variable.service.impl.QueryVariableValue queryVariableValue
public PlatformIdentityInfoQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public PlatformIdentityInfoQuery id(String id)
id
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery userId(String userId)
userId
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery tenantId(String tenantId)
tenantId
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery name(String name)
name
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery nameIn(Collection<String> names)
nameIn
in interface PlatformIdentityInfoQuery
public PlatformIdentityInfoQuery valueEquals(Object value)
valueEquals
in interface PlatformIdentityInfoQuery
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount
in class org.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
public List<PlatformIdentityInfo> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList
in class org.flowable.common.engine.impl.query.AbstractQuery<PlatformIdentityInfoQuery,PlatformIdentityInfo>
protected void ensureVariableInitialized(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public String getId()
getId
in interface org.flowable.common.engine.api.query.QueryCacheValues
public String getUserId()
public String getTenantId()
public boolean isTenantIdSet()
public String getName()
public Collection<String> getNames()
public org.flowable.variable.service.impl.QueryVariableValue getQueryVariableValue()
Copyright © 2019. All rights reserved.