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
ConstructorsConstructorDescriptionBusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService) -
Method Summary
Modifier 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
-
BusinessUnitChangelogPostProcessorImpl
public BusinessUnitChangelogPostProcessorImpl(BusinessUnitResolverService businessUnitResolverService)
-
-
Method Details
-
processChangelog
Description 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 interfaceBusinessUnitChangelogPostProcessor- Parameters:
doc- the changelog document to be processed
-