android inventory agent 1.0.0

Code documentation

--- layout: codeDocumentation --- --- layout: codeDocumentation --- HttpInventory
org.glpi.inventory.agent.utils

Class HttpInventory

  • java.lang.Object
    • org.glpi.inventory.agent.utils.HttpInventory


  • public class HttpInventory
    extends java.lang.Object
    • Constructor Detail

      • HttpInventory

        public HttpInventory(android.content.Context context)
        Constructor of the class, calls the context of the current class
        Parameters:
        Context - the context of the class
    • Method Detail

      • setServerModel

        public ServerSchema setServerModel(java.lang.String serverName)
      • sendInventory

        public void sendInventory(java.lang.String lastXMLResult,
                                  ServerSchema serverSchema,
                                  HttpInventory.OnTaskCompleted callback)
        Sends the inventory
        Parameters:
        lastXMLResult - lastXMLResult the inventory information
        callback -
Back to top