Class PurgeNodesWebscript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.admin.PurgeNodesWebscript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

@Deprecated public class PurgeNodesWebscript extends org.springframework.extensions.webscripts.AbstractWebScript
Deprecated.
Purge all nodes in specific folderNodeRef
Version:
$Id: $Id TODO use batch Service
Author:
matthieu
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final int
    Deprecated.
     
    private static final int
    Deprecated.
     
    Deprecated.
     
    private static final org.apache.commons.logging.Log
    Deprecated.
     
    private org.alfresco.service.cmr.repository.NodeService
    Deprecated.
     
    private static final String
    Deprecated.
     
    private org.alfresco.repo.policy.BehaviourFilter
    Deprecated.
     
    private org.alfresco.service.cmr.rule.RuleService
    Deprecated.
     
    private org.alfresco.repo.tenant.TenantService
    Deprecated.
     
    private org.alfresco.service.transaction.TransactionService
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
    Deprecated.
    void
    Deprecated.
    Setter for the field entityDictionaryService.
    void
    setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
    Deprecated.
    Setter for the field nodeService.
    void
    setPolicyBehaviourFilter(org.alfresco.repo.policy.BehaviourFilter policyBehaviourFilter)
    Deprecated.
    Setter for the field policyBehaviourFilter.
    void
    setRuleService(org.alfresco.service.cmr.rule.RuleService ruleService)
    Deprecated.
    Setter for the field ruleService.
    void
    setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
    Deprecated.
    Setter for the field tenantService.
    void
    setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
    Deprecated.
    Setter for the field transactionService.

    Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript

    addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
      Deprecated.
    • PARAM_FOLDER_NODEREF

      private static final String PARAM_FOLDER_NODEREF
      Deprecated.
      See Also:
    • transactionService

      private org.alfresco.service.transaction.TransactionService transactionService
      Deprecated.
    • ruleService

      private org.alfresco.service.cmr.rule.RuleService ruleService
      Deprecated.
    • policyBehaviourFilter

      private org.alfresco.repo.policy.BehaviourFilter policyBehaviourFilter
      Deprecated.
    • entityDictionaryService

      private EntityDictionaryService entityDictionaryService
      Deprecated.
    • tenantService

      private org.alfresco.repo.tenant.TenantService tenantService
      Deprecated.
    • nodeService

      private org.alfresco.service.cmr.repository.NodeService nodeService
      Deprecated.
    • BATCH_THREADS

      private static final int BATCH_THREADS
      Deprecated.
      See Also:
    • BATCH_SIZE

      private static final int BATCH_SIZE
      Deprecated.
      See Also:
  • Constructor Details

    • PurgeNodesWebscript

      public PurgeNodesWebscript()
      Deprecated.
  • Method Details

    • setEntityDictionaryService

      public void setEntityDictionaryService(EntityDictionaryService entityDictionaryService)
      Deprecated.

      Setter for the field entityDictionaryService.

      Parameters:
      entityDictionaryService - a EntityDictionaryService object.
    • setTransactionService

      public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
      Deprecated.

      Setter for the field transactionService.

      Parameters:
      transactionService - a TransactionService object.
    • setRuleService

      public void setRuleService(org.alfresco.service.cmr.rule.RuleService ruleService)
      Deprecated.

      Setter for the field ruleService.

      Parameters:
      ruleService - a RuleService object.
    • setPolicyBehaviourFilter

      public void setPolicyBehaviourFilter(org.alfresco.repo.policy.BehaviourFilter policyBehaviourFilter)
      Deprecated.

      Setter for the field policyBehaviourFilter.

      Parameters:
      policyBehaviourFilter - a BehaviourFilter object.
    • setNodeService

      public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
      Deprecated.

      Setter for the field nodeService.

      Parameters:
      nodeService - a NodeService object.
    • setTenantService

      public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
      Deprecated.

      Setter for the field tenantService.

      Parameters:
      tenantService - a TenantService object.
    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Deprecated.
      Throws:
      IOException