|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFavoritesStore
Provides a contract for persistence and retrieval of FavoriteItems.
Method Summary | |
---|---|
void |
connect(TFSTeamProjectCollection tpc,
java.lang.String filterNamespace,
com.microsoft.tfs.util.GUID identity)
Provides uniform Connection Mechanism for store instances. |
FavoriteItem[] |
getFavorites()
Gets Favorite items associated with connection state. |
com.microsoft.tfs.util.GUID |
getIdentity()
Provides the Identity associated with the stored user, which is unique within scope of the TPC. |
boolean |
isConnected()
Indicates if the Favorites Store is connected. |
void |
remove(com.microsoft.tfs.util.GUID[] items)
Removes specified favorites - Flushes immediately. |
void |
updateFavorites(FavoriteItem[] items)
Updates Favorites store with supplied items - Flushes immediately. |
Method Detail |
---|
void connect(TFSTeamProjectCollection tpc, java.lang.String filterNamespace, com.microsoft.tfs.util.GUID identity)
boolean isConnected()
FavoriteItem[] getFavorites()
void updateFavorites(FavoriteItem[] items)
void remove(com.microsoft.tfs.util.GUID[] items)
com.microsoft.tfs.util.GUID getIdentity()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |