| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
PlanItemInstanceQuery |
CmmnRuntimeService.createPlanItemInstanceQuery() |
| Modifier and Type | Method and Description |
|---|---|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseDefinitionId(String caseDefinitionId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseInstanceId(String caseInstanceId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableExists(String name)
Only select plan item instances which have a global variable with the given name.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableNotExists(String name)
Only select plan item instances which don't have a global variable with the given name.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueEquals(Object value)
Only select plan item instances which have at least one global variable with the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueEquals(String name,
Object value)
Only select plan item instances which have a global variable with the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueEqualsIgnoreCase(String name,
String value)
Only select plan item instances which have a global string variable with the given value, case insensitive.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueGreaterThan(String name,
Object value)
Only select plan item instances which have a global variable value greater than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueGreaterThanOrEqual(String name,
Object value)
Only select plan item instances which have a global variable value greater than or equal to the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueLessThan(String name,
Object value)
Only select plan item instances which have a global variable value less than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueLessThanOrEqual(String name,
Object value)
Only select plan item instances which have a global variable value less than or equal to the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueLike(String name,
String value)
Only select plan item instances which have a global variable value like the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueLikeIgnoreCase(String name,
String value)
Only select plan item instances which have a global variable value like the given value (case insensitive).
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueNotEquals(String name,
Object value)
Only select plan item instances which have a global variable with the given name, but with a different value than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.caseVariableValueNotEqualsIgnoreCase(String name,
String value)
Only select plan item instances which have a global string variable which is not the given value, case insensitive.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.orderByName() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.orderByStartTime() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemCompleteable() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemDefinitionId(String planItemDefinitionId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemDefinitionType(String planItemDefinitionType) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceElementId(String elementId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceId(String planItemInstanceId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceName(String name) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceReferenceId(String referenceId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceReferenceType(String referenceType) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStartedAfter(Date startedAfer) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStartedBefore(Date startedBefore) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStartUserId(String startUserId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceState(String state) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateActive() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateAsyncActive() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateAvailable() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateCompleted() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateDisabled() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateEnabled() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateTerminated() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceStateWaitingForRepetition() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceTenantId(String tenantId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.planItemInstanceWithoutTenantId() |
PlanItemInstanceQuery |
PlanItemInstanceQuery.stageInstanceId(String stageInstanceId) |
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableExists(String name)
Only select plan item instances which have a local variable with the given name.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableNotExists(String name)
Only select plan item instances which don't have a local variable with the given name.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueEquals(Object value)
Only select plan item instances which have at least one local variable with the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueEquals(String name,
Object value)
Only select plan item instances which have a local variable with the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueEqualsIgnoreCase(String name,
String value)
Only select plan item instances which have a local string variable with the given value, case insensitive.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueGreaterThan(String name,
Object value)
Only select plan item instances which have a local variable value greater than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueGreaterThanOrEqual(String name,
Object value)
Only select plan item instances which have a local variable value greater than or equal to the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueLessThan(String name,
Object value)
Only select plan item instances which have a local variable value less than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueLessThanOrEqual(String name,
Object value)
Only select plan item instances which have a local variable value less than or equal to the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueLike(String name,
String value)
Only select plan item instances which have a local variable value like the given value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueLikeIgnoreCase(String name,
String value)
Only select plan item instances which have a local variable value like the given value (case insensitive).
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueNotEquals(String name,
Object value)
Only select plan item instances which have a local variable with the given name, but with a different value than the passed value.
|
PlanItemInstanceQuery |
PlanItemInstanceQuery.variableValueNotEqualsIgnoreCase(String name,
String value)
Only select plan item instances which have a local string variable which is not the given value, case insensitive.
|
Copyright © 2018 Flowable. All rights reserved.