Class TaskListResourcesAssocIndexPatch

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

public class TaskListResourcesAssocIndexPatch extends AbstractBeCPGPatch

TaskListResourcesAssocIndexPatch class.

Author:
matthieu
  • Field Details

    • PROJECT_URI

      private static final String PROJECT_URI
      See Also:
    • TYPE_TASK_LIST

      private static final org.alfresco.service.namespace.QName TYPE_TASK_LIST
    • ASSOC_TL_RESOURCES

      private static final org.alfresco.service.namespace.QName ASSOC_TL_RESOURCES
    • associationIndexerService

      private AssociationIndexerService associationIndexerService
  • Constructor Details

    • TaskListResourcesAssocIndexPatch

      public TaskListResourcesAssocIndexPatch()
  • Method Details

    • setAssociationIndexerService

      public void setAssociationIndexerService(AssociationIndexerService associationIndexerService)

      Setter for the field associationIndexerService.

      Parameters:
      associationIndexerService - a AssociationIndexerService object
    • applyInternal

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