vprince1 / alfresco-bulk-export

Automatically exported from code.google.com/p/alfresco-bulk-export
12 stars 13 forks source link

Exporting folder rules #2

Closed billydekid closed 6 years ago

billydekid commented 6 years ago

Hi, Thanks for this great tool. I have a requirement to export our developed folder with its rules to production server. Do you have a plan to add this feature, or any clue to solve this?

Thank you,

vprince1 commented 6 years ago

Thanks for you email Bayu… I am not planning to add this feature currently. The main reason is because, the output of this tool is supposed to work as the input for the Alfresco Bulk Import tool by pmonks. Since his tool does not process the folder rules, i have no current plans to add this. You can solve this is many different ways. It really depends on how complicated and how re-usable you want your solution to be. If you only plan on using it once in your environment and you also know all the different rule names, you should be able to just append an aspect that is specific to a rule on the folder object. After you import into your new environment, you can write some custom code that will located these unique aspects then will add the rule programmatically.

If you want to make it more generic, then I would think you will have to come up with you own XML tag structure and also modify bulk import to process these new tags.

HTH, Vijay

On Aug 5, 2018, at 10:02 AM, Bayu Widyasanyata notifications@github.com wrote:

Hi, Thanks for this great tool. I have a requirement to export our developed folder with its rules to production server. Do you have a plan to add this feature, or any clue to solve this?

Thank you,

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vprince1/alfresco-bulk-export/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ALcN2Oz6Us4qqDfAkmtwhVnXlVutlDhHks5uNnVNgaJpZM4VvPG-.

billydekid commented 6 years ago

Thank you Vijay for your suggestions by creating custom XML.

I also posted this on alfresco forum https://community.alfresco.com/thread/238261-how-to-export-folder-with-its-rules

Thank you,