Alfresco Content Model, Rules, and Actions [A Developer's Intro to Alfresco, Part 2. by Jeff Potts] - Presentation Transcript
A Developer’s Introduction to the Alfresco Platform Part One: Learning Your Way Around Part Two: The Content Model, Rules & Actions Part Three: Web Scripts, Surf, & CMIS Jeff Potts Content Management Practice Lead View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
Recap
In Part One, we looked at the Alfresco platform, in general
Lots of ways to get content in and out of the repository
Out-of-the-box clients for document management, web content management, and collaboration
API’s to enable you to build any custom content-centric front-end application that’s needed
View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
How Do I Model Custom Metadata?
Alfresco’s content model is easily extended
Expressed as XML
Wired in to Alfresco through Spring configuration
The image below shows a simple custom model
View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
What Are Actions?
Actions are discrete “units of work” that can be executed against one or more objects
Move
Check-in/Check-out
Copy
Add Aspect/Remove Aspect
Custom
Actions can be called from several different places
UI
Rules
Java & JavaScript
Workflow steps
Custom actions are written in Java
Action executer
Action handler (for actions that have user-configurable parameters)
View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
Demo
Custom model XML & model context
Web client config XML
Configure a rule
Specialize the content type of HR documents
Show a custom action
Configure the “Move Replaced” action
View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
Tools & Tips
Models are implemented by writing XML and then telling Alfresco about it through Spring
Actions are implemented in Java
Nice way to encapsulate reusable content operations
Called from rules, the UI, JavaScript, workflow, web scripts, etc.
Rules are end-user configurable in the Explorer web client
Rules fire regardless of the client
Rules can operate on documents as they enter a folder, when they are updated, or as they leave
View full webinar with audio, here: http://tinyurl.com/alfrescodevguide2
View the full webinar, with audio, here: http://tin more
View the full webinar, with audio, here: http://tinyurl.com/alfrescodevguide2
Contents:
How Do I Model Custom Metadata?
Alfresco’s content model is easily extended
Expressed as XML
Wired in to Alfresco through Spring configuration
What Are Actions?
Actions are discrete “units of work” that can be executed against one or more objects
Move
Check-in/Check-out
Copy
Add Aspect/Remove Aspect
Custom
Actions can be called from several different places
UI
Rules
Java & JavaScript
Workflow steps
Custom actions are written in Java
Action executer
Action handler (for actions that have user-configurable parameters)
Demo
Custom model XML & model context
Web client config XML
Configure a rule
Specialize the content type of HR documents
Show a custom action
Configure the “Move Replaced” action
Tools and Tips:
Models are implemented by writing XML and then telling Alfresco about it through Spring
Actions are implemented in Java
Nice way to encapsulate reusable content operations
Called from rules, the UI, JavaScript, workflow, web scripts, etc.
Rules are end-user configurable in the Explorer web client
Rules fire regardless of the client
Rules can operate on documents as they enter a folder, when they are updated, or as they leave
Resources and more information:
Alfresco Developer Guide
http://www.packtpub.com/alfresco-developer-guide/book
Alfresco Content Community
http://share.alfresco.com
2 comments
Comments 1 - 2 of 2 previous next Post a comment