Interface GraphOperationsFactory
- All Known Implementing Classes:
DefaultGraphOperationsFactory
public interface GraphOperationsFactory
A factory for creating
IntegrationObjectGraphOperations instances.-
Method Summary
Modifier and TypeMethodDescription@NotNull IntegrationObjectGraphOperationscreate(@NotNull IntegrationObjectDescriptor io) Creates an instance ofIntegrationObjectGraphOperationsfor a given integration object.
-
Method Details
-
create
@NotNull @NotNull IntegrationObjectGraphOperations create(@NotNull @NotNull IntegrationObjectDescriptor io) Creates an instance ofIntegrationObjectGraphOperationsfor a given integration object.- Parameters:
io- an integration object to perform the graph operations on.- Returns:
- an instance to use.
-