Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DDA
dda-wizard
Commits
523a7624
Commit
523a7624
authored
Jun 02, 2022
by
Steinberg, Jan
Browse files
TEST - getting reference from bundlesSourceEntity and not from bundlesStreamSource
parent
611f2078
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/gesis/dda/feeder/impl/FeedingContextFactory.java
View file @
523a7624
...
...
@@ -60,7 +60,7 @@ public class FeedingContextFactory {
BundleFilter
targetRepositoryBundleFilter
=
getTargetRepositoryBundleFilter
(
targetRepository
);
NextIncrementalHarvestingIntervalStrategy
nextFeedingTimeStrategy
=
getNextIncrementalHarvestingIntervalStrategy
(
bundlesSourceEntity
);
BundlesSourceEntityDataModificationStrategy
modStrategy
=
getBundlesSourceEntityDataModificationStrategy
(
bundlesSourceEntity
);
result
=
new
BundlesStreamSourceFeedingContext
(
bundlesS
treamSource
.
getReference
(),
bundlesStreamSource
,
bundleFilter
,
metadataTransformer
,
targetRepository
,
targetRepositoryBundleFilter
,
nextFeedingTimeStrategy
,
modStrategy
);
result
=
new
BundlesStreamSourceFeedingContext
(
bundlesS
ourceEntity
.
getReference
(),
bundlesStreamSource
,
bundleFilter
,
metadataTransformer
,
targetRepository
,
targetRepositoryBundleFilter
,
nextFeedingTimeStrategy
,
modStrategy
);
return
result
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment