|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorableLogEntry | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.tools.storemerge | |
com.jalios.jcms.tools.storemerge.rule | |
com.jalios.jcms.workspace | Contains classes about workspace features. |
com.jalios.jstore | Contains JStore core classes. |
com.jalios.jstore.jsync | Contains JSync core classes. |
Uses of StorableLogEntry in com.jalios.jcms |
---|
Methods in com.jalios.jcms with parameters of type StorableLogEntry | |
---|---|
boolean |
JcmsCleanFilter.isCleanable(StorableLogEntry entry,
Class clazz)
|
boolean |
CustomCleanFilter.isCleanable(StorableLogEntry entry,
Class clazz)
|
void |
Notification_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
NotificationCriteria_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
Member_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
Group_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
FileDocument_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
DataRight_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
Category_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
CategoryRight_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
Uses of StorableLogEntry in com.jalios.jcms.accesscontrol |
---|
Methods in com.jalios.jcms.accesscontrol with parameters of type StorableLogEntry | |
---|---|
void |
AccessControlList_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
Uses of StorableLogEntry in com.jalios.jcms.tools.storemerge |
---|
Methods in com.jalios.jcms.tools.storemerge that return types with arguments of type StorableLogEntry | |
---|---|
List<StorableLogEntry> |
ConflictResolver.getResolutionOpList(String urid,
long time)
|
List<StorableLogEntry> |
ConflictManager.getResolutionOpList(String urid,
long time)
|
List<StorableLogEntry> |
ConflictResolver.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
ConflictManager.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
Method parameters in com.jalios.jcms.tools.storemerge with type arguments of type StorableLogEntry | |
---|---|
boolean |
ConflictManager.detectConflicts(TreeMap<String,List<StorableLogEntry>> dataMap1,
TreeMap<String,List<StorableLogEntry>> dataMap2)
|
boolean |
ConflictManager.detectConflicts(TreeMap<String,List<StorableLogEntry>> dataMap1,
TreeMap<String,List<StorableLogEntry>> dataMap2)
|
List<StorableLogEntry> |
ConflictResolver.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
ConflictResolver.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
ConflictManager.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
ConflictManager.resolveUpdateDeleteConflict(String id,
List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
Uses of StorableLogEntry in com.jalios.jcms.tools.storemerge.rule |
---|
Methods in com.jalios.jcms.tools.storemerge.rule that return types with arguments of type StorableLogEntry | |
---|---|
List<StorableLogEntry> |
UpdateRule.resolveUpdateDeleteConflict(List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
Store2Rule.resolveUpdateDeleteConflict(List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
Store1Rule.resolveUpdateDeleteConflict(List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
DeleteRule.resolveUpdateDeleteConflict(List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
|
List<StorableLogEntry> |
ConflictResolutionRule.resolveUpdateDeleteConflict(List<StorableLogEntry> store1OpList,
List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior. |
Uses of StorableLogEntry in com.jalios.jcms.workspace |
---|
Methods in com.jalios.jcms.workspace with parameters of type StorableLogEntry | |
---|---|
void |
Workspace_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
WSTypeEntry_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
void |
WKRole_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
|
Uses of StorableLogEntry in com.jalios.jstore |
---|
Methods in com.jalios.jstore that return StorableLogEntry | |
---|---|
StorableLogEntry |
DecodeContext.getStorableLogEntry()
|
Methods in com.jalios.jstore that return types with arguments of type StorableLogEntry | |
---|---|
TreeMap<String,List<StorableLogEntry>> |
SyncManager.getDataMap()
|
TreeMap<String,List<StorableLogEntry>> |
LogManagerSyncHandler.getDataMap()
|
ArrayList<StorableLogEntry> |
LogManagerSyncHandler.getLogEntryList()
|
TreeMap<String,TreeSet<StorableLogEntry>> |
SyncManager.getOpMap()
|
TreeMap<String,TreeSet<StorableLogEntry>> |
LogManagerSyncHandler.getOpMap()
|
Methods in com.jalios.jstore with parameters of type StorableLogEntry | |
---|---|
boolean |
CleanFilter.isCleanable(StorableLogEntry entry,
Class<?> clazz)
Returns true if the entry can be cleaned or false otherwise. |
void |
Store.processStorableLogEntry(StorableLogEntry sle)
|
void |
LogManagerVersionHandler.processStorableLogEntry(StorableLogEntry entry)
Process a StorableLogEntry |
void |
LogManagerSyncHandler.processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
void |
LogManagerLoadHandler.processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
abstract void |
LogManagerHandler.processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
void |
LogManagerDeltaHandler.processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
void |
LogCleaner.processStorableLogEntry(StorableLogEntry logEntry)
|
void |
Storable.setAttributes(StorableLogEntry sle)
Storable attributes setter |
void |
BasicStorable.setAttributes(StorableLogEntry sle)
Storable attributes setter |
void |
StorableHandler.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
Storable attributes setter |
void |
DecodeContext.setStorableLogEntry(StorableLogEntry sle)
|
Method parameters in com.jalios.jstore with type arguments of type StorableLogEntry | |
---|---|
void |
SyncManager.replaceDivergentSuffix(TreeSet<StorableLogEntry> newSuffix)
|
void |
Store.replaceSuffix(TreeSet<StorableLogEntry> newSuffix,
LogEntry startLogEntry,
boolean includeStart)
|
void |
LogManager.replaceSuffix(TreeSet<StorableLogEntry> newSuffix,
LogEntry startLogEntry,
boolean includeStart,
boolean useIndex)
Replace the existing suffix of the store (starting at startLogEntry) with a new one represented by newSuffix. |
Constructors in com.jalios.jstore with parameters of type StorableLogEntry | |
---|---|
DecodeContext(StorableLogEntry sle,
String field)
|
|
StorableLogEntry(StorableLogEntry entry)
Constructor for a new entry from an existing one. |
Uses of StorableLogEntry in com.jalios.jstore.jsync |
---|
Methods in com.jalios.jstore.jsync that return types with arguments of type StorableLogEntry | |
---|---|
List<StorableLogEntry> |
UpdateMessage.getOpList()
|
Constructor parameters in com.jalios.jstore.jsync with type arguments of type StorableLogEntry | |
---|---|
UpdateMessage(String urid,
StampTable progressTable,
List<StorableLogEntry> opList,
Set<FileEntry> fileSet)
Constructs a new UpdateMessage |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |