Uses of Interface
de.hybris.platform.integrationservices.model.ReferencePath
Packages that use ReferencePath
Package
Description
Contains generated models for each type of de.hybris.platform.integrationservices.jalo package.
-
Uses of ReferencePath in de.hybris.platform.integrationservices.model
Methods in de.hybris.platform.integrationservices.model that return types with arguments of type ReferencePathModifier and TypeMethodDescriptionReferencePath.expand()Expands current path into all possible references from the current destination in this path to other integration items.TypeDescriptor.getPathsToRoot()Retrieves attribute path from this item type to the root item type in the same integration object.default 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 ReferencePathModifier and TypeMethodDescriptionAttributePathFinder.findAllPaths(TypeDescriptor src, TypeDescriptor dest) ReferencePathFinder.findAllPaths(TypeDescriptor src, TypeDescriptor dest) Finds all possible reference paths between the specified given item types.ClassTypeDescriptor.getPathsToRoot()ItemTypeDescriptor.getPathsToRoot()MapClassTypeDescriptor.getPathsToRoot()MapTypeDescriptor.getPathsToRoot()PrimitiveClassTypeDescriptor.getPathsToRoot(){Retrieves attribute path from this item type to the root item type in the same integration object.PrimitiveTypeDescriptor.getPathsToRoot()ClassTypeDescriptor.pathFrom(TypeDescriptor classType) ItemTypeDescriptor.pathFrom(TypeDescriptor itemType) MapClassTypeDescriptor.pathFrom(TypeDescriptor itemType) PrimitiveClassTypeDescriptor.pathFrom(TypeDescriptor itemType)