Class IsManualListItemPatch

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

public class IsManualListItemPatch extends AbstractBeCPGPatch
IsManualListItemPatch
Version:
$Id: $Id
Author:
quere
  • 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
    • dictionaryService

      private org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
    • integrityChecker

      private org.alfresco.repo.node.integrity.IntegrityChecker integrityChecker
  • Constructor Details

    • IsManualListItemPatch

      public IsManualListItemPatch()
  • 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
    • patchCurrentUSerSize

      private void patchCurrentUSerSize()
    • getEnforcedProps

      private List<org.alfresco.service.cmr.dictionary.PropertyDefinition> getEnforcedProps(Collection<org.alfresco.service.cmr.dictionary.PropertyDefinition> propertyDefs)
    • doForAspect

      private void doForAspect(org.alfresco.service.namespace.QName aspect, Map<org.alfresco.service.namespace.QName,List<org.alfresco.service.cmr.dictionary.PropertyDefinition>> mapAspect, Map<org.alfresco.service.namespace.QName,List<org.alfresco.service.cmr.dictionary.PropertyDefinition>> mapTypes, boolean isAspect)
    • updatePropertyDefs

      private void updatePropertyDefs(org.alfresco.service.cmr.repository.NodeRef dataListNodeRef, Collection<org.alfresco.service.cmr.dictionary.PropertyDefinition> propertyDefs)
    • setPolicyBehaviourFilter

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

      Setter for the field policyBehaviourFilter.

      Parameters:
      policyBehaviourFilter - a BehaviourFilter object.
    • getIntegrityChecker

      public org.alfresco.repo.node.integrity.IntegrityChecker getIntegrityChecker()

      Getter for the field integrityChecker.

      Returns:
      a IntegrityChecker object.
    • setIntegrityChecker

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

      Setter for the field integrityChecker.

      Parameters:
      integrityChecker - a IntegrityChecker object.