wt.fc.collections
Class CollectionsServerHelper

java.lang.Object
  extended bywt.fc.collections.CollectionsServerHelper

public final class CollectionsServerHelper
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
static CollectionsManagerSvr manager
          

Supported API: false
private static String RESOURCE
           
 
Constructor Summary
CollectionsServerHelper()
           
 
Method Summary
static void inflate(WTCollection collection)
          Inflate all elements in the collection that do not have an in-memory copy of their Persistable, with access control disabled.
static void inflate(WTKeyedMap map)
          Inflate all elements in the map that do not have an in-memory copy of their Persistable, with access control disabled..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

manager

public static final CollectionsManagerSvr manager


Supported API: false

Constructor Detail

CollectionsServerHelper

public CollectionsServerHelper()
Method Detail

inflate

public static void inflate(WTCollection collection)
                    throws WTException
Inflate all elements in the collection that do not have an in-memory copy of their Persistable, with access control disabled. Persistables that are already in the collection are not refreshed.

Supported API: false

Parameters:
collection -
Throws:
WTException

inflate

public static void inflate(WTKeyedMap map)
                    throws WTException
Inflate all elements in the map that do not have an in-memory copy of their Persistable, with access control disabled.. Persistables that are already in the map are not refreshed. If the map is an instanceof WTValuedMap, then both the keys and the values are inflated.

Supported API: false

Parameters:
map -
Throws:
WTException