Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Order Parameters and Job Parameters

Introduction

This article describes how order To access the order parameters and job parameters from a job one must have access to are accessed using the JobScheduler internal API. This technique is used in the JITL jobs provided with the JobScheduler and this article provides sufficient information to allow users to access order and job parameters in their own jobs.

Order and job parameters are accessed API jobs and . Implementing an API Job, or a pre-/post-processing routine, routines in Java or in a another scripting language that can implement the Job_impl interface, the access is possible via the JobScheduler objects.

Getting the Objects

...