org.xwiki.extension.job
Interface ExtensionRequest
- All Superinterfaces:
- Request, Serializable
- All Known Implementing Classes:
- AbstractExtensionRequest, InstallRequest, UninstallRequest
public interface ExtensionRequest
- extends Request
Extension manipulation related Request.
- Since:
- 4.0M1
- Version:
- $Id$
getExtensions
Collection<ExtensionId> getExtensions()
- Returns:
- the extension on which to apply the task.
getNamespaces
Collection<String> getNamespaces()
- Returns:
- the namespaces on which to apply the task.
hasNamespaces
boolean hasNamespaces()
- Returns:
- indicate if the request is applied on specific namespace or all of them
Copyright © 2004-2012 XWiki. All Rights Reserved.