public abstract class AbstractRmWebScript
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ID |
protected static String |
INVERT |
protected static String |
PATH_SEPARATOR
Constants
|
protected static String |
STORE_ID |
protected static String |
STORE_TYPE |
protected static String |
SUCCESS |
| Constructor and Description |
|---|
AbstractRmWebScript() |
| Modifier and Type | Method and Description |
|---|---|
protected DispositionService |
getDispositionService()
Gets the disposition service instance
|
protected org.alfresco.service.namespace.NamespaceService |
getNamespaceService()
Gets the namespace service instance
|
protected org.alfresco.service.cmr.repository.NodeService |
getNodeService()
Gets the node service instance
|
protected org.alfresco.service.cmr.repository.NodeRef |
parseRequestForNodeRef(org.springframework.extensions.webscripts.WebScriptRequest req)
Parses the request and providing it's valid returns the NodeRef.
|
void |
setDispositionService(DispositionService dispositionService)
Sets the disposition service instance
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the namespace service instance
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Sets the node service instance
|
execute, executeFinallyImpl, executeImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringprotected static final String PATH_SEPARATOR
protected static final String STORE_TYPE
protected static final String STORE_ID
protected static final String ID
protected static final String SUCCESS
protected static final String INVERT
protected DispositionService getDispositionService()
public void setDispositionService(DispositionService dispositionService)
dispositionService - The disposition service instanceprotected org.alfresco.service.namespace.NamespaceService getNamespaceService()
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - The namespace service instanceprotected org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - The node service instanceprotected org.alfresco.service.cmr.repository.NodeRef parseRequestForNodeRef(org.springframework.extensions.webscripts.WebScriptRequest req)
req - The webscript requestCopyright © 2005–2017 Alfresco Software. All rights reserved.