Class Catalogue

java.lang.Object
overit.geocall.util.Catalogue

public class Catalogue extends Object
Class used to manage the catalog, that is a map of, for example, ScriptOperations and/or WorkflowOperations and/or MMRouteDestination
  • Constructor Details

    • Catalogue

      public Catalogue()
  • Method Details

    • getMap

      public static HashMap getMap(String name, Identity id)
      Returns an HashMap of the catalogue
      Parameters:
      name - Name of the entry to get (i.e. "ScriptOperations")
      id - The caller
      Returns:
      The HashMap
    • getDBView

      public static DBView getDBView(String name, Identity id)
      Returns a DBView of the catalogue
      Parameters:
      name - Name of the entry to get (i.e. "ScriptOperations")
      id - The caller
      Returns:
      The DBView
    • key

      protected static String key(String type, String name, Identity id)
    • getChildByName

      protected static XMLTree getChildByName(XMLTree x, String name)