Category Undefined

Multiple Choice

PAK Commands – Multiple Choice Table of Contents 1. Summary 2. Examples 1. Summary This command lets the user choose one or more items from a specified list. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText input…

Simple Text Input

PAK Commands – Simple Text Input Table of Contents 1. Summary 2. Examples 1. Summary This command prompts the user with a text field to fill out. 2. Examples Due to simplicity, the descriptiveText input parameter will be left empty…

Open File Dir

PAK Commands – Choose File/Directory Table of Contents 1. Summary 2. Examples 2.1. Choose File 2.2. Choose Directory 1. Summary Both commands let the user choose from the local file system, ChooseFile is used to look for files, ChooseDirectory for…

PublishCommandsLocal

Publishing Commands Table of Contents Local Publish Maven Local Publish Maven mvn install:install-file -Dfile=your-downloaded-file.jar -DgroupId=org.example -DartifactId=example-commands -Dversion=1.0.0 -Dpackaging=jar Last updated 2023-05-05 10:04:05 +0200

Choose Search Item

PAK Commands – Choose/Search Item Table of Contents 1. Summary 2. Examples 2.1. Choose Item 2.2. Search Item 1. Summary Both commands let the user choose an item from a specified list. Search item additionally offers the functionality to search…

Choose Value From Object

PAK Commands – Choose Value From Object Table of Contents 1. Summary 2. Examples 1. Summary This command lets the user choose a single property from a JSON object. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText…

Configurable Table

PAK Commands – Configurable Table Table of Contents 1. Summary 2. Examples 1. Summary This command lets you configure custom tables using a JSON representation. The user can then extend the table by adding new rows. 2. Examples Figure 1.…

Create Form

PAK Commands – Create Form Table of Contents 1. Summary 2. Examples 2.1. Minimal Command Run 2.2. Adding Optional Fields 2.3. Adding Different Input Types 2.4. Customizing the JSON Output 1. Summary This command lets you create a multi form…

CommandMeta CommandMapping

Table of Contents Command Meta – Command Mappings Command Meta – Command Mappings The command mappings are part of the command meta and contain more information on every datastore variable defined by a command. Some fields may not be present…