Package org.xwiki.platform.flavor.job
Class FlavorSearchRequest
- java.lang.Object
-
- org.xwiki.job.AbstractRequest
-
- org.xwiki.extension.job.AbstractExtensionRequest
-
- org.xwiki.extension.job.InstallRequest
-
- org.xwiki.platform.flavor.job.FlavorSearchRequest
-
- All Implemented Interfaces:
Serializable
,org.xwiki.extension.job.ExtensionRequest
,org.xwiki.job.Request
public class FlavorSearchRequest extends org.xwiki.extension.job.InstallRequest
Request used inFlavorSearchJob
.- Since:
- 8.0RC1
- Version:
- $Id: 6579a119d3c3aaa35b277c2920a1a347298c8b9b $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.xwiki.extension.job.InstallRequest
PROPERTY_EXTENSION_FAIL_ON_EXIST, PROPERTY_EXTENSION_PROPERTIES
-
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
-
-
Constructor Summary
Constructors Constructor Description FlavorSearchRequest()
Default constructor.FlavorSearchRequest(org.xwiki.job.Request request)
-
Method Summary
-
Methods inherited from class org.xwiki.extension.job.InstallRequest
addExtensionProperties, getExtensionProperties, isFailOnExist, setExtensionProperty, setFailOnExist
-
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
-
-