10 #import <kerio/web/idl/SharedStructures.idl>
49 typedef sequence<PrincipalDescription> PrincipalList;
80 typedef sequence<Resource> ResourceList;
95 void create(out kerio::web::ErrorList errors, out kerio::web::CreateResultList result, in ResourceList resources);
105 void get(out ResourceList list, out
long totalItems, in
kerio::web::SearchQuery query, in kerio::web::KId domainId);
114 void getPrincipalList(out PrincipalList list, out
long totalItems, in
kerio::web::SearchQuery query, in kerio::web::KId domainId);
122 void remove(out kerio::web::ErrorList errors, in kerio::web::KIdList resourceIds);
131 void set(out kerio::web::ErrorList errors, in kerio::web::KIdList resourceIds, in
Resource pattern);