|
|
void | result (const ADQueryResult &result, const QString &auditLogAsHtml={}, const GpgME::Error &auditLogError={}) |
| void | jobProgress (int current, int total) |
| void | rawProgress (const QString &what, int type, int current, int total) |
|
QGPGME_DEPRECATED void | progress (const QString &what, int current, int total) |
|
void | done () |
|
| GpgME::Error | start (const QString &filter, const QStringList &attributes, ADQueryOptions options=ADQueryOption::Default) |
| ADQueryResult | exec (const QString &filter, const QStringList &attributes, ADQueryOptions options=ADQueryOption::Default) |
|
virtual QString | auditLogAsHtml () const |
|
virtual GpgME::Error | auditLogError () const |
|
bool | isAuditLogSupported () const |
| GpgME::Error | startIt () |
| void | startNow () |
|
|
| ADQueryJob (std::unique_ptr< ADQueryJobPrivate >, QObject *parent) |
|
| Job (std::unique_ptr< JobPrivate >, QObject *parent) |
|
| Job (QObject *parent) |
|
|
virtual void | slotCancel ()=0 |
| static GpgME::Context * | context (Job *job) |
|
const std::unique_ptr< JobPrivate > | d_ptr |
◆ exec()
| ADQueryResult ADQueryJob::exec |
( |
const QString & | filter, |
|
|
const QStringList & | attributes, |
|
|
ADQueryOptions | options = ADQueryOption::Default ) |
Runs an AD query with filter filter asking for the attributes attributes.
◆ start()
| GpgME::Error ADQueryJob::start |
( |
const QString & | filter, |
|
|
const QStringList & | attributes, |
|
|
ADQueryOptions | options = ADQueryOption::Default ) |
Starts an AD query with filter filter asking for the attributes attributes.
The documentation for this class was generated from the following files: