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 |
---|---|
protected Properties |
Properties.clone() |
Properties |
Flow.getProperties()
Disables getting properties, since flow does not have properties.
|
Properties |
RefArtifact.getProperties()
Gets the org.jberet.job.model.Properties belonging to this batch artifact.
|
Properties |
Split.getProperties()
Disables getting properties, since split contains no batch properties.
|
Properties |
PropertiesHolder.getProperties()
Gets
org.jberet.job.model.Properties in the current job model type. |
Modifier and Type | Method and Description |
---|---|
List<Properties> |
PartitionPlan.getPropertiesList()
Gets the list of
org.jberet.job.model.Properties for this partition plan. |
Modifier and Type | Method and Description |
---|---|
void |
Flow.setProperties(Properties properties)
Disables setting properties, since flow does not have properties.
|
void |
RefArtifact.setProperties(Properties properties)
Sets the org.jberet.job.model.Properties belonging to this batch artifact.
|
void |
Split.setProperties(Properties properties)
Disables setting properties, since split contains no batch properties.
|
void |
PropertiesHolder.setProperties(Properties properties)
Sets
org.jberet.job.model.Properties to the current job model type. |
static Properties |
Properties.toJavaUtilProperties(Properties p)
Converts an instance of this type of properties to
java.util.Properties . |
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 © 2017 JBoss by Red Hat. All rights reserved.