12-12-2012 04:48 AM
12-12-2012 05:05 AM
/* demo styles for highlighting */
.PriorityRuleStyle
{
background: #fff388;
}
.PriorityRuleStyleLow
{
background: #FFFF80;
}
.PriorityRuleStyleMed
{
background: #F9C779;
}
.PriorityRuleStyleHigh {
background: #FF8080;
}
<PriorityRules>
<PriorityRule>
<expression><![CDATA[object.ow_Filename='Baufinanzierung']]></expression>
<styleclass>PriorityRuleStyleLow</styleclass>
</PriorityRule>
<PriorityRule>
<expression><![CDATA[object.ow_Filename='BusinessPlan']]></expression>
<styleclass>PriorityRuleStyleMed</styleclass>
</PriorityRule>
<PriorityRule>
<expression><![CDATA[object.ow_Filename='Depotverwaltung']]></expression>
<styleclass>PriorityRuleStyleHigh</styleclass>
</PriorityRule>
</PriorityRules>
12-12-2012 06:17 AM
<PriorityRules>
<PriorityRule>
<expression><![CDATA[object.D:test:mydocuments.test:docname='12345']]></expression>
<styleclass>PriorityRuleStyleMed</styleclass>
</PriorityRule>
</PriorityRules>
<ResultListViews>
12-12-2012 06:51 AM
12-13-2012 03:20 AM
<PlugIn type="ow_master">
<Name>Search</Name>
…
<ViewClassName>com.wewebu.ow.server.plug.owsearch.SearchPriorityView</ViewClassName>
…
<PriorityRules>
<PriorityRule>
<expression>
<![CDATA[
object.cmis:contentStreamMimeType='application/msexcel' or
object.cmis:contentStreamMimeType='application/pdf' or
object.cmis:contentStreamMimeType='text/plain' or
object.cmis:contentStreamLength <= 100000
]]>
</expression>
<styleclass>PriorityRuleStyleLow</styleclass>
</PriorityRule>
<PriorityRule>
<expression>
<![CDATA[object.cmis:contentStreamLength < 500000]]>
</expression>
<styleclass>PriorityRuleStyleMed</styleclass>
</PriorityRule>
<PriorityRule>
<expression>
<![CDATA[object.cmis:contentStreamLength > 500000]]>
</expression>
<styleclass>PriorityRuleStyleHigh</styleclass>
</PriorityRule>
</PriorityRules>
12-13-2012 08:59 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.