Uses of Interface
com.hybris.datahub.core.services.impl.ImpExFragment
-
Packages that use ImpExFragment Package Description com.hybris.datahub.core.services.impl -
-
Uses of ImpExFragment in com.hybris.datahub.core.services.impl
Classes in com.hybris.datahub.core.services.impl with type parameters of type ImpExFragment Modifier and Type Class Description classAbstractScriptFragmentTest<T extends ImpExFragment>A base test for testing ImpEx script fragments.Classes in com.hybris.datahub.core.services.impl that implement ImpExFragment Modifier and Type Class Description classConstantTextFragmentA block of an ImpEx script containing constant content.classDataHubDataFragmentA fragment containing data being loaded from the Data HubclassImpexMacroFragmentFields in com.hybris.datahub.core.services.impl declared as ImpExFragment Modifier and Type Field Description protected TAbstractScriptFragmentTest. fragmentMethods in com.hybris.datahub.core.services.impl that return ImpExFragment Modifier and Type Method Description protected ImpExFragment[]DefaultFragmentReader. getFragmentsToTry()Methods in com.hybris.datahub.core.services.impl that return types with arguments of type ImpExFragment Modifier and Type Method Description protected java.util.List<ImpExFragment>DataHubImpExResourceFactory. extractFragments(ItemImportTaskData ctx)Reads ImpEx script from the input stream and splits it into the logical fragments based on the script content.java.util.List<ImpExFragment>DefaultFragmentReader. readScriptFragments(ItemImportTaskData ctx)java.util.List<ImpExFragment>FragmentReader. readScriptFragments(ItemImportTaskData ctx)Reads an ImpEx script and splits it into fragments.Method parameters in com.hybris.datahub.core.services.impl with type arguments of type ImpExFragment Modifier and Type Method Description booleanConstantTextFragment. addLine(java.lang.String line, java.util.List<ImpExFragment> fragments)booleanDataHubDataFragment. addLine(java.lang.String line, java.util.List<ImpExFragment> fragments)booleanImpExFragment. addLine(java.lang.String line, java.util.List<ImpExFragment> fragments)Adds a line of the script to this block.booleanImpexMacroFragment. addLine(java.lang.String line, java.util.List<ImpExFragment> fragments)Constructor parameters in com.hybris.datahub.core.services.impl with type arguments of type ImpExFragment Constructor Description FragmentedImpExInputStream(java.util.List<ImpExFragment> f)Instantiates this input stream.
-