public class InternalVariableInstanceQueryImpl extends Object implements InternalVariableInstanceQuery, CachedEntityMatcher<VariableInstanceEntity>, SingleCachedEntityMatcher<VariableInstanceEntity>
| Modifier and Type | Field and Description |
|---|---|
protected VariableInstanceDataManager |
dataManager |
protected String |
executionId |
protected Collection<String> |
executionIds |
protected String |
id |
protected String |
name |
protected Collection<String> |
names |
protected String |
processInstanceId |
protected String |
scopeId |
protected Collection<String> |
scopeIds |
protected String |
scopeType |
protected Collection<String> |
scopeTypes |
protected String |
subScopeId |
protected Collection<String> |
subScopeIds |
protected String |
taskId |
protected Collection<String> |
taskIds |
protected boolean |
withoutSubScopeId |
protected boolean |
withoutTaskId |
| Constructor and Description |
|---|
InternalVariableInstanceQueryImpl(VariableInstanceDataManager dataManager) |
protected final VariableInstanceDataManager dataManager
protected String id
protected String taskId
protected Collection<String> taskIds
protected String processInstanceId
protected String executionId
protected Collection<String> executionIds
protected boolean withoutTaskId
protected String scopeId
protected Collection<String> scopeIds
protected String subScopeId
protected Collection<String> subScopeIds
protected boolean withoutSubScopeId
protected String scopeType
protected Collection<String> scopeTypes
protected String name
protected Collection<String> names
public InternalVariableInstanceQueryImpl(VariableInstanceDataManager dataManager)
public InternalVariableInstanceQuery id(String id)
InternalVariableInstanceQueryid in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery taskId(String taskId)
InternalVariableInstanceQuerytaskId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery taskIds(Collection<String> taskIds)
InternalVariableInstanceQuerytaskIds in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery processInstanceId(String processInstanceId)
InternalVariableInstanceQueryprocessInstanceId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery executionId(String executionId)
InternalVariableInstanceQueryexecutionId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery executionIds(Collection<String> executionIds)
InternalVariableInstanceQueryexecutionIds in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery withoutTaskId()
InternalVariableInstanceQueryInternalVariableInstanceQuery.taskId(String) or InternalVariableInstanceQuery.taskIds(Collection).withoutTaskId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery scopeId(String scopeId)
InternalVariableInstanceQueryscopeId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery scopeIds(Collection<String> scopeIds)
InternalVariableInstanceQueryscopeIds in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery subScopeId(String subScopeId)
InternalVariableInstanceQueryInternalVariableInstanceQuery.withoutSubScopeId()subScopeId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery subScopeIds(Collection<String> subScopeIds)
InternalVariableInstanceQueryInternalVariableInstanceQuery.withoutSubScopeId()subScopeIds in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery withoutSubScopeId()
InternalVariableInstanceQueryInternalVariableInstanceQuery.subScopeId(String)withoutSubScopeId in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery scopeType(String scopeType)
InternalVariableInstanceQueryscopeType in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery scopeTypes(Collection<String> scopeTypes)
InternalVariableInstanceQueryscopeTypes in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery name(String name)
InternalVariableInstanceQueryname in interface InternalVariableInstanceQuerypublic InternalVariableInstanceQuery names(Collection<String> names)
InternalVariableInstanceQuerynames in interface InternalVariableInstanceQuerypublic List<VariableInstanceEntity> list()
list in interface InternalVariableInstanceQuerypublic VariableInstanceEntity singleResult()
singleResult in interface InternalVariableInstanceQuerypublic String getId()
public String getTaskId()
public Collection<String> getTaskIds()
public String getProcessInstanceId()
public String getExecutionId()
public Collection<String> getExecutionIds()
public boolean isWithoutTaskId()
public String getScopeId()
public Collection<String> getScopeIds()
public String getSubScopeId()
public Collection<String> getSubScopeIds()
public boolean isWithoutSubScopeId()
public String getScopeType()
public Collection<String> getScopeTypes()
public String getName()
public Collection<String> getNames()
public InternalVariableInstanceQueryImpl getParameter()
public boolean isRetained(Collection<VariableInstanceEntity> databaseEntities, Collection<CachedEntity> cachedEntities, VariableInstanceEntity entity, Object param)
isRetained in interface CachedEntityMatcher<VariableInstanceEntity>public boolean isRetained(VariableInstanceEntity entity, Object param)
isRetained in interface SingleCachedEntityMatcher<VariableInstanceEntity>public boolean isRetained(VariableInstanceEntity entity, InternalVariableInstanceQueryImpl param)
Copyright © 2022 Flowable. All rights reserved.