Closed pet-mit closed 2 months ago
@pet-mit do you think it would make sense to add List<String> getCreatedObjectsIds()
in the interface to handle the case where native object can create several objects in the CRAC?
@pet-mit do you think it would make sense to add
List<String> getCreatedObjectsIds()
in the interface to handle the case where native object can create several objects in the CRAC?
yes, why not !
Describe the current behavior
Crac importers (ex-creators) have some specific code to handle basic information about the context of importing Crac objects. Code can be made common. For instance, ElementaryCreationContext does not have a "nativeObjectId" and a "createdObjectId". Crac creators all have to add this info.
Describe the expected behavior
Create basics implementations of CracCreationContext that are more re-usable.
Describe the motivation
Cleaner code, easier development of new Crac importers
Extra Information
No response