Class CopyFromPatch2

java.lang.Object
org.alfresco.repo.admin.patch.AbstractPatch
fr.becpg.repo.admin.patch.AbstractBeCPGPatch
fr.becpg.repo.admin.patch.CopyFromPatch2
All Implemented Interfaces:
org.alfresco.repo.admin.patch.Patch, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

public class CopyFromPatch2 extends AbstractBeCPGPatch
Remove copy from assoc
Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • logger

      private static final org.apache.commons.logging.Log logger
    • MSG_SUCCESS

      private static final String MSG_SUCCESS
      See Also:
    • ASSOC_BATCH_SIZE

      private static final int ASSOC_BATCH_SIZE
      See Also:
    • policyBehaviourFilter

      private org.alfresco.repo.policy.BehaviourFilter policyBehaviourFilter
    • ruleService

      private org.alfresco.service.cmr.rule.RuleService ruleService
    • dictionaryService

      private org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
  • Constructor Details

    • CopyFromPatch2

      public CopyFromPatch2()
  • Method Details

    • setRuleService

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

      Setter for the field ruleService.

      Parameters:
      ruleService - a RuleService object.
    • setDictionaryService

      public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)

      Setter for the field dictionaryService.

      Parameters:
      dictionaryService - a DictionaryService object.
    • applyInternal

      protected String applyInternal() throws Exception
      Specified by:
      applyInternal in class org.alfresco.repo.admin.patch.AbstractPatch
      Throws:
      Exception
    • doForType

      private void doForType(org.alfresco.service.namespace.QName type)
    • setPolicyBehaviourFilter

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

      Setter for the field policyBehaviourFilter.

      Parameters:
      policyBehaviourFilter - a BehaviourFilter object.