public interface NodeBulkLoader
NodeRef instances will be processed in
a data-intensive manner.| Modifier and Type | Method and Description |
|---|---|
void |
cacheNodes(java.util.List nodeRefs)
Pre-cache data relevant to the given nodes.
|
void |
cacheNodesById(java.util.List nodeIds)
Pre-cache data relevant to the given nodes.
|
void |
clear()
FOR TESTING ONLY: Clears out node cache data
|
void |
setCheckNodeConsistency()
Transaction-scope setting to make the Node loader to guarantee the validity of all
caches: some cache data will be reloaded; some cache data will be considered safe.
|
void setCheckNodeConsistency()
void cacheNodes(java.util.List nodeRefs)
nodeRefs - the nodes that will be cached.void cacheNodesById(java.util.List nodeIds)
nodeIds - the nodes that will be cached.void clear()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.