Between the online docs and the several books I have, I am now completely and thoroughly confused.
I have created types and aspects to apply to these classes but I'm not entirely sure that is what I want to do. But then again maybe it is?
I really like the concept of an Aspect - the ability to add meta data to an already existing object. The types I created were good examples but DO I really need to create an entire new type in Alfresco when all I want to do is apply those same fields to existing content? (Hence this Aspect question.)
So, I commented out the types in my model file and moved the properties down to the aspects - because I saw an example with them. But is that the right way to do this?
So I guess my questions are:
1) Do I have to create types if all I want to do is add fields to existing objects (cm:content)?
2) If so, does an aspect HAVE to have an association if I want to be able to apply it to anything?
3) Searching: will I be able to search on said metadata if it is only part of an aspect and not part of a type?
Does any one have such an example?
Thanks in advance!