Package wt.fc.collections
Interface CollectionsManager
A remote interface for managing
Supported API: true
Extendable: false
WTCollections.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionrefresh(WTCollection collection) Refreshes the given collection using the RefreshSpec.DEFAULT spec.refresh(WTCollection collection, RefreshSpec spec) Refreshes the given collection using the given spec.refresh(WTKeyedMap map) Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.refresh(WTKeyedMap map, RefreshSpec spec) Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
-
Method Details
-
refresh
Refreshes the given collection using the RefreshSpec.DEFAULT spec.
Supported API: true- Parameters:
collection-- Returns:
- WTCollection
- Throws:
WTException- See Also:
-
refresh
Refreshes the given collection using the given spec.
Supported API: true- Parameters:
collection-spec-- Returns:
- WTCollection
- Throws:
WTException- See Also:
-
refresh
Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec. If the map is a WTValuedHashMap, also refreshes the values.
Supported API: true- Parameters:
map-- Returns:
- WTKeyedMap
- Throws:
WTException- See Also:
-
refresh
Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec. If the map is a WTValuedHashMap, also refreshes the values.
Supported API: true- Parameters:
map-spec-- Returns:
- WTKeyedMap
- Throws:
WTException- See Also:
-