Package n10s.graphconfig
Class GraphConfigProcedures
- java.lang.Object
-
- n10s.graphconfig.GraphConfigProcedures
-
public class GraphConfigProcedures extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphConfigProcedures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<GraphConfigItemResult>drop()java.util.stream.Stream<GraphConfigItemResult>init(java.util.Map<java.lang.String,java.lang.Object> props)java.util.stream.Stream<GraphConfigItemResult>set(java.util.Map<java.lang.String,java.lang.Object> props)java.util.stream.Stream<GraphConfigItemResult>show()
-
-
-
Method Detail
-
init
public java.util.stream.Stream<GraphConfigItemResult> init(java.util.Map<java.lang.String,java.lang.Object> props) throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
set
public java.util.stream.Stream<GraphConfigItemResult> set(java.util.Map<java.lang.String,java.lang.Object> props) throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
show
public java.util.stream.Stream<GraphConfigItemResult> show() throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
drop
public java.util.stream.Stream<GraphConfigItemResult> drop() throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
-