|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.admin.patch.AbstractPatch
org.alfresco.repo.admin.patch.impl.SitePermissionRefactorPatch
public class SitePermissionRefactorPatch
Patch's the site permission model to use groups to contain users.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.repo.admin.patch.AbstractPatch |
|---|
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, searchService, tenantAdminService, transactionHelper, transactionService |
| Constructor Summary | |
|---|---|
SitePermissionRefactorPatch()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
applyInternal()
This method does the work. |
void |
setAuthorityService(AuthorityService authorityService)
The authority service |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
Set the permission service |
void |
setSiteService(SiteService siteService)
Set site service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SitePermissionRefactorPatch()
| Method Detail |
|---|
public void setSiteService(SiteService siteService)
siteService - the site servicepublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService - the permission servicepublic void setAuthorityService(AuthorityService authorityService)
authorityService - the authority service
protected java.lang.String applyInternal()
throws java.lang.Exception
AbstractPatch
applyInternal in class AbstractPatchjava.lang.Exception - anything can be thrown. This must be used for all failures.AbstractPatch.applyInternal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||