<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multi-Value property verification in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199648#M152778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice try Renou. You're right when using Java API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the present case, we are talking about WebServices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merimm, it seems that you can't find if a property is multivalued with WebServices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you should post a "multivalued criteria support" request in JIRA.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charles Le Seac'h&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2009 20:56:45 GMT</pubDate>
    <dc:creator>cleseach</dc:creator>
    <dc:date>2009-01-19T20:56:45Z</dc:date>
    <item>
      <title>Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199646#M152776</link>
      <description>Hello,Please, ¿could anybody explain me how to detect if a property is multivalued or not (given a model)?For example, this is a multivalued property definition:&amp;lt;property name="my:group"&amp;gt;&amp;lt;title&amp;gt;Group&amp;lt;/title&amp;gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt;&amp;lt;m</description>
      <pubDate>Mon, 01 Dec 2008 12:00:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199646#M152776</guid>
      <dc:creator>merimm</dc:creator>
      <dc:date>2008-12-01T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199647#M152777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can access the data dictionary with the DictionaryService object which give you all information you need about the data dictionary&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// prop is the qname of your property&lt;BR /&gt;QName prop = QName.createQName(qname);&lt;BR /&gt;this.dictionaryService.getProperty(prop).isMultiValued()&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renou&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 15:44:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199647#M152777</guid>
      <dc:creator>renou</dc:creator>
      <dc:date>2009-01-19T15:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199648#M152778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice try Renou. You're right when using Java API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the present case, we are talking about WebServices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merimm, it seems that you can't find if a property is multivalued with WebServices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you should post a "multivalued criteria support" request in JIRA.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charles Le Seac'h&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 20:56:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199648#M152778</guid>
      <dc:creator>cleseach</dc:creator>
      <dc:date>2009-01-19T20:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199649#M152779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have more or less the same problem managing multiple value property using web service (from php alfresco library)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i write a small application in php using php library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a form to submit metadata. One of the property accept multiple value :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="sc:annotazione"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To insert this metadata in Alfresco i use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$annotazione [] = $_POST['Annotazione1'];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$annotazione [] = $_POST['Annotazione2'];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$properties["{&lt;/SPAN&gt;&lt;A href="http://www.someco.com/model/content/1.0}annotazione" rel="nofollow noopener noreferrer"&gt;http://www.someco.com/model/content/1.0}annotazione&lt;/A&gt;&lt;SPAN&gt;"] = $annotazione ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if i go in Alfresco web client (detail page for a document) i can't see them. In the field is written "array" and i can't modify. delete orr add other value for the property becouse i get this exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.UnsupportedOperationException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.util.AbstractList.remove(AbstractList.java:144)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.ui.repo.component.UIMultiValueEditor.broadcast(UIMultiValueEditor.java:362)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:139)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:32)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:81)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.alfresco.module.vti.VtiContextFilter.doFilter(VtiContextFilter.java:94)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at java.lang.Thread.run(Thread.java:619)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How i have to insert multiple value from php if i want to continue using also Alfresco web client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 23:08:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199649#M152779</guid>
      <dc:creator>ingdade</dc:creator>
      <dc:date>2009-02-10T23:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199650#M152780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also facing the same issue using web service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 10:39:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199650#M152780</guid>
      <dc:creator>deepali</dc:creator>
      <dc:date>2009-11-04T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value property verification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199651#M152781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem,&amp;nbsp; query nodes via web service,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for my aspect that property with multiple true now return null,&amp;nbsp; :x &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but multiple false return ok. :roll: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any update on this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 03:37:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-value-property-verification/m-p/199651#M152781</guid>
      <dc:creator>goldfiled</dc:creator>
      <dc:date>2010-01-12T03:37:13Z</dc:date>
    </item>
  </channel>
</rss>

