cowbird.services.impl.filesystem

Module Contents

Classes

FileSystem

Keep the proper directory structure in synch with the platform.

class cowbird.services.impl.filesystem.FileSystem(name, url=None)[source]

Bases: cowbird.services.service.Service

Keep the proper directory structure in synch with the platform.

abstract get_resource_id(self, resource_full_name)[source]

Each service must provide this implementation required by the permission synchronizer.

The function needs to find the resource id in Magpie from the resource full name using its knowledge of the service. If the resource doesn’t already exist, the function needs to create it, again using its knowledge of resource type and parent resource type if required.

abstract user_created(self, user_name)[source]
abstract user_deleted(self, user_name)[source]
abstract permission_created(self, permission)[source]
abstract permission_deleted(self, permission)[source]