Interface | osid.workflow.ProcessReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The process receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
Method | newProcesses | ||
Description |
The callback for notifications of new process. | ||
Parameters | osid.id.IdList | processIds | the Ids of the new Processes |
Compliance | mandatory | This method must be implemented. | |
Method | changedProcesses | ||
Description |
The callback for notification of updated process. | ||
Parameters | osid.id.IdList | processIds | the Ids of the updated Processes |
Compliance | mandatory | This method must be implemented. | |
Method | deletedProcesses | ||
Description |
The callback for notification of deleted process. | ||
Parameters | osid.id.IdList | processIds | the Ids of the deleted Processes |
Compliance | mandatory | This method must be implemented. |