OSID Logo
OSID Specifications
filing allocation package
Version 3.1.0
Interfaceosid.filing.allocation.AllocationReceiver
Implementsosid.OsidReceiver
Description

The allocation receiver is the consumer supplied interface for receiving notifications pertaining to usage warnings and changed quota assignments.

Methodwarning
Description

The callback for notifications of usage warnings.

ParametersstringdirectoryPath absolute pathname to the directory
Compliancemandatory This method must be implemented.
MethodclearWarning
Description

The callback for notification of cleared usage warnings.

ParametersstringdirectoryPath absolute pathname to the directory
Compliancemandatory This method must be implemented.
MethodchangedAllocation
Description

The callback for notification of a new, removed or changed allocation on a directory.

ParametersstringdirectoryPath absolute pathname to the directory
Compliancemandatory This method must be implemented.
MethodchangedUserAllocation
Description

The callback for notification of a new, removed or changed quota assignment.

ParametersstringdirectoryPath absolute pathname to the directory
stringagentId the user Id
Compliancemandatory This method must be implemented.