Part of Reportek.EnvelopeInstance View In Hierarchy
Known subclasses: Reportek.Envelope.Envelope
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 63 | Method | __init__ | constructor |
| 99 | Method | getWorkflowTabs | Returns the tuple: |
| 116 | Method | getOpenFlowEngine | Returns the Collection object, parent of the process |
| 121 | Method | getActivity | Returns the activity of a workitem |
| 129 | Method | getApplicationUrl | Return application definition URL relative to instance and workitem |
| 139 | Method | getEnvironment | Returns the engine, the workitem object, the current process and activity |
| 148 | Method | getInstanceProcessId | Returns the process id from its path |
| 152 | Method | getProcess | Returns the process as an object |
| 160 | Method | addWorkitem | Undocumented |
| 168 | Method | getJoiningWorkitem | Undocumented |
| 179 | Method | setStatus | Undocumented |
| 209 | Method | is_active_for_me | returns >0 if there is an active workitem for that person |
| 222 | Method | getActiveWorkitems | returns all active workitems |
| 227 | Method | getListOfWorkitems | Returns all workitems given a list of statuses |
| 239 | Method | setPriority | Undocumented |
| 243 | Method | isActiveOrRunning | Undocumented |
| 247 | Method | suspendInstance | suspend a specified instance |
| 263 | Method | resumeInstance | resume a specified instance |
| 279 | Method | terminateInstance | terminate a specified instance |
| 294 | Method | startInstance | Starts the flowing of the process instance inside the process definition |
| 310 | Method | linkWorkitems | Undocumented |
| 319 | Method | assignWorkitem | Assign the specified workitem of the specified instance to the specified actor (string) |
| 335 | Method | unassignWorkitem | Unassign the specified workitem |
| 351 | Method | activateWorkitem | declares the activation of the specified workitem of the given instance |
| 374 | Method | inactivateWorkitem | declares the inactivation of the specified workitem of the given instance |
| 389 | Method | suspendWorkitem | declares the suspension of the specified workitem of the given instance |
| 409 | Method | resumeWorkitem | declares the resumption of the specified workitem of the given instance |
| 427 | Method | completeWorkitem | declares the completion of the specified workitem of the given instance |
| 461 | Method | isEnd | Undocumented |
| 467 | Method | getNextTransitions | Returns the list of transition that the given workitem (of the specified instance) |
| 498 | Method | getDestinations | Undocumented |
| 519 | Method | forwardWorkitem | instructs openflow to forward the specified workitem |
| 562 | Method | getPreviousActor | Returns the actor that completed the previous workitem |
| 571 | Method | changeWorkitem | use this API to modify anything of a fallout workitem |
| 613 | Method | falloutWorkitem | drops the workitem in exceptional handling |
| 627 | Method | sendWorkitemsToException | Undocumented |
| 635 | Method | fallinWorkitem | the exceptional specified workitem (of the specified instance) will be put back in the activity |
| 660 | Method | endFallinWorkitem | Ends the exceptional state of the given workitem |
| 673 | Method | getWorkitemsActiveForMe | Returns the list of active workitems |
| 685 | Method | manageDummyActivity | Undocumented |
| 693 | Method | startAutomaticApplication | Undocumented |
| 708 | Method | callAutoPush | Undocumented |
| 724 | Method | manageWorkitemCreation | Undocumented |
| 743 | Method | startSubflow | Undocumented |
| 757 | Method | getSubflowWorkitem | TODO! |
| 767 | Method | completeSubflow | Undocumented |