Does one can recommend me how to get list of aspects in alfresco using java web-service API.
Thank you.
Does one can recommend me how to get list of aspects in alfresco using java web-service API.
Thank you.
This may be late for you, but you can use the DictionaryService (in case somebody else searches for this:
Alfresco Wiki says:
getClasses Get a list of type and aspect definitions from the dictionary.
ClassDefinition[] getClasses(ClassPredicate types, ClassPredicate aspects)
Parameters:
types - the predicate for controlling the types returned, or null to return all types aspects - the predicate for controlling the aspects returned, or null to return all aspects Return:
a list of class definitions that relate to the requested types.