Uses of Interface
org.alfresco.repo.blog.BlogIntegrationImplementation
-
Packages that use BlogIntegrationImplementation Package Description org.alfresco.repo.blog org.alfresco.repo.blog.typepad org.alfresco.repo.blog.wordpress -
-
Uses of BlogIntegrationImplementation in org.alfresco.repo.blog
Classes in org.alfresco.repo.blog that implement BlogIntegrationImplementation Modifier and Type Class Description classBaseBlogIntegrationImplementationBase blog implementation class.classDefaultBlogIntegrationImplementationDefault blog integration implementation.Methods in org.alfresco.repo.blog that return BlogIntegrationImplementation Modifier and Type Method Description BlogIntegrationImplementationBlogIntegrationService. getBlogIntegrationImplementation(String implementationName)Get the named blog integration implementation, null if name not recognisedBlogIntegrationImplementationBlogIntegrationServiceImpl. getBlogIntegrationImplementation(String implementationName)Methods in org.alfresco.repo.blog that return types with arguments of type BlogIntegrationImplementation Modifier and Type Method Description List<BlogIntegrationImplementation>BlogIntegrationService. getBlogIntegrationImplementations()Get a list of the registered integration implementations.List<BlogIntegrationImplementation>BlogIntegrationServiceImpl. getBlogIntegrationImplementations()Methods in org.alfresco.repo.blog with parameters of type BlogIntegrationImplementation Modifier and Type Method Description voidBlogIntegrationService. register(BlogIntegrationImplementation implementation)Register a new blog integration implementation with the servicevoidBlogIntegrationServiceImpl. register(BlogIntegrationImplementation implementation) -
Uses of BlogIntegrationImplementation in org.alfresco.repo.blog.typepad
Classes in org.alfresco.repo.blog.typepad that implement BlogIntegrationImplementation Modifier and Type Class Description classTypepadIntegrationTypepad integration implementation -
Uses of BlogIntegrationImplementation in org.alfresco.repo.blog.wordpress
Classes in org.alfresco.repo.blog.wordpress that implement BlogIntegrationImplementation Modifier and Type Class Description classWordPressIntegration
-