Custom Processes

Custom Processes

The root element that includes a set of custom processes implemented for a module. Use such elements only for custom functionality for which security access rules should be defined.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the process.Any
descriptionA description that describes the process.Any
methodsA set of methods.

Methods

Example

 Custom Processes
Custom Processes
<customprocesses>
	<process>
		<id>SAVE_DEFINITION</id>
		<name>Save Definition</name>
		<description>Save a Financial Transaction Definition.</description>
		<methods>
			<method>
				<ejbname>COMPANYUIFinancialTransactionDefinition</ejbname>
				<methodname>saveButton</methodname>
			</method>
		</methods>
	</process>
</customprocesses>