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
Request used in
InstallJob
.- Since:
- 4.0M1
- Version:
- $Id: 08fce7de292fa5d48165097a1c8441de06a05b06 $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.xwiki.extension.job.AbstractExtensionRequest
AbstractExtensionRequest.ExtensionExtensionId
-
Field Summary
Fields inherited from class org.xwiki.extension.job.AbstractExtensionRequest
PROPERTY_COREEXTENSIONREPOSITORY, PROPERTY_EXCLUDEDEXTENSIONS, PROPERTY_EXTENSIONS, PROPERTY_INSTALLEDIGNORED, 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
Fields inherited from interface org.xwiki.job.Request
PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xwiki.extension.job.AbstractExtensionRequest
addCoreExtension, addExcludedExtension, addExtension, addExtension, addNamespace, getCoreExtensionRepository, getCoreExtensions, getExcludedExtensions, getExtensions, getNamespaces, getRewriter, hasNamespaces, isInstalledIgnored, isRootModificationsAllowed, isUninstallAllowed, setCoreExtensionRepository, setInstalledIgnored, 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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xwiki.job.Request
containsProperty, getContext, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, setContext
-
Constructor Details
-
UninstallRequest
public UninstallRequest()Default constructor. -
UninstallRequest
public UninstallRequest(org.xwiki.job.Request request) - Parameters:
request
- the request to copy
-