org.xwiki.extension.job
Class UninstallRequest

java.lang.Object
  extended by org.xwiki.job.AbstractRequest
      extended by org.xwiki.extension.job.AbstractExtensionRequest
          extended by org.xwiki.extension.job.UninstallRequest
All Implemented Interfaces:
Serializable, ExtensionRequest, Request

public class UninstallRequest
extends AbstractExtensionRequest

Request used in org.xwiki.extension.job.internal.InstallJob.

Since:
4.0M1
Version:
$Id: 2f327f4dc53321500b946e96e18f50ab71d6aff1 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xwiki.extension.job.AbstractExtensionRequest
PROPERTY_EXTENSIONS, PROPERTY_NAMESPACES
 
Fields inherited from interface org.xwiki.job.Request
PROPERTY_INTERACTIVE, PROPERTY_REMOTE
 
Constructor Summary
UninstallRequest()
          Default constructor.
UninstallRequest(Request request)
           
 
Method Summary
 
Methods inherited from class org.xwiki.extension.job.AbstractExtensionRequest
addExtension, addNamespace, getExtensions, getNamespaces, hasNamespaces
 
Methods inherited from class org.xwiki.job.AbstractRequest
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, removeProperty, setId, setId, setInteractive, setProperty, setRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xwiki.job.Request
containsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote
 

Constructor Detail

UninstallRequest

public UninstallRequest()
Default constructor.


UninstallRequest

public UninstallRequest(Request request)
Parameters:
request - the request to copy


Copyright © 2004-2013 XWiki. All Rights Reserved.