03-18-2011 05:00 AM
// Añadimos aspectos al nodo
NamedValue[] titledProps = new NamedValue[2];
titledProps[0] = Utils.createNamedValue(Constants.PROP_TITLE, titulo);
titledProps[1] = Utils.createNamedValue(Constants.PROP_DESCRIPTION, descripcion);
CMLAddAspect addAspect = new CMLAddAspect(Constants.ASPECT_TITLED, titledProps, null, "1");
Así añado la propiedad para el nombre y la descripcion. Pero mi duda es, para la modificar la propiedad autor, cual es el valor constante que debo poner en el primer parámetro??03-18-2011 06:43 AM
public static final String MI_PROPIEDAD= "{extesion.customModel}miPropiedad";
titledProps[1] = Utils.createNamedValue(MI_PROPIEDAD, "xxxxx");
public static final String AUTOR= "{http://www.alfresco.org/model/content/1.0}author";
<protected>true</protected>
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.