OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.ProcessReceiver
Implementsosid.OsidReceiver
Description

The process receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Process objects.

MethodnewProcesses
Description

The callback for notifications of new processes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the new Processes
Compliancemandatory This method must be implemented.
MethodchangedProcesses
Description

The callback for notification of updated processes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the updated Processes
Compliancemandatory This method must be implemented.
MethoddeletedProcesses
Description

The callback for notification of deleted processes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the deleted Processes
Compliancemandatory This method must be implemented.
MethodchangedChildOfProcesses
Description

The callback for notifications of changes to children of process hierarchy nodes.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListprocessIds the Ids of the Processes whose children have changed
Compliancemandatory This method must be implemented.