Class BusinessUnitChangelogPostProcessorImpl

java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.process.BusinessUnitChangelogPostProcessorImpl
All Implemented Interfaces:
BusinessUnitChangelogPostProcessor

@Component public class BusinessUnitChangelogPostProcessorImpl extends Object implements BusinessUnitChangelogPostProcessor
  • Constructor Details

    • BusinessUnitChangelogPostProcessorImpl

      public BusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService)
  • Method Details

    • processChangelog

      public void processChangelog(Document doc)
      Description copied from interface: BusinessUnitChangelogPostProcessor
      Takes the changelog document and processes als changesets which shall be applied to all available business units, replacing the generic changeset containing BUSINESS_UNIT_PLACEHOLDERs with corresponding changesets with concrete business unit references.
      Specified by:
      processChangelog in interface BusinessUnitChangelogPostProcessor
      Parameters:
      doc - the changelog document to be processed