Uses of Interface
org.alfresco.service.cmr.security.PersonService
-
-
Uses of PersonService in org.alfresco.filesys
Methods in org.alfresco.filesys that return PersonService Modifier and Type Method Description protected PersonServiceAbstractServerConfigurationBean. getPersonService()Return the person servicePersonServiceAlfrescoConfigSection. getPersonService()Return the person serviceMethods in org.alfresco.filesys with parameters of type PersonService Modifier and Type Method Description voidAbstractServerConfigurationBean. setPersonService(PersonService service)Set the person service -
Uses of PersonService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type PersonService Modifier and Type Method Description voidMailActionExecuter. setPersonService(PersonService personService)voidScriptActionExecuter. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.activities
Methods in org.alfresco.repo.activities with parameters of type PersonService Modifier and Type Method Description voidActivityServiceImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type PersonService Modifier and Type Method Description voidFeedNotifierImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.activities.post.lookup
Methods in org.alfresco.repo.activities.post.lookup with parameters of type PersonService Modifier and Type Method Description voidPostLookup. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type PersonService Modifier and Type Method Description voidImapUnsubscribedAspectPatch. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.audit.generator
Methods in org.alfresco.repo.audit.generator with parameters of type PersonService Modifier and Type Method Description voidAuthenticatedPersonDataGenerator. setPersonService(PersonService personService)Set the service used to discover the user's person node -
Uses of PersonService in org.alfresco.repo.domain.subscriptions
Fields in org.alfresco.repo.domain.subscriptions declared as PersonService Modifier and Type Field Description protected PersonServiceAbstractSubscriptionsDAO. personServiceMethods in org.alfresco.repo.domain.subscriptions with parameters of type PersonService Modifier and Type Method Description voidAbstractSubscriptionsDAO. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.favourites
Methods in org.alfresco.repo.favourites with parameters of type PersonService Modifier and Type Method Description voidFavouritesServiceImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.forms.processor.workflow
Fields in org.alfresco.repo.forms.processor.workflow declared as PersonService Modifier and Type Field Description protected PersonServiceTaskFormProcessor. personServiceMethods in org.alfresco.repo.forms.processor.workflow with parameters of type PersonService Modifier and Type Method Description voidTaskFormProcessor. setPersonService(PersonService personService)Sets the person serviceConstructors in org.alfresco.repo.forms.processor.workflow with parameters of type PersonService Constructor Description TaskFormProcessor(WorkflowService workflowService, org.alfresco.service.namespace.NamespaceService namespaceService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, AuthenticationService authenticationService, PersonService personService, FieldProcessorRegistry fieldProcessorRegistry) -
Uses of PersonService in org.alfresco.repo.imap
Fields in org.alfresco.repo.imap declared as PersonService Modifier and Type Field Description protected PersonServiceAlfrescoImapUserManager. personServiceMethods in org.alfresco.repo.imap with parameters of type PersonService Modifier and Type Method Description voidAlfrescoImapUserManager. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation that return PersonService Modifier and Type Method Description PersonServiceInvitationServiceImpl. getPersonService()Methods in org.alfresco.repo.invitation with parameters of type PersonService Modifier and Type Method Description voidInvitationServiceImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.invitation.script
Methods in org.alfresco.repo.invitation.script with parameters of type PersonService Modifier and Type Method Description voidScriptInvitationService. setPersonService(PersonService personService)Sets the person service.Constructors in org.alfresco.repo.invitation.script with parameters of type PersonService Constructor Description ScriptInvitationFactory(InvitationService invitationService, org.alfresco.service.cmr.repository.NodeService nodeService, PersonService personService) -
Uses of PersonService in org.alfresco.repo.invitation.site
Fields in org.alfresco.repo.invitation.site declared as PersonService Modifier and Type Field Description protected PersonServiceInviteSender. personService -
Uses of PersonService in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type PersonService Modifier and Type Method Description voidPeople. setPersonService(PersonService personService)Set the person service -
Uses of PersonService in org.alfresco.repo.jscript.app
Methods in org.alfresco.repo.jscript.app with parameters of type PersonService Modifier and Type Method Description voidUsernamePropertyDecorator. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.model
Methods in org.alfresco.repo.model with parameters of type PersonService Modifier and Type Method Description voidRepository. setPersonService(PersonService personService)Sets the person service -
Uses of PersonService in org.alfresco.repo.notification
Methods in org.alfresco.repo.notification with parameters of type PersonService Modifier and Type Method Description voidEMailNotificationProvider. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.preference
Methods in org.alfresco.repo.preference with parameters of type PersonService Modifier and Type Method Description voidPreferenceServiceImpl. setPersonService(PersonService personService)Set the person service -
Uses of PersonService in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare with parameters of type PersonService Modifier and Type Method Description voidQuickShareServiceImpl. setPersonService(PersonService personService)Set the person service -
Uses of PersonService in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication that return PersonService Modifier and Type Method Description PersonServiceAbstractAuthenticationComponent. getPersonService()Methods in org.alfresco.repo.security.authentication with parameters of type PersonService Modifier and Type Method Description voidAbstractAuthenticationComponent. setPersonService(PersonService personService)voidAuthenticationServiceImpl. setPersonService(PersonService personService)voidResetPasswordServiceImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.security.authentication.external
Methods in org.alfresco.repo.security.authentication.external with parameters of type PersonService Modifier and Type Method Description voidDefaultRemoteUserMapper. setPersonService(PersonService personService)Sets the person service. -
Uses of PersonService in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice with parameters of type PersonService Modifier and Type Method Description voidIdentityServiceRemoteUserMapper. setPersonService(PersonService personService)Sets the person service. -
Uses of PersonService in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type PersonService Modifier and Type Method Description voidAuthorityDAOImpl. setPersonService(PersonService personService)voidAuthorityServiceImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.security.person
Classes in org.alfresco.repo.security.person that implement PersonService Modifier and Type Class Description classPersonServiceImplMethods in org.alfresco.repo.security.person with parameters of type PersonService Modifier and Type Method Description voidCheckAndFixPersonPermissionsBootstrapBean. setPersonService(PersonService personService)voidSplitPersonCleanupBootstrapBean. setPersonService(PersonService personService)Constructors in org.alfresco.repo.security.person with parameters of type PersonService Constructor Description HomeFolderProviderSynchronizer(TransactionService transactionService, AuthorityService authorityService, PersonService personService, FileFolderService fileFolderService, org.alfresco.service.cmr.repository.NodeService nodeService, PortableHomeFolderManager homeFolderManager, TenantAdminService tenantAdminService) -
Uses of PersonService in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync with parameters of type PersonService Modifier and Type Method Description voidChainingUserRegistrySynchronizer. setPersonService(PersonService personService)Sets the person service. -
Uses of PersonService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return PersonService Modifier and Type Method Description PersonServiceServiceDescriptorRegistry. getPersonService() -
Uses of PersonService in org.alfresco.repo.site
Methods in org.alfresco.repo.site with parameters of type PersonService Modifier and Type Method Description voidSiteServiceImpl. setPersonService(PersonService personService)Set person serviceConstructors in org.alfresco.repo.site with parameters of type PersonService Constructor Description SiteMembersCannedQuery(SiteService siteService, PersonService personService, org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.query.CannedQueryParameters parameters) -
Uses of PersonService in org.alfresco.repo.subscriptions
Fields in org.alfresco.repo.subscriptions declared as PersonService Modifier and Type Field Description protected PersonServiceSubscriptionServiceImpl. personServiceMethods in org.alfresco.repo.subscriptions with parameters of type PersonService Modifier and Type Method Description voidSubscriptionServiceImpl. setPersonService(PersonService personService)Sets the person service. -
Uses of PersonService in org.alfresco.repo.template
Methods in org.alfresco.repo.template with parameters of type PersonService Modifier and Type Method Description voidPeople. setPersonService(PersonService personService)Set the person service -
Uses of PersonService in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type PersonService Modifier and Type Method Description voidContentUsageImpl. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type PersonService Modifier and Type Method Description voidWorkflowInterpreter. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type PersonService Modifier and Type Method Description voidActivitiWorkflowEngine. setPersonService(PersonService personService)Sets the Person ServicevoidActivitiWorkflowManagerFactory. setPersonService(PersonService personService) -
Uses of PersonService in org.alfresco.service
Methods in org.alfresco.service that return PersonService Modifier and Type Method Description PersonServiceServiceRegistry. getPersonService()Get the person service (or null if one is not provided) -
Uses of PersonService in org.alfresco.service.cmr.workflow
Methods in org.alfresco.service.cmr.workflow with parameters of type PersonService Modifier and Type Method Description voidWorkflowPermissionInterceptor. setPersonService(PersonService personService)
-