JBoss.orgCommunity Documentation
The service is used for spaces management, including creating spaces, and installing applications.
Sample configuration:
<component>
<key>org.exoplatform.social.core.space.spi.SpaceService</key>
<type>org.exoplatform.social.core.space.impl.SpaceServiceImpl</type>
<!--Deprecated, Use external-component-plugins instead
<init-params>
<values-param>
<name>space.homeNodeApp</name>
<value>SpaceActivityStreamPortlet</value>
</values-param>
<values-param>
<name>space.apps</name>
<value>DashboardPortlet:true</value>
<value>SpaceSettingPortlet:false</value>
<value>MembersPortlet:true</value>
</values-param>
</init-params>
-->
</component>
Init-params:
Name | Type | Value | Description |
---|---|---|---|
space.homeNodeApp | String | SpaceActivityStreamPortlet | The home application for a space. |
space.apps | String list | DashboardPortlet:true , SpaceSettingPortlet:false , MembersPortlet:true | The applications that are used for initializing the application when the space is created. |
Deprecated: Use external-component-plugins instead: org.exoplatform.social.core.space.SpaceApplicationConfigPlugin.