Uses of Class
org.alfresco.repo.dictionary.RepositoryLocation
-
Packages that use RepositoryLocation Package Description org.alfresco.repo.activities.feed org.alfresco.repo.admin org.alfresco.repo.dictionary org.alfresco.repo.subscriptions org.alfresco.repo.workflow -
-
Uses of RepositoryLocation in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type RepositoryLocation Modifier and Type Method Description voidFeedNotifierImpl. setFeedEmailTemplateLocation(RepositoryLocation feedEmailTemplateLocation) -
Uses of RepositoryLocation in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type RepositoryLocation Modifier and Type Method Description voidRepoAdminServiceImpl. setRepositoryMessagesLocation(RepositoryLocation repoMessagesLocation)voidRepoAdminServiceImpl. setRepositoryModelsLocation(RepositoryLocation repoModelsLocation) -
Uses of RepositoryLocation in org.alfresco.repo.dictionary
Subclasses of RepositoryLocation in org.alfresco.repo.dictionary Modifier and Type Class Description classDynamicCreateRepositoryLocationMethods in org.alfresco.repo.dictionary with parameters of type RepositoryLocation Modifier and Type Method Description protected java.util.List<org.alfresco.service.cmr.repository.NodeRef>DictionaryRepositoryBootstrap. getNodes(org.alfresco.service.cmr.repository.StoreRef storeRef, RepositoryLocation repositoryLocation, org.alfresco.service.namespace.QName nodeType)voidCustomModelServiceImpl. setRepositoryModelsLocation(RepositoryLocation repoModelsLocation)Method parameters in org.alfresco.repo.dictionary with type arguments of type RepositoryLocation Modifier and Type Method Description voidDictionaryRepositoryBootstrap. setRepositoryMessagesLocations(java.util.List<RepositoryLocation> repositoryLocations)Set the repository messages (resource bundle) locationsvoidDictionaryRepositoryBootstrap. setRepositoryModelsLocations(java.util.List<RepositoryLocation> repositoryLocations)Set the repository models locations -
Uses of RepositoryLocation in org.alfresco.repo.subscriptions
Methods in org.alfresco.repo.subscriptions with parameters of type RepositoryLocation Modifier and Type Method Description voidSubscriptionServiceImpl. setFollowingEmailTemplateLocation(RepositoryLocation followingEmailTemplateLocation) -
Uses of RepositoryLocation in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type RepositoryLocation Modifier and Type Method Description voidWorkflowDeployer. setRepositoryWorkflowDefsLocations(RepositoryLocation repoWorkflowDefsLocation)
-