OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.FrontOfficeReceiver
Implementsosid.OsidReceiver
Description

The front office receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted FrontOffice objects.

MethodnewFrontOffices
Description

The callback for notifications of new frontOffices.

Parametersosid.id.IdListfrontOfficeIdsthe Ids of the new FrontOffices
CompliancemandatoryThis method must be implemented.
MethodnewAncestorFrontOffice
Description

The callback for notifications of new front office ancestors.

Parametersosid.id.IdfrontOfficeIdthe Id of the FrontOffice
osid.id.IdancestorIdthe Id of the new FrontOffice ancestor
CompliancemandatoryThis method must be implemented.
MethodnewDescendantFrontOffice
Description

The callback for notifications of new front office descendants.

Parametersosid.id.IdfrontOfficeIdthe Id of the FrontOffice
osid.id.IddescendantIdthe Id of the new FrontOffice descendant
CompliancemandatoryThis method must be implemented.
MethodchangedFrontOffices
Description

The callback for notification of updated front office.

Parametersosid.id.IdListfrontOfficeIdsthe Ids of the updated FrontOffices
CompliancemandatoryThis method must be implemented.
MethoddeletedFrontOffices
Description

The callback for notification of deleted frontOffices.

Parametersosid.id.IdListfrontOfficeIdsthe Ids of the deleted FrontOffices
CompliancemandatoryThis method must be implemented.
MethoddeletedAncestorFrontOffice
Description

The callback for notifications of deleted front office ancestors.

Parametersosid.id.IdfrontOfficeIdthe Id of the FrontOffice
osid.id.IdancestorIdthe Id of the removed FrontOffice ancestor
CompliancemandatoryThis method must be implemented.
MethoddeletedDescendantFrontOffice
Description

The callback for notifications of deleted front office descendants.

Parametersosid.id.IdfrontOfficeIdthe Id of the FrontOffice
osid.id.IddescendantIdthe Id of the removed FrontOffice descendant
CompliancemandatoryThis method must be implemented.
MethodrestructuredFrontOfficeHierarchy
Description

The callback for notifications of changes to a front office hierarchy where the hierarchy needs to refreshed.

CompliancemandatoryThis method must be implemented.