public class ListOfValuesGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.dictionary.DictionaryService |
ddService |
protected DispositionService |
dispositionService |
protected org.alfresco.service.namespace.NamespaceService |
namespaceService |
protected RecordsManagementActionService |
rmActionService |
protected RecordsManagementAuditService |
rmAuditService |
protected RecordsManagementEventService |
rmEventService |
| Constructor and Description |
|---|
ListOfValuesGet() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createAuditEventsModel(String baseUrl)
Creates the model for the list of audit events.
|
protected Map<String,Object> |
createDispositionActionsModel(String baseUrl)
Creates the model for the list of disposition actions.
|
protected Map<String,Object> |
createEventsModel(String baseUrl)
Creates the model for the list of events.
|
protected Map<String,Object> |
createPeriodPropertiesModel(String baseUrl)
Creates the model for the list of period properties.
|
protected Map<String,Object> |
createPeriodTypesModel(String baseUrl)
Creates the model for the list of period types.
|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService ddService)
Sets the DictionaryService instance
|
void |
setDispositionService(DispositionService dispositionService)
Sets the disposition service
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the NamespaceService instance
|
void |
setRecordsManagementActionService(RecordsManagementActionService rmActionService)
Sets the RecordsManagementActionService instance
|
void |
setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
Sets the RecordsManagementAuditService instance
|
void |
setRecordsManagementEventService(RecordsManagementEventService rmEventService)
Sets the RecordsManagementEventService instance
|
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, toStringprotected RecordsManagementActionService rmActionService
protected RecordsManagementAuditService rmAuditService
protected RecordsManagementEventService rmEventService
protected DispositionService dispositionService
protected org.alfresco.service.cmr.dictionary.DictionaryService ddService
protected org.alfresco.service.namespace.NamespaceService namespaceService
public void setRecordsManagementActionService(RecordsManagementActionService rmActionService)
rmActionService - The RecordsManagementActionService instancepublic void setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
rmAuditService - The RecordsManagementAuditService instancepublic void setRecordsManagementEventService(RecordsManagementEventService rmEventService)
rmEventService - The RecordsManagementEventService instancepublic void setDispositionService(DispositionService dispositionService)
dispositionService - the disposition servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService ddService)
ddService - The DictionaryService instancepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - The NamespaceService instanceprotected 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.DeclarativeWebScriptprotected Map<String,Object> createDispositionActionsModel(String baseUrl)
baseUrl - The base URL of the serviceprotected Map<String,Object> createEventsModel(String baseUrl)
baseUrl - The base URL of the serviceprotected Map<String,Object> createPeriodTypesModel(String baseUrl)
baseUrl - The base URL of the serviceprotected Map<String,Object> createPeriodPropertiesModel(String baseUrl)
baseUrl - The base URL of the serviceCopyright © 2005–2017 Alfresco Software. All rights reserved.