public class InstallRequest extends AbstractExtensionRequest
InstallJob.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_EXTENSION_PROPERTIES |
PROPERTY_EXCLUDEDEXTENSIONS, PROPERTY_EXTENSIONS, PROPERTY_NAMESPACES, PROPERTY_ROOTMODIFICATIONSALLOWEDJOBID_ACTION_PREFIX, JOBID_PLAN_PREFIX, JOBID_PREFIXPROPERTY_INTERACTIVE, PROPERTY_REMOTE| Constructor and Description |
|---|
InstallRequest()
Default constructor.
|
InstallRequest(Request request) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtensionProperties() |
Object |
setExtensionProperty(String key,
Object value)
Sets a custom extension property to be set on each of the extensions that are going to be installed from this
request.
|
addExcludedExtension, addExtension, addNamespace, getExcludedExtensions, getExtensions, getNamespaces, getRewriter, hasNamespaces, isRootModificationsAllowed, setRewriter, setRootModificationsAllowedcontainsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbose, removeProperty, setId, setId, setId, setInteractive, setProperty, setRemote, setVerboseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJobIdcontainsProperty, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isVerbosepublic static final String PROPERTY_EXTENSION_PROPERTIES
getExtensionProperties(),
Constant Field Valuespublic InstallRequest()
public InstallRequest(Request request)
request - the request to copypublic Map<String,Object> getExtensionProperties()
public Object setExtensionProperty(String key, Object value)
key - the property namevalue - the new property valueCopyright © 2004–2017 XWiki. All rights reserved.