Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

The entity's fields metadata required by the application's core mechanisms such as the security restrictions, query language, collaboration rules and workflow mechanismsVariables metadata file is used to define the global variables of the system.

Attributes

NameDescriptionValue
nameThe variable nameAny unique value
valueThe variable valueAny
descriptionThe variable descriptionAny

...

Code Block
themeEclipse
languagexml
titlevariables.xml
collapsetrue
<variableconfig>
    <variables>
        <variable>
            <name>myvariable</name>
            <value>testvalue<<value>testvalue1234</value>
            <description>The<description>This importsis implementationa directorytest name.<variable</description>
        </variable>
    </variables>
	...
</variableconfig>