process

Top  Previous  Next

  <process name="" basedon="">
    <class></class>
    <unitname></unitname>
    <debugLevel></debugLevel>
    <param name=""></param>
  </process> 

Attributes of "process" element

Attribute

MScript

Description

name

-

The name of the Process

basedon

-

Defines the base configuration element of the process

 

Nested elements of "process" element

Nested Element

MScript

Description

class

-

Defines the name of the process class that extends one of org.moremotion.process.Process or org.moremotion.process.QueryProcess base classes.

unitname

ü

This element defines the resource bundle name of the process class. Resource bundles contain multi-lingual resources

debugLevel

ü

Process classes should be designed to print the log records about their execution in order to let the users to trace it. This parameter accepts a number value between 1 and 3 as the level of the logging.

param

ü

The parameters defined with param element are evaluated by the process classes.