#include <collectionidentificationattribute.h>

Public Member Functions | |
CollectionIdentificationAttribute (const QByteArray &identifier=QByteArray(), const QByteArray &folderNamespace=QByteArray(), const QByteArray &name=QByteArray(), const QByteArray &organizationUnit=QByteArray(), const QByteArray &mail=QByteArray()) | |
Attribute * | clone () const override |
QByteArray | collectionNamespace () const |
void | deserialize (const QByteArray &data) override |
QByteArray | identifier () const |
QByteArray | mail () const |
QByteArray | name () const |
QByteArray | ou () const |
QByteArray | serialized () const override |
void | setCollectionNamespace (const QByteArray &ns) |
void | setIdentifier (const QByteArray &identifier) |
void | setMail (const QByteArray &) |
void | setName (const QByteArray &) |
void | setOu (const QByteArray &) |
QByteArray | type () const override |
![]() | |
virtual | ~Attribute () |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute * > | List |
Detailed Description
Attribute that stores additional information on a collection that can be used for searching.
Additional indexed properties that can be used for searching.
- Since
- 4.15
Definition at line 37 of file collectionidentificationattribute.h.
Member Function Documentation
|
overridevirtual |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 113 of file collectionidentificationattribute.cpp.
|
overridevirtual |
Sets the data of this attribute, using the same encoding as returned by toByteArray().
- Parameters
-
data The encoded attribute data.
Implements Akonadi::Attribute.
Definition at line 129 of file collectionidentificationattribute.cpp.
|
overridevirtual |
Returns a QByteArray representation of the attribute which will be storaged.
This can be raw binary data, no encoding needs to be applied.
Implements Akonadi::Attribute.
Definition at line 118 of file collectionidentificationattribute.cpp.
void CollectionIdentificationAttribute::setCollectionNamespace | ( | const QByteArray & | ns | ) |
Sets a namespace the collection is in.
Initially used are:
- "person" for a collection shared by a person.
- "shared" for a collection shared by a person.
Definition at line 98 of file collectionidentificationattribute.cpp.
void CollectionIdentificationAttribute::setIdentifier | ( | const QByteArray & | identifier | ) |
Sets an identifier for the collection.
Definition at line 58 of file collectionidentificationattribute.cpp.
|
overridevirtual |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 108 of file collectionidentificationattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 02:46:59 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.