X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Fcrud%2Fdao%2FGraphDao.java;fp=src%2Fmain%2Fjava%2Forg%2Fonap%2Fcrud%2Fdao%2FGraphDao.java;h=283e1a1cae3f84ca1ff42b5854b991dc2311c9d9;hb=5db1e77ef9e2c43fd723dc629346baf3660fdf1b;hp=7834bb23e30a0eb2d44bd168c94e619f4dc72b0a;hpb=4ff47ab5934ce146e194db88f3c0096f42b7d1d7;p=aai%2Fgizmo.git diff --git a/src/main/java/org/onap/crud/dao/GraphDao.java b/src/main/java/org/onap/crud/dao/GraphDao.java index 7834bb2..283e1a1 100644 --- a/src/main/java/org/onap/crud/dao/GraphDao.java +++ b/src/main/java/org/onap/crud/dao/GraphDao.java @@ -60,7 +60,7 @@ public interface GraphDao { * @return - A collection of vertices. * @throws CrudException */ - public List getVertices(String type, Map filter) throws CrudException; + public List getVertices(String type, Map filter, String version) throws CrudException; /** * Retrieve a collection of {@link Vertex} objects which match the supplied @@ -75,7 +75,7 @@ public interface GraphDao { * @return - A collection of vertices. * @throws CrudException */ - public List getVertices(String type, Map filter, HashSet properties) throws CrudException; + public List getVertices(String type, Map filter, HashSet properties, String version) throws CrudException; /** * Retrieve an {@link Edge} from the graph database by specifying its unique