public class ProfileWorkItemRepository extends BaseWorkItemRepository implements java.lang.Runnable
| Constructor and Description |
|---|
ProfileWorkItemRepository(java.lang.String name,
GitDataStore dataStore,
java.lang.String partitionsPath,
FabricService fabricService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Completely shuts down the repository.
|
java.util.List<java.lang.String> |
listWorkItemLocations() |
java.lang.String |
readContent(java.lang.String location) |
void |
run() |
void |
start()
Start or resume the repository.
|
void |
stop()
Suspends the repository.
|
addListener, notifyListeners, readWorkItem, removeListenerpublic ProfileWorkItemRepository(java.lang.String name,
GitDataStore dataStore,
java.lang.String partitionsPath,
FabricService fabricService)
public void start()
WorkItemRepositorystart in interface WorkItemRepositorypublic void stop()
WorkItemRepositorystop in interface WorkItemRepositorypublic void close()
WorkItemRepositoryclose in interface WorkItemRepositorypublic java.util.List<java.lang.String> listWorkItemLocations()
listWorkItemLocations in interface WorkItemRepositorypublic java.lang.String readContent(java.lang.String location)
readContent in class BaseWorkItemRepositorypublic void run()
run in interface java.lang.RunnableCopyright © 2014 Red Hat. All Rights Reserved.