Uses of Class
wt.fc.collections.RefreshSpec

Packages that use RefreshSpec
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.collections Provides Windchill-specific Collection objects, and a collection-based refresh API. 
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.vc
 
 

Uses of RefreshSpec in wt.fc
 

Fields in wt.fc declared as RefreshSpec
private static RefreshSpec StandardPersistenceManager.PREPARE_FOR_MODIFICATION_DEFAULT
           
private static RefreshSpec StandardPersistenceManager.PREPARE_FOR_MODIFICATION_DEFAULT
           
 

Uses of RefreshSpec in wt.fc.collections
 

Fields in wt.fc.collections declared as RefreshSpec
static RefreshSpec RefreshSpec.DEFAULT
          A default, unmodfiable, reusable refresh spec.
static RefreshSpec RefreshSpec.LOCK_AND_REFRESH
          An unmodifiable, reusable RefreshSpec with the same configuration as the DEFAULT spec, exception that lock is true.
(package private) static RefreshSpec RefreshSpec.RESTORE
           
(package private)  RefreshSpec RefreshHelper.Refresh.spec
           
 

Methods in wt.fc.collections with parameters of type RefreshSpec
 WTCollection StandardCollectionsManager.refresh(WTCollection collection, RefreshSpec spec)
          Refreshes the given collection using the given spec.
 WTKeyedMap StandardCollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
protected  boolean RefreshSpec.readVersion(RefreshSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
(package private) static void RefreshHelper.refresh(WTCollection collection, RefreshSpec spec)
          Refreshes the collection using the given spec
(package private) static void ReferenceUtility.inflate(WTCollection source, Collection references, RefreshSpec spec)
           
 WTCollection CollectionsManagerFwd.refresh(WTCollection collection, RefreshSpec spec)
          Refreshes the given collection using the given spec.
 WTKeyedMap CollectionsManagerFwd.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
 WTCollection CollectionsManager.refresh(WTCollection collection, RefreshSpec spec)
          Refreshes the given collection using the given spec.
 WTKeyedMap CollectionsManager.refresh(WTKeyedMap map, RefreshSpec spec)
          Refreshes the key set in the given map using the RefreshSpec.DEFAULT spec.
static void CollectionsHelper.inflate(WTCollection collection, RefreshSpec spec)
          Inflate all elements in the collection that do not have an in-memory copy of their Persistable.
static void CollectionsHelper.inflate(WTKeyedMap map, RefreshSpec spec)
          Inflate all elements in the map that do not have an in-memory copy of their Persistable, with access control disabled..
 

Constructors in wt.fc.collections with parameters of type RefreshSpec
RefreshHelper.Refresh(WTCollection wtc, RefreshSpec rs)
           
RefreshHelper.Refresh(WTCollection wtc, RefreshSpec rs, int key_mask)
           
RefreshHelper.UnionRefresh(WTCollection wtc, RefreshSpec rs)
           
RefreshHelper.UnionRefresh(WTCollection wtc, RefreshSpec rs, int key_mask)
           
RefreshHelper.LockRefresh(WTCollection wtc, RefreshSpec rs)
           
RefreshHelper.LockRefresh(WTCollection wtc, RefreshSpec rs, int key_mask)
           
 

Uses of RefreshSpec in wt.folder
 

Fields in wt.folder declared as RefreshSpec
private static RefreshSpec FolderLogic.LOCK_NO_ACCESS
           
private static RefreshSpec FolderLogic.LINK_ONLY_NO_ACCESS
           
private static RefreshSpec DefaultFolderCache.INFLATE_READ_ONLY
           
private static RefreshSpec FolderLogic.LOCK_NO_ACCESS
           
private static RefreshSpec FolderLogic.LINK_ONLY_NO_ACCESS
           
private static RefreshSpec DefaultFolderCache.INFLATE_READ_ONLY
           
 

Uses of RefreshSpec in wt.sandbox
 

Fields in wt.sandbox declared as RefreshSpec
(package private) static RefreshSpec Utilities.REFRESH_LOCK_AND_ASSERT_NOT_DELETED_SPEC
           
(package private) static RefreshSpec Utilities.RERESH_AND_ASSERT_NOT_DELETED_SPEC
           
(package private) static RefreshSpec Utilities.REFRESH_LOCK_AND_REMOVE_DELETED_SPEC
           
(package private) static RefreshSpec Utilities.REFRESH_LOCK_REMOVE_DELETED_NO_ACL_SPEC
           
(package private) static RefreshSpec Utilities.REFRESH_LOCK_ASSERT_NOT_DELETED_NO_ACL_SPEC
           
(package private) static RefreshSpec Utilities.REFRESH_AND_REMOVE_DELETED_SPEC
           
 

Uses of RefreshSpec in wt.vc
 

Fields in wt.vc declared as RefreshSpec
private static RefreshSpec StandardVersionControlService.LOCK_NO_ACCESS
           
private static RefreshSpec StandardVersionControlService.LOCK_NO_ACCESS