getSummary
This method is used to get all existing definition of the component type existing in the system.
The Input Parameters are:
- String username
- String locale
- String Infodom
Return is:
- Hashtable<String, Vector<com.ofs.aai.pr2.comp.bean.TaskDefinition>>
It returns a Hashtable of <String, Vector<TaskDefinition>>. Where key denotes any specific sub-levels to be shown, which in turn contains a JSON object with compName, compDesc, isDinamic, levelImg properties for that sub-level and the Vector<TaskDefinition> contains all the data needed for using the component in a process or run.