OSID Logo
OSID Specifications
process package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListprocessIdsthe Ids of the new Processes
CompliancemandatoryThis method must be implemented.
MethodchangedProcesses
Description

The callback for notification of updated processes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessIdsthe Ids of the updated Processes
CompliancemandatoryThis method must be implemented.
MethoddeletedProcesses
Description

The callback for notification of deleted processes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessIdsthe Ids of the deleted Processes
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfProcesses
Description

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

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListprocessIdsthe Ids of the Processes whose children have changed
CompliancemandatoryThis method must be implemented.