12-01-2008 07:00 AM
<property name="my:group">
<title>Group</title>
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>true</multiple>
</property>String prop = "my:group";
DictionaryServiceSoapBindingStub dssbs= WebServiceFactory.getDictionaryService();
org.alfresco.webservice.types.PropertyDefinition[] propDefs = dssbs.getProperties(new String[] {prop});
System.out.println(" Descripción: "+propDefs[0].getDescription());
System.out.println(" DefaultValue: "+propDefs[0].getDefaultValue());
System.out.println(" DataType: "+propDefs[0].getDataType());
System.out.println(" Name: "+propDefs[0].getName());
System.out.println(" Title: "+propDefs[0].getTitle());01-19-2009 10:44 AM
// prop is the qname of your property
QName prop = QName.createQName(qname);
this.dictionaryService.getProperty(prop).isMultiValued()
01-19-2009 03:56 PM
02-10-2009 06:08 PM
11-04-2009 05:39 AM
01-11-2010 10:37 PM
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.