- BatchException - Exception in cloud.altemista.fwk.core.batch.exception
-
Unchecked base exception for batch module and others related to it.
- BatchException(String) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
-
Creates a new BatchException.
- BatchException(String, Object[]) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
-
Creates a new BatchException.
- BatchException(String, Throwable) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
-
Creates a new BatchException.
- BatchException(String, Object[], Throwable) - Constructor for exception cloud.altemista.fwk.core.batch.exception.BatchException
-
Creates a new BatchException.
- BatchParameter<T extends Serializable> - Class in cloud.altemista.fwk.core.batch.model
-
A parameter for a job execution
Only the following types can be parameters: String, Long, Date, and Double
- BatchParameter.BooleanParameter - Class in cloud.altemista.fwk.core.batch.model
-
An job parameter whose value is a Boolean
- BatchParameter.DateParameter - Class in cloud.altemista.fwk.core.batch.model
-
An job parameter whose value is a Date
- BatchParameter.DoubleParameter - Class in cloud.altemista.fwk.core.batch.model
-
An job parameter whose value is a Double
- BatchParameter.LongParameter - Class in cloud.altemista.fwk.core.batch.model
-
An job parameter whose value is a Long
- BatchParameter.StringParameter - Class in cloud.altemista.fwk.core.batch.model
-
An job parameter whose value is a String
- BatchService - Interface in cloud.altemista.fwk.core.batch
-
Main interface for the batch module.
- BooleanParameter(String, Boolean, boolean) - Constructor for class cloud.altemista.fwk.core.batch.model.BatchParameter.BooleanParameter
-
Constructor