Home | History | Annotate | Download | only in retriever

Lines Matching refs:Statement

43         List<Statement> statements = new ArrayList<Statement>();
55 // The element in the array is well formatted Json but not a well-formed Statement.
67 * Parses a single JSON statement.
77 * Parses a single JSON statement. This method guarantees that exactly one JSON object
82 List<Statement> statements = new ArrayList<Statement>();
85 JSONObject statement = JsonParser.parse(reader);
87 if (statement.optString(Utils.DELEGATE_FIELD_DELEGATE, null) != null) {
88 delegates.add(statement.optString(Utils.DELEGATE_FIELD_DELEGATE));
90 JSONObject targetObject = statement.optJSONObject(Utils.ASSET_DESCRIPTOR_FIELD_TARGET);
96 JSONArray relations = statement.optJSONArray(Utils.ASSET_DESCRIPTOR_FIELD_RELATION);
104 statements.add(Statement