Skip to content
Success

Changes

Summary

  1. - model refactoring (details)
  2. - transaction integration tests (details)
Commit e8a88b5eb56c23072fbfc6bca53e4831d3e5e458 by Mark Hoffmann
- model refactoring
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.model/model/diamant.ecore (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/DiamantFactory.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/ProcessStepImpl.java (diff)
The file was addedde.dim.diamant.service/src/de/dim/diamant/service/api/TransactionService.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/Product.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/TransactionType.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/util/DiamantAdapterFactory.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/TransactionLog.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/TransactionNotification.java (diff)
The file was removedde.dim.diamant.service/src/de/dim/diamant/service/api/ProcessStepService.java (diff)
The file was addedde.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionServiceImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/ProcessStepType.java (diff)
The file was modifiedcnf/local/index.xml.sha (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/FeedbackTransaction.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/ProcessEvent.java (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/data/SampleDataComponent.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/ProcessEventLog.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/FeedbackProcessStepImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/ProcessEventLogImpl.java (diff)
The file was removedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/ProcessStepIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.model/model/diamant.genmodel (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/ParticipantDefinitionImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/DiamantPackage.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/DiamantPackageImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/DiamantFactoryImpl.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/impl/TransactionLogImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/ProcessStepNotificationImpl.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/impl/TransactionNotificationImpl.java (diff)
The file was modifiedde.dim.diamant.service.tests/.settings/org.eclipse.core.resources.prefs (diff)
The file was modifiedcnf/local/index.xml (diff)
The file was removedde.dim.diamant.service/src/de/dim/diamant/service/impl/ProcessStepServiceImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/ProcessStep.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/FeedbackProcessStep.java (diff)
The file was addedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.model/.classpath (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/impl/TransactionImpl.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/TransactionEntry.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/util/DiamantSwitch.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/Transaction.java (diff)
The file was modifiedcnf/ext/dim_nexus.maven (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/impl/ProductImpl.java (diff)
The file was modifiedde.dim.diamant.model/src/de/dim/diamant/ParticipantDefinition.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/impl/FeedbackTransactionImpl.java (diff)
The file was addedde.dim.diamant.model/src/de/dim/diamant/impl/TransactionEntryImpl.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/ProcessStepNotification.java (diff)
The file was removedde.dim.diamant.model/src/de/dim/diamant/impl/ProcessEventImpl.java (diff)
Commit 6e26a167a1162f86cde48f53d780bc6ef4652536 by Mark Hoffmann
- transaction integration tests
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
The file was modifiedde.dim.diamant.service.tests/src/de/dim/diamant/service/tests/TransactionIntegrationTest.java (diff)
The file was modifiedde.dim.diamant.service.tests/bnd.bnd (diff)
The file was modifiedde.dim.diamant.service/src/de/dim/diamant/service/impl/TransactionServiceImpl.java (diff)