Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activatePlanItemDefinition(ActivatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Activate a plan item by definition mapping.
- activatePlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Activate a plan item by definition id.
- activatePlanItemDefinitionIds(List<String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Activate multiple plan items by definition id.
- ActivatePlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- ActivatePlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- ActivatePlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- ActivatePlanItemDefinitionMapping(String, String, String, Map<String, Object>) - Constructor for class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- ActivatePlanItemDefinitionMapping(String, String, Map<String, Object>) - Constructor for class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- activatePlanItemDefinitions(List<ActivatePlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Activate multiple plan items by definition mapping.
- activateTask(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Activates the task.
- ACTIVE - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- ACTIVE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- ACTIVE_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- activePlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with an active plan item definition id equal to the provided definition id.
- activePlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with an active plan item definition id equal to the provided definition id.
- activePlanItemDefinitionIds(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with an active plan item definition id equal to one of the provided definition ids.
- activePlanItemDefinitionIds(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with an active plan item definition id equal to one of the provided definition ids.
- addActivatePlanItemDefinitionMapping(ActivatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds an activate plan item definition mapping to the case instance migration plan.
- addActivatePlanItemDefinitionMapping(ActivatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addActivatePlanItemDefinitionMappings(List<ActivatePlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addBytes(String, byte[]) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
- addCandidateStarterGroup(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Authorizes a candidate group for a case definition.
- addCandidateStarterUser(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Authorizes a candidate user for a case definition.
- addCaseInstanceVariable(String, Object) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addCaseInstanceVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a mapping for a plan item definition id to a new plan item id and definition id to change the plan item id.
- addChangePlanItemDefinitionWithNewTargetIdsMapping(ChangePlanItemDefinitionWithNewTargetIdsMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemDefinitionWithNewTargetIdsMappings(List<ChangePlanItemDefinitionWithNewTargetIdsMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemIdMapping(ChangePlanItemIdMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a mapping for a plan item id to new plan item id.
- addChangePlanItemIdMapping(ChangePlanItemIdMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemIdMappings(List<ChangePlanItemIdMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemIdWithDefinitionIdMapping(ChangePlanItemIdWithDefinitionIdMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a mapping for a plan item definition id to a new plan item definition id to change the plan item id.
- addChangePlanItemIdWithDefinitionIdMapping(ChangePlanItemIdWithDefinitionIdMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addChangePlanItemIdWithDefinitionIdMappings(List<ChangePlanItemIdWithDefinitionIdMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addClasspathResource(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Adds a specific correlation parameter value for the subscription, which means this value needs to exactly match the event payload in order to trigger the case start (along with all registered correlation parameter values of course).
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionDeletionBuilder
-
Adds a specific correlation parameter value for the subscription to be deleted.
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Adds a specific correlation parameter value for the subscription to be modified.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Registers a list of correlation parameter values for the subscription.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionDeletionBuilder
-
Registers a list of correlation parameter values for the subscription(s) to be deleted.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Registers a list of correlation parameter values for the subscription(s) to be modified.
- addEventListener(FlowableEventListener) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Adds an event-listener which will be notified of ALL events by the dispatcher.
- addEventListener(FlowableEventListener, FlowableEngineEventType...) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Adds an event-listener which will only be notified when an event occurs, which type is in the given types.
- addGroupIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Involves a group with a case instance.
- addGroupIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Involves a group with a task.
- addInputStream(String, InputStream) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
- addMigrationPart(CaseInstanceBatchMigrationPartResult) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- addMoveToAvailablePlanItemDefinitionMapping(MoveToAvailablePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a move to available plan item definition mapping to the case instance migration plan.
- addMoveToAvailablePlanItemDefinitionMapping(MoveToAvailablePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addMoveToAvailablePlanItemDefinitionMappings(List<MoveToAvailablePlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addRemoveWaitingForRepetitionPlanItemDefinitionMapping(RemoveWaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addRemoveWaitingForRepetitionPlanItemDefinitionMappings(List<RemoveWaitingForRepetitionPlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addString(String, String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
- addTerminatedPlanItemInstanceForPlanItemDefinition(String) - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Adds a plan item instance for a new plan item definition.
- addTerminatePlanItemDefinitionMapping(TerminatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a terminate plan item definition mapping to the case instance migration plan.
- addTerminatePlanItemDefinitionMapping(TerminatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addTerminatePlanItemDefinitionMappings(List<TerminatePlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addUserIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Involves a user with a case instance.
- addUserIdentityLink(String, String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Involves a user with a task.
- addValidationMessage(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
- addValidationResult(CaseInstanceMigrationValidationResult) - Method in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
- addWaitingForRepetitionPlanItemDefinition(WaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add waiting for repetition to a plan item by definition mapping.
- addWaitingForRepetitionPlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add waiting for repetition to a plan item by definition id.
- addWaitingForRepetitionPlanItemDefinitionIds(List<String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add multiple waiting for repetitions to a plan item by definition id.
- addWaitingForRepetitionPlanItemDefinitionMapping(WaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Adds a waiting for repetition plan item definition mapping to the case instance migration plan.
- addWaitingForRepetitionPlanItemDefinitionMapping(WaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addWaitingForRepetitionPlanItemDefinitionMappings(List<WaitingForRepetitionPlanItemDefinitionMapping>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- addZipInputStream(ZipInputStream) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
- afterExecution(DelegatePlanItemInstance, Map<String, Object>) - Method in interface org.flowable.cmmn.api.delegate.MapBasedFlowablePlanItemFutureJavaDelegate
- afterExecution(DelegatePlanItemInstance, Output) - Method in interface org.flowable.cmmn.api.delegate.FlowablePlanItemFutureJavaDelegate
-
Method invoked with the result from
FlowablePlanItemFutureJavaDelegate.execute(Object)
. - afterExecution(DelegatePlanItemInstance, Output) - Method in interface org.flowable.cmmn.api.delegate.PlanItemFutureJavaDelegate
-
Method invoked with the result from
PlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance, AsyncTaskInvoker)
. - aggregateMultiVariables(DelegatePlanItemInstance, List<? extends VariableInstance>, PlanItemVariableAggregatorContext) - Method in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregator
-
Aggregated the provided variable instances into one variable value.
- aggregateSingleVariable(DelegatePlanItemInstance, PlanItemVariableAggregatorContext) - Method in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregator
-
Create a single variable value based on the provided aggregation definition.
- allMigrationParts - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- asJsonString() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- asJsonString() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument
- assignee(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set the assignee of the case to be created to the given user id.
- ASYNC_ACTIVE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- ASYNC_ACTIVE_LEAVE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
-
Non-spec state, indicating the plan item instance is scheduled to move from active to a terminal state asynchronously.
- AVAILABLE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
B
- batchId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- batchId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- batchMigrateCaseInstances(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Starts the case instance migration for all case instances of a given case definition identified by the case definition id.
- batchMigrateCaseInstances(String, int, String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Asynchronously starts the case instance migration for each case instances of a given case definition identified by the case definition key and version (optional tenantId).
- batchMigrateCaseInstancesOfCaseDefinition(String, int, String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- batchMigrateCaseInstancesOfCaseDefinition(String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- batchMigrateHistoricCaseInstances(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Starts the case instance migration for all case instances of a given case definition identified by the case definition id.
- batchMigrateHistoricCaseInstances(String, int, String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Asynchronously starts the case instance migration for each case instances of a given case definition identified by the case definition key and version (optional tenantId).
- batchMigrateHistoricCaseInstancesOfCaseDefinition(String, int, String, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- batchMigrateHistoricCaseInstancesOfCaseDefinition(String, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- build() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- build() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocumentBuilder
- bulkDeleteCaseInstances(Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- bulkDeleteHistoricCaseInstances(Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
- bulkMoveDeadLetterJobs(Collection<String>, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a bulk of jobs that are in the dead letter job table back to the executable job table, and resets the retries (as the retries was 0 when it was put into the dead letter job table).
- bulkMoveDeadLetterJobsToHistoryJobs(Collection<String>, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a bulk of jobs that are in the dead letter job table back to be history jobs, and resets the retries (as the retries was 0 when it was put into the dead letter job table).
- bulkSaveTasks(Collection<Task>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- bulkTerminateCaseInstances(Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- businessKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- businessStatus(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
C
- 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.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a case definition category like the given value.
- caseDefinitionCategoryLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- caseDefinitionCategoryLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseDefinitionCategoryLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a case definition category like the given value, ignoring upper/lower case.
- caseDefinitionCategoryLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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
-
Set the case definition to be used for creating a new case instance by its id.
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionDeletionBuilder
-
Set the case definition using its specific id the manually created subscription is based on.
- caseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Set the case definition using its specific id the manually created subscription is based on.
- 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
- caseDefinitionIds(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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
-
Set the case definition to be used for creating a new case instance by its key.
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseDefinitionKey(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Set the case definition to be started using a manually added subscription by its key.
- caseDefinitionKeyLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a definition key like the given value.
- caseDefinitionKeyLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- caseDefinitionKeyLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a definition key like the given value, ignoring upper/lower case.
- caseDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a case definition name like the given value.
- caseDefinitionNameLike(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- caseDefinitionNameLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a case definition name like the given value, ignoring upper/lower case.
- caseDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- caseDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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
- CaseInstanceBatchMigrationPartResult - Class in org.flowable.cmmn.api.migration
- CaseInstanceBatchMigrationPartResult() - Constructor for class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- 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
- caseInstanceBusinessKeyLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a business key like the given value.
- caseInstanceBusinessKeyLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a business key like the given value, ignoring upper/lower case.
- caseInstanceBusinessKeyLikeIgnoreCase(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
- caseInstanceBusinessStatusLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a business status like the given value.
- caseInstanceBusinessStatusLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseInstanceBusinessStatusLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a business status like the given value, ignoring upper/lower case.
- caseInstanceBusinessStatusLikeIgnoreCase(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 - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- 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
- caseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic variables with the given case instance.
- 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
- caseInstanceName(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given name.
- caseInstanceName(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseInstanceNameLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances like the given name.
- caseInstanceNameLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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.
- caseInstanceNameLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- 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
- caseInstanceParentScopeId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case instance parent scope id.
- caseInstanceParentScopeId(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
- caseInstanceRootScopeId(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with the given case instance root scope id.
- caseInstanceRootScopeId(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
- CaseInstanceStartEventSubscriptionBuilder - Interface in org.flowable.cmmn.api.runtime
-
A builder API to create an event subscription to start an event-based case instance whenever an event with a very specific combination of correlation values occurs.
- CaseInstanceStartEventSubscriptionDeletionBuilder - Interface in org.flowable.cmmn.api.runtime
-
A builder API to delete a manually created case start event subscription which was created and registered using the
CmmnRuntimeService.createCaseInstanceStartEventSubscriptionBuilder()
builder API. - CaseInstanceStartEventSubscriptionModificationBuilder - Interface in org.flowable.cmmn.api.runtime
-
A builder API to modify a manually created case start event subscription which was created and registered using the
CmmnRuntimeService.createCaseInstanceStartEventSubscriptionBuilder()
builder API. - caseInstanceState(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.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a tenant identifier like the given value.
- caseInstanceTenantIdLike(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- caseInstanceTenantIdLikeIgnoreCase(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances with a tenant identifier like the given value, ignoring upper/lower case.
- caseInstanceTenantIdLikeIgnoreCase(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(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.
- 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.
- 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.
- changePlanItemDefinitionWithNewTargetIds(String, String, String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add plan item id mapping with definition id.
- ChangePlanItemDefinitionWithNewTargetIdsMapping - Class in org.flowable.cmmn.api.migration
- ChangePlanItemDefinitionWithNewTargetIdsMapping(String, String, String) - Constructor for class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- changePlanItemId(String, String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add plan item id mapping.
- ChangePlanItemIdMapping - Class in org.flowable.cmmn.api.migration
- ChangePlanItemIdMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- changePlanItemIds(Map<String, String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add plan item id mapping.
- changePlanItemIdsWithDefinitionId(Map<String, String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add plan item id mapping with definition id.
- changePlanItemIdWithDefinitionId(String, String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Add plan item id mapping with definition id.
- ChangePlanItemIdWithDefinitionIdMapping - Class in org.flowable.cmmn.api.migration
- ChangePlanItemIdWithDefinitionIdMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- 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
- changeToAvailableStateByPlanItemDefinition(MoveToAvailablePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Set a plan item to available state by definition mapping.
- 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
-
Allows programmatic querying of
CmmnDeployment
s. - 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() - Method in interface org.flowable.cmmn.api.runtime.CmmnExternalWorkerTransitionBuilder
- complete(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- complete(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- complete(String, String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- complete(String, String, Map<String, Object>, Map<String, Object>) - 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.
- 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, String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- completeTaskWithForm(String, String, String, String, Map<String, Object>, boolean) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- completeTaskWithForm(String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- completeTaskWithForm(String, String, String, 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
- completeTaskWithForm(String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- completeTime - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- completeUserEventListenerInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- condition - Variable in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- createActivatePlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- createActivatePlanItemDefinitionMappingFor(String, 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
- createCaseInstanceStartEventSubscriptionBuilder() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Creates a new event subscription builder to register a subscription to start a new case instance based on an event with a particular set of correlation parameter values.
- createCaseInstanceStartEventSubscriptionDeletionBuilder() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Creates a new event subscription deletion builder to delete one or more previously registered case start event subscriptions based on a particular case definition and with an optional combination of correlation parameter values.
- createCaseInstanceStartEventSubscriptionModificationBuilder() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Creates a new event subscription modification builder to modify one or more previously registered case start event subscriptions based on a particular case definition and with an optional combination of correlation parameter values.
- 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
-
Create a
ChangePlanItemStateBuilder
, that allows to set various options for changing the state of a case instance. - 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
-
Create a
CmmnExternalWorkerTransitionBuilder
that can be used to transition the status of the external worker job. - 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
-
Creates a new
EventSubscriptionQuery
instance, that can be used to query the event subscriptions. - createExternalWorkerJobAcquireBuilder() - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Create an
ExternalWorkerJobAcquireBuilder
that can be used to acquire jobs for an external worker. - createExternalWorkerJobFailureBuilder(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Create an
ExternalWorkerJobFailureBuilder
that can be used to fail an external worker job. - 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
- createHistoricCaseInstanceMigrationBuilder() - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- createHistoricCaseInstanceMigrationBuilderFromHistoricCaseInstanceMigrationDocument(HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- 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() - 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
- createHistoricTaskLogEntryBuilder(TaskInfo) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Create new task log entry builder to the log task event
- createHistoricTaskLogEntryQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Returns a new
HistoricTaskLogEntryQuery
that can be used to dynamically query task log entries. - 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
- createMoveToAvailablePlanItemDefinitionMappingFor(String, String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- createMoveToAvailablePlanItemDefinitionMappingFor(String, Map<String, Object>) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- createNativeHistoricTaskLogEntryQuery() - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Returns a new
NativeHistoricTaskLogEntryQuery
forHistoricTaskLogEntry
s. - createPlanItemInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- createPlanItemInstanceTransitionBuilder(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- createRemoveWaitingForRepetitionPlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- createRemoveWaitingForRepetitionPlanItemDefinitionMappingFor(String, String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- 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
- createTaskCompletionBuilder() - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Create a completion 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
- createTerminatePlanItemDefinitionMappingFor(String, 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
- createVariableInstanceQuery() - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- createWaitingForRepetitionPlanItemDefinitionMappingFor(String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- createWaitingForRepetitionPlanItemDefinitionMappingFor(String, String) - Static method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- current - Variable in class org.flowable.cmmn.api.StageResponse
D
- 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 case 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.
- deleteSubscriptions() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionDeletionBuilder
-
Deletes all the matching event subscriptions.
- 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 case 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(List<String>) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with the given deployment ids.
- deploymentIds(Set<String>) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- 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.
- dispatchEvent(FlowableEvent) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Dispatches the given event to any listeners that are registered.
- doNotUpdateToLatestVersionAutomatically() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Mark the subscription to not use the latest case definition automatically, should there be a new version deployed after the subscription was created.
- DynamicCmmnService - Interface in org.flowable.cmmn.api
-
An API to manipulate running CMMN based case instances or plan items.
E
- elementId(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- elementId(String) - Method in interface org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
-
The id of the referenced element within the case model to be used as the base line for the new dynamic plan item to be created.
- elementId(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- elementId(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- enable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Enables a manually activated plan item instance.
- ENABLED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- enableDuplicateFiltering() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
If set, this deployment will be compared to any previous deployment.
- enablePlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- END_STATES - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- END_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- ended - Variable in class org.flowable.cmmn.api.StageResponse
- ended() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- ended() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- endedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- endedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- ENDING_STATE_COMPLETED - Static variable in interface org.flowable.cmmn.api.event.FlowableCaseEndedEvent
- ENDING_STATE_COMPLETED - Static variable in interface org.flowable.cmmn.api.event.FlowableCaseStageEndedEvent
- ENDING_STATE_TERMINATED - Static variable in interface org.flowable.cmmn.api.event.FlowableCaseEndedEvent
- ENDING_STATE_TERMINATED - Static variable in interface org.flowable.cmmn.api.event.FlowableCaseStageEndedEvent
- endOr() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
End an OR statement.
- endOr() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
End an OR statement.
- endOr() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
End an OR statement.
- endTime - Variable in class org.flowable.cmmn.api.StageResponse
- EVALUATE_ENTRY_CRITERIA_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- EVALUATE_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- evaluateCriteria(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- EVENT_SUBSCRIPTIONS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- excludeLocalVariables() - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic process variables which were not set local.
- excludeLocalVariables() - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic process variables which were not set local.
- excludeTaskVariables() - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables which were not set task-local.
- excludeTaskVariables() - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic variables which were not set task-local.
- excludeVariableInitialization() - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Don't initialize variable values.
- excludeVariableInitialization() - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Don't initialize variable values.
- execute(Input) - Method in interface org.flowable.cmmn.api.delegate.FlowablePlanItemFutureJavaDelegate
-
Perform the actual execution of the delegate in another thread.
- execute(DelegatePlanItemInstance) - Method in interface org.flowable.cmmn.api.delegate.PlanItemJavaDelegate
- execute(DelegatePlanItemInstance, AsyncTaskInvoker) - Method in interface org.flowable.cmmn.api.delegate.FlowablePlanItemFutureJavaDelegate
- execute(DelegatePlanItemInstance, AsyncTaskInvoker) - Method in interface org.flowable.cmmn.api.delegate.PlanItemFutureJavaDelegate
-
Perform the execution of the delegate, potentially on another thread.
- executeHistoryJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Forced synchronous execution of a historyJob (eg. for administration or testing).
- executeJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Forced synchronous execution of a job (eg. for administration or testing).
- EXECUTION_CHILD_CASE - Static variable in interface org.flowable.cmmn.api.CallbackTypes
-
Child case instance of a process instance
- existingPlanItemDefinitionId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- existingPlanItemDefinitionId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- existingPlanItemId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- exitAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- exitBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- EXTERNAL_WORKER_JOBS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- EXTERNAL_WORKER_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
F
- FAILED - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- FAILED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- failedMigrationParts - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- fallbackToDefaultTenant() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
If case definition is not found by key in the specified tenant use default tenant search as a fallback
- finished() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are finished.
- finishedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are finished after the provided date time.
- finishedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are finished before the provided date time.
- FlowableCaseEndedEvent - Interface in org.flowable.cmmn.api.event
-
The interface for a case ended event, which might be a case completed or case terminated event.
- FlowableCaseStageEndedEvent - Interface in org.flowable.cmmn.api.event
-
An event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.
- FlowableCaseStageStartedEvent - Interface in org.flowable.cmmn.api.event
-
An event representing a CMMN case stage being started.
- FlowableCaseStartedEvent - Interface in org.flowable.cmmn.api.event
- FlowablePlanItemFutureJavaDelegate<Input,
Output> - Interface in org.flowable.cmmn.api.delegate -
Convenience class which always uses the
AsyncTaskInvoker
to execute the async data. - forceCompleteStage() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Completes the plan item instance, which needs to be a stage instance.
- formVariables(Map<String, Object>, FormInfo, String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
The form variables that should be set before the transition is executed.
- fromCaseInstanceMigrationDocument(CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Creates a CaseInstanceMigrationBuilder using the values of a CaseInstanceMigrationDocument
- fromHistoricCaseInstanceMigrationDocument(HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Creates a HistoricCaseInstanceMigrationBuilder using the values of a HistoricCaseInstanceMigrationDocument
G
- 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
- getAllMigrationParts() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- getAssignee() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- getBatchId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getBatchId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- 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. documentation). - 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.
- getCaseInstance() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStageEndedEvent
-
Returns the case instance the stage belongs to.
- getCaseInstance() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStageStartedEvent
-
Returns the case instance the stage belongs to.
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstance
- getCaseInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
- getCaseInstanceId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- 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
- getChangePlanItemDefinitionWithNewTargetIdsMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getChangePlanItemIdMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getChangePlanItemIdWithDefinitionIdMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- 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
- getCompleteTime() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- getCondition() - Method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- 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
DmnDecision
s associated with the given case definition. - 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
- getEndingState() - Method in interface org.flowable.cmmn.api.event.FlowableCaseEndedEvent
-
Returns the ending state of the case which can be
FlowableCaseEndedEvent.ENDING_STATE_COMPLETED
orFlowableCaseEndedEvent.ENDING_STATE_TERMINATED
. - getEndingState() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStageEndedEvent
-
Returns the ending state of the case stage which can be
FlowableCaseStageEndedEvent.ENDING_STATE_COMPLETED
orFlowableCaseStageEndedEvent.ENDING_STATE_TERMINATED
. - 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.FlowableCaseEndedEvent
- getEntity() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStageEndedEvent
-
Overwritten in order to return the stage plan item instance.
- getEntity() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStageStartedEvent
-
Overwritten in order to return the stage plan item instance.
- getEntity() - Method in interface org.flowable.cmmn.api.event.FlowableCaseStartedEvent
- getEntityLinkChildrenForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
EntityLink
s associated with the given case instance. - getEntityLinkChildrenWithSameRootAsCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves all the
EntityLink
s associated with the same root as the given case instance. - getEntityLinkParentsForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
EntityLink
s 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
- getExistingPlanItemDefinitionId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- getExistingPlanItemDefinitionId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- getExistingPlanItemId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- 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
- getFailedMigrationParts() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- getFormDefinitionsForCaseDefinition(String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Retrieves the
FormDefinition
s 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
- getHistoricCaseInstanceMigrationDocument() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Builds a HistoricCaseInstanceMigrationDocument
- getHistoricEntityLinkChildrenForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricEntityLink
s associated with the given case instance. - getHistoricEntityLinkChildrenForTask(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricEntityLink
s associated with the given task. - getHistoricEntityLinkChildrenWithSameRootAsCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves all the
HistoricEntityLink
s associated with same root as the given case instance. - getHistoricEntityLinkParentsForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricEntityLink
s where the given case instance is referenced. - getHistoricEntityLinkParentsForTask(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricEntityLink
s where the given task is referenced. - getHistoricIdentityLinksForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricIdentityLink
s associated with the given case instance. - getHistoricIdentityLinksForPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricIdentityLink
s associated with the given plan item instance. - getHistoricIdentityLinksForTask(String) - Method in interface org.flowable.cmmn.api.CmmnHistoryService
-
Retrieves the
HistoricIdentityLink
s 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
IdentityLink
s associated with the given case definition. - getIdentityLinksForCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
IdentityLink
s associated with the given case instance. - getIdentityLinksForPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Retrieves the
IdentityLink
s associated with the given plan item instance. - getIdentityLinksForTask(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Retrieves the
IdentityLink
s 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.
- getLocalVariables(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
All variable values for all given variableNames that are defined in the plan item instance scope, without taking outer scopes into account.
- getLockManager(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Acquire a lock manager for the requested lock.
- getMigrateToCaseDefinitionId() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getMigrateToCaseDefinitionId() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument
- getMigrateToCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getMigrateToCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument
- getMigrateToCaseDefinitionTenantId() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getMigrateToCaseDefinitionTenantId() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument
- getMigrateToCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getMigrateToCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocument
- getMigrationMessage() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getMigrationStacktrace() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- 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
- getNewPlanItemDefinitionId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- getNewPlanItemDefinitionId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- getNewPlanItemId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- getNewPlanItemId() - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- 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
- getOwner() - 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
- getPlanItemInstanceLocalVariables() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
- getPlanItemInstanceLocalVariables() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
- getPlanItemLocalVariables() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getPostUpgradeExpression() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getPredefinedCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- getPreUpgradeExpression() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- 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
- getRemoveWaitingForRepetitionPlanItemDefinitionMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- 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
-
name of
the resource
of this case definition. - getResult() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getResultsOfBatchCaseInstanceMigration(String) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- getSourceCaseDefinitionId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getSourceCaseDefinitionId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- 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
-
Deprecated.
- 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
- getStatus() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getStatus() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- getSubTasks(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
The list of subtasks for this parent task
- getSuccessfulMigrationParts() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- 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.
- getTargetCaseDefinitionId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- getTargetCaseDefinitionId() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- 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() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- 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.CmmnRuntimeService
-
The variable values for all given variableNames.
- 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.
- 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
- getWaitingForRepetitionPlanItemDefinitionMappings() - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocument
- getWaitingMigrationParts() - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- getWithLocalVariables() - Method in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- getWithLocalVariables() - Method in class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
H
- handleHistoryCleanupTimerJob() - Method in interface org.flowable.cmmn.api.CmmnManagementService
- hasErrors() - Method in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
- hasGraphicalNotation() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
Does this case definition have a graphical notation defined (such that a diagram can be generated)?
- hasLocalVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Check whether or not this plan item instance has local variable set with the given name.
- hasStartFormKey() - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
Does this case definition have a start form key}.
- hasVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Check whether or not this case instance has variable set with the given name, Searching for the variable is done in all scopes that are visible to the given case instance.
- hasVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
checks whether or not the task has a variable defined with the given name, in the task scope and if available also the execution scopes.
- hasVariableLocal(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
checks whether or not the task has a variable defined with the given name, local task scope only.
- HISTORIC_CASE_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HISTORIC_MILESTONE_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HISTORIC_PLAN_ITEM_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HISTORIC_TASK_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HISTORIC_TASK_LOG_ENTRIES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HISTORIC_TYPES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- HistoricCaseInstance - Interface in org.flowable.cmmn.api.history
- historicCaseInstanceMigrated(HistoricCaseInstance, CaseDefinition, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationCallback
- HistoricCaseInstanceMigrationBuilder - Interface in org.flowable.cmmn.api.migration
- HistoricCaseInstanceMigrationDocument - Interface in org.flowable.cmmn.api.migration
- HistoricCaseInstanceMigrationDocumentBuilder - Interface in org.flowable.cmmn.api.migration
- HistoricCaseInstanceQuery - Interface in org.flowable.cmmn.api.history
- HistoricMilestoneInstance - Interface in org.flowable.cmmn.api.history
- HistoricMilestoneInstanceQuery - Interface in org.flowable.cmmn.api.history
- HistoricPlanItemInstance - Interface in org.flowable.cmmn.api.history
- HistoricPlanItemInstanceQuery - Interface in org.flowable.cmmn.api.history
- HistoricVariableInstanceQuery - Interface in org.flowable.cmmn.api.history
- HTTP_SERVICE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- HUMAN_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
I
- id - Variable in class org.flowable.cmmn.api.StageResponse
- id(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select a historic variable with the given id.
- id(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- id(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- id(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- id(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select a historic variable with the given id.
- includeCaseVariables() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Include historic case variables in the historic case query result
- includeCaseVariables() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Includes case variables into the query result.
- includeEnded() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- includeLocalVariables() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- includeLocalVariables() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Include local plan item instance variables in the query result
- InjectedPlanItemInstanceBuilder - Interface in org.flowable.cmmn.api.runtime
-
A builder API to create new, dynamically injected plan items into an existing, running stage instance.
- INTERMEDIARY_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- involvedGroup(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with which the group with the given id and identity link type are involved.
- involvedGroup(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with which the group with the given id and identity link type are involved.
- involvedGroups(Collection<String>) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- involvedGroups(Collection<String>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- involvedGroups(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with which the groups with the given ids are involved.
- involvedGroups(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with which the groups with the given ids are involved.
- involvedUser(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with which the user with the given id is involved.
- involvedUser(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- involvedUser(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with which the user with the given id is involved.
- involvedUser(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- involvedUser(String, String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Select the historic case instances with which the user with the given id and identity link type are involved.
- involvedUser(String, String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Select the case instances with which the user with the given id and identity link type are involved.
- isCompletable() - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
- isCompletable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
- isCurrent() - Method in class org.flowable.cmmn.api.StageResponse
- isEnded() - Method in class org.flowable.cmmn.api.StageResponse
- isFallbackToDefaultTenant() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- isInTerminalState(CaseInstance) - Static method in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- isInTerminalState(PlanItemInstance) - Static method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- isMigrationValid() - Method in class org.flowable.cmmn.api.migration.CaseInstanceMigrationValidationResult
- isShowInOverview() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
- isStage() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
- isStage() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
- isStartWithForm() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
J
- JOBS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
K
- key(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Gives the deployment the given key.
L
- lastAvailableAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastAvailableBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastDisabledAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastDisabledBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastEnabledAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastEnabledBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastReactivatedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instance that are reactivated after the provided date time.
- lastReactivatedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instance that are reactivated before the provided date time.
- lastReactivatedBy(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are reactivated by the provided user identifier.
- lastStartedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastStartedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastSuspendedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastSuspendedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastUnavailableAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- lastUnavailableBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- latest() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments where the deployment time is the latest value.
- latestVersion() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- locale(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Localize case name to specified locale.
- locale(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
Localize plan item name to specified locale.
- locale(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
Localize case definition name and description to specified locale.
- locale(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Localize case name to specified locale.
- locale(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Localize plan item name to specified locale.
- localVariable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Sets a local variable before the transition is executed.
- localVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
M
- MapBasedFlowablePlanItemFutureJavaDelegate - Interface in org.flowable.cmmn.api.delegate
-
A
FlowablePlanItemFutureJavaDelegate
which has aReadOnlyDelegatePlanItemInstance
as input andMap
output data. - migrate(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Starts the case instance migration for a case identified with the submitted caseInstanceId
- migrate(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Starts the case instance migration for a case identified with the submitted caseInstanceId
- migrateCaseInstance(String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateCaseInstances(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Asynchronously starts the case instance migration for each case instances of a given case definition identified by the case definition id.
- migrateCaseInstances(String, int, String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Starts the case instance migration for all case instances of a given case definition identified by the case definition key and version (optional tenantId).
- migrateCaseInstancesOfCaseDefinition(String, int, String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateCaseInstancesOfCaseDefinition(String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateHistoricCaseInstance(String, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateHistoricCaseInstances(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Asynchronously starts the case instance migration for each case instances of a given case definition identified by the case definition id.
- migrateHistoricCaseInstances(String, int, String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Starts the case instance migration for all case instances of a given case definition identified by the case definition key and version (optional tenantId).
- migrateHistoricCaseInstancesOfCaseDefinition(String, int, String, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateHistoricCaseInstancesOfCaseDefinition(String, HistoricCaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- migrateToCaseDefinition(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, using the case definition id
- migrateToCaseDefinition(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, using the case definition id
- migrateToCaseDefinition(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Migrate all matching event subscriptions to the specific case definition.
- migrateToCaseDefinition(String, int) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, identified by its key and version
- migrateToCaseDefinition(String, int) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, identified by its key and version
- migrateToCaseDefinition(String, int, String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, identified by its key and version and tenantId
- migrateToCaseDefinition(String, int, String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Specifies the case definition to migrate to, identified by its key and version and tenantId
- migrateToLatestCaseDefinition() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Migrate all the matching event subscriptions to the latest case definition, which should be done if you want to manually upgrade the subscriptions to the latest version of the case definition.
- migrationMessage - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- migrationStacktrace - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- MILESTONE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- MILESTONE_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- MilestoneInstance - Interface in org.flowable.cmmn.api.runtime
- milestoneInstanceCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceCaseInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceCaseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceName(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceName(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- MilestoneInstanceQuery - Interface in org.flowable.cmmn.api.runtime
- milestoneInstanceReachedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceReachedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceReachedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceReachedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceTenantIdLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceTenantIdLike(String) - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- milestoneInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- milestoneInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- moveDeadLetterJobToExecutableJob(String, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a job that is in the dead letter job table back to be an executable job, and resetting the retries (as the retries were probably 0 when it was put into the dead letter job table).
- moveDeadLetterJobToHistoryJob(String, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a job that is in the dead letter job table back to be a history job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table).
- moveJobToDeadLetterJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a job to the dead letter job table (eg. for administration or testing).
- moveSuspendedJobToExecutableJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a suspended job from the suspended letter job table back to be an executable job.
- moveTimerToExecutableJob(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Moves a timer job to the executable job table (eg. for administration or testing).
- MoveToAvailablePlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- MoveToAvailablePlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
- MoveToAvailablePlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
- MoveToAvailablePlanItemDefinitionMapping(String, Map<String, Object>) - Constructor for class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
N
- name - Variable in class org.flowable.cmmn.api.StageResponse
- name(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Gives the deployment the given name.
- name(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- name(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- name(String) - Method in interface org.flowable.cmmn.api.runtime.InjectedPlanItemInstanceBuilder
-
The explicit name for the new plan item to be created, if this is not set, the name of the referenced element is taken instead.
- name(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- name(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- newAssignee - Variable in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- newPlanItemDefinitionId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- newPlanItemDefinitionId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- newPlanItemId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- newPlanItemId - Variable in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- newTask() - Method in interface org.flowable.cmmn.api.CmmnTaskService
- newTask(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- notEnded() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
O
- occurredAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- occurredBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- onlyStages() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- onlyStages() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- or() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Begin an OR statement.
- or() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Begin an OR statement.
- or() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Begin an OR statement.
- orderByCaseDefinitionCategory() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByCaseDefinitionId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByCaseDefinitionId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByCaseDefinitionId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- orderByCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByCaseDefinitionKey() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- orderByCaseDefinitionName() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByCaseDefinitionVersion() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByCaseInstanceId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByCaseInstanceId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- orderByCaseInstanceName() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByCompletedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByCreateTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByCreateTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- orderByDeploymentId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByDeploymentId() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Order by deployment id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentName() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Order by deployment name (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentTime() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Order by deployment time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByEndedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByEndTime() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByEndTime() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- orderByExitTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastAvailableTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastDisabledTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastEnabledTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastStartedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastSuspendedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByLastUpdatedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByMilestoneName() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- orderByMilestoneName() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- orderByName() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByName() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- orderByName() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- orderByName() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- orderByName() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- orderByOccurredTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByStartTime() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByStartTime() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- orderByTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
- orderByTenantId() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- orderByTenantId() - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
- orderByTerminatedTime() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- orderByTimeStamp() - Method in interface org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery
- orderByTimeStamp() - Method in interface org.flowable.cmmn.api.runtime.MilestoneInstanceQuery
- orderByVariableName() - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
order historic variables by the name.
- orderByVariableName() - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
order historic variables by the name.
- org.flowable.cmmn.api - package org.flowable.cmmn.api
- org.flowable.cmmn.api.delegate - package org.flowable.cmmn.api.delegate
- org.flowable.cmmn.api.event - package org.flowable.cmmn.api.event
- org.flowable.cmmn.api.history - package org.flowable.cmmn.api.history
- org.flowable.cmmn.api.listener - package org.flowable.cmmn.api.listener
- org.flowable.cmmn.api.migration - package org.flowable.cmmn.api.migration
- org.flowable.cmmn.api.reactivation - package org.flowable.cmmn.api.reactivation
- org.flowable.cmmn.api.repository - package org.flowable.cmmn.api.repository
- org.flowable.cmmn.api.runtime - package org.flowable.cmmn.api.runtime
- outcome(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Saves the outcome of the start form for the case, if this case should be started out of a start form.
- overrideCaseDefinitionTenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Indicator to override the tenant id of the case definition with the provided value.
- OVERVIEW - Static variable in interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
-
State when the plan item instance is not yet completed and we need to see an overview state.
- owner(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set the owner of the case to be created to the given user id.
P
- parentDeploymentId(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- parentDeploymentId(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Gives the deployment the given parent deployment id.
- parentDeploymentId(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployment that have the given parent deployment id.
- parentDeploymentIdLike(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with a parent deployment id like the given one.
- parentDeploymentIds(List<String>) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentQuery
-
Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers.
- parentId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set parent case instanceId of the newly create case instance
- PLAN_FRAGMENT - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- PLAN_ITEM_CHILD_CASE - Static variable in interface org.flowable.cmmn.api.CallbackTypes
-
Child case instance of a case instance
- PLAN_ITEM_CHILD_PROCESS - Static variable in interface org.flowable.cmmn.api.CallbackTypes
-
Child process instance of a case instance
- PLAN_ITEM_INSTANCES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- planItemDefinitionId - Variable in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- planItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- planItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- planItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- PlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- PlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- PlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- PlanItemDefinitionMappingBuilder - Class in org.flowable.cmmn.api.migration
- PlanItemDefinitionMappingBuilder() - Constructor for class org.flowable.cmmn.api.migration.PlanItemDefinitionMappingBuilder
- planItemDefinitionType(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemDefinitionType - Interface in org.flowable.cmmn.api.runtime
- planItemDefinitionTypes(List<String>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemFutureJavaDelegate<Output> - Interface in org.flowable.cmmn.api.delegate
-
Convenience class to be used when needing to execute custom logic for a plan item by delegating to a Java class.
- PlanItemInstance - Interface in org.flowable.cmmn.api.runtime
- planItemInstanceCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceCaseInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceCompletable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceCompletedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceCompletedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceCreatedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceCreatedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceDefinitionType(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceDefinitionTypes(List<String>) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceDerivedCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceElementId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceElementId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceEndedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceEndedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceEntryCriterionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceEntryCriterionId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceExitAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceExitBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceExitCriterionId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceExitCriterionId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceExtraValue(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceExtraValue(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceFormKey(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceFormKey(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables with the given plan item instance id.
- planItemInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic variables with the given plan item instance id.
- planItemInstanceLastAvailableAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastAvailableBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastDisabledAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastDisabledBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastEnabledAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastEnabledBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastStartedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastStartedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastSuspendedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastSuspendedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastUnavailableAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceLastUnavailableBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemInstanceLifecycleListener - Interface in org.flowable.cmmn.api.listener
-
[Experimental] An interface for listener implementations that get notified when the state of a plan item instance changes.
- planItemInstanceName(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceName(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceOccurredAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceOccurredBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemInstanceQuery - Interface in org.flowable.cmmn.api.runtime
-
Allows to query for
PlanItemInstance
s. - planItemInstanceReferenceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceReferenceId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceReferenceType(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceReferenceType(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStageInstanceId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceStartUserId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceStartUserId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceState(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceState(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemInstanceState - Interface in org.flowable.cmmn.api.runtime
- planItemInstanceStateActive() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateAsyncActive() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateAsyncActiveLeave() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateAvailable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateCompleted() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateDisabled() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateEnabled() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateTerminated() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateUnavailable() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceStateWaitingForRepetition() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceTenantId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceTenantIdLike(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceTerminatedAfter(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- planItemInstanceTerminatedBefore(Date) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemInstanceTransitionBuilder - Interface in org.flowable.cmmn.api.runtime
-
A builder that allows to execute a transition for a plan item instance from one state to another, optionally passing variables before the transition.
- planItemInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- planItemInstanceWithoutTenantId() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- PlanItemJavaDelegate - Interface in org.flowable.cmmn.api.delegate
-
Convenience class to be used when needing to execute custom logic for a plan item by delegating to a Java class.
- PlanItemVariableAggregator - Interface in org.flowable.cmmn.api.delegate
-
An interface that can be used to aggregate multiple variables into a single one based on an aggregation definition.
- PlanItemVariableAggregatorContext - Interface in org.flowable.cmmn.api.delegate
- postUpgradeExpression(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- predefinedCaseInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
If the new case instance should have a predefined id, you can set it using this method.
- prepareExecutionData(DelegatePlanItemInstance) - Method in interface org.flowable.cmmn.api.delegate.FlowablePlanItemFutureJavaDelegate
-
Method invoked before doing the execution to extract needed that from the planItemInstance on the main thread.
- prepareExecutionData(DelegatePlanItemInstance) - Method in interface org.flowable.cmmn.api.delegate.MapBasedFlowablePlanItemFutureJavaDelegate
- preUpgradeExpression(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- PROCESS_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
R
- reactivate() - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
After having entered all necessary information for the reactivation, this method actually triggers the reactivation and returns the reactivated case instance from the runtime.
- REACTIVATE_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- ReadOnlyDelegatePlanItemInstance - Interface in org.flowable.cmmn.api.delegate
- referenceId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set the reference id on the newly create case instance.
- referenceType(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Set the reference type on the newly create case instance.
- removeAssignee(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Removes the assignee of a case instance.
- removeEventListener(FlowableEventListener) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Removes the given listener from this dispatcher.
- removeLocalVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- removeLocalVariables(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- removeOwner(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Removes the owner of a case instance.
- removeVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- removeVariable(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes the variable from the task.
- removeVariableLocal(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes the variable from the task (not considering parent scopes).
- removeVariables(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- removeVariables(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes all variables in the given collection from the task.
- removeVariablesLocal(String, Collection<String>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Removes all variables in the given collection from the task (not considering parent scopes).
- removeWaitingForRepetitionPlanItemDefinition(RemoveWaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Remove waiting for repetition from a plan item by definition.
- removeWaitingForRepetitionPlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Remove waiting for repetition from a plan item by definition id.
- removeWaitingForRepetitionPlanItemDefinitionIds(List<String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Remove multiple waiting for repetitions from a plan item by definition id.
- removeWaitingForRepetitionPlanItemDefinitionMapping(RemoveWaitingForRepetitionPlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Removes a waiting for repetition plan item definition mapping to the case instance migration plan.
- RemoveWaitingForRepetitionPlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- RemoveWaitingForRepetitionPlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.RemoveWaitingForRepetitionPlanItemDefinitionMapping
- RemoveWaitingForRepetitionPlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.RemoveWaitingForRepetitionPlanItemDefinitionMapping
- rescheduleTimeDateJob(String, Date) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Reschedule a timer job with a new date value.
- rescheduleTimeDateValueJob(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Reschedule a timer job with a time date value.
- rescheduleTimerEventListenerInstanceWithDate(String, Date) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Reschedule a timer event listener instance with a new date value.
- rescheduleTimerEventListenerInstanceWithDateValue(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Reschedule a timer event listener instance with a time date value.
- resolveTask(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Marks that the assignee is done with this task and that it can be send back to the owner.
- resolveTask(String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Marks that the assignee is done with this task providing the required variables and that it can be sent back to the owner.
- resolveTask(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Similar to
CmmnTaskService.resolveTask(String, Map)
, but allows to set transient variables too. - result - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- RESULT_FAIL - Static variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- RESULT_SUCCESS - Static variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- RUNTIME_TYPES - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
S
- saveTask(Task) - Method in interface org.flowable.cmmn.api.CmmnTaskService
- SCRIPT_SERVICE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- SEND_EVENT_SERVICE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- SERVICE_TASK - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- setAssignee(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Set the new assignee of a case instance.
- setAssignee(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Changes the assignee of the given task to the given userId.
- setBatchId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setBatchId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- setCaseDefinitionCategory(String, String) - Method in interface org.flowable.cmmn.api.CmmnRepositoryService
-
Sets the category of the case definition.
- setCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setCaseDefinitionToMigrateTo(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- setCaseDefinitionToMigrateTo(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocumentBuilder
- setCaseDefinitionToMigrateTo(String, Integer) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- setCaseDefinitionToMigrateTo(String, Integer) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocumentBuilder
- setCaseInstanceId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setCaseInstanceId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setCaseInstanceName(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Set or change the name of the case instance.
- setCompletable(boolean) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setCompletedTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setCompleteTime(Date) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- setCondition(String) - Method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- setCreateTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setCurrent(boolean) - Method in class org.flowable.cmmn.api.StageResponse
- setCurrentLifecycleListener(PlanItemInstanceLifecycleListener, FlowableListener) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setDecisionServiceVariablesOnPlanItemInstance(Map<String, List<Map<String, Object>>>, String, PlanItemInstance, ObjectMapper, boolean) - Method in interface org.flowable.cmmn.api.DecisionTableVariableManager
- setDerivedCaseDefinitionId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setDueDate(String, Date) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Changes the due date of the task
- setElementId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setEnded(boolean) - Method in class org.flowable.cmmn.api.StageResponse
- setEndedTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setEndTime(Date) - Method in class org.flowable.cmmn.api.StageResponse
- setEntryCriterionId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setExistingPlanItemDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- setExistingPlanItemDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- setExistingPlanItemId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- setExitCriterionId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setExitTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setExtraValue(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setFormKey(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setId(String) - Method in class org.flowable.cmmn.api.StageResponse
- setJobRetries(String, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Sets the number of retries that a job has left.
- setLastAvailableTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLastDisabledTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLastEnabledTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLastStartedTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLastSuspendedTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLastUnavailableTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setLocalizedDescription(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
Sets an optional localized description for the case definition
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstance
-
Sets an optional localized name for the case.
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstance
-
Sets an optional localized name for the plan item
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinition
-
Sets an optional localized name for the case definition.
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstance
-
Sets an optional localized name for the case.
- setLocalizedName(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstance
-
Sets an optional localized name for the plan item
- setLocalVariable(String, String, Object) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- setLocalVariables(String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- setMigrationMessage(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setMigrationStacktrace(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setName(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setName(String) - Method in class org.flowable.cmmn.api.StageResponse
- setNewAssignee(String) - Method in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- setNewPlanItemDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- setNewPlanItemDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdWithDefinitionIdMapping
- setNewPlanItemId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemDefinitionWithNewTargetIdsMapping
- setNewPlanItemId(String) - Method in class org.flowable.cmmn.api.migration.ChangePlanItemIdMapping
- setOccurredTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setOwner(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Set the new owner of a case instance.
- setOwner(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Transfers ownership of this task to another user.
- setPlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setPlanItemDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
- setPlanItemDefinitionType(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setPriority(String, int) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Changes the priority of the task.
- setReferenceId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setReferenceType(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setResult(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setSourceCaseDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setSourceCaseDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- setStage(boolean) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setStageInstanceId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setStartTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
Deprecated.use
DelegatePlanItemInstance.setCreateTime(Date)
instead - setStartUserId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setState(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setStatus(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setStatus(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- setTargetCaseDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- setTargetCaseDefinitionId(String) - Method in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- setTenantId(String) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setTenantId(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationDocumentBuilder
- setTenantId(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationDocumentBuilder
- setTerminatedTime(Date) - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
- setTimerJobRetries(String, int) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Sets the number of retries that a timer job has left.
- setTransientVariable(String, Object) - Method in interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
- setVariable(String, Object) - Method in interface org.flowable.cmmn.api.delegate.ReadOnlyDelegatePlanItemInstance
- setVariable(String, String, Object) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- setVariable(String, String, Object) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
set variable on a task.
- setVariableLocal(String, String, Object) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
set variable on a task.
- setVariables(String, Map<String, ? extends Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
set variables on a task.
- setVariables(String, Map<String, Object>) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
set variables on a task.
- setVariablesOnPlanItemInstance(List<Map<String, Object>>, String, PlanItemInstance, ObjectMapper, boolean) - Method in interface org.flowable.cmmn.api.DecisionTableVariableManager
- setWithLocalVariables(Map<String, Object>) - Method in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- setWithLocalVariables(Map<String, Object>) - Method in class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
- SIGNAL_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- SignalEventListenerInstance - Interface in org.flowable.cmmn.api.runtime
- SignalEventListenerInstanceQuery - Interface in org.flowable.cmmn.api.runtime
- snapshotReadOnly() - Method in interface org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
-
Create a snapshot read only delegate plan item instance of this delegate plan item instance.
- sourceCaseDefinitionId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- sourceProcessDefinitionId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- STAGE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- stageInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- stageInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
- stageInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- stageInstanceId(String) - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- StageResponse - Class in org.flowable.cmmn.api
- StageResponse(String, String) - Constructor for class org.flowable.cmmn.api.StageResponse
- start() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Once all the information is set using this builder API, the start method will create the case instance, initialize it according all the data in the builder and then evaluate the case model to start the case.
- start() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Starts a plan item instance, this typically will executes it associated behavior.
- startableByUser(String) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- startableByUserOrGroups(String, Collection<String>) - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
- startAsync() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Once all the information is set using this builder API, the startAsync method will create the case instance and initialize its data, but the case model is not yet evaluated, but will be started and evaluated asynchronously in a different transaction.
- startedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are started after the provided date time.
- startedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are started before the provided date time.
- startedBy(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are started by the provided user identifier.
- startFormVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Allows to pass any variables if they come from a form.
- startPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- startProgress(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Starts the progress on the task.
- startWithForm() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
-
Once all the information is set using this builder API, the startWithForm method will create the case instance and initialize its data by additionally using the submitted form variables and handling them with the start form provided with the case model (e.g. validation).
- state(String) - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that have a state that is equal to the provided value.
- stateAvailable() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- stateAvailable() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- stateAvailable() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- stateChanged(DelegatePlanItemInstance, String, String) - Method in interface org.flowable.cmmn.api.listener.PlanItemInstanceLifecycleListener
-
Will be called when the state of a
DelegatePlanItemInstance
changes and thePlanItemInstanceLifecycleListener.getSourceState()
andPlanItemInstanceLifecycleListener.getTargetState()
match. - stateChanged(CaseInstance, String, String) - Method in interface org.flowable.cmmn.api.listener.CaseInstanceLifecycleListener
-
Will be called when the state of a
CaseInstance
changes and theCaseInstanceLifecycleListener.getSourceState()
andCaseInstanceLifecycleListener.getTargetState()
match. - stateSuspended() - Method in interface org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery
- stateSuspended() - Method in interface org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery
- stateSuspended() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- stateUnavailable() - Method in interface org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery
- status - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- status - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- STATUS_COMPLETED - Static variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- STATUS_IN_PROGRESS - Static variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- STATUS_WAITING - Static variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- subscribe() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Creates the event subscription with the registered combination of correlation parameter values and saves it.
- succesfulMigrationParts - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- SUSPENDED - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- SUSPENDED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- SUSPENDED_JOBS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- suspendTask(String, String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
Suspends the task.
T
- targetCaseDefinitionId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationPartResult
- targetProcessDefinitionId - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- taskId(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables with the given task.
- taskId(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic variables with the given task.
- taskIds(Set<String>) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables whose id is in the given set of ids.
- taskIds(Set<String>) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
Only select historic variables whose id is in the given set of ids.
- TASKS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- tenantId(String) - Method in interface org.flowable.cmmn.api.repository.CmmnDeploymentBuilder
-
Gives the deployment the given tenant id.
- tenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- tenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionBuilder
-
Set the tenant id for the subscription.
- tenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionDeletionBuilder
-
Set the tenant id in case you are running in a multi tenant environment and the event model needs to be retrieved from a specific tenant.
- tenantId(String) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceStartEventSubscriptionModificationBuilder
-
Set the tenant id in case you are running in a multi tenant environment and the event model needs to be retrieved from a specific tenant.
- TERMINAL_STATES - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- terminate() - Method in interface org.flowable.cmmn.api.runtime.CmmnExternalWorkerTransitionBuilder
- terminate() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Manually terminates a plan item instance.
- terminateCaseInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- TERMINATED - Static variable in interface org.flowable.cmmn.api.runtime.CaseInstanceState
- TERMINATED - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- terminatedAfter(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- terminatedBefore(Date) - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
- terminatePlanItemDefinition(TerminatePlanItemDefinitionMapping) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Terminate a plan item by definition mapping without terminating another plan item instance.
- terminatePlanItemDefinitionId(String) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Terminate a plan item by definition id without terminating another plan item instance.
- terminatePlanItemDefinitionIds(List<String>) - Method in interface org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder
-
Terminate multiple plan items by definition id without terminating another plan item instance.
- TerminatePlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- TerminatePlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.TerminatePlanItemDefinitionMapping
- TerminatePlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.TerminatePlanItemDefinitionMapping
- terminatePlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
- TIMER_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- TIMER_JOBS - Static variable in interface org.flowable.cmmn.api.CmmnChangeTenantIdEntityTypes
- transientVariable(String, Object) - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Adds a transient variable to the case before triggering the reactivation event which is available only during that first transaction.
- transientVariable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- transientVariable(String, Object) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Sets a non-persisted variable before the transition is executed.
- transientVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.reactivation.CaseReactivationBuilder
-
Adds a map of transient variables to the case before triggering the reactivation event which are available only during that first transaction.
- transientVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceBuilder
- transientVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
- trigger() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder
-
Triggers a plan item to continue, e.g. a human task completion, a service task wait state that continues, etc.
- triggerPlanItemInstance(String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
U
- unacquireAllExternalWorkerJobsForWorker(String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Unaquire all locked external worker jobs for worker.
- unacquireAllExternalWorkerJobsForWorker(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Unaquire all locked external worker jobs for worker and tenant.
- unacquireExternalWorkerJob(String, String) - Method in interface org.flowable.cmmn.api.CmmnManagementService
-
Unaquire a locked external worker job.
- UNAVAILABLE - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
-
Non-spec state, only possible for event listeners.
- unclaim(String) - Method in interface org.flowable.cmmn.api.CmmnTaskService
-
A shortcut to
CmmnTaskService.claim(java.lang.String, java.lang.String)
with null user in order to unclaim the task - unfinished() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that are not finished.
- updateBusinessKey(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Updates the business key for the provided case instance
- updateBusinessStatus(String, String) - Method in interface org.flowable.cmmn.api.CmmnRuntimeService
-
Updates the business status for the provided case instance
- USER_EVENT_LISTENER - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemDefinitionType
- UserEventListenerInstance - Interface in org.flowable.cmmn.api.runtime
- UserEventListenerInstanceQuery - Interface in org.flowable.cmmn.api.runtime
V
- 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, int, String, CaseInstanceMigrationDocument) - Method in interface org.flowable.cmmn.api.CmmnMigrationService
- validateMigrationForCaseInstancesOfCaseDefinition(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.
- VariableInstanceQuery - Interface in org.flowable.cmmn.api.runtime
- variableName(String) - Method in interface org.flowable.cmmn.api.history.HistoricVariableInstanceQuery
-
Only select historic variables with the given variable name.
- variableName(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
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.
- variableNameLike(String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
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(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(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(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.
- 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(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(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(String, Object) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
only select historic variables with the given name and 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.
- variableValueLike(String, String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
only select historic variables like the given name and 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).
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
only select historic variables like the given name and 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.
- variableValueNotEquals(String, Object) - Method in interface org.flowable.cmmn.api.runtime.VariableInstanceQuery
-
only select historic variables that don't have the given name and 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.
W
- WAITING_FOR_REPETITION - Static variable in interface org.flowable.cmmn.api.runtime.PlanItemInstanceState
- WaitingForRepetitionPlanItemDefinitionMapping - Class in org.flowable.cmmn.api.migration
- WaitingForRepetitionPlanItemDefinitionMapping(String) - Constructor for class org.flowable.cmmn.api.migration.WaitingForRepetitionPlanItemDefinitionMapping
- WaitingForRepetitionPlanItemDefinitionMapping(String, String) - Constructor for class org.flowable.cmmn.api.migration.WaitingForRepetitionPlanItemDefinitionMapping
- waitingMigrationParts - Variable in class org.flowable.cmmn.api.migration.CaseInstanceBatchMigrationResult
- withCaseInstanceVariable(String, Object) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies a case instance variable that will also be available during the case migration
- withCaseInstanceVariables(Map<String, Object>) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specified case instances variables that will also be available during case migration
- withLocalizationFallback() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.cmmn.api.repository.CaseDefinitionQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.cmmn.api.runtime.CaseInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.cmmn.api.runtime.PlanItemInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalVariables - Variable in class org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
- withLocalVariables - Variable in class org.flowable.cmmn.api.migration.MoveToAvailablePlanItemDefinitionMapping
- withMigrateToCaseDefinitionTenantId(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies the tenantId of the case definition to migrate to
- withMigrateToCaseDefinitionTenantId(String) - Method in interface org.flowable.cmmn.api.migration.HistoricCaseInstanceMigrationBuilder
-
Specifies the tenantId of the case definition to migrate to
- withoutCaseInstanceCallbackId() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances that do not have a callback identifier.
- withoutCaseInstanceParent() - Method in interface org.flowable.cmmn.api.history.HistoricCaseInstanceQuery
-
Only select historic case instances without a parent identifier.
- withPostUpgradeExpression(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies an expression which is executed after the migration is finished.
- withPreUpgradeExpression(String) - Method in interface org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Specifies an expression which is executed before the migration starts.
All Classes and Interfaces|All Packages|Constant Field Values
PlanItemInstance.getCreateTime()
instead