| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.stellent.wcm.server.content.CacheSyncInfo
oracle.stellent.wcm.server.content.CacheSyncInfo
public class CacheSyncInfo
| Constructor Summary | |
|---|---|
| CacheSyncInfo(oracle.stellent.ridc.model.DataBinder binder)Create instance to hold CacheSyncInfo information. | |
| CacheSyncInfo(java.io.InputStream stream)load the information from an hda stream (usually a persisted copy of the binder from the SSXA_GET_CACHE_SYNC_INFO service call) | |
| Method Summary | |
|---|---|
|  void | clearResetCacheFlag()Unset the cache reset flag in both the object and the binder | 
|  java.util.Set<ContentID> | getModifiedContentIDs() | 
|  java.util.Map<java.lang.String,java.lang.String> | getModifiedConversions() | 
|  java.util.Set<java.lang.String> | getModifiedResources() | 
|  java.lang.String | getNextCacheToken() | 
|  java.util.Map<java.lang.String,java.lang.String> | getSiteMonitorTokens() | 
|  boolean | isResetCacheFlag() | 
|  void | persistToStream(java.io.OutputStream outputStream)Take the internal binder (used to initialize this object) and save it to the output stream. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CacheSyncInfo(oracle.stellent.ridc.model.DataBinder binder)
binder - the binder retrieved from a call to the SSXA_GET_CACHE_SYNC_INFO serviceWCMMetadata.SERVICE_SSXA_GET_CACHE_SYNC_INFOpublic CacheSyncInfo(java.io.InputStream stream)
stream -| Method Detail | 
|---|
public void persistToStream(java.io.OutputStream outputStream)
                     throws java.io.IOException
outputStream -java.io.IOExceptionpublic java.util.Set<ContentID> getModifiedContentIDs()
public java.util.Set<java.lang.String> getModifiedResources()
public java.util.Map<java.lang.String,java.lang.String> getModifiedConversions()
public boolean isResetCacheFlag()
public void clearResetCacheFlag()
public java.util.Map<java.lang.String,java.lang.String> getSiteMonitorTokens()
public java.lang.String getNextCacheToken()
| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||