Class SimulationWebScript
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
fr.becpg.repo.web.scripts.simulation.SimulationWebScript
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class SimulationWebScript
extends org.springframework.extensions.webscripts.AbstractWebScript
SimulationWebScript class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
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.repository.NodeServiceprivate PaginatedSearchCacheprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate EntitySimulationService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the fieldnodeService.voidsetPaginatedSearchCache(PaginatedSearchCache paginatedSearchCache) Setter for the fieldpaginatedSearchCache.voidsetSimulationService(EntitySimulationService simulationService) Setter for the fieldsimulationService.Methods 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_ENTITY_NODEREF
- See Also:
-
PARAM_DATALISTITEMS
- See Also:
-
PARAM_ALLPAGES
- See Also:
-
PARAM_QUERY_EXECUTION_ID
- See Also:
-
PARAM_NODEREFS
- See Also:
-
PARAM_MODE
- See Also:
-
PARAM_DEST_NODEREF
- See Also:
-
PARAM_BRANCH
- See Also:
-
nodeService
private org.alfresco.service.cmr.repository.NodeService nodeService -
simulationService
-
paginatedSearchCache
-
-
Constructor Details
-
SimulationWebScript
public SimulationWebScript()
-
-
Method Details
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) Setter for the field
nodeService.- Parameters:
nodeService- aNodeServiceobject.
-
setSimulationService
Setter for the field
simulationService.- Parameters:
simulationService- aEntitySimulationServiceobject.
-
setPaginatedSearchCache
Setter for the field
paginatedSearchCache.- Parameters:
paginatedSearchCache- aPaginatedSearchCacheobject.
-
execute
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException - Throws:
IOException
-