class documentation
class ZMSWorkflowProviderAcquired(ZMSItem.ZMSItem): (source)
Constructor: ZMSWorkflowProviderAcquired(autocommit, nodes)
Implements interfaces: Products.zms.IZMSConfigurationProvider.IZMSConfigurationProvider, Products.zms.IZMSWorkflowProvider.IZMSWorkflowProvider
Delegate workflow settings and definitions to the portal master.
| Method | __init__ |
Initialize the acquired workflow manager stub. |
| Method | do |
Trigger a workflow autocommit run through the shared provider. |
| Method | get |
Return workflow activities from the portal master. |
| Method | get |
Return a workflow activity definition from the portal master. |
| Method | get |
Return detailed workflow activity information from the portal master. |
| Method | get |
Return workflow activity ids from the portal master. |
| Method | get |
Return whether workflow autocommit is enabled locally. |
| Method | get |
Return workflow-enabled node paths. |
| Method | get |
Return a workflow transition definition from the portal master. |
| Method | get |
Return workflow transition ids from the portal master. |
| Method | get |
Return workflow transitions from the portal master. |
| Method | manage_change |
Handle ZMI updates for acquired workflow settings. |
| Method | manage |
Return parent management tabs with local relative actions. |
| Method | manage |
Return the workflow manager sub tabs shown in the ZMI. |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | manage |
Undocumented |
| Class Variable | meta |
Undocumented |
| Class Variable | zmi |
Undocumented |
| Instance Variable | autocommit |
Undocumented |
| Instance Variable | id |
Undocumented |
| Instance Variable | nodes |
Undocumented |
Initialize the acquired workflow manager stub.
| Parameters | |
| autocommit:int | Flag controlling automatic workflow commits. |
| nodes:list | Workflow-enabled node paths. |
Trigger a workflow autocommit run through the shared provider.
| Parameters | |
| lang:str | Active UI language. |
| REQUEST:ZPublisher.HTTPRequest | The active HTTP request. |
Return a workflow activity definition from the portal master.
| Parameters | |
| id:str | Activity identifier. |
| Returns | |
| dict | Workflow activity definition. |
Return detailed workflow activity information from the portal master.
| Parameters | |
| id:str | Activity identifier. |
| Returns | |
| dict | Detailed workflow activity information. |
Return a workflow transition definition from the portal master.
| Parameters | |
| id:str | Transition identifier. |
| for | Include export-safe payload details when true. |
| Returns | |
| dict | Workflow transition definition. |