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

config.integration-module.xml Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
<?xml version="1.0"?>
<!DOCTYPE unify PUBLIC
  "-//The Code Department//DTD Jacklyn Module 2.0//EN"
  "https://tcdng.com/dtd/jacklyn-module-config_2_0.dtd">
<!--
  Copyright 2018-2020 The Code Department.
  
  Licensed under the Apache License, Version 2.0 (the "License"); you may not
  use this file except in compliance with the License. You may obtain a copy of
  the License at
  
  http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  License for the specific language governing permissions and limitations under
  the License.
-->

<!-- Jacklyn configuration for integration module -->
<module name="integration" description="$m{integration.module}">
	<menus>
		<menu name="int-mainintegration" description="$m{integration.menu.main}"
			caption="$m{integration.menu.title}">
			<menuitem name="int-manageproducerdefinition" description="$m{integration.menuitem.producerdefinition}"
				caption="$m{integration.producerdefinition.menu.title}" path="/integration/producerdefinition/openPage"
				pageCaption="$m{integration.producerdefinition.manage}" />
		</menu>
	</menus>
	<privileges>
		<privilege-group>
			<privilege name="int-producerdefinitionadd"
				description="$m{integration.privilege.producerdefinition.add}" />
			<privilege name="int-producerdefinitionedit"
				description="$m{integration.privilege.producerdefinition.edit}" />
			<privilege name="int-producerdefinitionview"
				description="$m{integration.privilege.producerdefinition.view}" />
			<privilege name="int-producerdefinitiondelete"
				description="$m{integration.privilege.producerdefinition.delete}" />
		</privilege-group>
	</privileges>
	<sys-parameters>
		<sys-parameter name="INT-0001" defaultVal="true"
			description="$m{integration.sysparam.enableconsumers}" editor="!ui-select list:booleanlist"
			type="boolean" control="true" editable="false" />
	</sys-parameters>
</module>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy