getUsedTables
This method is used to get the dependent tables for specified definition of the component type.
The Input Parameters are:
- String username
- String locale
- String Infodom
- String uniqueName
- Map<String, String> allParams
Return is:
- Set<String>
It takes uniqueName which is <code> of the definition and the same allParam map which is used in fillTaskParameter method. By using these inputs a Set<String> will be formed with all the dependant table data. This data is used to identify a Rule Filter / Process Filter can be applied to this component. This Set will be returned to the calling method.