Searched refs:KEY_CHILDREN (Results 1 – 1 of 1) sorted by relevance
86 private static final String KEY_CHILDREN = "vault:children"; field in VaultProvider273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument()314 parentMeta.accumulate(KEY_CHILDREN, childDocId); in createDocument()343 meta.put(KEY_CHILDREN, new JSONArray()); in initDocument()400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree()427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences()480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments()