Content model and convert types

cancel
Showing results for 
Search instead for 
Did you mean: 
MartinTichovsky
Member II

Content model and convert types

Hello,

i have this content model

    <type name="custom:A">
      <title>A</title>
      <parent>cm:content</parent>
    </type>
    <type name="custom:B">
      <title>B</title>
      <parent>cm:content</parent>
    </type>
    <type name="custom:C">
      <title>C</title>
      <parent>cm:content</parent>
    </type>

Is here some possibility how can i change nodeType from custom:A to custom:C and later back to custom:A? Or from custom:A to cm:content? Thanks

2 Replies
angelborroy
Alfresco Employee

Re: Content model and convert types

I guess you need to use aspects for that.

Hyland Developer Evangelist
abhinavmishra14
Advanced

Re: Content model and convert types