| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IVCardService. importCards(java.lang.String vcard) | 
| TaskRef | IAddressBooksMgmt. reindex(java.lang.String bookUid)reindex an addressbook | 
| TaskRef | IAddressBooksMgmt. reindexAll() | 
| TaskRef | IAddressBooksMgmt. reindexDomain(java.lang.String domainUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IVCardServicePromise. importCards(java.lang.String vcard) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IAddressBooksMgmtPromise. reindex(java.lang.String containerUid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IAddressBooksMgmtPromise. reindexAll() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IAddressBooksMgmtPromise. reindexDomain(java.lang.String domain) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IVCardServiceAsync. importCards(java.lang.String vcard,
           AsyncHandler<TaskRef> handler) | 
| void | IAddressBooksMgmtAsync. reindex(java.lang.String containerUid,
       AsyncHandler<TaskRef> handler) | 
| void | IAddressBooksMgmtAsync. reindexAll(AsyncHandler<TaskRef> handler) | 
| void | IAddressBooksMgmtAsync. reindexDomain(java.lang.String domain,
             AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | DomainABDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| TaskRef | VCardService. importCards(java.lang.String vcard) | 
| TaskRef | AddressBooksMgmt. reindex(java.lang.String bookUid) | 
| TaskRef | AddressBooksMgmt. reindexAll() | 
| TaskRef | AddressBooksMgmt. reindexDomain(java.lang.String domainUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IOutbox. flush() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IOutboxPromise. flush() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IOutboxAsync. flush(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IReplicatedDataExpiration. deleteExpired(int days) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IReplicatedDataExpirationPromise. deleteExpired(int days) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IReplicatedDataExpirationAsync. deleteExpired(int days,
             AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ReplicatedDataExpirationService. deleteExpired(int days) | 
| TaskRef | OutboxService. flush() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IVEvent. importIcs(Stream ics)Imports an ICS | 
| TaskRef | ICalendarsMgmt. reindex(java.lang.String calUid)reindex a calendar | 
| TaskRef | ICalendarsMgmt. reindexAll() | 
| TaskRef | ICalendar. reset()Remove all events from this calendar. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IVEventPromise. importIcs(Stream ics) | 
| java.util.concurrent.CompletableFuture<TaskRef> | ICalendarsMgmtPromise. reindex(java.lang.String containerUid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | ICalendarsMgmtPromise. reindexAll() | 
| java.util.concurrent.CompletableFuture<TaskRef> | ICalendarPromise. reset() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IVEventAsync. importIcs(Stream ics,
         AsyncHandler<TaskRef> handler) | 
| void | ICalendarsMgmtAsync. reindex(java.lang.String containerUid,
       AsyncHandler<TaskRef> handler) | 
| void | ICalendarsMgmtAsync. reindexAll(AsyncHandler<TaskRef> handler) | 
| void | ICalendarAsync. reset(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | CalendarAuditProxy. reset() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | DomainCalendarDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| TaskRef | VEventService. importIcs(Stream stream) | 
| TaskRef | CalendarsMgmt. reindex(java.lang.String calUid) | 
| TaskRef | CalendarsMgmt. reindexAll() | 
| TaskRef | CalendarService. reset() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | CalendarContainerSync. syncIcs(IInternalCalendar calendarService,
       java.io.InputStream stream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TaskStatus | Tasks. follow(CliContext ctx,
      boolean shouldLog,
      TaskRef ref,
      java.lang.String errorMessage) | 
| static TaskStatus | Tasks. follow(CliContext ctx,
      TaskRef ref,
      java.lang.String errorMessage) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IContainerSync. sync() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IContainerSyncPromise. sync() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IContainerSyncAsync. sync(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ContainerSyncService. sync() | 
| Modifier and Type | Method and Description | 
|---|---|
| static TaskRef | TaskRef. create(java.lang.String ref) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ITasksManager. run(IServerTask serverTask)Launch  IServerTask | 
| TaskRef | ITasksManager. run(java.lang.String uniqueId,
   IServerTask serverTask)Launch  IServerTask | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | TaskUtils. logStreamWait(IServiceProvider provider,
             TaskRef ref) | 
| static TaskStatus | TaskUtils. wait(IServiceProvider provider,
    TaskRef ref) | 
| static TaskStatus | TaskUtils. waitForInterruptible(IServiceProvider provider,
                    TaskRef ref) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | TasksManager. run(IServerTask serverTask) | 
| TaskRef | TasksManager. run(java.lang.String taskId,
   IServerTask serverTask) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | RestoreUserAddressbooks. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| TaskRef | SendUserBooksVCF. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IDataProtect. forget(int generationId)Removes protected data | 
| TaskRef | IDataProtect. getContent(java.lang.String partGenerationId)Loads an index of protected datas with possible restore actions. | 
| TaskRef | IDataProtect. installFromGeneration(int generationId)Populates a blue mind database using protected data from a given
 generation. | 
| TaskRef | IDataProtect. run(RestoreDefinition restoreDefinition)Executes a restore operation on the given  Restorableitem using
 data from aDataProtectGeneration | 
| TaskRef | IDataProtect. saveAll()Run the incremental dataprotect backup process | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IDataProtectPromise. forget(int generationId) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDataProtectPromise. getContent(java.lang.String partGen) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDataProtectPromise. installFromGeneration(int generationId) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDataProtectPromise. run(RestoreDefinition restoreDefinition) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDataProtectPromise. saveAll() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IDataProtectAsync. forget(int generationId,
      AsyncHandler<TaskRef> handler) | 
| void | IDataProtectAsync. getContent(java.lang.String partGen,
          AsyncHandler<TaskRef> handler) | 
| void | IDataProtectAsync. installFromGeneration(int generationId,
                     AsyncHandler<TaskRef> handler) | 
| void | IDataProtectAsync. run(RestoreDefinition restoreDefinition,
   AsyncHandler<TaskRef> handler) | 
| void | IDataProtectAsync. saveAll(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | SendUserCalendarsICS. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| TaskRef | RestoreUserCalendars. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | AbstractRestoreActionProvider. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | RestoreOrgUnit. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IRestoreActionProvider. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | DPService. forget(int generationId) | 
| TaskRef | DPService. getContent(java.lang.String generationId) | 
| TaskRef | DPService. installFromGeneration(int generationId) | 
| TaskRef | DPService. run(RestoreDefinition restoreDefinition) | 
| TaskRef | DPService. saveAll() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | SendUserTodolistsICS. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| TaskRef | RestoreUserTodolists. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | RestoreUser. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IDirEntryMaintenance. check(java.util.Set<java.lang.String> opIdentifiers)Execute  MaintenanceOperationin "Check only" mode | 
| TaskRef | IDirectory. delete(java.lang.String path)Delete  DirEntryby path | 
| TaskRef | IDirectory. deleteByEntryUid(java.lang.String entryUid)Delete a  DirEntryby uid | 
| TaskRef | IDirEntryMaintenance. repair(java.util.Set<java.lang.String> opIdentifiers)Execute  MaintenanceOperationin "Repair" mode | 
| TaskRef | IDirectory. xfer(java.lang.String entryUid,
    java.lang.String serverUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IDirEntryMaintenancePromise. check(java.util.Set<java.lang.String> opIdentifiers) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDirectoryPromise. delete(java.lang.String path) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDirectoryPromise. deleteByEntryUid(java.lang.String entryUid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDirEntryMaintenancePromise. repair(java.util.Set<java.lang.String> opIdentifiers) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDirectoryPromise. xfer(java.lang.String entryUid,
    java.lang.String serverUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IDirEntryMaintenanceAsync. check(java.util.Set<java.lang.String> opIdentifiers,
     AsyncHandler<TaskRef> handler) | 
| void | IDirectoryAsync. delete(java.lang.String path,
      AsyncHandler<TaskRef> handler) | 
| void | IDirectoryAsync. deleteByEntryUid(java.lang.String entryUid,
                AsyncHandler<TaskRef> handler) | 
| void | IDirEntryMaintenanceAsync. repair(java.util.Set<java.lang.String> opIdentifiers,
      AsyncHandler<TaskRef> handler) | 
| void | IDirectoryAsync. xfer(java.lang.String entryUid,
    java.lang.String serverUid,
    AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract TaskRef | DirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | DirEntryMaintenance. check(java.util.Set<java.lang.String> opIdentifiers) | 
| TaskRef | DirectoryService. delete(java.lang.String path) | 
| TaskRef | Directory. delete(java.lang.String path) | 
| TaskRef | DirectoryService. deleteByEntryUid(java.lang.String entryUid) | 
| TaskRef | Directory. deleteByEntryUid(java.lang.String entryUid) | 
| TaskRef | OrgUnitDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| TaskRef | DirEntryMaintenance. repair(java.util.Set<java.lang.String> opIdentifiers) | 
| TaskRef | DirectoryService. xfer(java.lang.String entryUid,
    java.lang.String serverUid) | 
| TaskRef | Directory. xfer(java.lang.String entryUid,
    java.lang.String serverUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IDomains. deleteDomainItems(java.lang.String uid)Delete data linked to the  Domain. | 
| TaskRef | IDomains. setAliases(java.lang.String uid,
          java.util.Set<java.lang.String> aliases)Define domain aliases. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IDomainsPromise. deleteDomainItems(java.lang.String uid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IDomainsPromise. setAliases(java.lang.String uid,
          java.util.Set<java.lang.String> aliases) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IDomainsAsync. deleteDomainItems(java.lang.String uid,
                 AsyncHandler<TaskRef> handler) | 
| void | IDomainsAsync. setAliases(java.lang.String uid,
          java.util.Set<java.lang.String> aliases,
          AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | DomainsService. deleteDomainItems(java.lang.String uid) | 
| TaskRef | DomainDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| TaskRef | DomainsService. setAliases(java.lang.String uid,
          java.util.Set<java.lang.String> aliases) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ExternalUserDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | FileHostingRestoreProvider. run(RestoreOperation op,
   DataProtectGeneration backup,
   Restorable item) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IGroup. delete(java.lang.String uid)Delete group | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IGroupPromise. delete(java.lang.String uid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IGroupAsync. delete(java.lang.String uid,
      AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | GroupService. delete(java.lang.String uid) | 
| TaskRef | GroupDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IMailboxes. check(java.lang.String uid)Deprecated.  | 
| TaskRef | IMailboxes. checkAll()Deprecated.  | 
| TaskRef | IMailboxes. checkAndRepair(java.lang.String uid)Deprecated.  | 
| TaskRef | IMailboxes. checkAndRepairAll()Deprecated.  | 
| TaskRef | IMailboxMgmt. consolidateDomain()reindex all domain mailboxes | 
| TaskRef | IMailboxMgmt. consolidateMailbox(java.lang.String mailboxUid)consolidate a single mailbox index | 
| TaskRef | IMailboxMgmt. moveIndex(java.lang.String mailboxUid,
         java.lang.String indexName)move ES index | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxesPromise. check(java.lang.String uid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxesPromise. checkAll() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxesPromise. checkAndRepair(java.lang.String uid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxesPromise. checkAndRepairAll() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxMgmtPromise. consolidateDomain() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxMgmtPromise. consolidateMailbox(java.lang.String mailboxUid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailboxMgmtPromise. moveIndex(java.lang.String mailboxUid,
         java.lang.String index) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IMailboxesAsync. check(java.lang.String uid,
     AsyncHandler<TaskRef> handler) | 
| void | IMailboxesAsync. checkAll(AsyncHandler<TaskRef> handler) | 
| void | IMailboxesAsync. checkAndRepair(java.lang.String uid,
              AsyncHandler<TaskRef> handler) | 
| void | IMailboxesAsync. checkAndRepairAll(AsyncHandler<TaskRef> handler) | 
| void | IMailboxMgmtAsync. consolidateDomain(AsyncHandler<TaskRef> handler) | 
| void | IMailboxMgmtAsync. consolidateMailbox(java.lang.String mailboxUid,
                  AsyncHandler<TaskRef> handler) | 
| void | IMailboxMgmtAsync. moveIndex(java.lang.String mailboxUid,
         java.lang.String index,
         AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | MailboxesService. check(java.lang.String uid) | 
| TaskRef | MailboxesService. checkAll() | 
| TaskRef | MailboxesService. checkAndRepair(java.lang.String uid) | 
| TaskRef | MailboxesService. checkAndRepairAll() | 
| TaskRef | MailboxMgmt. consolidateDomain() | 
| TaskRef | MailboxMgmt. consolidateMailbox(java.lang.String mailboxUid) | 
| TaskRef | MailboxMgmt. moveIndex(java.lang.String mailboxUid,
         java.lang.String indexName) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStatus | MailboxesServiceTests. waitEnd(TaskRef ref) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IMailshare. delete(java.lang.String uid)Delete  Mailshareentry | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IMailsharePromise. delete(java.lang.String uid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IMailshareAsync. delete(java.lang.String uid,
      AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | MailshareService. delete(java.lang.String uid) | 
| TaskRef | MailshareDirHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IProductChecks. check(java.lang.String checkName)Starts asynchronously a product check with the given name. | 
| TaskRef | ITickConfiguration. reconfigure()Updates all TICK component configuration (configures Telegraf polling on all
 nodes, publishes metrics dashboard to Chronograf, re-creates every Kapacitor
 scripts). | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IProductChecksPromise. check(java.lang.String checkName) | 
| java.util.concurrent.CompletableFuture<TaskRef> | ITickConfigurationPromise. reconfigure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IProductChecksAsync. check(java.lang.String checkName,
     AsyncHandler<TaskRef> handler) | 
| void | ITickConfigurationAsync. reconfigure(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ProductChecksService. check(java.lang.String checkName) | 
| TaskRef | TickConfigurationService. reconfigure() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | INodeClient. executeCommand(ExecRequest tsk)Runs a command. | 
| TaskRef | INodeClient. executeCommand(java.lang.String cmd)Starts a command in backend and returns a ref to track its progress. | 
| TaskRef | INodeClient. executeCommandNoOut(java.lang.String cmd)Starts a command in backend and returns a ref to track its progress No
 output, receive "Done" when command finish. | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStatus | INodeClient. getExecutionStatus(TaskRef task)Tracks the progress of a task | 
| static ExitList | NCUtils. waitFor(INodeClient nc,
       TaskRef ref)Waits for a tasks to complete and returns its output | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | AHCHttpNodeClient. executeCommand(ExecRequest tsk) | 
| TaskRef | AHCHttpNodeClient. executeCommand(java.lang.String cmd) | 
| TaskRef | AHCHttpNodeClient. executeCommandNoOut(java.lang.String cmd) | 
| protected TaskRef | SubmitHandler. getResult(int status,
         io.netty.handler.codec.http.HttpHeaders headers,
         FileBackedOutputStream body) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStatus | AHCHttpNodeClient. getExecutionStatus(TaskRef task) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IResources. delete(java.lang.String uid)Delete an existing  ResourceDescriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IResourcesPromise. delete(java.lang.String uid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IResourcesAsync. delete(java.lang.String uid,
      AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ResourcesService. delete(java.lang.String uid) | 
| TaskRef | ResourceDirHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IServer. create(java.lang.String uid,
      Server srv)Creates a new server in the database with the given uid. | 
| TaskRef | IServer. setTags(java.lang.String uid,
       java.util.List<java.lang.String> tags)tags server and return ref to Task ( ITask | 
| TaskRef | IServer. update(java.lang.String uid,
      Server srv)Updates a server in the database with its uid. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IServerPromise. create(java.lang.String uid,
      Server srv) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IServerPromise. setTags(java.lang.String uid,
       java.util.List<java.lang.String> tags) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IServerPromise. update(java.lang.String uid,
      Server srv) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IServerAsync. create(java.lang.String uid,
      Server srv,
      AsyncHandler<TaskRef> handler) | 
| void | IServerAsync. setTags(java.lang.String uid,
       java.util.List<java.lang.String> tags,
       AsyncHandler<TaskRef> handler) | 
| void | IServerAsync. update(java.lang.String uid,
      Server srv,
      AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | ServerService. create(java.lang.String uid,
      Server srv) | 
| TaskRef | ServerService. setTags(java.lang.String uid,
       java.util.List<java.lang.String> tags) | 
| TaskRef | ServerService. update(java.lang.String uid,
      Server srv) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IInstallation. initialize() | 
| TaskRef | IInstallation. partialUpgrade(java.lang.String fromVersion,
              java.lang.String toVersion) | 
| TaskRef | IInstallation. postinst()Run post-installation upgraders | 
| TaskRef | IMailDeliveryMgmt. repair()rewrite postfix maps | 
| TaskRef | ISecurityMgmt. updateFirewallRules()Update firewall rules | 
| TaskRef | IInstallation. upgrade() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IInstallationPromise. initialize() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IInstallationPromise. partialUpgrade(java.lang.String from,
              java.lang.String to) | 
| java.util.concurrent.CompletableFuture<TaskRef> | IInstallationPromise. postinst() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IMailDeliveryMgmtPromise. repair() | 
| java.util.concurrent.CompletableFuture<TaskRef> | ISecurityMgmtPromise. updateFirewallRules() | 
| java.util.concurrent.CompletableFuture<TaskRef> | IInstallationPromise. upgrade() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IInstallationAsync. initialize(AsyncHandler<TaskRef> handler) | 
| void | IInstallationAsync. partialUpgrade(java.lang.String from,
              java.lang.String to,
              AsyncHandler<TaskRef> handler) | 
| void | IInstallationAsync. postinst(AsyncHandler<TaskRef> handler) | 
| void | IMailDeliveryMgmtAsync. repair(AsyncHandler<TaskRef> handler) | 
| void | ISecurityMgmtAsync. updateFirewallRules(AsyncHandler<TaskRef> handler) | 
| void | IInstallationAsync. upgrade(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IInternalHotUpgrade. start() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IInternalHotUpgradePromise. start() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IInternalHotUpgradeAsync. start(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | LdapServerHook. initDomainLdapTree(BmContext context,
                  ItemValue<Server> server,
                  ItemValue<Domain> domain,
                  java.lang.String tag) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | LdapExportTests. waitFor(TaskRef taskRef) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | SecurityMgmt. updateFirewallRules() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | InstallationService. initialize() | 
| TaskRef | InstallationService. partialUpgrade(java.lang.String fromVersion,
              java.lang.String toVersion) | 
| TaskRef | InstallationService. postinst() | 
| TaskRef | PostfixMgmt. repair() | 
| TaskRef | InstallationService. upgrade() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IVTodo. importIcs(java.lang.String ics)Imports an ICS | 
| TaskRef | ITodoListsMgmt. reindex(java.lang.String todoUid)Reindex a Todolist | 
| TaskRef | ITodoListsMgmt. reindexAll()Reindex all Todolists | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IVTodoPromise. importIcs(java.lang.String ics) | 
| java.util.concurrent.CompletableFuture<TaskRef> | ITodoListsMgmtPromise. reindex(java.lang.String containerUid) | 
| java.util.concurrent.CompletableFuture<TaskRef> | ITodoListsMgmtPromise. reindexAll() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IVTodoAsync. importIcs(java.lang.String ics,
         AsyncHandler<TaskRef> handler) | 
| void | ITodoListsMgmtAsync. reindex(java.lang.String containerUid,
       AsyncHandler<TaskRef> handler) | 
| void | ITodoListsMgmtAsync. reindexAll(AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | VTodoService. importIcs(java.lang.String ics) | 
| TaskRef | TodoListsMgmt. reindex(java.lang.String calUid) | 
| TaskRef | TodoListsMgmt. reindexAll() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | IUser. delete(java.lang.String uid)Deletes a  User. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.concurrent.CompletableFuture<TaskRef> | IUserPromise. delete(java.lang.String uid) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IUserAsync. delete(java.lang.String uid,
      AsyncHandler<TaskRef> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStatus | UserServiceTests. waitEnd(TaskRef ref) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskRef | FakeMailboxes. check(java.lang.String uid) | 
| TaskRef | FakeMailboxes. checkAll() | 
| TaskRef | FakeMailboxes. checkAndRepair(java.lang.String uid) | 
| TaskRef | FakeMailboxes. checkAndRepairAll() | 
| TaskRef | UserService. delete(java.lang.String uid) | 
| TaskRef | UserDirEntryHandler. entryDeleted(BmContext context,
            java.lang.String domainUid,
            java.lang.String entryUid) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskStatus | VideoConferencingServiceTests. waitEnd(TaskRef ref) | 
Copyright © 2021. All Rights Reserved.