Posts

Showing posts with the label Alfresco models

Out-of-the-box Models

The content repository comprises several content models out of the box for specifying the core content types of an ECM system DictionaryModel.xml  -  provides definitions for the fundamental data types, such as d:text and d:boolean. It exposes the namespace URI www.alfresco.org/model/dictionary/1.0 with prefix d. Data-Types are : d:text java.lang.String d:mltext           org.alfresco.service.cmr.respository.MLText  -  possible for one node add multiple language d:int           java.lang.Integer d:long java.lang.Long d:float java.lang.Float d:qname org.alfresco.service.namespace.QName d:date java.util.Date d:datetime  java.util.Date d:path org.alfresco.service.cmr.repository.Path d:noderef org.alfresco.service.cmr.repository.NodeRef d:any java.lang.Object d:version org.alfresco.utill.VersionNumber d:period           or...