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.default java.util.List<ReferencePath>TypeDescriptor. pathFrom(TypeDescriptor itemType)Retrieves attribute path from the specified item type to this item type. -
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>AttributePathFinder. findAllPaths(TypeDescriptor src, TypeDescriptor dest)java.util.List<ReferencePath>ReferencePathFinder. findAllPaths(TypeDescriptor src, TypeDescriptor dest)Finds all possible reference paths between the specified given item types.java.util.List<ReferencePath>ItemTypeDescriptor. getPathsToRoot()java.util.List<ReferencePath>MapTypeDescriptor. getPathsToRoot()java.util.List<ReferencePath>PrimitiveTypeDescriptor. getPathsToRoot()java.util.List<ReferencePath>ItemTypeDescriptor. pathFrom(TypeDescriptor itemType)
-