Login required
Download

Alfresco DMS Integration

(2)
Author(s) INECO TIFSA (www.ineco.es)
Current Release 0.4   (1 year ago)
Grails Version ?
Tags
Dependency
compile ":alfresco:0.4"
Last updated by admin 1 year ago
grails install-plugin alfresco
Last updated by nachobrito 1 year ago
This plugin adds some artifacts to your application that let you communicate to an Alfresco installation:
  • Domain classes:
    • AlfrescoServer : This domain class lets you have serveral registered servers and choose which one to connect to.
  • Services:
    • AlfrescoConnectionService: Lets you choose which server to connect to. Currently it only supports a default instance, but can be easily extended to support multiple Alfresco instances.
    • AlfrescoUsersService: Provides several methods to mannipulate documents in an Alfresco instance. It also contains methods to open and close sessions.
    • AlfrescoWorkflowService: Provides methods to discover and invoce available workflow actions for a particular node.
  • TagLibs:
    • AlfrescoTagLib: renders the Alfresco content tree starting in a particular node and recursing into its childs. Remembers open and close nodes by keeping ids in session so the tree mantains its state.
Last updated by lucaudine 1 year ago
How can I use ?AlfrescoTagLib? I'd like some examples, thanks
Last updated by admin 1 year ago