CommandMeta Service
Table of Contents Command Meta – Required Services Command Meta – Required Services Commands can require services to function. These services are also defined in the command meta and have the following property fields. Field name Description Example id Fully qualified name of the class of the service de.asap.pak.adapter.codebeamer.api.ICodebeamerAdapter key The datastore key if the […]
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 if their value was not set, e.g. in case no information is present to fill […]
Command Meta Reference
Learn about the Meta Information of a Command in PAK.
Develop a Java Command
Full reference of the Java based Command development.
Develop a Human Task
Full reference of the Human Task Development.
JavaCommand
Table of Contents Java Command Requirements Implementation Conversion Testing Java Command This section describes how to write a command for PAK in Java. Requirements The Java Language Command Interpreter (JLCINT) is provided for command development using Java. Several dependencies and tasks are required, which will be described in the following. Additionally, an example implementation of […]
Classloader Delegation Concept
Classloader Delegation Concept TODO: Add content from Classloader Delegation Concept (confluence.asap.de) here Last updated 2024-12-19 10:07:56 +0100
PAK App Build Guide
This tutorial shows how to implement a PAK based Application.
PAK Basic Mapping Guide
After finishing this tutorial you will have a basic overview of what mappings are, why they are needed and how to use them.
PAK Advanced Mapping Guide
Learn how to get more out of your mappings by using PAKs interpolation feature.