Uses of Class
com.jalios.jstore.StorableLogEntry
-
Packages that use StorableLogEntry Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.accesscontrol com.jalios.jcms.json.mixin 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 Modifier and Type Method Description boolean
CustomCleanFilter. isCleanable(StorableLogEntry entry, java.lang.Class clazz)
boolean
JcmsCleanFilter. isCleanable(StorableLogEntry entry, java.lang.Class clazz)
void
Category_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
CategoryRight_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
DataRight_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
FileDocument_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Group_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Member_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Notification_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
NotificationCriteria_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 Modifier and Type Method Description void
AccessControlList_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
-
Uses of StorableLogEntry in com.jalios.jcms.json.mixin
Methods in com.jalios.jcms.json.mixin with parameters of type StorableLogEntry Modifier and Type Method Description void
BasicStorableMixIn. setAttributes(StorableLogEntry sle)
-
Uses of StorableLogEntry in com.jalios.jcms.tools.storemerge
Methods in com.jalios.jcms.tools.storemerge that return types with arguments of type StorableLogEntry Modifier and Type Method Description java.util.List<StorableLogEntry>
ConflictManager. getResolutionOpList(java.lang.String urid, long time)
java.util.List<StorableLogEntry>
ConflictResolver. getResolutionOpList(java.lang.String urid, long time)
java.util.List<StorableLogEntry>
ConflictManager. resolveCreateCreateConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolver. resolveCreateCreateConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictManager. resolveUpdateDeleteConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolver. resolveUpdateDeleteConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Method parameters in com.jalios.jcms.tools.storemerge with type arguments of type StorableLogEntry Modifier and Type Method Description boolean
ConflictManager. detectConflicts(java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>> dataMap1, java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>> dataMap2)
java.util.List<StorableLogEntry>
ConflictManager. resolveCreateCreateConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolver. resolveCreateCreateConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictManager. resolveUpdateDeleteConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolver. resolveUpdateDeleteConflict(java.lang.String id, java.util.List<StorableLogEntry> store1OpList, java.util.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 Modifier and Type Method Description java.util.List<StorableLogEntry>
ConflictResolutionRule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior.java.util.List<StorableLogEntry>
Store1Rule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store2Rule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolutionRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior.java.util.List<StorableLogEntry>
DeleteRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store1Rule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store2Rule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
UpdateRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Method parameters in com.jalios.jcms.tools.storemerge.rule with type arguments of type StorableLogEntry Modifier and Type Method Description java.util.List<StorableLogEntry>
ConflictResolutionRule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior.java.util.List<StorableLogEntry>
Store1Rule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store2Rule. resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
ConflictResolutionRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior.java.util.List<StorableLogEntry>
DeleteRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store1Rule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
Store2Rule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
java.util.List<StorableLogEntry>
UpdateRule. resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList, java.util.List<StorableLogEntry> store2OpList)
-
Uses of StorableLogEntry in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace with parameters of type StorableLogEntry Modifier and Type Method Description void
WKRole_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
Workspace_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
void
WSTypeEntry_HANDLER. setAttributes(Storable storable, StorableLogEntry sle, Store store)
-
Uses of StorableLogEntry in com.jalios.jstore
Methods in com.jalios.jstore that return StorableLogEntry Modifier and Type Method Description StorableLogEntry
DecodeContext. getStorableLogEntry()
Methods in com.jalios.jstore that return types with arguments of type StorableLogEntry Modifier and Type Method Description java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>>
LogManagerSyncHandler. getDataMap()
java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>>
SyncManager. getDataMap()
java.util.ArrayList<StorableLogEntry>
LogManagerSyncHandler. getLogEntryList()
java.util.TreeMap<java.lang.String,java.util.TreeSet<StorableLogEntry>>
LogManagerSyncHandler. getOpMap()
java.util.TreeMap<java.lang.String,java.util.TreeSet<StorableLogEntry>>
SyncManager. getOpMap()
Methods in com.jalios.jstore with parameters of type StorableLogEntry Modifier and Type Method Description boolean
CleanFilter. isCleanable(StorableLogEntry entry, java.lang.Class<?> clazz)
Returns true if the entry can be cleaned or false otherwise.void
LogCleaner. processStorableLogEntry(StorableLogEntry logEntry)
void
LogManagerDeltaHandler. processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntryabstract void
LogManagerHandler. processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntryvoid
LogManagerLoadHandler. processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntryvoid
LogManagerSyncHandler. processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntryvoid
LogManagerVersionHandler. processStorableLogEntry(StorableLogEntry entry)
Process a StorableLogEntryvoid
Store. processStorableLogEntry(StorableLogEntry sle)
void
BasicStorable. setAttributes(StorableLogEntry sle)
Storable attributes settervoid
Storable. setAttributes(StorableLogEntry sle)
Storable attributes settervoid
StorableHandler. setAttributes(Storable storable, StorableLogEntry sle, Store store)
Storable attributes settervoid
DecodeContext. setStorableLogEntry(StorableLogEntry sle)
Method parameters in com.jalios.jstore with type arguments of type StorableLogEntry Modifier and Type Method Description static Stamp
StoreUtil. findGCS(java.util.List<StorableLogEntry> opList, StampTable minPT, Stamp minUnknownStamp)
Find the GCS (Greatest Common Stamp) in the given list of operations according the given stampTable.void
SyncManager. replaceDivergentSuffix(java.util.TreeSet<StorableLogEntry> newSuffix)
void
LogManager. replaceSuffix(java.util.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.void
Store. replaceSuffix(java.util.TreeSet<StorableLogEntry> newSuffix, LogEntry startLogEntry, boolean includeStart)
Constructors in com.jalios.jstore with parameters of type StorableLogEntry Constructor Description DecodeContext(StorableLogEntry sle, java.lang.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 Modifier and Type Method Description java.util.List<StorableLogEntry>
UpdateMessage. getOpList()
Constructor parameters in com.jalios.jstore.jsync with type arguments of type StorableLogEntry Constructor Description UpdateMessage(java.lang.String urid, StampTable progressTable, java.util.List<StorableLogEntry> opList, java.util.Set<FileEntry> fileSet)
Constructs a new UpdateMessage
-