Package fr.becpg.repo.web.scripts.entity
Class FormCheckInWebScript
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
fr.becpg.repo.web.scripts.entity.FormCheckInWebScript
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class FormCheckInWebScript
extends org.springframework.extensions.webscripts.DeclarativeWebScript
The Class FormCheckInWebScript.
- Version:
- $Id: $Id
- Author:
- querephi
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.alfresco.service.cmr.coci.CheckOutCheckInServiceprivate EntityVersionServiceprivate static final org.apache.commons.logging.Logprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) voidsetCheckOutCheckInService(org.alfresco.service.cmr.coci.CheckOutCheckInService checkOutCheckInService) Setter for the fieldcheckOutCheckInService.voidsetEntityVersionService(EntityVersionService entityVersionService) Setter for the fieldentityVersionService.Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateMethods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
Field Details
-
PARAM_NODEREF
- See Also:
-
PARAM_MAJOR_VERSION
- See Also:
-
PARAM_DESCRIPTION
- See Also:
-
MODEL_KEY_NAME_NODEREF
- See Also:
-
PARAM_BRANCH_TO_NODEREF
- See Also:
-
PARAM_IMPACT_WUSED
- See Also:
-
PARAM_RENAME_ON_MERGE
- See Also:
-
VALUE_TRUE
- See Also:
-
logger
private static final org.apache.commons.logging.Log logger -
checkOutCheckInService
private org.alfresco.service.cmr.coci.CheckOutCheckInService checkOutCheckInService -
entityVersionService
-
-
Constructor Details
-
FormCheckInWebScript
public FormCheckInWebScript()
-
-
Method Details
-
setEntityVersionService
Setter for the field
entityVersionService.- Parameters:
entityVersionService- aEntityVersionServiceobject.
-
setCheckOutCheckInService
public void setCheckOutCheckInService(org.alfresco.service.cmr.coci.CheckOutCheckInService checkOutCheckInService) Setter for the field
checkOutCheckInService.- Parameters:
checkOutCheckInService- aCheckOutCheckInServiceobject.
-
executeImpl
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache) - Overrides:
executeImplin classorg.springframework.extensions.webscripts.DeclarativeWebScript
-