Package | Description |
---|---|
org.jberet.creation | |
org.jberet.runtime.context | |
org.jberet.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactFactory
An abstract implementation of an
ArtifactFactory which contains some helper methods for dealing injecting
data if CDI is not available or the class was created from the job XML using the fully qualified class name. |
class |
ArtifactFactoryWrapper |
Constructor and Description |
---|
ArtifactFactoryWrapper(ArtifactFactory factory) |
Modifier and Type | Method and Description |
---|---|
ArtifactFactory |
JobContextImpl.getArtifactFactory() |
Constructor and Description |
---|
JobContextImpl(JobExecutionImpl jobExecution,
JobExecutionImpl originalToRestart,
ArtifactFactory artifactFactory,
JobRepository jobRepository,
BatchEnvironment batchEnvironment) |
Modifier and Type | Method and Description |
---|---|
ArtifactFactory |
BatchEnvironment.getArtifactFactory()
Gets an implementation of ArtifactFactory appropriate for the current runtime environment.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.