Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Mini-language Reference

This is a draft document. It can be modified at any time by anyone.

The <simple-method> element


Assignment Operations

<add-error>
<clear-field>
<create-object>
<env-to-env>
<env-to-field>
<field-to-env>
<field-to-field>
<field-to-list>
<first-from-list>
<list-to-list>
<map-to-map>
<order-map-list>
<set>
<set-calendar>
<set-service-fields>
<string-append>
<string-to-field>
<string-to-list>
<to-string>


Conditional/Looping Statements

<and>
<assert>
<check-id>
<check-errors>
<check-permission>
<condition>
<else>
<else-if>
<if>
<if-compare>
<if-compare-field>
<if-empty>
<if-has-permission>
<if-instance-of>
<if-not-empty>
<if-regexp>
<if-validate-method>
<iterate>
<iterate-map>
<loop>
<not>
<or>
<return>
<then>
<while>
<xor>


Call Operations

<call-bsh>
<call-class-method>
<call-object-method>
<script>
<call-service>
<call-service-asynch>
<call-map-processor>
<call-simple-method>


Entity Operations


Calculate Operations

  • No labels