11-17-2009 08:36 PM
11-18-2009 02:39 AM
01-11-2010 11:54 PM
01-12-2010 10:33 AM
01-12-2010 11:36 AM
Description: ASPECT
Type: Special
Example: ASPECT:"qname"
FTS: Yes
CMIS contains(): No
01-12-2010 04:43 PM
public CMISJoinEnum getJoinSupport()
{
return CMISJoinEnum.NO_JOIN_SUPPORT;
}
=============
CMISJoinEnum joinSupport = getJoinSupport();
if(options.getQueryMode() == CMISQueryOptions.CMISQueryMode.CMS_WITH_ALFRESCO_EXTENSIONS)
{
joinSupport = CMISJoinEnum.INNER_JOIN_SUPPORT;
}
01-18-2010 04:31 PM
SELECT D.*, O.* FROM CMIS:DOCUMENT AS D JOIN CM:OWNABLE AS O ON D.cmis:objectId = O.cmis:objectId
07-09-2010 07:22 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="exaeAnakoinoseis:exaeAnakoinoseismodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Exae Anakoinoseis Model</description>
<author>Stolis</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys" />
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://www.exae.gr/ermhs2/modelAnakoinoseis/content/1.0" prefix="exaeAnakoinoseis" />
</namespaces>
<constraints>
<constraint name="exaeAnakoinoseis:agora-eisagoghs-list" type="LIST">
<parameter name="allowedValues">
<list>
<value>Χ.Α.</value>
<value>ΕΝ.Α</value>
</list>
</parameter>
</constraint>
</constraints>
<!– TYPES –>
<types>
<!– Enterprise-wide generic document type –>
<type name="exaeAnakoinoseis:doc">
<parent>cm:content</parent>
<associations>
<child-association name="exaeAnakoinoseis:attachment">
<title>attachment</title>
<source>
<mandatory>true</mandatory>
<many>false</many>
</source>
<target>
<class>exaeAnakoinoseis:doc</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
</child-association>
</associations>
</type>
<type name="exaeAnakoinoseis:k1-03-001">
<title>Ανακοινωση για εισαγωγή Μετόχων στο Χ.Α/ΕΝ.Α για πρώτη φορά με δημόσια Προσφορά</title>
<parent>exaeAnakoinoseis:doc</parent>
<mandatory-aspects>
<aspect>exaeAnakoinoseis:hmnia-eisagogis-metoxon-aspect</aspect>
<aspect>exaeAnakoinoseis:arithmos-metoxon-aspect</aspect>
<aspect>exaeAnakoinoseis:kodikos-metoxhs-oasis-aspect</aspect>
<aspect>exaeAnakoinoseis:kodikos-isin-aspect</aspect>
<aspect>exaeAnakoinoseis:drasthriothta-aspect</aspect>
</mandatory-aspects>
</type>
<type name="exaeAnakoinoseis:k1-03-003">
<title>Ανακοινωση για εισαγωγή Μετόχων στο Χ.Α/ΕΝ.Α για πρώτη φορά χωρίς δημόσια Προσφορά</title>
<parent>exaeAnakoinoseis:doc</parent>
<mandatory-aspects>
<aspect>exaeAnakoinoseis:hmnia-eisagogis-metoxon-aspect</aspect>
<aspect>exaeAnakoinoseis:arithmos-metoxon-aspect</aspect>
<aspect>exaeAnakoinoseis:kodikos-metoxhs-oasis-aspect</aspect>
<aspect>exaeAnakoinoseis:kodikos-isin-aspect</aspect>
<aspect>exaeAnakoinoseis:drasthriothta-aspect</aspect>
</mandatory-aspects>
</type>
</types>
<!– ASPECTS –>
<aspects>
<aspect name="exaeAnakoinoseis:hmnia-eisagogis-metoxon-aspect">
<title></title>
<properties>
<property name="exaeAnakoinoseis:agora-eisagoghs">
<type>d:text</type>
<multiple>true</multiple>
<constraints>
<constraint ref="exaeAnakoinoseis:agora-eisagoghs-list"></constraint>
</constraints>
</property>
<property name="exaeAnakoinoseis:hmnia-eisagoghs-metoxon">
<type>d:date</type>
</property>
</properties>
</aspect>
<aspect name="exaeAnakoinoseis:arithmos-metoxon-aspect">
<title>Αριθμός Μετοχών</title>
<properties>
<property name="exaeAnakoinoseis:arithmos-metoxon">
<type>d:long</type>
</property>
</properties>
</aspect>
<aspect name="exaeAnakoinoseis:kodikos-metoxhs-oasis-aspect">
<title>Κωδικός Μετοχών στο Όασης</title>
<properties>
<property name="exaeAnakoinoseis:kodikos-metoxhs-oasis">
<type>d:text</type>
</property>
</properties>
</aspect>
<aspect name="exaeAnakoinoseis:kodikos-isin-aspect">
<title>Κωδικός ISIN</title>
<properties>
<property name="exaeAnakoinoseis:kodikos-isin">
<type>d:text</type>
</property>
</properties>
</aspect>
<aspect name="exaeAnakoinoseis:drasthriothta-aspect">
<title>Δραστηριότητα</title>
<properties>
<property name="exaeAnakoinoseis:drasthriothta">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
07-10-2010 10:28 AM
07-11-2010 05:53 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.