Class SharedData

All Implemented Interfaces:
IdentifiableData, OwnableData, ShareableData
Direct Known Subclasses:
CommonData

public abstract class SharedData
extends OwnedData
implements ShareableData
This class extends the OwnedData class and implements the ShareableData interface. Ie. by extending this class a data item gets an owner and it will be possible to share the item to other users.
Version:
2.0
Author:
Nicklas
See Also:
SharedItem, Developer documentation: User authentication, Developer documentation: Basic classes and interfaces