| Package | Description |
|---|---|
| org.flowable.variable.service | |
| org.flowable.variable.service.impl | |
| org.flowable.variable.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
InternalVariableInstanceQuery |
VariableService.createInternalVariableInstanceQuery() |
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.executionId(String executionId)
Query variables with the given execution id
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.executionIds(Collection<String> executionIds)
Query variables with the given execution ids
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.id(String id)
Query variables with the given id.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.name(String name)
Query variables with the given name
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.names(Collection<String> names)
Query variables with the given name
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.processInstanceId(String processInstanceId)
Query variables with the given process instance id
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.scopeId(String scopeId)
Query variables with the given scope id.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.scopeIds(Collection<String> scopeIds)
Query variables with the given scope ids.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.scopeType(String scopeType)
Query variables with the given scope type
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.scopeTypes(Collection<String> scopeTypes)
Query variables with the given scope types
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.subScopeId(String subScopeId)
Query variables with the given sub scope id.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.subScopeIds(Collection<String> subScopeIds)
Query variables with the given sub scope ids.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.taskId(String taskId)
Query variables with the given task id
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.taskIds(Collection<String> taskIds)
Query variables with the given task ids
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.withoutSubScopeId()
Query variables without a sub scope id.
|
InternalVariableInstanceQuery |
InternalVariableInstanceQuery.withoutTaskId()
Query variables without a task id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalVariableInstanceQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
InternalVariableInstanceQuery |
VariableInstanceEntityManager.createInternalVariableInstanceQuery() |
InternalVariableInstanceQuery |
VariableInstanceEntityManagerImpl.createInternalVariableInstanceQuery() |
Copyright © 2022 Flowable. All rights reserved.