public interface GraphRepository
GraphRepository allows persisting any given ImmutableGraphContainer or GraphContainerInfo.
 Please ensure that the implementing side knows how to persist the property values accordingly (e.g. custom types)| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteContainer(String containerId)  | 
GenericGraphContainer | 
findContainerById(String containerId)  | 
GraphContainerInfo | 
findContainerInfoById(String containerId)  | 
void | 
save(GraphContainerInfo containerInfo)  | 
void | 
save(ImmutableGraphContainer graphContainer)  | 
void save(ImmutableGraphContainer graphContainer)
void save(GraphContainerInfo containerInfo)
GenericGraphContainer findContainerById(String containerId)
GraphContainerInfo findContainerInfoById(String containerId)
void deleteContainer(String containerId)
Copyright © 2021. All rights reserved.