public class RmSubstitutionSuggestionsGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Constructor and Description |
|---|
RmSubstitutionSuggestionsGet() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache)
Return a list of substitutions for the given fragment.
|
protected org.alfresco.service.cmr.repository.NodeRef |
getFilePlan(org.springframework.extensions.webscripts.WebScriptRequest req,
boolean unfiled)
Utility method to get the file plan from the passed parameters.
|
void |
setCapabilityService(CapabilityService capabilityService) |
void |
setFilePlanService(FilePlanService filePlanService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Set the parameter processor component bean
|
void |
setParameterProcessorComponent(ParameterProcessorComponent parameterProcessorComponent)
Set the parameter processor component bean
|
void |
setPathSubstitutionMaximumNumberSuggestions(int pathSubstitutionMaximumNumberSuggestions)
Set the maxmimum number of suggestions returned from the global property
|
void |
setSubstitutionMinimumFragmentSize(int substitutionMinimumFragmentSize)
Set the minimum fragment size to process for suggestion processing
|
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringpublic void setParameterProcessorComponent(ParameterProcessorComponent parameterProcessorComponent)
parameterProcessorComponent - public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
parameterProcessorComponent - public void setFilePlanService(FilePlanService filePlanService)
filePlanService - file plan servicepublic void setCapabilityService(CapabilityService capabilityService)
filePlanService - file plan servicepublic void setSubstitutionMinimumFragmentSize(int substitutionMinimumFragmentSize)
maximumNumberSuggestions - public void setPathSubstitutionMaximumNumberSuggestions(int pathSubstitutionMaximumNumberSuggestions)
maximumNumberSuggestions - protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScriptDeclarativeWebScript.executeImpl(org.springframework.extensions.webscripts.WebScriptRequest,
org.springframework.extensions.webscripts.Status,
org.springframework.extensions.webscripts.Cache)protected org.alfresco.service.cmr.repository.NodeRef getFilePlan(org.springframework.extensions.webscripts.WebScriptRequest req,
boolean unfiled)
req - Copyright © 2005–2017 Alfresco Software. All rights reserved.