- callbackId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set callback id of the newly created case instance.
- callbackType(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set callback type of the newly created case instance.
- CallbackTypes - Interface in org.flowable.cmmn.api
-
A callback type is set on an entity that needs to 'call back' to some other entity,
typically when the entity is completed or deleted.
- CandidateManager - Interface in org.flowable.cmmn.api
-
- CASE_ADHOC_CHILD - Static variable in interface org.flowable.cmmn.api.CallbackTypes
-
- CASE_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
-
- CASE_PAGE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
-
- CASE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
-
- CaseDefinition - Interface in org.flowable.cmmn.api.repository
-
- caseDefinitionCategory(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case definition category.
- caseDefinitionCategory(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionCategory(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionCategoryLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionCategoryNotEquals(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case definition identifier.
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
-
The id of the case definition from which the referenced plan item model should be taken as the model for the new plan item to be created dynamically.
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
-
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
-
- caseDefinitionIds(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case definition ids.
- caseDefinitionIds(Set<String>) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given key.
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionKeyLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionKeys(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given keys.
- caseDefinitionKeys(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionName(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case definition name.
- caseDefinitionName(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionName(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionNameLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionParentDeploymentId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
When looking up for a case definition by key it would first lookup for a case definition
within the given parent deployment.
- CaseDefinitionQuery - Interface in org.flowable.cmmn.api.repository
-
- caseDefinitionResourceName(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionResourceNameLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionTenantId(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionTenantIdLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionVersion(Integer) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case definition version.
- caseDefinitionVersion(Integer) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionVersion(Integer) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseDefinitionVersionGreaterThan(Integer) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionVersionLowerThan(Integer) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- caseDefinitionWithoutTenantId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- CaseInstance - Interface in org.flowable.cmmn.api.runtime
-
- CaseInstanceBatchMigrationResult - Class in org.flowable.cmmn.api.migration
-
- CaseInstanceBatchMigrationResult() - Constructor for class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
-
- CaseInstanceBuilder - Interface in org.flowable.cmmn.api.runtime
-
- caseInstanceBusinessKey(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given business key.
- caseInstanceBusinessKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceBusinessStatus(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given business status.
- caseInstanceBusinessStatus(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceCallbackId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that have the provided callback identifier.
- caseInstanceCallbackId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceCallbackType(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that have the provided callback type.
- caseInstanceCallbackType(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given identifier.
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables with the given case instance.
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set the id of the case instance
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
-
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
-
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
-
- caseInstanceIds(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with one the given identifiers.
- caseInstanceIds(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceIsCompleteable() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceLastReactivatedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceLastReactivatedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceLastReactivatedBy(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- CaseInstanceLifecycleListener - Interface in org.flowable.cmmn.api.listener
-
[Experimental]
An interface for listener implementations that get notified when the state of a case instance changes.
- caseInstanceMigrated(CaseInstance, CaseDefinition, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback
-
- CaseInstanceMigrationBuilder - Interface in org.flowable.cmmn.api.migration
-
- CaseInstanceMigrationCallback - Interface in org.flowable.cmmn.api.migration
-
- CaseInstanceMigrationDocument - Interface in org.flowable.cmmn.api.migration
-
- CaseInstanceMigrationDocumentBuilder - Interface in org.flowable.cmmn.api.migration
-
- CaseInstanceMigrationValidationResult - Class in org.flowable.cmmn.api.migration
-
- CaseInstanceMigrationValidationResult() - Constructor for class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
-
- caseInstanceNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances that have a name like (case insensitive) the given name.
- caseInstanceParentId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the parent identifier.
- caseInstanceParentId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- CaseInstanceQuery - Interface in org.flowable.cmmn.api.runtime
-
- caseInstanceReferenceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instance that have the provided reference identifier.
- caseInstanceReferenceId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceReferenceType(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instance that have the provided reference type.
- caseInstanceReferenceType(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceStartedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceStartedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceStartedBy(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- CaseInstanceState - Interface in org.flowable.cmmn.api.runtime
-
- caseInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that have the tenant identifier.
- caseInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceTenantIdLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- caseInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that have no tenant identifier.
- caseInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
- CaseReactivationBuilder - Interface in org.flowable.cmmn.api.reactivation
-
The case reactivation builder is used to create all the necessary and optional information for an archived / finished case to be reactivated.
- caseVariable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set the case variable that should be set as part of the change plan item state action.
- caseVariableExists(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable with the given name.
- caseVariableNotExists(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which don't have a global variable with the given name.
- caseVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set the case variable that should be set as part of the change plan item state action.
- caseVariableValueEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable with the given value.
- caseVariableValueEquals(Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have at least one global variable with the given value.
- caseVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global string variable with the given value, case insensitive.
- caseVariableValueGreaterThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value greater than the passed value.
- caseVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value greater than or equal to the passed value.
- caseVariableValueLessThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value less than the passed value.
- caseVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value less than or equal to the passed value.
- caseVariableValueLike(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value like the given value.
- caseVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable value like the given value (case insensitive).
- caseVariableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global variable with the given name, but with a different value than the passed value.
- caseVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a global string variable which is not the given value, case insensitive.
- category(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Gives the deployment the given category.
- changeDeploymentParentDeploymentId(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Changes the parent deployment id of a deployment.
- ChangePlanItemStateBuilder - Interface in org.flowable.cmmn.api.runtime
-
Helper for changing the state of a case instance.
- changeState() - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Changes the case instance state
- changeToAvailableStateByPlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set a plan item to available state by definition id.
- changeToAvailableStateByPlanItemDefinitionIds(List<String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set multiple plan items to available state by definition id.
- childInstanceTaskVariable(String, String, Object) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set the case variable that should be set as part of the change process or case task state action.
- childInstanceTaskVariables(String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set the case variable that should be set as part of the change process or case task state action.
- childTaskFormVariables(Map<String, Object>, FormInfo, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
The form variables that should be used when creating a new 'child entity'.
- childTaskVariable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Behaviors that create a new 'child entity' can take in specialized variables.
- childTaskVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
- claim(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Claim responsibility for a task: the given user is made assignee for the task.
- CLOSED - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
-
- CmmnChangeTenantIdEntityTypes - Interface in org.flowable.cmmn.api
-
- CmmnDeployment - Interface in org.flowable.cmmn.api.repository
-
- CmmnDeploymentBuilder - Interface in org.flowable.cmmn.api.repository
-
Builder for creating new deployments, similar to the bpmn deployment builder.
- CmmnDeploymentQuery - Interface in org.flowable.cmmn.api.repository
-
- CmmnEngineConfigurationApi - Interface in org.flowable.cmmn.api
-
- CmmnExternalWorkerTransitionBuilder - Interface in org.flowable.cmmn.api.runtime
-
- CmmnHistoryCleaningManager - Interface in org.flowable.cmmn.api
-
- CmmnHistoryService - Interface in org.flowable.cmmn.api
-
- CmmnManagementService - Interface in org.flowable.cmmn.api
-
- CmmnMigrationService - Interface in org.flowable.cmmn.api
-
Service to manager case instance migrations.
- CmmnRepositoryService - Interface in org.flowable.cmmn.api
-
- CmmnRuntimeService - Interface in org.flowable.cmmn.api
-
- CmmnTaskService - Interface in org.flowable.cmmn.api
-
- complete(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- complete(String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- complete(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- COMPLETE - Static variable in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
-
State when a plan item instance is completed and the aggregation needs to be prepared.
- complete() - Method in interface org.flowable.cmmn.api.runtime.CmmnExternalWorkerTransitionBuilder
-
- completeCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- COMPLETED - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
-
- COMPLETED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
-
- completedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
- completedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
- completeGenericEventListenerInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- completeStage() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Completes the plan item instance, which needs to be a stage instance.
- completeStagePlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- completeStagePlanItemInstance(String, boolean) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- completeTaskWithForm(String, String, String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- completeTaskWithForm(String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- completeTaskWithForm(String, String, String, Map<String, Object>, boolean) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- completeUserEventListenerInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createActivatePlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
-
- createActivatePlanItemDefinitionMappingFor(String, String, Map<String, Object>) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
-
- createBatchBuilder() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- createBatchCleaningQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryCleaningManager
-
- createBatchPartBuilder(Batch) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- createBatchPartQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new BatchPartQuery implementation, that can be used to dynamically query the batch parts.
- createBatchQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new BatchQuery implementation, that can be used to dynamically query the batches.
- createCaseDefinitionQuery() - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Query case definitions
- createCaseInstanceBuilder() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createCaseInstanceMigrationBuilder() - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- createCaseInstanceMigrationBuilderFromCaseInstanceMigrationDocument(CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- createCaseInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createCaseReactivationBuilder(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Creates a new case reactivation builder used to reactivate an archived / finished case with various options.
- createChangePlanItemStateBuilder() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createChangeTenantIdBuilder(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Create a
ChangeTenantIdBuilder that can be used to change the tenant id of the case instances
and all the related instances.
- createCmmnExternalWorkerTransitionBuilder(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- createdAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
- createdBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
- createDeadLetterJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new DeadLetterJobQuery implementation, that can be used to query the dead letter jobs.
- createDeployment() - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Starts creating a new deployment
- createDeploymentQuery() - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Query deployments
- createEventSubscriptionQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createExternalWorkerJobAcquireBuilder() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- createExternalWorkerJobFailureBuilder(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- createExternalWorkerJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new ExternalWorkerJobQuery implementation, that can be used to dynamically query the external worker jobs.
- createGenericEventListenerInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createHistoricCaseInstanceCleaningQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryCleaningManager
-
- createHistoricCaseInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoricMilestoneInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoricPlanItemInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoricTaskInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoricTaskLogEntryBuilder(TaskInfo) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Create new task log entry builder to the log task event
- createHistoricTaskLogEntryBuilder() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Create new task log entry builder to the log task event without predefined values from the task
- createHistoricTaskLogEntryQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoricVariableInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createHistoryJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new HistoryJobQuery implementation, that can be used to dynamically query the history jobs.
- createInCase(String) - Method in interface org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
-
Create the newly setup plan item, add it to the parent running case instance and plan it for activation and further processing in the case engine.
- createInjectedPlanItemInstanceBuilder() - Method in interface org.flowable.cmmn.api.DynamicCmmnService
-
Creates a new builder to dynamically create a new plan item and inject it into a running stage or case instance.
- createInStage(String) - Method in interface org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
-
Create the newly setup plan item, add it to the parent running stage and plan it for activation and further processing in the case engine.
- createJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new JobQuery implementation, that can be used to query the jobs.
- createMilestoneInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createMoveToAvailablePlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
-
- createNativeHistoricTaskLogEntryQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- createPlanItemInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createPlanItemInstanceTransitionBuilder(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createSignalEventListenerInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- createSuspendedJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new SuspendedJobQuery implementation, that can be used to query the suspended jobs.
- createTaskBuilder() - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Create a builder for the task
- createTaskQuery() - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- createTerminatePlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
-
- createTimerJobQuery() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a new TimerJobQuery implementation, that can be used to query the timer jobs.
- createUserEventListenerInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- current - Variable in class org.flowable.cmmn.api.StageResponse
-
- DEADLETTER_JOBS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
-
- DECISION_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
-
- DecisionTableVariableManager - Interface in org.flowable.cmmn.api
-
- DelegatePlanItemInstance - Interface in org.flowable.cmmn.api.delegate
-
- delegateTask(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Delegates the task to another user.
- deleteBatch(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
- deleteCandidateStarterGroup(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Removes the authorization of a candidate group for a case definition.
- deleteCandidateStarterUser(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Removes the authorization of a candidate user for a case definition.
- deleteCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- deleteDeadLetterJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Delete the dead letter job with the provided id.
- deleteDeployment(String, boolean) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Deletes the given deployment and cascade deletion to case instances, history case instances and jobs.
- deleteGroupIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Removes the association between a group and a process instance for the given identityLinkType.
- deleteGroupIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes the association between a group and a task for the given identityLinkType.
- deleteHistoricCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- deleteHistoricTaskInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Deletes historic task instance.
- deleteHistoricTaskLogEntry(long) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Deletes user task log entry by its log number
- deleteHistoryJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Delete the history job with the provided id.
- deleteJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Delete the job with the provided id.
- deleteSuspendedJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Delete the suspended job with the provided id.
- deleteTask(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes the given task, not deleting historic information that is related to this task.
- deleteTask(String, boolean) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes the given task.
- deleteTask(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes the given task, not deleting historic information that is related to this task..
- deleteTasks(Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes all tasks of the given collection, not deleting historic information that is related to these tasks.
- deleteTasks(Collection<String>, boolean) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes all tasks of the given collection.
- deleteTasks(Collection<String>, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Deletes all tasks of the given collection, not deleting historic information that is related to these tasks.
- deleteTimerJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Delete the timer job with the provided id.
- deleteUserIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Removes the association between a user and a process instance for the given identityLinkType.
- deleteUserIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes the association between a user and a task for the given identityLinkType.
- deploy() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Deploys all provided sources to the CMMN engine.
- deploymentCategory(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryNotEquals(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments that have a different category then the given one.
- deploymentId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are defined by a case definition with the given deployment identifier.
- deploymentId(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- deploymentId(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentIds(List<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are defined by a case definition with one of the given deployment identifiers.
- deploymentIds(Set<String>) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
- deploymentIds(List<String>) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given deployment ids.
- deploymentKey(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given key.
- deploymentName(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given name.
- deploymentNameLike(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with a name like the given string.
- deploymentTenantId(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments that do not have a tenant id.
- derivedCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
- disable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Disables a manually activated plan item instance.
- DISABLED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
-
- disablePlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
- disableSchemaValidation() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
If called, no XML schema validation against the BPMN 2.0 XSD.
- DynamicCmmnService - Interface in org.flowable.cmmn.api
-
An API to manipulate running CMMN based case instances or plan items.
- GENERIC_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
-
- GenericEventListenerInstance - Interface in org.flowable.cmmn.api.runtime
-
- GenericEventListenerInstanceQuery - Interface in org.flowable.cmmn.api.runtime
-
- getActivatePlanItemDefinitionMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getBusinessKey() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getBusinessKey() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getBusinessKey() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getBusinessStatus() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getBusinessStatus() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getBusinessStatus() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCallbackId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCallbackId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCallbackId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCallbackType() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCallbackType() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCallbackType() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Returns the
CaseDefinition including all CMMN information like additional Properties (e.g.
- getCaseDefinitionDeploymentId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseDefinitionDeploymentId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCaseDefinitionName() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseDefinitionName() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCaseDefinitionParentDeploymentId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getCaseDiagram(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getCaseInstanceMigrationDocument() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Builds a CaseInstanceMigrationDocument
- getCaseInstanceVariables() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getCaseVariables() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getCaseVariables() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
Returns the case variables if requested in the case instance query
- getCategory() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
category name which is derived from the targetNamespace attribute in the definitions element
- getCmmnHistoryService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCmmnManagementService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCmmnMigrationService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCmmnModel(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Gives access to a deployed case model, e.g., a CMMN 1.1 XML file, through a stream of bytes.
- getCmmnRepositoryService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCmmnRuntimeService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCmmnTaskService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getCompletedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getCompletedTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getCreateTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getCreateTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getCurrentFlowableListener() - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
- getCurrentLifecycleListener() - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
- getDeadLetterJobExceptionStacktrace(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns the full stacktrace of the exception that occurs when the deadletter job with the given id was last executed.
- getDecisionsForCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Retrieves the
DmnDecisions associated with the given case definition.
- getDecisionTablesForCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
- getDefinition() - Method in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
-
- getDeploymentId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
The deployment in which this case definition is contained.
- getDeploymentResourceNames(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Retrieves a list of deployment resources for the given deployment, ordered alphabetically.
- getDerivedCaseDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getDerivedCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getDescription() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
description of this case definition
- getDiagramResourceName() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
The resource name in the deployment of the diagram image (if any).
- getDynamicCmmnService() - Method in interface org.flowable.cmmn.api.CmmnEngineConfigurationApi
-
- getElementId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getElementId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getEndedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getEndedTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getEndTime() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getEndTime() - Method in class org.flowable.cmmn.api.StageResponse
-
- getEntity() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStartedEvent
-
- getEntityLinkChildrenForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
EntityLinks associated with the given case instance.
- getEntityLinkChildrenWithSameRootAsCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves all the
EntityLinks associated with the same root as the given case instance.
- getEntityLinkParentsForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
EntityLinks where the given case instance is referenced.
- getEntryCriterionId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getEntryCriterionId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getExitCriterionId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getExitCriterionId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getExitTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getExitTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getExternalWorkerJobErrorDetails(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns the full error details that were passed to the External worker
Job when the job was last failed.
- getExtraValue() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getExtraValue() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getFormDefinitionsForCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Retrieves the
FormDefinitions associated with the given case definition.
- getFormKey() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getFormKey() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getGroupsForCandidateUser(String) - Method in interface org.flowable.cmmn.api.CandidateManager
-
- getHistoricEntityLinkChildrenForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- getHistoricEntityLinkChildrenWithSameRootAsCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves all the
HistoricEntityLinks associated with same root as the given case instance.
- getHistoricEntityLinkParentsForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
- getHistoricIdentityLinksForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the HistoricIdentityLinks associated with the given case instance.
- getHistoricIdentityLinksForPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the HistoricIdentityLinks associated with the given plan item instance.
- getHistoricIdentityLinksForTask(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the HistoricIdentityLinks associated with the given task.
- getHistoryJobHistoryJson(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Get the advanced configuration (storing the history json data) of a
HistoryJob.
- getId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
unique identifier
- getId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getId() - Method in class org.flowable.cmmn.api.StageResponse
-
- getIdentityLinksForCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Retrieves the IdentityLinks associated with the given case definition.
- getIdentityLinksForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the IdentityLinks associated with the given case instance.
- getIdentityLinksForPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the IdentityLinks associated with the given plan item instance.
- getIdentityLinksForTask(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Retrieves the IdentityLinks associated with the given task.
- getJobExceptionStacktrace(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns the full stacktrace of the exception that occurs when the job with the given id was last executed.
- getKey() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
unique name for all versions of this case definition
- getLastAvailableTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastAvailableTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastDisabledTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastDisabledTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastEnabledTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastEnabledTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastReactivationTime() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getLastReactivationTime() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getLastReactivationUserId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getLastReactivationUserId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getLastStartedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastStartedTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastSuspendedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastSuspendedTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastUnavailableTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLastUnavailableTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getLastUpdatedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getLocalVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
The local variable value.
- getLocalVariableInstance(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
The local variable.
- getLocalVariableInstances(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
All variable values that are defined in the plan item instance scope, without taking outer scopes into account.
- getLocalVariables(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
All variable values that are defined in the plan item instance scope, without taking outer scopes into account.
- getMigrateToCaseDefinitionId() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getMigrateToCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getMigrateToCaseDefinitionTenantId() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getMigrateToCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getMoveToAvailablePlanItemDefinitionMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getName() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getName() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getName() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getName() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
label used for display purposes
- getName() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getName() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getName() - Method in class org.flowable.cmmn.api.StageResponse
-
- getNewAssignee() - Method in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
-
- getOccurredTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getOccurredTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getOutcome() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getOverrideDefinitionTenantId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getParentDeploymentId() - Method in interface org.flowable.cmmn.api.repository.CmmnDeployment
-
- getParentId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getParentId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getParentId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getPlanItem() - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
- getPlanItem() - Method in interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
-
- getPlanItemDefinition() - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
- getPlanItemDefinition() - Method in interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
-
- getPlanItemDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getPlanItemDefinitionId() - Method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
-
- getPlanItemDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getPlanItemDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getPlanItemDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getPlanItemDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getPlanItemDefinitionType() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getPlanItemDefinitionType() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getPlanItemLocalVariables() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getPredefinedCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getReferenceId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getReferenceId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getReferenceId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getReferenceId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getReferenceId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getReferenceType() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getReferenceType() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getReferenceType() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getReferenceType() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getReferenceType() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getResourceAsStream(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Gives access to a deployment resource through a stream of bytes.
- getResourceName() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
- getResultsOfBatchCaseInstanceMigration(String) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- getSourceState() - Method in interface org.flowable.cmmn.api.listener.CaseInstanceLifecycleListener
-
- getSourceState() - Method in interface org.flowable.cmmn.api.listener.PlanItemInstanceLifecycleListener
-
- getStageInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getStageInstanceId() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getStageInstanceId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getStageInstanceId() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getStageInstanceId() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getStageOverview(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Gives back a stage overview of the historic case instance which includes the stage information of the case model.
- getStageOverview(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Gives back a stage overview of the case instance which includes the stage information of the case model.
- getStartFormModel(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Gets a Form model instance of the start form of a specific case definition or case instance
- getStartFormVariables() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getStartTime() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getStartTime() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getStartTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getStartUserId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getStartUserId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getStartUserId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getStartUserId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getState() - Method in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
-
- getState() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getState() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getState() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getState() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstance
-
- getState() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getState() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstance
-
- getState() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstance
-
- getSubTasks(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The list of subtasks for this parent task
- getSuspendedJobExceptionStacktrace(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns the full stacktrace of the exception that occurs when the suspended with the given id was last executed.
- getTableCounts() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns a map containing {tableName, rowCount} values.
- getTableNames() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns all relational database tables of the engine.
- getTargetState() - Method in interface org.flowable.cmmn.api.listener.CaseInstanceLifecycleListener
-
- getTargetState() - Method in interface org.flowable.cmmn.api.listener.PlanItemInstanceLifecycleListener
-
- getTaskFormModel(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- getTaskFormModel(String, boolean) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
- getTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
- getTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getTenantId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
The tenant identifier of this case definition
- getTenantId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
- getTenantId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getTenantId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getTenantId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getTerminatedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
- getTerminatedTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
- getTerminatePlanItemDefinitionMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
-
- getTimerJobExceptionStacktrace(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Returns the full stacktrace of the exception that occurs when the timer job with the given id was last executed.
- getTimeStamp() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
-
- getTimeStamp() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstance
-
- getTransientVariables() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getValidationMessages() - Method in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
-
- getVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
The variable value.
- getVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariable(String, String, Class<T>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariableInstance(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
The variable.
- getVariableInstance(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The variable.
- getVariableInstanceLocal(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The variable for a task.
- getVariableInstances(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
All variables visible from the given case instance scope.
- getVariableInstances(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
All variables visible from the given task scope (including parent scopes).
- getVariableInstances(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The variable values for all given variableNames, takes all variables into account which are visible from the given task scope (including parent scopes).
- getVariableInstancesLocal(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
All variable values that are defined in the task scope, without taking outer scopes into account.
- getVariableInstancesLocal(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The variable values for all given variableNames that are defined in the given task's scope.
- getVariableInstancesLocalByTaskIds(Set<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get all variables and search only in the task scope.
- getVariableLocal(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariableLocal(String, String, Class<T>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariables(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
All variables visible from the given case instance scope.
- getVariables(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get all variables and search in the task scope and if available also the execution scopes.
- getVariables(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get values for all given variableNames and search only in the task scope.
- getVariables() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- getVariablesLocal(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get all variables and search only in the task scope.
- getVariablesLocal(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
get a variable on a task
- getVersion() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
version of this case definition
- getWithLocalVariables() - Method in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
-
- validateMigration(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Validates this case instance migration instructions for a given case instance identified by its caseInstanceId
- validateMigrationForCaseInstance(String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- validateMigrationForCaseInstancesOfCaseDefinition(String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- validateMigrationForCaseInstancesOfCaseDefinition(String, int, String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
-
- validateMigrationOfCaseInstances(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Validates this case instance migration instruction for each case instance of a given case definition identified by the case definition id.
- validateMigrationOfCaseInstances(String, int, String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Validates this case instance migration instruction for each case instance of a given case definition identified by the case definition key and version (optional tenantId).
- validationMessages - Variable in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
-
- variable(String, Object) - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Adds a variable to be added to the case before triggering the reactivation event.
- variable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- variable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CmmnExternalWorkerTransitionBuilder
-
- variable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Sets a variable before the transition is executed.
- VARIABLE_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
-
- variableExists(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which have a variable with the given name.
- variableExists(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a variable with the given name.
- variableExists(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable with the given name.
- variableName(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables with the given variable name.
- variableNameLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables where the given variable name is like.
- variableNotExists(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which does not have a variable with the given name.
- variableNotExists(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which don't have a variable with the given name.
- variableNotExists(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which don't have a local variable with the given name.
- variables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Adds the map of variables to the case before triggering the reactivation event.
- variables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
- variables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CmmnExternalWorkerTransitionBuilder
-
- variables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
- variableValueEquals(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had a global variable with the given value when they ended.
- variableValueEquals(Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had at least one global variable with the given value when they ended.
- variableValueEquals(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
only select historic variables with the given name and value
- variableValueEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable with the given value.
- variableValueEquals(Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have at least one global variable with the given value.
- variableValueEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable with the given value.
- variableValueEquals(Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have at least one local variable with the given value.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances which have a string variable with the given value, case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a local string variable with the given value, case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local string variable with the given value, case insensitive.
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had a global variable value greater than the passed value when they ended.
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a variable value greater than the passed value.
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value greater than the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had a global variable value greater than or equal to the passed value when they ended.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable value greater than or equal to the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value greater than or equal to the passed value.
- variableValueLessThan(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had a global variable value less than the passed value when the ended.
- variableValueLessThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable value less than the passed value.
- variableValueLessThan(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value less than the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which has a global variable value less than or equal to the passed value when they ended.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable value less than or equal to the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value less than or equal to the passed value.
- variableValueLike(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had global variable value like the given value when they ended.
- variableValueLike(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
only select historic variables like the given name and value
- variableValueLike(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable value like the given value.
- variableValueLike(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value like the given value.
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had global variable value like (case insensitive) the given value when they ended.
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
only select historic variables like the given name and value (case insensitive)
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable value like the given value (case insensitive).
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable value like the given value (case insensitive).
- variableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select case instances which had a global variable with the given name, but with a different value than the passed value when they ended.
- variableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
only select historic variables that don't have the given name and value
- variableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a global variable with the given name, but with a different value than the passed value.
- variableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local variable with the given name, but with a different value than the passed value.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Only select case instances which have a local string variable which is not the given value, case insensitive.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Only select plan item instances which have a local string variable which is not the given value, case insensitive.