2016-08-23 106 views
0

在原始contentModel.xml文件,我看到有一个名为cm:subscribable一个方面:cm:subscribable是做什么用的?

<aspect name="cm:subscribable"> 
    <associations> 
     <association name="cm:subscribedBy"> 
      <source> 
       <mandatory>false</mandatory> 
       <many>true</many> 
      </source> 
      <target> 
       <class>cm:person</class> 
       <mandatory>false</mandatory> 
       <many>true</many> 
      </target> 
     </association> 
    </associations> 
    </aspect> 

我想知道它是什么做的/用,因为我没有找到足够的信息in the documentation。 Alfresco中是否存在使用它的现有函数?或者这仅仅是一个方面,让“有人想要开发一个可表达的函数”。

回答

1

挖了一点之后,它看起来像是我们订阅/关注共享中的用户时使用的。

看着Subscription service和现有的webscripts帮助我理解了这一点。