repeatable blocks of metadata for a document

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2011 08:22 AM
Hi all,
We want to be able to create a document which has certain metadata that is specific for the complete document but also a repeatable set of metadata fields that apply to some part of the document.
For instance: we have a document that contains several parts. Each part has its own set of metadata (eq title, author etc) How can you model this in alfresco.
We need a repeatable block of the same metadata fields. Can this be done with aspects of do we need a repeatable set op properties?
Example:
Document has title and publisher
It contains 4 parts which each have a title, author, description and section.
How do we model this?
TIA
We want to be able to create a document which has certain metadata that is specific for the complete document but also a repeatable set of metadata fields that apply to some part of the document.
For instance: we have a document that contains several parts. Each part has its own set of metadata (eq title, author etc) How can you model this in alfresco.
We need a repeatable block of the same metadata fields. Can this be done with aspects of do we need a repeatable set op properties?
Example:
Document has title and publisher
It contains 4 parts which each have a title, author, description and section.
How do we model this?
TIA
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2011 10:27 AM
You can use an aspect for this type of requirements.
In an aspect you can declare a set of properties and/or associations that you want to bind and unbind against nodes.
Notice that you can declare an aspect and then you can extend an existent aspect to define a new specialized aspect.
Hope this helps.
In an aspect you can declare a set of properties and/or associations that you want to bind and unbind against nodes.
Notice that you can declare an aspect and then you can extend an existent aspect to define a new specialized aspect.
Hope this helps.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2012 08:44 AM
Hi OpenPj,
This is not what I want. I cannot repeat an aspect on an object. My use-case is:
I have an object with some unique properties.
There are however also some properties which are some kind of groups of propertie which must be repeatable.
Say for instance:
A document has a title and a description. It also has one or more categories, a category holds three properties: code, description and abbreviation
Now I can define a category aspect containing those three properties, but I cannot repeat this aspect on my document!
So how can I model this?
TIA
This is not what I want. I cannot repeat an aspect on an object. My use-case is:
I have an object with some unique properties.
There are however also some properties which are some kind of groups of propertie which must be repeatable.
Say for instance:
A document has a title and a description. It also has one or more categories, a category holds three properties: code, description and abbreviation
Now I can define a category aspect containing those three properties, but I cannot repeat this aspect on my document!
So how can I model this?
TIA
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2012 10:12 AM
Maybe this control can help
http://code.google.com/p/alfresco-share-datatable-property-type/
It is not modeling, just a way of storing row/column data in a single property.
http://code.google.com/p/alfresco-share-datatable-property-type/
It is not modeling, just a way of storing row/column data in a single property.
