Class CharactNamePatch

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

public class CharactNamePatch extends AbstractBeCPGPatch
Copy prop value of cm:name in bcpg:charactName to support mlText
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:
    • policyBehaviourFilter

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

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

      private org.alfresco.repo.node.integrity.IntegrityChecker integrityChecker
    • dictionaryService

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

    • CharactNamePatch

      public CharactNamePatch()
  • Method Details

    • setDictionaryService

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

      Setter for the field dictionaryService.

      Parameters:
      dictionaryService - a DictionaryService object.
    • setRuleService

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

      Setter for the field ruleService.

      Parameters:
      ruleService - a RuleService object.
    • setIntegrityChecker

      public void setIntegrityChecker(org.alfresco.repo.node.integrity.IntegrityChecker integrityChecker)

      Setter for the field integrityChecker.

      Parameters:
      integrityChecker - a IntegrityChecker object.
    • applyInternal

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

      private void doApply(org.alfresco.service.namespace.QName toApplyType)
    • setPolicyBehaviourFilter

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

      Setter for the field policyBehaviourFilter.

      Parameters:
      policyBehaviourFilter - a BehaviourFilter object.