public interface InternalVariableInstanceQuery
| Modifier and Type | Method and Description |
|---|---|
InternalVariableInstanceQuery |
executionId(String executionId)
Query variables with the given execution id
|
InternalVariableInstanceQuery |
executionIds(Collection<String> executionIds)
Query variables with the given execution ids
|
InternalVariableInstanceQuery |
id(String id)
Query variables with the given id.
|
List<VariableInstanceEntity> |
list() |
InternalVariableInstanceQuery |
name(String name)
Query variables with the given name
|
InternalVariableInstanceQuery |
names(Collection<String> names)
Query variables with the given name
|
InternalVariableInstanceQuery |
processInstanceId(String processInstanceId)
Query variables with the given process instance id
|
InternalVariableInstanceQuery |
scopeId(String scopeId)
Query variables with the given scope id.
|
InternalVariableInstanceQuery |
scopeIds(Collection<String> scopeIds)
Query variables with the given scope ids.
|
InternalVariableInstanceQuery |
scopeType(String scopeType)
Query variables with the given scope type
|
InternalVariableInstanceQuery |
scopeTypes(Collection<String> scopeTypes)
Query variables with the given scope types
|
VariableInstanceEntity |
singleResult() |
InternalVariableInstanceQuery |
subScopeId(String subScopeId)
Query variables with the given sub scope id.
|
InternalVariableInstanceQuery |
subScopeIds(Collection<String> subScopeIds)
Query variables with the given sub scope ids.
|
InternalVariableInstanceQuery |
taskId(String taskId)
Query variables with the given task id
|
InternalVariableInstanceQuery |
taskIds(Collection<String> taskIds)
Query variables with the given task ids
|
InternalVariableInstanceQuery |
withoutSubScopeId()
Query variables without a sub scope id.
|
InternalVariableInstanceQuery |
withoutTaskId()
Query variables without a task id.
|
InternalVariableInstanceQuery id(String id)
InternalVariableInstanceQuery taskId(String taskId)
InternalVariableInstanceQuery taskIds(Collection<String> taskIds)
InternalVariableInstanceQuery processInstanceId(String processInstanceId)
InternalVariableInstanceQuery executionId(String executionId)
InternalVariableInstanceQuery executionIds(Collection<String> executionIds)
InternalVariableInstanceQuery withoutTaskId()
taskId(String) or taskIds(Collection).InternalVariableInstanceQuery scopeIds(Collection<String> scopeIds)
InternalVariableInstanceQuery scopeId(String scopeId)
InternalVariableInstanceQuery subScopeId(String subScopeId)
withoutSubScopeId()InternalVariableInstanceQuery subScopeIds(Collection<String> subScopeIds)
withoutSubScopeId()InternalVariableInstanceQuery withoutSubScopeId()
subScopeId(String)InternalVariableInstanceQuery scopeType(String scopeType)
InternalVariableInstanceQuery scopeTypes(Collection<String> scopeTypes)
InternalVariableInstanceQuery name(String name)
InternalVariableInstanceQuery names(Collection<String> names)
List<VariableInstanceEntity> list()
VariableInstanceEntity singleResult()
Copyright © 2022 Flowable. All rights reserved.