Package fr.becpg.repo.web.scripts.admin
Class AdminModuleWebScript
java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
fr.becpg.repo.web.scripts.admin.MonitorWebScript
fr.becpg.repo.web.scripts.admin.AdminModuleWebScript
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
The Class AdminModuleWebScript.
- 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 static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate static final Stringprivate BeCPGCacheServiceprivate org.alfresco.repo.dictionary.DictionaryDAOprivate EntitySystemServiceprivate InitVisitorServiceprivate static final org.apache.commons.logging.Logprivate static final Stringprivate org.alfresco.repo.model.Repository -
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) voidsetBeCPGCacheService(BeCPGCacheService beCPGCacheService) Setter for the fieldbeCPGCacheService.voidsetDictionaryDAO(org.alfresco.repo.dictionary.DictionaryDAO dictionaryDAO) Setter for the fielddictionaryDAO.voidsetEntitySystemService(EntitySystemService entitySystemService) Setter for the fieldentitySystemService.voidsetInitVisitorService(InitVisitorService initVisitorService) Setter for the fieldinitVisitorService.voidsetRepository(org.alfresco.repo.model.Repository repository) Setter for the fieldrepository.Methods inherited from class fr.becpg.repo.web.scripts.admin.MonitorWebScript
fillMonitoringInformation, setAuthenticationService, setAuthorityService, setBatchQueueService, setBecpgSchema, setContentService, setDataSource, setLicenseManager, setNamespaceService, setTenantAdminServiceMethods 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
-
logger
private static final org.apache.commons.logging.Log logger -
PARAM_ACTION
- See Also:
-
ACTION_INIT_REPO
- See Also:
-
ACTION_RELOAD_CACHE
- See Also:
-
ACTION_RELOAD_MODEL
- See Also:
-
ACTION_GET_SYSTEM_ENTITIES
- See Also:
-
ACTION_GET_CONNECTED_USERS
- See Also:
-
initVisitorService
-
repository
private org.alfresco.repo.model.Repository repository -
beCPGCacheService
-
dictionaryDAO
private org.alfresco.repo.dictionary.DictionaryDAO dictionaryDAO -
entitySystemService
-
-
Constructor Details
-
AdminModuleWebScript
public AdminModuleWebScript()
-
-
Method Details
-
setEntitySystemService
Setter for the field
entitySystemService.- Parameters:
entitySystemService- aEntitySystemServiceobject.
-
setDictionaryDAO
public void setDictionaryDAO(org.alfresco.repo.dictionary.DictionaryDAO dictionaryDAO) Setter for the field
dictionaryDAO.- Parameters:
dictionaryDAO- aDictionaryDAOobject.
-
setBeCPGCacheService
Setter for the field
beCPGCacheService.- Parameters:
beCPGCacheService- aBeCPGCacheServiceobject.
-
setInitVisitorService
Setter for the field
initVisitorService.- Parameters:
initVisitorService- aInitVisitorServiceobject.
-
setRepository
public void setRepository(org.alfresco.repo.model.Repository repository) Setter for the field
repository.- Parameters:
repository- aRepositoryobject.
-
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 classMonitorWebScript
-