tm-sdk:app-scaffold-func

Full name:

com.avoka.tm:tm-sdk-maven-plugin:22.10.0:app-scaffold-func

Description:

MOJO class providing "app-scaffold-func" goal
It will create a new application package function.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 22.4.0.

Required Parameters

Name Type Since Description
<dir> File 22.4.0 The target project directory to create and deploy files to
User property is: dir.
<funcFormCode> String 22.4.0 The application package form code
User property is: func.form.code.
<funcName> String 22.4.0 The function name
User property is: func.name.
<funcPackageName> String 22.4.0 The function package name
User property is: func.package.name.
<funcTemplate> String 22.4.0 The function type

Supported function types: Fluent Function, Delivery Function

User property is: func.template.
<managerClientCode> String 22.4.0 The application package organization client code
User property is: manager.client.code.
<trigger> String 22.4.0 The function trigger

Supported function trigger types:
Form Open, Form Resume, Form Update, Form Ineligible, Form Function, User Save, User Submit, User Cancel, Background Delivery

User property is: trigger.

Parameter Details

<dir>

The target project directory to create and deploy files to
  • Type: java.io.File
  • Since: 22.4.0
  • Required: Yes
  • User Property: dir

<funcFormCode>

The application package form code
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: func.form.code

<funcName>

The function name
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: func.name

<funcPackageName>

The function package name
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: func.package.name

<funcTemplate>

The function type

Supported function types: Fluent Function, Delivery Function
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: func.template

<managerClientCode>

The application package organization client code
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: manager.client.code

<trigger>

The function trigger

Supported function trigger types:
Form Open, Form Resume, Form Update, Form Ineligible, Form Function, User Save, User Submit, User Cancel, Background Delivery
  • Type: java.lang.String
  • Since: 22.4.0
  • Required: Yes
  • User Property: trigger