Package tigase.db

Examples of tigase.db.UserRepository.removeData()


        if (key_val) {
          System.out.println("Deleting data: " + content);
          parseNodeKeyValue(content);
          System.out.println("Parsed parameters: user=" + user
            + ", node=" + subnode + ", key=" + key + ", value=" + value);
          src_repo.removeData(user, subnode, key);
        } // end of if (key_val)
        if (node) {
          System.out.println("Deleting data node: " + content);
          src_repo.removeSubnode(user, content);
        } // end of if (node)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.