| Package | Description |
|---|---|
| cloud.altemista.fwk.core.batch | |
| cloud.altemista.fwk.core.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchParameter<?>> |
BatchService.getParameters(long executionId)
Get the job parameters used by a particular job execution
|
| Modifier and Type | Method and Description |
|---|---|
Long |
BatchService.launch(String jobName,
BatchParameter<?>... parameters)
Launch a job with the parameters provided.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchParameter.BooleanParameter
An job parameter whose value is a Boolean
|
static class |
BatchParameter.DateParameter
An job parameter whose value is a Date
|
static class |
BatchParameter.DoubleParameter
An job parameter whose value is a Double
|
static class |
BatchParameter.LongParameter
An job parameter whose value is a Long
|
static class |
BatchParameter.StringParameter
An job parameter whose value is a String
|
Copyright © 2017–2020 NTT DATA Corporation. All rights reserved.