Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • It will possible to understand new and removed elements matching with the element-id of the migration with the old instance
  • this functionally could be implemented after new/old properties functionality (The participant needs to be aware of both the old properties and the new)


Code Block
languagejava
    void migrate(CompositionElementDto compositionElement, CompositionElementDto compositionElementTarget,
                 InstanceElementDto instanceElement, InstanceElementDto instanceElementMigrate) throws PfModelException;

Note

The composition in/outProperties are connected to the element definition, so when an element is removed means that in/outProperties of the old composition will continue to stay available till that composition is primed.

...