public interface WorkItemRepository
Modifier and Type | Method and Description |
---|---|
void |
addListener(WorkItemListener workItemListener) |
void |
close()
Completely shuts down the repository.
|
java.util.List<java.lang.String> |
listWorkItemLocations() |
void |
notifyListeners() |
WorkItem |
readWorkItem(java.lang.String location) |
void |
removeListener(WorkItemListener workItemListener) |
void |
start()
Start or resume the repository.
|
void |
stop()
Suspends the repository.
|
void start()
void stop()
void close()
java.util.List<java.lang.String> listWorkItemLocations()
WorkItem readWorkItem(java.lang.String location)
void notifyListeners()
void addListener(WorkItemListener workItemListener)
void removeListener(WorkItemListener workItemListener)
Copyright © 2017 Red Hat. All Rights Reserved.