Searched defs:toDocument (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DDocumentUtil.java230 public static ODocument toDocument(JsonValue objModel, ODocument docToPopulate, ODatabaseDocumentTx db, String orientDocClass) method in class:DocumentUtil
232 return toDocument(objModel.asMap(), docToPopulate, db, orientDocClass, false, true);
246 public static ODocument toDocument(Map<String, Object> objModel, ODocument docToPopulate, ODatabaseDocumentTx db, String orientDocClass) method in class:DocumentUtil
248 return toDocument(objModel, docToPopulate, db, orientDocClass, false, true);
265 protected static ODocument toDocument(Map<String, Object> objModel, ODocument docToPopulate, ODatabaseDocumentTx db, String orientDocClass, boolean patch, method in class:DocumentUtil
339 ODocument converted = toDocument(json(value).asMap(), existingDoc, db, null, patch, false);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java959 return XMLUtils.print(toDocument(true).getDocumentElement());
973 public Document toDocument() throws SOAPBindingException { method in class:Message
974 return toDocument(false);
987 public Document toDocument( boolean refresh) throws SOAPBindingException { method in class:Message
995 Utils.debug.error("Message:toDocument", ex);
1052 Utils.debug.message("Message.toDocument: adding headers ");
1066 "Message.toDocument: adding security headers ");
1114 Utils.debug.message("Message.toDocument: adding soapFault ");
1126 Utils.debug.message("Message.toDocument: adding bodies ");
1166 return Utils.DocumentToSOAPMessage(toDocument(tru
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java959 return XMLUtils.print(toDocument(true).getDocumentElement());
973 public Document toDocument() throws SOAPBindingException { method in class:Message
974 return toDocument(false);
987 public Document toDocument( boolean refresh) throws SOAPBindingException { method in class:Message
995 Utils.debug.error("Message:toDocument", ex);
1052 Utils.debug.message("Message.toDocument: adding headers ");
1066 "Message.toDocument: adding security headers ");
1114 Utils.debug.message("Message.toDocument: adding soapFault ");
1126 Utils.debug.message("Message.toDocument: adding bodies ");
1166 return Utils.DocumentToSOAPMessage(toDocument(tru
[all...]

Completed in 43 milliseconds