Package | Description |
---|---|
org.jberet.creation | |
org.jberet.job.model | |
org.jberet.runtime.context |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractArtifactFactory.doInjection(Object obj,
Class<?> cls,
ClassLoader classLoader,
JobContextImpl jobContext,
StepContextImpl stepContext,
Properties batchProps) |
static void |
ArtifactCreationContext.resetArtifactCreationContext(JobContextImpl jobContext,
StepContextImpl stepContext,
Properties properties) |
Constructor and Description |
---|
ArtifactCreationContext(JobContextImpl jobContext,
StepContextImpl stepContext,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
Properties |
Decision.getProperties() |
Properties |
Step.getProperties() |
Properties |
RefArtifact.getProperties() |
Properties |
Job.getProperties() |
Modifier and Type | Method and Description |
---|---|
List<Properties> |
PartitionPlan.getPropertiesList() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyResolver.pushJobProperties(Properties jobProps) |
static Properties |
Properties.toJavaUtilProperties(Properties p) |
Modifier and Type | Method and Description |
---|---|
<A> A |
JobContextImpl.createArtifact(String ref,
Class<?> cls,
Properties props,
StepContextImpl... stepContextForInjection)
Creates a batch artifact by delegating to the proper ArtifactFactory and passing along data needed for artifact
loading and creation.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.