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, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlanguage, presence, state, subState, subType, theme, type, userDefinitionKeyprotected 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 PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery userId(String userId)
userId in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery tenantId(String tenantId)
tenantId in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery name(String name)
name in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery nameIn(Collection<String> names)
nameIn in interface PlatformIdentityInfoQuerypublic PlatformIdentityInfoQuery valueEquals(Object value)
valueEquals in interface PlatformIdentityInfoQuerypublic 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.QueryCacheValuespublic 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.