Class IntegrationObjectGraphSearch
java.lang.Object
de.hybris.platform.integrationservices.model.impl.IntegrationObjectGraphSearch
- All Implemented Interfaces:
IntegrationObjectGraphOperations
public final class IntegrationObjectGraphSearch
extends Object
implements IntegrationObjectGraphOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindTypesRelatedTo(TypeDescriptor descriptor) Finds all related references to the provided type descriptor.findTypesRelatedTo(String itemCode) Finds all related reference types to the provided item code.
-
Constructor Details
-
IntegrationObjectGraphSearch
-
-
Method Details
-
findTypesRelatedTo
Description copied from interface:IntegrationObjectGraphOperationsFinds all related references to the provided type descriptor.- Specified by:
findTypesRelatedToin interfaceIntegrationObjectGraphOperations- Parameters:
descriptor- a type descriptor to find related references from- Returns:
- a set of types related to the source type. If there are no other related types from the provided type descriptor, the provided type descriptor gets returned.
-
findTypesRelatedTo
Description copied from interface:IntegrationObjectGraphOperationsFinds all related reference types to the provided item code.- Specified by:
findTypesRelatedToin interfaceIntegrationObjectGraphOperations- Parameters:
itemCode- item code of the type descriptor to find related references from- Returns:
- a set of types related to the type. If there are no other related types from
the provided type descriptor, the type descriptor with item code matching the provided value gets returned. If there is no
type descriptor with a matching item code in the context integration object, then an empty
Setis returned. - See Also:
-