Class 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:
    Serialized Form
    • 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_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
      • 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
    • 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
      • Methods inherited from interface org.xwiki.job.Request

        containsProperty, getContext, getId, getProperty, getProperty, getPropertyNames, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, setContext
    • Constructor Detail

      • FlavorSearchRequest

        public FlavorSearchRequest()
        Default constructor.
      • FlavorSearchRequest

        public FlavorSearchRequest​(org.xwiki.job.Request request)
        Parameters:
        request - the request to copy