New endpoints to auto populate edge properties.
[aai/gizmo.git] / src / main / java / org / openecomp / crud / dao / GraphDao.java
index 20b568c..c714249 100644 (file)
@@ -32,6 +32,8 @@ import java.util.Map;
 
 public interface GraphDao {
 
+  public Vertex getVertex(String id) throws CrudException;
+
   public Vertex getVertex(String id, String type) throws CrudException;
 
   /**