public class RefArtifact extends Object implements Serializable, Cloneable, PropertiesHolder
jsl:PartitionReducer
jsl:Analyzer
jsl:Collector
jsl:PartitionMapper
jsl:ItemWriter
jsl:ItemProcessor
jsl:ItemReader
jsl:Batchlet
jsl:CheckpointAlgorithm
jsl:Listener
Modifier and Type | Method and Description |
---|---|
protected RefArtifact |
clone() |
Properties |
getProperties()
Gets the org.jberet.job.model.Properties belonging to this batch artifact.
|
String |
getRef()
Gets the ref value for this batch artifact.
|
Script |
getScript()
Gets the script that is either included in or referenced by this batch artifact in job XML.
|
void |
setProperties(Properties properties)
Sets the org.jberet.job.model.Properties belonging to this batch artifact.
|
public String getRef()
public Properties getProperties()
getProperties
in interface PropertiesHolder
public void setProperties(Properties properties)
setProperties
in interface PropertiesHolder
properties
- org.jberet.job.model.Properties for this batch artifactpublic Script getScript()
protected RefArtifact clone()
Copyright © 2018 JBoss by Red Hat. All rights reserved.