Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Properties<PartitionPlan<T>> |
PartitionPlan.createProperties()
Creates a new
properties element |
Properties<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<PartitionReducer<T>> |
PartitionReducer.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Step<T>> |
Step.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Analyzer<T>> |
Analyzer.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Batchlet<T>> |
Batchlet.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<PartitionMapper<T>> |
PartitionMapper.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<ItemWriter<T>> |
ItemWriter.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Collector<T>> |
Collector.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<ItemReader<T>> |
ItemReader.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Decision<T>> |
Decision.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<CheckpointAlgorithm<T>> |
CheckpointAlgorithm.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<Listener<T>> |
Listener.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<PartitionPlan<T>> |
PartitionPlan.getOrCreateProperties()
If not already created, a new
properties element will be created and returned. |
Properties<ItemProcessor<T>> |
ItemProcessor.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<T> |
Properties.partition(String partition)
Sets the
partition attribute |
Properties<T> |
Properties.removeAllProperty()
Removes all
property elements |
Properties<T> |
Properties.removePartition()
Removes the
partition attribute |
Modifier and Type | Method and Description |
---|---|
Property<Properties<T>> |
Properties.createProperty()
Creates a new
property element |
List<Properties<PartitionPlan<T>>> |
PartitionPlan.getAllProperties()
Returns all
properties elements |
List<Property<Properties<T>>> |
Properties.getAllProperty()
Returns all
property elements |
Property<Properties<T>> |
Properties.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.