Class AbstractTenantAdminWebScript
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.springframework.extensions.webscripts.DeclarativeWebScript
-
- org.alfresco.repo.web.scripts.tenant.AbstractTenantAdminWebScript
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
- Direct Known Subclasses:
TenantDelete
,TenantPost
,TenantsGet
public abstract class AbstractTenantAdminWebScript extends org.springframework.extensions.webscripts.DeclarativeWebScript
- Since:
- 4.2
- Author:
- janv
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
TENANT_ADMIN_PASSWORD
protected static String
TENANT_CONTENT_STORE_ROOT
protected static String
TENANT_DOMAIN
protected org.alfresco.repo.tenant.TenantAdminService
tenantAdminService
-
Constructor Summary
Constructors Constructor Description AbstractTenantAdminWebScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTenantAdminService(org.alfresco.repo.tenant.TenantAdminService tenantAdminService)
-
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
-
Methods 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 Detail
-
TENANT_DOMAIN
protected static final String TENANT_DOMAIN
- See Also:
- Constant Field Values
-
TENANT_ADMIN_PASSWORD
protected static final String TENANT_ADMIN_PASSWORD
- See Also:
- Constant Field Values
-
TENANT_CONTENT_STORE_ROOT
protected static final String TENANT_CONTENT_STORE_ROOT
- See Also:
- Constant Field Values
-
tenantAdminService
protected org.alfresco.repo.tenant.TenantAdminService tenantAdminService
-
-