Uses of Interface
org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Uses of PlanItemInstanceQuery in org.flowable.cmmn.api
-
Uses of PlanItemInstanceQuery in org.flowable.cmmn.api.runtime
Modifier and TypeMethodDescriptionPlanItemInstanceQuery.caseDefinitionId
(String caseDefinitionId) PlanItemInstanceQuery.caseInstanceId
(String caseInstanceId) PlanItemInstanceQuery.caseVariableExists
(String name) Only select plan item instances which have a global variable with the given name.PlanItemInstanceQuery.caseVariableNotExists
(String name) Only select plan item instances which don't have a global variable with the given name.PlanItemInstanceQuery.caseVariableValueEquals
(Object value) Only select plan item instances which have at least one global variable with the given value.PlanItemInstanceQuery.caseVariableValueEquals
(String name, Object value) Only select plan item instances which have a global variable with the given value.PlanItemInstanceQuery.caseVariableValueEqualsIgnoreCase
(String name, String value) Only select plan item instances which have a global string variable with the given value, case insensitive.PlanItemInstanceQuery.caseVariableValueGreaterThan
(String name, Object value) Only select plan item instances which have a global variable value greater than the passed value.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.caseVariableValueLessThan
(String name, Object value) Only select plan item instances which have a global variable value less than the passed value.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.caseVariableValueLike
(String name, String value) Only select plan item instances which have a global variable value like the given value.PlanItemInstanceQuery.caseVariableValueLikeIgnoreCase
(String name, String value) Only select plan item instances which have a global variable value like the given value (case insensitive).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.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.derivedCaseDefinitionId
(String derivedCaseDefinitionId) PlanItemInstanceQuery.ended()
PlanItemInstanceQuery.endOr()
End an OR statement.PlanItemInstanceQuery.includeEnded()
PlanItemInstanceQuery.includeLocalVariables()
Include local plan item instance variables in the query resultPlanItemInstanceQuery.involvedGroups
(Collection<String> involvedGroups) PlanItemInstanceQuery.involvedUser
(String involvedUser) Localize plan item name to specified locale.PlanItemInstanceQuery.onlyStages()
PlanItemInstanceQuery.or()
Begin an OR statement.PlanItemInstanceQuery.orderByCreateTime()
PlanItemInstanceQuery.orderByEndTime()
PlanItemInstanceQuery.orderByName()
PlanItemInstanceQuery.planItemDefinitionId
(String planItemDefinitionId) PlanItemInstanceQuery.planItemDefinitionType
(String planItemDefinitionType) PlanItemInstanceQuery.planItemDefinitionTypes
(List<String> planItemDefinitionType) PlanItemInstanceQuery.planItemInstanceCompletable()
PlanItemInstanceQuery.planItemInstanceCompletedAfter
(Date completedAfter) PlanItemInstanceQuery.planItemInstanceCompletedBefore
(Date completedBefore) PlanItemInstanceQuery.planItemInstanceCreatedAfter
(Date createdAfter) PlanItemInstanceQuery.planItemInstanceCreatedBefore
(Date createdBefore) PlanItemInstanceQuery.planItemInstanceElementId
(String elementId) PlanItemInstanceQuery.planItemInstanceEndedAfter
(Date endedAfter) PlanItemInstanceQuery.planItemInstanceEndedBefore
(Date endedBefore) PlanItemInstanceQuery.planItemInstanceEntryCriterionId
(String entryCriterionId) PlanItemInstanceQuery.planItemInstanceExitAfter
(Date exitAfter) PlanItemInstanceQuery.planItemInstanceExitBefore
(Date exitBefore) PlanItemInstanceQuery.planItemInstanceExitCriterionId
(String exitCriterionId) PlanItemInstanceQuery.planItemInstanceExtraValue
(String extraValue) PlanItemInstanceQuery.planItemInstanceFormKey
(String formKey) PlanItemInstanceQuery.planItemInstanceId
(String planItemInstanceId) PlanItemInstanceQuery.planItemInstanceLastAvailableAfter
(Date availableAfter) PlanItemInstanceQuery.planItemInstanceLastAvailableBefore
(Date availableBefore) PlanItemInstanceQuery.planItemInstanceLastDisabledAfter
(Date disabledAfter) PlanItemInstanceQuery.planItemInstanceLastDisabledBefore
(Date disabledBefore) PlanItemInstanceQuery.planItemInstanceLastEnabledAfter
(Date enabledAfter) PlanItemInstanceQuery.planItemInstanceLastEnabledBefore
(Date enabledBefore) PlanItemInstanceQuery.planItemInstanceLastStartedAfter
(Date startedAfter) PlanItemInstanceQuery.planItemInstanceLastStartedBefore
(Date startedBefore) PlanItemInstanceQuery.planItemInstanceLastSuspendedAfter
(Date suspendedAfter) PlanItemInstanceQuery.planItemInstanceLastSuspendedBefore
(Date suspendedBefore) PlanItemInstanceQuery.planItemInstanceLastUnavailableAfter
(Date unavailableAfter) PlanItemInstanceQuery.planItemInstanceLastUnavailableBefore
(Date unavailableBefore) PlanItemInstanceQuery.planItemInstanceName
(String name) PlanItemInstanceQuery.planItemInstanceOccurredAfter
(Date occurredAfter) PlanItemInstanceQuery.planItemInstanceOccurredBefore
(Date occurredBefore) PlanItemInstanceQuery.planItemInstanceReferenceId
(String referenceId) PlanItemInstanceQuery.planItemInstanceReferenceType
(String referenceType) PlanItemInstanceQuery.planItemInstanceStartUserId
(String startUserId) PlanItemInstanceQuery.planItemInstanceState
(String state) PlanItemInstanceQuery.planItemInstanceStateActive()
PlanItemInstanceQuery.planItemInstanceStateAsyncActive()
PlanItemInstanceQuery.planItemInstanceStateAsyncActiveLeave()
PlanItemInstanceQuery.planItemInstanceStateAvailable()
PlanItemInstanceQuery.planItemInstanceStateCompleted()
PlanItemInstanceQuery.planItemInstanceStateDisabled()
PlanItemInstanceQuery.planItemInstanceStateEnabled()
PlanItemInstanceQuery.planItemInstanceStateTerminated()
PlanItemInstanceQuery.planItemInstanceStateUnavailable()
PlanItemInstanceQuery.planItemInstanceStateWaitingForRepetition()
PlanItemInstanceQuery.planItemInstanceTenantId
(String tenantId) PlanItemInstanceQuery.planItemInstanceTerminatedAfter
(Date terminatedAfter) PlanItemInstanceQuery.planItemInstanceTerminatedBefore
(Date terminatedBefore) PlanItemInstanceQuery.planItemInstanceWithoutTenantId()
PlanItemInstanceQuery.stageInstanceId
(String stageInstanceId) PlanItemInstanceQuery.variableExists
(String name) Only select plan item instances which have a local variable with the given name.PlanItemInstanceQuery.variableNotExists
(String name) Only select plan item instances which don't have a local variable with the given name.PlanItemInstanceQuery.variableValueEquals
(Object value) Only select plan item instances which have at least one local variable with the given value.PlanItemInstanceQuery.variableValueEquals
(String name, Object value) Only select plan item instances which have a local variable with the given value.PlanItemInstanceQuery.variableValueEqualsIgnoreCase
(String name, String value) Only select plan item instances which have a local string variable with the given value, case insensitive.PlanItemInstanceQuery.variableValueGreaterThan
(String name, Object value) Only select plan item instances which have a local variable value greater than the passed value.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.variableValueLessThan
(String name, Object value) Only select plan item instances which have a local variable value less than the passed value.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.variableValueLike
(String name, String value) Only select plan item instances which have a local variable value like the given value.PlanItemInstanceQuery.variableValueLikeIgnoreCase
(String name, String value) Only select plan item instances which have a local variable value like the given value (case insensitive).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.variableValueNotEqualsIgnoreCase
(String name, String value) Only select plan item instances which have a local string variable which is not the given value, case insensitive.PlanItemInstanceQuery.withLocalizationFallback()
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.