Alfresco Filer
by Atol CD
Community
Alfresco Content Services module that automatically files documents into folder structures based on configurable rules written with a Java fluent API, driven by node type, aspects, and metadata.
About
Implements a rule-based automatic document filing engine triggered by Alfresco policies.
- Rules defined via a Java fluent API — match on type, aspects, site, or metadata then navigate/create folder hierarchy
- Supports on-the-fly folder creation and metadata inheritance from parent folders
- Policy hooks:
onCreateChildAssociation,onAddAspect,onUpdateProperties,onMoveNode,onDeleteNode - Empty filer segment folders are automatically deleted
- Standard JAR + AMP packaging; JUnit 5 / Mockito test coverage