@Run
Java Command Annotations – @Run Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Run annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Run annotation marks the […]
@Service
Java Command Annotations – @Service Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Service annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Service annotation […]
@workflowDocu
Java Command Annotations – @workflowDocu Table of Contents 1. Basics 1.1. Requirements 2. Usage 2.1. @workflowDocu for input parameters 2.2. @workflowDocu for output parameters 2.3. @workflowDocu on Command-level Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @workflowDocu annotation. It also gives an example of […]
@PostConstruct
Java Command Annotations – @PostConstruct Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PostConstruct annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PostConstruct annotation marks a […]
@PreDestroy
Java Command Annotations – @PreDestroy Table of Contents 1. Basics 2. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @PreDestroy annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @PreDestroy annotation marks a […]
@Range
Java Command Annotations – @Range Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Range annotation. It also gives two examples how you can use this annotation in your implementation. 1. Basics The @Range annotation restricts […]
@Named
Java Command Annotations – @Named Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Named annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Named annotation […]
@Pattern
Java Command Annotations – @Pattern Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Pattern annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Pattern annotation […]
@Persistent
Java Command Annotations – @Persistent Table of Contents 1. Basics 2. Properties 3. Usage Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @Persistent annotation. It also gives an example of how you can use this annotation in your implementation. 1. Basics The @Persistent annotation […]
@JavaCommand
Java Command Annotations – @JavaCommand Table of Contents 1. Basics 2. Properties 3. Usage 3.1. @JavaCommand on Class-Level 3.2. @JavaCommand on Method-Level Java command annotations are used for developing Java commands in PAK. This chapter describes the functionality of the @JavaCommand annotation. It also gives an example of how you can use this annotation in […]