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 Summary
ConstructorDescriptionBusinessUnitChangelogPostProcessorImpl
(BusinessUnitResolverService businessUnitResolverService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
processChangelog
(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_PLACEHOLDER
s with corresponding changesets with concrete business unit references.
-
Constructor Details
-
BusinessUnitChangelogPostProcessorImpl
public BusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService)
-
-
Method Details
-
processChangelog
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 containingBUSINESS_UNIT_PLACEHOLDER
s with corresponding changesets with concrete business unit references.- Specified by:
processChangelog
in interfaceBusinessUnitChangelogPostProcessor
- Parameters:
doc
- the changelog document to be processed
-