We'd like to implement an bidirectional integration with Alfresco to manage cases in a better way. I've seen that similar integrations like dropbox are on the roadmap. Are there already existing concepts how to implement the API for this kind of integration? Hopefully it will be possible to connect external objects instead of copying them to be able to edit the documents in the external store.
I think the best way would be to have something like an abstract interface for getting and setting attachment content allowing to store something like an uri and or some required properties to access the external object.
The same is with emails. It should be possible to point to external resources for the email body and the attachments instead of storing them in the database as a copy in case the emails are already stored in a dms system like Alfresco
I think the best way would be to have something like an abstract interface for getting and setting attachment content allowing to store something like an uri and or some required properties to access the external object.
The same is with emails. It should be possible to point to external resources for the email body and the attachments instead of storing them in the database as a copy in case the emails are already stored in a dms system like Alfresco
Comment