Class MigrationPlanDto


  • public class MigrationPlanDto
    extends Object
    MigrationPlanDto
    • Constructor Detail

      • MigrationPlanDto

        public MigrationPlanDto()
    • Method Detail

      • sourceProcessDefinitionId

        public MigrationPlanDto sourceProcessDefinitionId​(String sourceProcessDefinitionId)
      • getSourceProcessDefinitionId

        public String getSourceProcessDefinitionId()
        The id of the source process definition for the migration.
        Returns:
        sourceProcessDefinitionId
      • setSourceProcessDefinitionId

        public void setSourceProcessDefinitionId​(String sourceProcessDefinitionId)
      • targetProcessDefinitionId

        public MigrationPlanDto targetProcessDefinitionId​(String targetProcessDefinitionId)
      • getTargetProcessDefinitionId

        public String getTargetProcessDefinitionId()
        The id of the target process definition for the migration.
        Returns:
        targetProcessDefinitionId
      • setTargetProcessDefinitionId

        public void setTargetProcessDefinitionId​(String targetProcessDefinitionId)
      • getInstructions

        public List<MigrationInstructionDto> getInstructions()
        A list of migration instructions which map equal activities. Each migration instruction is a JSON object with the following properties:
        Returns:
        instructions
      • getVariables

        public Map<String,​VariableValueDto> getVariables()
        A map of variables which will be set into the process instances' scope. Each key is a variable name and each value a JSON variable value object.
        Returns:
        variables
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object