Uses of Interface
org.apache.sling.installer.api.tasks.TaskResourceGroup
-
Uses of TaskResourceGroup in org.apache.sling.installer.api.tasks
Modifier and TypeMethodDescriptionInstallTask.getResourceGroup()
Return the corresponding resource - depending on the task this might be null.Modifier and TypeMethodDescriptionInstallTaskFactory.createTask
(TaskResourceGroup group) Creates anInstallTask
for the resource ornull
if the factory does not support the resource.ModifierConstructorDescriptionChange the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, String error) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes, String error) Change the state of the taskConstructor for the task -
Uses of TaskResourceGroup in org.apache.sling.installer.core.impl.tasks
Modifier and TypeMethodDescriptionBundleTaskCreator.createTask
(TaskResourceGroup resourceList) Create a bundle task - install, update or removeModifierConstructorDescriptionAbstractBundleTask
(TaskResourceGroup erl, TaskSupport support) BundleInstallTask
(TaskResourceGroup r, TaskSupport creator) BundleRemoveTask
(TaskResourceGroup r, TaskSupport creator) BundleStartTask
(TaskResourceGroup r, long bundleId, TaskSupport btc) BundleUpdateTask
(TaskResourceGroup r, TaskSupport creator) InstallerBundleUpdateTask
(TaskResourceGroup r, TaskSupport taskSupport) RestartActiveBundlesTask
(TaskResourceGroup erl, TaskSupport support) ConstructorSystemBundleUpdateTask
(TaskResourceGroup r, TaskSupport taskSupport)