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 in
FlavorSearchJob.- Since:
- 8.0RC1
- Version:
- $Id: 6579a119d3c3aaa35b277c2920a1a347298c8b9b $
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.xwiki.extension.job.AbstractExtensionRequest
org.xwiki.extension.job.AbstractExtensionRequest.ExtensionExtensionId -
Field Summary
Fields inherited from class org.xwiki.extension.job.InstallRequest
PROPERTY_EXTENSION_FAIL_ON_EXIST, PROPERTY_EXTENSION_PROPERTIESFields inherited from class org.xwiki.extension.job.AbstractExtensionRequest
PROPERTY_COREEXTENSIONREPOSITORY, PROPERTY_EXCLUDEDEXTENSIONS, PROPERTY_EXTENSIONS, PROPERTY_INSTALLEDIGNORED, PROPERTY_NAMESPACES, PROPERTY_REWRITER, PROPERTY_ROOTMODIFICATIONSALLOWED, PROPERTY_UNINSTALLALLOWEDFields inherited from interface org.xwiki.extension.job.ExtensionRequest
JOBID_ACTION_PREFIX, JOBID_PLAN_PREFIX, JOBID_PREFIXFields 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.InstallRequest
addExtensionProperties, getExtensionProperties, isFailOnExist, setExtensionProperty, setFailOnExistMethods 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, setUninstallAllowedMethods 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, setVerboseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xwiki.job.Request
containsProperty, getContext, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, setContext
-
Constructor Details
-
FlavorSearchRequest
public FlavorSearchRequest()Default constructor. -
FlavorSearchRequest
public FlavorSearchRequest(org.xwiki.job.Request request) - Parameters:
request- the request to copy
-