public final class WorkItem<WR,W> extends Object
| Constructor and Description |
|---|
WorkItem(String id,
W work,
WorkEngineProvider<WR,W> workEngineProvider)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
W |
getWork()
Permet de récupérer les informations pour réaliser un traitement.
|
WorkEngineProvider<WR,W> |
getWorkEngineProvider() |
String |
getWorkType() |
public WorkItem(String id, W work, WorkEngineProvider<WR,W> workEngineProvider)
work - Travail dont on représente l'état.Copyright © 2014. All Rights Reserved.