Package io.atlasmap.core
Class DefaultAtlasCollectionHelper
- java.lang.Object
-
- io.atlasmap.core.DefaultAtlasCollectionHelper
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasCollectionHelper
public class DefaultAtlasCollectionHelper extends Object implements io.atlasmap.spi.AtlasCollectionHelper
-
-
Constructor Summary
Constructors Constructor Description DefaultAtlasCollectionHelper()DefaultAtlasCollectionHelper(io.atlasmap.spi.AtlasFieldActionService fieldActionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyCollectionIndexes(io.atlasmap.v2.Field sourceParentField, io.atlasmap.v2.Field sourceField, io.atlasmap.v2.Field targetField, io.atlasmap.v2.Field previousTargetField)protected AtlasPathcreateTargetAtlasPath(String path)intdetermineSourceCollectionCount(io.atlasmap.v2.Field sourceParentField, io.atlasmap.v2.Field sourceField)intdetermineTargetCollectionCount(io.atlasmap.v2.Field targetField)
-
-
-
Method Detail
-
determineTargetCollectionCount
public int determineTargetCollectionCount(io.atlasmap.v2.Field targetField)
- Specified by:
determineTargetCollectionCountin interfaceio.atlasmap.spi.AtlasCollectionHelper
-
determineSourceCollectionCount
public int determineSourceCollectionCount(io.atlasmap.v2.Field sourceParentField, io.atlasmap.v2.Field sourceField)- Specified by:
determineSourceCollectionCountin interfaceio.atlasmap.spi.AtlasCollectionHelper
-
copyCollectionIndexes
public void copyCollectionIndexes(io.atlasmap.v2.Field sourceParentField, io.atlasmap.v2.Field sourceField, io.atlasmap.v2.Field targetField, io.atlasmap.v2.Field previousTargetField)- Specified by:
copyCollectionIndexesin interfaceio.atlasmap.spi.AtlasCollectionHelper
-
-