Abandoned Review because of git issues;
[cps.git] / cps / cps-service / src / main / java / org / onap / cps / api / CpService.java
index cdd1c4d..2a8b216 100644 (file)
@@ -59,4 +59,12 @@ public interface CpService {
      * @return entity ID.
      */
     Integer storeJsonStructure(final String jsonStructure);
+
+    /**
+     * Read a JSON Object using the object identifier.
+     *
+     * @param jsonObjectId the JSON object identifier.
+     * @return the JSON structure.
+     */
+    String getJsonById(final int jsonObjectId);
 }