Modifier and Type | Field and Description |
---|---|
static IProtocolFactory<ReportQuery,ReportResponse> |
ReportProtocol.FACTORY |
Modifier and Type | Method and Description |
---|---|
ReportResponse |
IReportExecutor.execute(LoggedCore lc,
ReportQuery rq) |
Modifier and Type | Method and Description |
---|---|
void |
IReportExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
void |
ReportProtocol.write(ReportResponse response,
org.vertx.java.core.http.HttpServerResponse sr) |
Modifier and Type | Method and Description |
---|---|
void |
ReportProtocol.execute(LoggedCore lc,
ReportQuery query,
org.vertx.java.core.Handler<ReportResponse> handler) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarMultigetResponse |
class |
CalendarQueryResponse |
Modifier and Type | Method and Description |
---|---|
ReportResponse |
CalendarQueryExecutor.execute(LoggedCore lc,
ReportQuery rq) |
ReportResponse |
CalendarMultigetExecutor.execute(LoggedCore lc,
ReportQuery rq) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarQueryExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
void |
CalendarMultigetExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarServerPrincipalSearchResponse |
Modifier and Type | Method and Description |
---|---|
ReportResponse |
CalendarServerPrincipalSearchExecutor.execute(LoggedCore lc,
ReportQuery rq) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarServerPrincipalSearchExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
Modifier and Type | Class and Description |
---|---|
class |
ExpandPropertyResponse |
class |
PrincipalPropertySearchResponse |
class |
PrincipalSearchPropertySetResponse |
class |
SyncCollectionResponse |
Modifier and Type | Method and Description |
---|---|
ReportResponse |
PrincipalSearchPropertySetExecutor.execute(LoggedCore lc,
ReportQuery rq) |
ReportResponse |
ExpandPropertyExecutor.execute(LoggedCore lc,
ReportQuery rq) |
ReportResponse |
PrincipalPropertySearchExecutor.execute(LoggedCore lc,
ReportQuery rq) |
ReportResponse |
SyncCollectionExecutor.execute(LoggedCore lc,
ReportQuery rq) |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalSearchPropertySetExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
void |
ExpandPropertyExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
void |
PrincipalPropertySearchExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
void |
SyncCollectionExecutor.write(ReportResponse rr,
org.vertx.java.core.http.HttpServerResponse sr) |
Copyright © 2021. All Rights Reserved.