Uses of Interface
org.flowable.cmmn.api.migration.CaseInstanceMigrationBuilder
-
Uses of CaseInstanceMigrationBuilder in org.flowable.cmmn.api
Modifier and TypeMethodDescriptionCmmnMigrationService.createCaseInstanceMigrationBuilder()
CmmnMigrationService.createCaseInstanceMigrationBuilderFromCaseInstanceMigrationDocument
(CaseInstanceMigrationDocument document) -
Uses of CaseInstanceMigrationBuilder in org.flowable.cmmn.api.migration
Modifier and TypeMethodDescriptionCaseInstanceMigrationBuilder.addActivatePlanItemDefinitionMapping
(ActivatePlanItemDefinitionMapping mapping) Adds an activate plan item definition mapping to the case instance migration plan.CaseInstanceMigrationBuilder.addChangePlanItemDefinitionWithNewTargetIdsMapping
(ChangePlanItemDefinitionWithNewTargetIdsMapping mapping) Adds a mapping for a plan item definition id to a new plan item id and definition id to change the plan item id.CaseInstanceMigrationBuilder.addChangePlanItemIdMapping
(ChangePlanItemIdMapping mapping) Adds a mapping for a plan item id to new plan item id.CaseInstanceMigrationBuilder.addChangePlanItemIdWithDefinitionIdMapping
(ChangePlanItemIdWithDefinitionIdMapping mapping) Adds a mapping for a plan item definition id to a new plan item definition id to change the plan item id.CaseInstanceMigrationBuilder.addMoveToAvailablePlanItemDefinitionMapping
(MoveToAvailablePlanItemDefinitionMapping mapping) Adds a move to available plan item definition mapping to the case instance migration plan.CaseInstanceMigrationBuilder.addTerminatePlanItemDefinitionMapping
(TerminatePlanItemDefinitionMapping mapping) Adds a terminate plan item definition mapping to the case instance migration plan.CaseInstanceMigrationBuilder.addWaitingForRepetitionPlanItemDefinitionMapping
(WaitingForRepetitionPlanItemDefinitionMapping mapping) Adds a waiting for repetition plan item definition mapping to the case instance migration plan.CaseInstanceMigrationBuilder.fromCaseInstanceMigrationDocument
(CaseInstanceMigrationDocument caseInstanceMigrationDocument) Creates a CaseInstanceMigrationBuilder using the values of a CaseInstanceMigrationDocumentCaseInstanceMigrationBuilder.migrateToCaseDefinition
(String caseDefinitionId) Specifies the case definition to migrate to, using the case definition idCaseInstanceMigrationBuilder.migrateToCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion) Specifies the case definition to migrate to, identified by its key and versionCaseInstanceMigrationBuilder.migrateToCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId) Specifies the case definition to migrate to, identified by its key and version and tenantIdCaseInstanceMigrationBuilder.removeWaitingForRepetitionPlanItemDefinitionMapping
(RemoveWaitingForRepetitionPlanItemDefinitionMapping mapping) Removes a waiting for repetition plan item definition mapping to the case instance migration plan.CaseInstanceMigrationBuilder.withCaseInstanceVariable
(String variableName, Object variableValue) Specifies a case instance variable that will also be available during the case migrationCaseInstanceMigrationBuilder.withCaseInstanceVariables
(Map<String, Object> variables) Specified case instances variables that will also be available during case migrationCaseInstanceMigrationBuilder.withMigrateToCaseDefinitionTenantId
(String caseDefinitionTenantId) Specifies the tenantId of the case definition to migrate toCaseInstanceMigrationBuilder.withPostUpgradeExpression
(String postUpgradeExpression) Specifies an expression which is executed after the migration is finished.CaseInstanceMigrationBuilder.withPreUpgradeExpression
(String preUpgradeExpression) Specifies an expression which is executed before the migration starts.