01-25-2013 10:35 AM
01-29-2013 12:17 PM
01-29-2013 01:54 PM
CmisObject object = session.getObject(doc1,operationContext);
List<Relationship> relationships = object.getRelationships();
SELECT * FROM cmis.document where cmis:targetId= 'workspace://SpacesStore/dc7c5a6a-9c74-4f97-8835-322d3ec87e44'
02-13-2013 05:06 PM
<type name="ques:questionnaire">
<title>TU Questionnaire Content</title>
<parent>tubase:content</parent>
<properties>
<property name="ques:questionnaireName">
<title>Questionnaire Name</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ques:questionnaireDescription">
<title>Questionnaire Description</title>
<type>d:text</type>
<mandatory>false</mandatory>
</property>
<property name="ques:questionnaireType">
<title>Questionnaire Type</title>
<type>d:text</type>
<mandatory>true</mandatory>
<default>Medical</default>
<constraints>
<constraint ref="ques:questionnaireTypeConstraint"/>
</constraints>
</property>
</properties>
<associations>
<!– Questionnaire header footer peer relationship –>
<association name="ques:hasQuestionnaireFooter">
<title>Questionnaire Footer</title>
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>ques:questionnaireFooter</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
<!– Questionnaire contains questions child relationship –>
<child-association name="ques:containsQuestions">
<title>Questionnaire Questions</title>
<target>
<class>ques:question</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</type>
02-19-2013 12:03 PM
02-19-2013 12:05 PM
02-25-2013 05:31 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.