Uses of Class
com.ensoftcorp.open.commons.sandbox.SandboxGraphElement
- 
Packages that use SandboxGraphElement Package Description com.ensoftcorp.open.commons.sandbox  - 
- 
Uses of SandboxGraphElement in com.ensoftcorp.open.commons.sandbox
Classes in com.ensoftcorp.open.commons.sandbox with type parameters of type SandboxGraphElement Modifier and Type Class Description classSandboxHashSet<T extends SandboxGraphElement>Subclasses of SandboxGraphElement in com.ensoftcorp.open.commons.sandbox Modifier and Type Class Description classSandboxEdgeclassSandboxNodeMethods in com.ensoftcorp.open.commons.sandbox with parameters of type SandboxGraphElement Modifier and Type Method Description voidSandbox. delete(SandboxGraphElement graphElement)Removes the given sandbox graph element from the sandbox universecom.ensoftcorp.atlas.core.db.graph.GraphElementDefaultFlushProvider. flush(SandboxGraphElement ge, java.util.Map<java.lang.String,SandboxGraphElement> addresses)Flushes the changes made or creation of a sandbox graph element to the Atlas graph and updates the address map accordinglySandboxGraphSandbox. toGraph(SandboxGraphElement... graphElements)Converts the given graph elements into a sandbox graphMethod parameters in com.ensoftcorp.open.commons.sandbox with type arguments of type SandboxGraphElement Modifier and Type Method Description com.ensoftcorp.atlas.core.db.graph.GraphElementDefaultFlushProvider. flush(SandboxGraphElement ge, java.util.Map<java.lang.String,SandboxGraphElement> addresses)Flushes the changes made or creation of a sandbox graph element to the Atlas graph and updates the address map accordinglycom.ensoftcorp.atlas.core.db.graph.GraphDefaultFlushProvider. flush(SandboxGraph graph, java.util.Map<java.lang.String,SandboxGraphElement> addresses)Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph This methods does the following: 1) Adds nodes/edges that are not mirrored to the Atlas graph with the current tags/attributes 2) Updates (adds/removes) tags and attributes from the corresponding Atlas graph element's to match the current sandbox tags/attributes for each node/edge in the sandbox.com.ensoftcorp.atlas.core.db.graph.GraphFlushProvider. flush(SandboxGraph graph, java.util.Map<java.lang.String,SandboxGraphElement> addresses)Flushes the changes made in the sandbox that are restricted to the nodes and edges in the given graph to the Atlas graph and updates the address map accordingly.SandboxGraphSandbox. toGraph(SandboxHashSet<? extends SandboxGraphElement> graphElements)Converts the given graph elements into a sandbox graph 
 -