Uses of Interface
org.alfresco.service.cmr.admin.RepoAdminService
-
Packages that use RepoAdminService Package Description org.alfresco.repo.activities.feed org.alfresco.repo.admin org.alfresco.repo.dictionary org.alfresco.repo.invitation.site The implementation of the Invitation Service for Web Site resources.org.alfresco.repo.notification org.alfresco.repo.security.person org.alfresco.repo.service org.alfresco.repo.tenant org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository.org.alfresco.util -
-
Uses of RepoAdminService in org.alfresco.repo.activities.feed
Fields in org.alfresco.repo.activities.feed declared as RepoAdminService Modifier and Type Field Description protected RepoAdminServiceAbstractUserNotifier. repoAdminServiceMethods in org.alfresco.repo.activities.feed with parameters of type RepoAdminService Modifier and Type Method Description voidAbstractUserNotifier. setRepoAdminService(RepoAdminService repoAdminService)voidFeedNotifierImpl. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.repo.admin
Classes in org.alfresco.repo.admin that implement RepoAdminService Modifier and Type Class Description classRepoAdminServiceImplRepository Admin Service Implementation.Methods in org.alfresco.repo.admin with parameters of type RepoAdminService Modifier and Type Method Description voidRepoAdminInterpreter. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type RepoAdminService Modifier and Type Method Description voidCustomModelServiceImpl. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.repo.invitation.site
Fields in org.alfresco.repo.invitation.site declared as RepoAdminService Modifier and Type Field Description protected RepoAdminServiceInviteSender. repoAdminService -
Uses of RepoAdminService in org.alfresco.repo.notification
Methods in org.alfresco.repo.notification with parameters of type RepoAdminService Modifier and Type Method Description voidEMailNotificationProvider. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.repo.security.person
Methods in org.alfresco.repo.security.person with parameters of type RepoAdminService Modifier and Type Method Description voidPersonServiceImpl. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return RepoAdminService Modifier and Type Method Description RepoAdminServiceServiceDescriptorRegistry. getRepoAdminService() -
Uses of RepoAdminService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type RepoAdminService Modifier and Type Method Description voidMultiTAdminServiceImpl. setRepoAdminService(RepoAdminService repoAdminService) -
Uses of RepoAdminService in org.alfresco.service
Methods in org.alfresco.service that return RepoAdminService Modifier and Type Method Description RepoAdminServiceServiceRegistry. getRepoAdminService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API. -
Uses of RepoAdminService in org.alfresco.util
Methods in org.alfresco.util with parameters of type RepoAdminService Modifier and Type Method Description static java.lang.StringModelUtil. getProductName(RepoAdminService repoAdminService)Returns the name of the product currently running, determined by the current license.
-