<?xml version="1.0" encoding="UTF-8"?>
<ObjectTypeHandler Name="Discussion Groups Collection Type" Class="com.sapportals.wcm.service.objecttypehandler.GenericObjectTypeHandler">
   <SelectionCriteria>
    <Paths>
      <Path>/**</Path>
    </Paths>
	<ResourceTypes>
	  <ResourceType>http://sap.com/xmlns/cm/app/collaboration/discussionmastercollection</ResourceType>
	</ResourceTypes>    
   </SelectionCriteria>
  <Properties> 
    <Property Key="rndLayoutSet"                        Value="DiscussionGroupsContributor" />
  </Properties>
   <Actions>
      <Action>
         <ActionType Type="create" Namespace="http://sapportals.com/xmlns/cm" />

         <ActionURL URL="wdfevent://com.sapportals.wcm.control.event.CflNewTextEvent" />

        

         <Properties>
         <Property Key="Extension" Value="dsc" />

         <Property Key="ForceExtension" Value="true" />

         SaveContentAsDescription
         <Property Key="SaveContentAsDescription" Value="true" />
         </Properties>
      </Action>
      
      <Action>
        <ActionType Type="view" Namespace="http://sapportals.com/xmlns/cm"/>
        <ActionURL URL="&lt;urlgen.navigationservlet&gt;&lt;resource.uri&gt;?StartUri=&lt;resource.uri&gt;&amp;rndLayoutSet=DiscussionGroupsContributor&amp;scHeight=300&amp;scWidth=220&amp;scPostListWidth=500"/>
      </Action>  
      <Action>
        <ActionType Type="show_properties" Namespace="http://sapportals.com/xmlns/cm"/>
        <ActionURL URL="&lt;urlgen.navigationservlet&gt;&lt;resource.uri&gt;?StartUri=&lt;resource.uri&gt;&amp;rndLayoutSet=DiscussionGroupsContributor&amp;scHeight=300&amp;scWidth=220&amp;scPostListWidth=500"/>
      </Action>

   </Actions>
</ObjectTypeHandler>

