Package org.xwiki.extension.job
Class UninstallRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.extension.job.AbstractExtensionRequest
-
- org.xwiki.extension.job.UninstallRequest
-
- All Implemented Interfaces:
Serializable
,ExtensionRequest
,org.xwiki.job.Request
public class UninstallRequest extends AbstractExtensionRequest
Request used inInstallJob
.- Since:
- 4.0M1
- Version:
- $Id: 08fce7de292fa5d48165097a1c8441de06a05b06 $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.xwiki.extension.job.AbstractExtensionRequest
PROPERTY_EXCLUDEDEXTENSIONS, PROPERTY_EXTENSIONS, PROPERTY_NAMESPACES, PROPERTY_REWRITER, PROPERTY_ROOTMODIFICATIONSALLOWED, PROPERTY_UNINSTALLALLOWED
-
Fields inherited from interface org.xwiki.extension.job.ExtensionRequest
JOBID_ACTION_PREFIX, JOBID_PLAN_PREFIX, JOBID_PREFIX
-
-
Constructor Summary
Constructors Constructor Description UninstallRequest()
Default constructor.UninstallRequest(org.xwiki.job.Request request)
-
Method Summary
-
Methods inherited from class org.xwiki.extension.job.AbstractExtensionRequest
addExcludedExtension, addExtension, addNamespace, getExcludedExtensions, getExtensions, getNamespaces, getRewriter, hasNamespaces, isRootModificationsAllowed, isUninstallAllowed, setRewriter, setRootModificationsAllowed, setUninstallAllowed
-
Methods inherited from class org.xwiki.job.AbstractRequest
containsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbose
-
-