Package com.viglet.turing.client.sn.job
Class TurSNJobItems
Object
TurSNJobItems
- All Implemented Interfaces:
Serializable
,Iterable<TurSNJobItem>
List of jobs to index and deIndex in Turing ES.
- Since:
- 0.3.4
- Author:
- Alexandre Oliveira
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTurSNJobItems
(TurSNJobItem turSNJobItem) TurSNJobItems
(List<TurSNJobItem> turSNJobItems) -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(TurSNJobItem turSNJobItem) iterator()
boolean
remove
(TurSNJobItem turSNJobItem) void
setTuringDocuments
(List<TurSNJobItem> jobItems) int
size()
toString()
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
TurSNJobItems
public TurSNJobItems() -
TurSNJobItems
-
TurSNJobItems
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<TurSNJobItem>
-
size
public int size() -
getTuringDocuments
-
setTuringDocuments
-
add
-
remove
-
toString
-