public class UserRightsReportGet
extends org.springframework.extensions.webscripts.DeclarativeWebScript
| Modifier and Type | Class and Description |
|---|---|
class |
UserRightsReportGet.GroupModel
Class to represent a group for use in a Freemarker template.
|
class |
UserRightsReportGet.RoleModel
Class to represent a role for use in a Freemarker template.
|
class |
UserRightsReportGet.UserModel
Class to represent a user for use in a Freemarker template.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.security.AuthorityService |
authorityService |
protected FilePlanRoleService |
filePlanRoleService |
protected FilePlanService |
filePlanService |
protected org.alfresco.service.cmr.repository.NodeService |
nodeService |
protected org.alfresco.service.cmr.security.PersonService |
personService |
| Constructor and Description |
|---|
UserRightsReportGet() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService)
Sets the AuthorityService instance
|
void |
setFilePlanRoleService(FilePlanRoleService filePlanRoleService) |
void |
setFilePlanService(FilePlanService filePlanService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Sets the NodeService instance
|
void |
setPersonService(org.alfresco.service.cmr.security.PersonService personService)
Sets the PersonService 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 org.alfresco.service.cmr.security.AuthorityService authorityService
protected org.alfresco.service.cmr.security.PersonService personService
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected FilePlanRoleService filePlanRoleService
protected FilePlanService filePlanService
public void setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService)
authorityService - AuthorityService instancepublic void setPersonService(org.alfresco.service.cmr.security.PersonService personService)
personService - PersonService instancepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - NodeService instancepublic void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)
filePlanRoleService - file plan role servicepublic void setFilePlanService(FilePlanService filePlanService)
filePlanService - file plan serviceprotected 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.DeclarativeWebScriptCopyright © 2005–2018 Alfresco Software. All rights reserved.