class documentation
class ZMSMetacmdProviderAcquired(ZMSMetacmdProvider.ZMSMetacmdProvider): (source)
Constructor: ZMSMetacmdProviderAcquired(commands)
Implements interfaces: Products.zms.IZMSMetacmdProvider.IZMSMetacmdProvider
Delegate metacommand definitions to the portal master.
| Method | __init__ |
Initialize the acquired metacommand manager stub. |
| Method | get |
Return a metacommand description from the portal master. |
| Method | get |
Return metacommand ids from the portal master. |
| Method | get |
Return metacommand definitions from the portal master. |
| Class Variable | meta |
Undocumented |
| Instance Variable | id |
Undocumented |
Initialize the acquired metacommand manager stub.
| Parameters | |
| commands:list | Unused compatibility argument. |
Return a metacommand description from the portal master.
| Parameters | |
| id:str | Metacommand identifier. |
| Returns | |
| str | Metacommand description text. |
Return metacommand ids from the portal master.
| Parameters | |
| sort:bool | Sort the command ids when true. |
| Returns | |
| list | Metacommand identifiers. |