12-10-2008 11:13 AM
12-10-2008 12:32 PM
Est-il possible de savoir si un QName d'un modèle est une propriété ou une association et ce avec la java API d'alfresco????
12-11-2008 03:15 AM
12-11-2008 05:39 AM
12-11-2008 06:14 AM
Il faut ici utiliser le NodeService pour récupérer le type du nœud à traiter et les aspects qui lui ont été appliqués et les "explorer" avec le DictionnaryService afin de déterminer, dans le contexte de ce nœud, à quoi correspond ce QName.
/**
* Gets the definition of the property as defined by its owning Class.
*
* @param propertyName the property name
* @return the property definition (or null, if it doesn't exist)
*/
PropertyDefinition getProperty(QName propertyName);
/**
* Gets the definition of the association as defined by its owning Class.
*
* @param associationName the property name
* @return the association definition (or null, if it doesn't exist)
*/
AssociationDefinition getAssociation(QName associationName);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.