Package org.flowable.cmmn.api.migration
Interface CaseInstanceMigrationDocument
public interface CaseInstanceMigrationDocument
- Author:
- Valentin Zickner
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMigrateToCaseDefinitionId
String getMigrateToCaseDefinitionId() -
getMigrateToCaseDefinitionKey
String getMigrateToCaseDefinitionKey() -
getMigrateToCaseDefinitionVersion
Integer getMigrateToCaseDefinitionVersion() -
getMigrateToCaseDefinitionTenantId
String getMigrateToCaseDefinitionTenantId() -
getActivatePlanItemDefinitionMappings
List<ActivatePlanItemDefinitionMapping> getActivatePlanItemDefinitionMappings() -
getTerminatePlanItemDefinitionMappings
List<TerminatePlanItemDefinitionMapping> getTerminatePlanItemDefinitionMappings() -
getMoveToAvailablePlanItemDefinitionMappings
List<MoveToAvailablePlanItemDefinitionMapping> getMoveToAvailablePlanItemDefinitionMappings() -
getWaitingForRepetitionPlanItemDefinitionMappings
List<WaitingForRepetitionPlanItemDefinitionMapping> getWaitingForRepetitionPlanItemDefinitionMappings() -
getRemoveWaitingForRepetitionPlanItemDefinitionMappings
List<RemoveWaitingForRepetitionPlanItemDefinitionMapping> getRemoveWaitingForRepetitionPlanItemDefinitionMappings() -
getChangePlanItemIdMappings
List<ChangePlanItemIdMapping> getChangePlanItemIdMappings() -
getChangePlanItemIdWithDefinitionIdMappings
List<ChangePlanItemIdWithDefinitionIdMapping> getChangePlanItemIdWithDefinitionIdMappings() -
getChangePlanItemDefinitionWithNewTargetIdsMappings
List<ChangePlanItemDefinitionWithNewTargetIdsMapping> getChangePlanItemDefinitionWithNewTargetIdsMappings() -
getPreUpgradeExpression
String getPreUpgradeExpression() -
getPostUpgradeExpression
String getPostUpgradeExpression() -
getPlanItemLocalVariables
-
getCaseInstanceVariables
-
asJsonString
String asJsonString()
-