Class GetContentWebScript

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.remote.AbstractEntityWebScript
fr.becpg.repo.web.scripts.remote.GetContentWebScript
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class GetContentWebScript extends AbstractEntityWebScript

GetContentWebScript class.

Version:
$Id: $Id
Author:
steven
  • Field Details

    • PARAM_SHARE

      private static final String PARAM_SHARE
      See Also:
    • entityReportService

      private EntityReportService entityReportService
    • associationService

      private AssociationService associationService
    • contentService

      private org.alfresco.service.cmr.repository.ContentService contentService
    • quickShareService

      private org.alfresco.service.cmr.quickshare.QuickShareService quickShareService
  • Constructor Details

    • GetContentWebScript

      public GetContentWebScript()
  • Method Details

    • setEntityReportService

      public void setEntityReportService(EntityReportService entityReportService)

      Setter for the field entityReportService.

      Parameters:
      entityReportService - a EntityReportService object.
    • setAssociationService

      public void setAssociationService(AssociationService associationService)

      Setter for the field associationService.

      Parameters:
      associationService - a AssociationService object.
    • setContentService

      public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)

      Setter for the field contentService.

      Parameters:
      contentService - a ContentService object.
    • setQuickShareService

      public void setQuickShareService(org.alfresco.service.cmr.quickshare.QuickShareService quickShareService)

      Setter for the field quickShareService.

      Parameters:
      quickShareService - a QuickShareService object
    • executeInternal

      public void executeInternal(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException

      executeInternal.

      Specified by:
      executeInternal in class AbstractEntityWebScript
      Parameters:
      req - a WebScriptRequest object
      res - a WebScriptResponse object
      Throws:
      IOException - if any.