All Downloads are FREE. Search and download functionalities are using the official Maven repository.

conf.portal.configuration.xml Maven / Gradle / Ivy

The newest version!
<configuration>
  <component>
	<key>org.ow2.orchestra.console.navigation.ConsolePagesManagementService</key>
    <type>org.ow2.orchestra.console.navigation.ConsolePagesManagementService</type>
  </component>
  
  	<external-component-plugins>
		<target-component>org.exoplatform.services.organization.OrganizationService</target-component>
		<component-plugin>
			<name>bpm.console.UserEventListener</name>
			<set-method>addListenerPlugin</set-method>
			<type>org.ow2.orchestra.console.navigation.NovaUserEventListener</type>
			<description>the listener of portal users actions</description>
		</component-plugin>
		<component-plugin>
			<name>bpm.console.MembershipEventListener</name>
			<set-method>addListenerPlugin</set-method>
			<type>org.ow2.orchestra.console.navigation.NovaMembershipEventListener</type>
			<description>the listener of portal memberships actions</description>
		</component-plugin>
	</external-component-plugins>
	
	<external-component-plugins>
		<target-component>org.ow2.orchestra.console.navigation.ConsolePagesManagementService</target-component>	
	  	<component-plugin>
	    	<name>bpm.console.portlets.config</name>
	    	<set-method>addPlugin</set-method>
	    	<type>org.ow2.orchestra.console.navigation.ConsolePortletsConfigPlugin</type>
		    <init-params>
		      <object-param>
		        <name>accessible.portlets</name>
		        <description>the default and accessible portlets with associated memberships and groups</description>
		       	<object type="org.ow2.orchestra.console.navigation.ConsolePortletsConfig">
		       	
		       	 <field name="defaultPortlets">
				   <collection type="java.util.ArrayList">
		              <value>
		              	<object type="org.ow2.orchestra.console.navigation.ApplicationDefinition">
                 			<field name="category"><string>eXoWidgetWeb</string></field>
			  				<field name="name"><string>WelcomeWidget</string></field>
			  				<field name="type"><string>eXoWidget</string></field>
               			</object>
		              </value>
				   </collection>
				 </field>
		       	
		       	<field name="accessiblePortlets">
		          <map type="java.util.HashMap">
				      <entry>
				        <key><string>operator:/platform/console/orchestra</string></key>
				        <value>
				        	<collection type="java.util.ArrayList">
				              <value>
				              	<object type="org.ow2.orchestra.console.navigation.ApplicationDefinition">
	                  				<field name="category"><string>orchestra.portlet</string></field>
					  				<field name="name"><string>OrchestraManagementPortlet</string></field>
					  				<field name="displayName"><string>Orchestra Management Portlet</string></field>
					  				<field name="type"><string></string></field>
	                			</object>
				              </value>
				            </collection>
				        </value>
				      </entry>
				      <entry>
				        <key><string>user:/platform/console/orchestra</string></key>
				        <value>
				        	<collection type="java.util.ArrayList">
				            </collection>
				        </value>
				      </entry>
				  </map>
				 </field>
				 
			   </object>
		      </object-param>
		    </init-params>
	  </component-plugin>
	</external-component-plugins>
	
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy