Ejemplo n.º 1
0
  @Override
  protected JSONObject getJson() throws Exception {
    JSONObject attachmentDescription = attDescription.getJson();

    JSONObject originalFileDescription =
        attachmentDescription.optJSONObject(UploadConstants.ORIGINAL_FILE_KEY);

    return originalFileDescription;
  }