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 Details

  • Method Details

    • findTypesRelatedTo

      public Set<TypeDescriptor> findTypesRelatedTo(TypeDescriptor descriptor)
      Description copied from interface: IntegrationObjectGraphOperations
      Finds all related references to the provided type descriptor.
      Specified by:
      findTypesRelatedTo in interface IntegrationObjectGraphOperations
      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

      public Set<TypeDescriptor> findTypesRelatedTo(String itemCode)
      Description copied from interface: IntegrationObjectGraphOperations
      Finds all related reference types to the provided item code.
      Specified by:
      findTypesRelatedTo in interface IntegrationObjectGraphOperations
      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 Set is returned.
      See Also: