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 StringConstantACTION_GET_CONNECTED_USERS="show-users"private static final StringConstantACTION_GET_SYSTEM_ENTITIES="system-entities"private static final StringConstantACTION_INIT_REPO="init-repo"private static final StringConstantACTION_RELOAD_CACHE="reload-cache"private static final StringConstantACTION_RELOAD_MODEL="reload-model"private BeCPGCacheServiceprivate org.alfresco.repo.dictionary.DictionaryDAOprivate EntitySystemServiceprivate InitVisitorServiceprivate static final org.apache.commons.logging.LogConstantloggerprivate static final StringConstantPARAM_ACTION="action"private org.alfresco.repo.model.RepositoryFields inherited from class fr.becpg.repo.web.scripts.admin.MonitorWebScript
authorityService -
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 loggerConstantlogger -
PARAM_ACTION
ConstantPARAM_ACTION="action"- See Also:
-
ACTION_INIT_REPO
ConstantACTION_INIT_REPO="init-repo"- See Also:
-
ACTION_RELOAD_CACHE
ConstantACTION_RELOAD_CACHE="reload-cache"- See Also:
-
ACTION_RELOAD_MODEL
ConstantACTION_RELOAD_MODEL="reload-model"- See Also:
-
ACTION_GET_SYSTEM_ENTITIES
ConstantACTION_GET_SYSTEM_ENTITIES="system-entities"- See Also:
-
ACTION_GET_CONNECTED_USERS
ConstantACTION_GET_CONNECTED_USERS="show-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
-