|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.jcr.dictionary.ClassMap
public class ClassMap
Responsible for mapping Alfresco Classes to JCR Types / Mixins and vice versa.
| Nested Class Summary | |
|---|---|
static interface |
ClassMap.AddMixin
Add Mixin Behaviour Encapsulates mapping of JCR behaviour to Alfresco |
static interface |
ClassMap.RemoveMixin
Remove Mixin Behaviour Encapsulates mapping of JCR behaviour to Alfresco |
| Constructor Summary | |
|---|---|
ClassMap()
|
|
| Method Summary | |
|---|---|
static QName |
convertClassToType(QName alfrescoClass)
Convert an Alfresco Class to a JCR Type |
static QName |
convertTypeToClass(QName jcrType)
Convert an Alfresco Class to a JCR Type |
static ClassMap.AddMixin |
getAddMixin(QName alfrescoClass)
Get 'Add Mixin' JCR behaviour |
static ClassMap.RemoveMixin |
getRemoveMixin(QName alfrescoClass)
Get 'Remove Mixin' JCR behaviour |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassMap()
| Method Detail |
|---|
public static QName convertTypeToClass(QName jcrType)
jcrType - JCR Type
javax.jcr.RepositoryExceptionpublic static QName convertClassToType(QName alfrescoClass)
alfrescoClass - Alfresco Class
javax.jcr.RepositoryExceptionpublic static ClassMap.AddMixin getAddMixin(QName alfrescoClass)
alfrescoClass -
public static ClassMap.RemoveMixin getRemoveMixin(QName alfrescoClass)
alfrescoClass -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||