Uses of Interface
org.apache.sling.installer.api.tasks.TaskResourceGroup
Packages that use TaskResourceGroup
-
Uses of TaskResourceGroup in org.apache.sling.installer.api.tasks
Methods in org.apache.sling.installer.api.tasks that return TaskResourceGroupModifier and TypeMethodDescriptionInstallTask.getResourceGroup()
Return the corresponding resource - depending on the task this might be null.Methods in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroupModifier and TypeMethodDescriptionInstallTaskFactory.createTask
(TaskResourceGroup group) Creates anInstallTask
for the resource ornull
if the factory does not support the resource.Constructors in org.apache.sling.installer.api.tasks with parameters of type TaskResourceGroupModifierConstructorDescriptionChange 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
Methods in org.apache.sling.installer.core.impl.tasks with parameters of type TaskResourceGroupModifier and TypeMethodDescriptionBundleTaskCreator.createTask
(TaskResourceGroup resourceList) Create a bundle task - install, update or removeConstructors in org.apache.sling.installer.core.impl.tasks with parameters of type TaskResourceGroupModifierConstructorDescriptionAbstractBundleTask
(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)