Class MigrationPlanGenerationDto


  • public class MigrationPlanGenerationDto
    extends Object
    MigrationPlanGenerationDto
    • Constructor Detail

      • MigrationPlanGenerationDto

        public MigrationPlanGenerationDto()
    • Method Detail

      • getSourceProcessDefinitionId

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

        public void setSourceProcessDefinitionId​(String sourceProcessDefinitionId)
      • getTargetProcessDefinitionId

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

        public void setTargetProcessDefinitionId​(String targetProcessDefinitionId)
      • getUpdateEventTriggers

        public Boolean getUpdateEventTriggers()
        A boolean flag indicating whether instructions between events should be configured to update the event triggers.
        Returns:
        updateEventTriggers
      • setUpdateEventTriggers

        public void setUpdateEventTriggers​(Boolean updateEventTriggers)
      • 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