Class MergeEntityWebScript

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

public class MergeEntityWebScript extends AbstractEntityWebScript
Create entity branch
Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • PARAM_MAJOR_VERSION

      private static final String PARAM_MAJOR_VERSION
      Constant PARAM_MAJOR_VERSION="majorVersion"
      See Also:
    • PARAM_DESCRIPTION

      private static final String PARAM_DESCRIPTION
      Constant PARAM_DESCRIPTION="description"
      See Also:
    • PARAM_BRANCH_TO_NODEREF

      private static final String PARAM_BRANCH_TO_NODEREF
      Constant PARAM_BRANCH_TO_NODEREF="branchToNodeRef"
      See Also:
    • PARAM_IMPACT_WUSED

      private static final String PARAM_IMPACT_WUSED
      Constant PARAM_IMPACT_WUSED="impactWused"
      See Also:
    • PARAM_RENAME_ON_MERGE

      private static final String PARAM_RENAME_ON_MERGE
      Constant PARAM_RENAME_ON_MERGE="renameOnMerge"
      See Also:
    • VALUE_TRUE

      private static final String VALUE_TRUE
      Constant VALUE_TRUE="true"
      See Also:
    • entityVersionService

      private EntityVersionService entityVersionService
  • Constructor Details

    • MergeEntityWebScript

      public MergeEntityWebScript()
  • Method Details

    • setEntityVersionService

      public void setEntityVersionService(EntityVersionService entityVersionService)

      Setter for the field entityVersionService.

      Parameters:
      entityVersionService - a EntityVersionService object
    • executeInternal

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

      executeInternal.

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