wt.fc.collections
Interface CollectionsManagerSvr

All Known Implementing Classes:
StandardCollectionsManager

public interface CollectionsManagerSvr

A server-side interface for persistence operations relating to WTCollections

Supported API: false

Extendable: false


Method Summary
 void restore(WTCollection collection)
          Refreshes the given collection with a RefreshSpec that has access control disabled, and the defaults for all other options.
 void restore(WTKeyedMap map)
          Refreshes the given map with a RefreshSpec that has access control disabled, and the defaults for all other options.
 

Method Detail

restore

public void restore(WTCollection collection)
             throws WTException
Refreshes the given collection with a RefreshSpec that has access control disabled, and the defaults for all other options.

Supported API: false

Parameters:
collection -
Throws:
WTException

restore

public void restore(WTKeyedMap map)
             throws WTException
Refreshes the given map with a RefreshSpec that has access control disabled, and the defaults for all other options.

Supported API: false

Parameters:
map -
Throws:
WTException