03-26-2010 12:46 PM
Unable to find the repository item referenced by Id: 6d7c4067-ec15-4cbb-bd59-d29a7e973b71 - the record has probably been deleted from the database.03-31-2010 05:22 AM
11:12:27,066 User:admin DEBUG [repo.dictionary.DictionaryDAO] Registered model biarch:archiveModel
11:12:27,066 User:admin DEBUG [repo.dictionary.DictionaryDAO] Registered namespace 'http://intranet/model/content/archives/1.0' (prefix 'biarch')
activate model archiveModel.xml03-31-2010 07:38 AM
03-31-2010 07:48 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="biarch:archiveModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Archives model</description>
<author>Fred Blaise</author>
<version>0.1</version>
<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 BI for parent ref –>
<import uri="http://intranet/model/content/1.0" prefix="bi"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://intranet/model/content/archives/1.0" prefix="biarch" />
</namespaces>
<types>
<type name="biarch:backoffice_archive">
<title>BackOffice document</title>
<parent>bi:bank_doc</parent>
<properties>
<property name="biarch:client_last_name_2">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
<property name="biarch:client_first_name_2">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
</properties>
</type>
<type name="biarch:corp_trust_archive">
<title>Corporate Services documents</title>
<parent>bi:bank_doc</parent>
<properties>
<property name="biarch:corp_code">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
</properties>
</type>
</types>
<aspects>
<aspect name="biarch:archive_doc">
<title>Archived document</title>
<properties>
<property name="biarch:doc_start_date">
<type>d:date</type>
<mandatory>true</mandatory>
</property>
<property name="biarch:doc_end_date">
<type>d:date</type>
<mandatory>false</mandatory>
</property>
<property name="biarch:account_num">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="biarch:client_last_name">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="biarch:client_first_name">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
<property name="biarch:archive_box_ref">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</aspect>
</aspects>
</model>
03-31-2010 09:16 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.