Uses of Interface
de.hybris.platform.integrationservices.model.ReferencePath
-
Packages that use ReferencePath Package Description de.hybris.platform.integrationservices.model Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.de.hybris.platform.integrationservices.model.impl -
-
Uses of ReferencePath in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return types with arguments of type ReferencePath Modifier and Type Method Description java.util.Collection<ReferencePath>ReferencePath. expand()Expands current path into all possible references from the current destination in this path to other integration items.java.util.List<ReferencePath>TypeDescriptor. getPathsToRoot()Retrieves attribute path from this item type to the root item type in the same integration object. -
Uses of ReferencePath in de.hybris.platform.integrationservices.model.impl
Methods in de.hybris.platform.integrationservices.model.impl that return types with arguments of type ReferencePath Modifier and Type Method Description java.util.List<ReferencePath>ItemTypeDescriptor. getPathsToRoot()java.util.List<ReferencePath>PrimitiveTypeDescriptor. getPathsToRoot()
-