07-31-2014 03:50 PM
select
d.*,
o.*
from
cmis:document as d
join
mc:myAspect as o
on
d.cmis:objectid = o.cmis:objectid
where
o.mc:myProperty = 'ev1'
<?xml version="1.0" encoding="UTF-8"?>
<model name="mc:myModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
</imports>
<namespaces>
<namespace uri="http://www.mc.cl/model/content/1.0" prefix="mc" />
</namespaces>
<types>
<type name="mc:myType">
<parent>cm:content</parent>
</type>
</types>
<aspects>
<aspect name="mc:myAspect">
<properties>
<property name="mc:myProperty">
<type>d:text</type>
<mandatory>true</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
</aspect>
</aspects>
</model>
08-01-2014 04:38 AM
08-01-2014 08:57 AM
08-01-2014 10:58 AM
08-04-2014 10:54 AM
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.