public class ACRefactory
extends org.neo4j.server.plugins.ServerPlugin
| Constructor and Description |
|---|
ACRefactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
deleteEntryInDictTree(org.neo4j.graphdb.GraphDatabaseService graphDb,
String dictJSON,
String entry) |
static boolean |
editEntry(org.neo4j.graphdb.GraphDatabaseService graphDb,
String dictJSON,
String entryACJSON)
Change attributes of an entry in the DictTree.
|
public static boolean deleteEntryInDictTree(org.neo4j.graphdb.GraphDatabaseService graphDb,
String dictJSON,
String entry)
throws NoSuchFieldException,
SecurityException,
IllegalArgumentException,
IllegalAccessException,
org.neo4j.shell.util.json.JSONException
graphDb - name - entry - NoSuchFieldExceptionSecurityExceptionIllegalArgumentExceptionIllegalAccessExceptionorg.neo4j.shell.util.json.JSONExceptionpublic static boolean editEntry(org.neo4j.graphdb.GraphDatabaseService graphDb,
String dictJSON,
String entryACJSON)
throws org.neo4j.shell.util.json.JSONException
graphDb - - GraphDatabasename - - Name of the DictTreeentry - - Name of the entryattribute - - Map of the attributes which has to be changed with the new valuetrue if success, false if the attribute does not existorg.neo4j.shell.util.json.JSONExceptionCopyright © 2017 JULIE Lab Jena, Germany. All rights reserved.