SampleCommandMeta
CommandMeta corresponding to previously defined command { „deprecated“: false, „group“: „myCommandGroup“, „id“: „stimuli.pkg5.CommandClass#myCommandByStringAndString“, „increment“: 0, „interpreter“: „de.asap.pak.jlcint.pakbridge.JavaServiceInterpreter“, „liteServices“: [ { „id“: „de.asap.pak.core.services.api.ICommandRestServices“, „key“: „restService“, „name“: „ICommandRestService“ } ], „major“: 2, „mappings“: [ { „documentation“: „Actual docu of my variable“, „isAllowedValuesSuggestion“: false, „key“: „myReadVariable“, „mandatory“: false, „scope“: „READ“, „type“: „STRING“ }, { „documentation“: „This is 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 […]
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 […]
Develop a Human Task
Full reference of the Human Task Development.
Develop a Java Command
Full reference of the Java based Command development.
PAK App Build Guide
This tutorial shows how to implement a PAK based Application.
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
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 […]
@Service
This HowTo introduces the @Service-annotation and explains how to use it with Connectors
SimplePersistenceService
PAK Core – SimplePersistenceService In Progress… Last updated 2024-12-19 10:07:55 +0100