]
Lucia Jelinkova closed JBIDE-18915.
-----------------------------------
Thanks for the update. In that case we can close the jira.
Verified in JBT 4.3.0.alpha1
Create Icons for Batch tools
----------------------------
Key: JBIDE-18915
URL:
https://issues.jboss.org/browse/JBIDE-18915
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: batch
Reporter: Viacheslav Kabanovich
Assignee: Daniel Azarov
Fix For: 4.3.0.Alpha1
Attachments: batchlet.png, batch_editor.png, batch_editor_icon.png,
batch_icon16.png, batch_node_icon.png, checkpoint-algorithm.png, chunk.png, decision.png,
end.png, fail.png, flow.png, listener.png, listeners.png, next.png, partition.png,
processor.png, properties.png, property.png, reader.png, split.png, step.png, stop.png,
writer.png
batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or
used)
* *batchlet.png* - 'batchlet' element specifies a task-oriented batch step
* *checkpoint-algorithm.png* - an optional custom checkpoint algorithm that may be used
to provide a checkpoint decision based on factors other than only number of items, or
amount of time
* *chunk.png* - kind of step that processes multiple items and is periodically
checkpointed by the batch runtime according to a configured checkpoint policy
* *decision.png* - decision provides a customized way of determining sequencing among
steps, flows, and splits (batch status is set to FAILED)
* *end.png* - end element is used to terminate the job at the current step (batch status
is set to COMPLETED)
* *fail.png* - fail element is used to terminate the job at the conclusion of the current
step or flow
* *flow.png* - flow defines a sequence of execution elements that execute together as a
unit
* *job.png* - root node of file batch.xml, it may be the same as batch_icon16.png
* *listeners.png* - folder for listeners
* *listener.png* - job listener
* *next.png* - transition element that defines condition and target for transition to
next step.
* *partition.png* - 'partition' element specifies that a step is a partitioned
step
* *processor.png* - 'processor' element specifies the item processor for a chunk
step
* *properties.png* - folder for properties
* *property.png* - common 'name'='value' object.
* *reader.png* - 'reader' element specifies the item reader for a chunk step
* *split.png* - split defines a set of flows that execute concurrently
* *step.png* - 'step' element identifies a job step, job may contain any number
of steps
* *stop.png* - stop element is used to terminate the job after the current step or flow
(batch status is set to STOPPED), optionally defines step at which job can be restarted
* *writer.png* - 'writer' element specifies the item writer for a chunk step