10-06-2020 07:56 PM
Hello,
I am new to alfresco,
how can i customize StoreSelectorAspectContentStore instead of changing directly in the org.alfresco.company.repo.content.roting.StoreSelectorAspectContentStore?
10-06-2020 11:17 PM
You can write a custom content store implementation that inherit from StoreSelectorAspectContentStore and register you implementation in spring configuration extension.
10-07-2020 09:24 AM
how can you check if this class works in the application??
10-07-2020 09:58 AM
I'm sorry I don't understand what you mean ,If it is correctly implemented it will work.
About how to create a customized content store, you can refer to following thread
https://hub.alfresco.com/t5/alfresco-content-services-forum/how-to-create-new-content-store/td-p/264...
10-13-2020 12:15 PM
.
10-27-2020 12:41 PM
Hello
please can you explain to me how to register my implementation in spring configuration extension?
10-27-2020 11:07 PM
You can define a bean named fileContentStore in your spring context file ,alfresco will use your fileContentStore implementation to override it's default.
Explore our Alfresco products with the links below. Use labels to filter content by product module.