JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Deprecated Methods
Method
Description
org.apache.sling.installer.api.tasks.InstallationContext.addAsyncTask
(InstallTask)
A async task should return
true
for
InstallTask.isAsynchronousTask()
and be add with
InstallationContext.addTaskToCurrentCycle(InstallTask)
org.apache.sling.installer.api.tasks.InstallationContext.addTaskToNextCycle
(InstallTask)
true
forInstallTask.isAsynchronousTask()
and be add withInstallationContext.addTaskToCurrentCycle(InstallTask)