Class BusinessUnitChangelogPostProcessorImpl
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.process.BusinessUnitChangelogPostProcessorImpl
- All Implemented Interfaces:
- BusinessUnitChangelogPostProcessor
@Component
public class BusinessUnitChangelogPostProcessorImpl
extends Object
implements BusinessUnitChangelogPostProcessor
BusinessUnitChangelogPostProcessorImpl is the default implementation of BusinessUnitChangelogPostProcessor- 
Constructor SummaryConstructorsConstructorDescriptionBusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocessChangelog(Document doc) Takes the changelog document and processes als changesets which shall be applied to all available business units, replacing the generic changeset containingBUSINESS_UNIT_PLACEHOLDERs with corresponding changesets with concrete business unit references.
- 
Constructor Details- 
BusinessUnitChangelogPostProcessorImplpublic BusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService) 
 
- 
- 
Method Details- 
processChangelogDescription copied from interface:BusinessUnitChangelogPostProcessorTakes the changelog document and processes als changesets which shall be applied to all available business units, replacing the generic changeset containingBUSINESS_UNIT_PLACEHOLDERs with corresponding changesets with concrete business unit references.- Specified by:
- processChangelogin interface- BusinessUnitChangelogPostProcessor
- Parameters:
- doc- the changelog document to be processed
 
 
-