Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JcmsCleanFilter.isCleanable(StorableLogEntry entry,
java.lang.Class clazz) |
boolean |
CustomCleanFilter.isCleanable(StorableLogEntry entry,
java.lang.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) |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store) |
Modifier and Type | Method and Description |
---|---|
void |
BasicStorableMixIn.setAttributes(StorableLogEntry sle) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StorableLogEntry> |
ConflictResolver.getResolutionOpList(java.lang.String urid,
long time) |
java.util.List<StorableLogEntry> |
ConflictManager.getResolutionOpList(java.lang.String urid,
long time) |
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.resolveCreateCreateConflict(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) |
java.util.List<StorableLogEntry> |
ConflictManager.resolveUpdateDeleteConflict(java.lang.String id,
java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
Modifier and Type | Method and 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) |
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> |
ConflictResolver.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.resolveCreateCreateConflict(java.lang.String id,
java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
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.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) |
java.util.List<StorableLogEntry> |
ConflictManager.resolveUpdateDeleteConflict(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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StorableLogEntry> |
Store2Rule.resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
java.util.List<StorableLogEntry> |
Store1Rule.resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
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> |
UpdateRule.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> |
Store1Rule.resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
java.util.List<StorableLogEntry> |
DeleteRule.resolveUpdateDeleteConflict(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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StorableLogEntry> |
Store2Rule.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> |
Store1Rule.resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
java.util.List<StorableLogEntry> |
Store1Rule.resolveCreateCreateConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
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> |
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> |
UpdateRule.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) |
java.util.List<StorableLogEntry> |
Store2Rule.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> |
Store1Rule.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> |
DeleteRule.resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList) |
java.util.List<StorableLogEntry> |
DeleteRule.resolveUpdateDeleteConflict(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> |
ConflictResolutionRule.resolveUpdateDeleteConflict(java.util.List<StorableLogEntry> store1OpList,
java.util.List<StorableLogEntry> store2OpList)
Returns either store1OpList or store2OpList according the resolution behavior.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
StorableLogEntry |
DecodeContext.getStorableLogEntry() |
Modifier and Type | Method and Description |
---|---|
java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>> |
SyncManager.getDataMap() |
java.util.TreeMap<java.lang.String,java.util.List<StorableLogEntry>> |
LogManagerSyncHandler.getDataMap() |
java.util.ArrayList<StorableLogEntry> |
LogManagerSyncHandler.getLogEntryList() |
java.util.TreeMap<java.lang.String,java.util.TreeSet<StorableLogEntry>> |
SyncManager.getOpMap() |
java.util.TreeMap<java.lang.String,java.util.TreeSet<StorableLogEntry>> |
LogManagerSyncHandler.getOpMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
CleanFilter.isCleanable(StorableLogEntry entry,
java.lang.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) |
Modifier and Type | Method and Description |
---|---|
void |
SyncManager.replaceDivergentSuffix(java.util.TreeSet<StorableLogEntry> newSuffix) |
void |
Store.replaceSuffix(java.util.TreeSet<StorableLogEntry> newSuffix,
LogEntry startLogEntry,
boolean includeStart) |
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.
|
Constructor and Description |
---|
DecodeContext(StorableLogEntry sle,
java.lang.String field) |
StorableLogEntry(StorableLogEntry entry)
Constructor for a new entry from an existing one.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StorableLogEntry> |
UpdateMessage.getOpList() |
Constructor and Description |
---|
UpdateMessage(java.lang.String urid,
StampTable progressTable,
java.util.List<StorableLogEntry> opList,
java.util.Set<FileEntry> fileSet)
Constructs a new UpdateMessage
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.