Class DefaultGraphOperationsFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultGraphOperationsFactory
- All Implemented Interfaces:
GraphOperationsFactory
A default implementation that returns
IntegrationObjectGraphSearch as implementation of the IntegrationObjectGraphOperations-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an instance ofIntegrationObjectGraphOperationsfor a given integration object.
-
Constructor Details
-
DefaultGraphOperationsFactory
public DefaultGraphOperationsFactory()
-
-
Method Details
-
create
Description copied from interface:GraphOperationsFactoryCreates an instance ofIntegrationObjectGraphOperationsfor a given integration object.- Specified by:
createin interfaceGraphOperationsFactory- Parameters:
io- an integration object to perform the graph operations on.- Returns:
- an instance to use.
-