Function: |
Reads all the objects of a certain type that are assigned to the proxy and returns a dictionary with the names and objects of this type. | |
Parameters: |
Proxy whose objects of type
Type of object of which a list of all objects in the current configuration is to be created. The following values can be specified for | |
String | or the value of one of the following | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
Return: | Dictionary with all the objects of this type that are assigned to this proxy and the associated name as key. | |
Exceptions: |
| |
Note: | If the specified proxy belongs to a proxy cluster then you cannot use | |
Example: | ... import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("proxy") bcDicn=BcAdminProxy.getList(proxy_obj,"eis-partner") ... |