|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use StoreConstants | |
---|---|
com.jalios.jcms | Contains the core JCMS classes. |
com.jalios.jcms.tools | This package contains various tools used for/by JCMS. |
com.jalios.jcms.tools.storemerge | |
com.jalios.jcms.tools.storemerge.rule | |
com.jalios.jstore | Contains JStore core classes. |
com.jalios.jstore.tools | Contains jsc (JStore Compiler). |
Uses of StoreConstants in com.jalios.jcms |
---|
Classes in com.jalios.jcms that implement StoreConstants | |
---|---|
class |
JcmsCleanFilter
|
Uses of StoreConstants in com.jalios.jcms.tools |
---|
Classes in com.jalios.jcms.tools that implement StoreConstants | |
---|---|
class |
StoreMerge
|
Uses of StoreConstants in com.jalios.jcms.tools.storemerge |
---|
Classes in com.jalios.jcms.tools.storemerge that implement StoreConstants | |
---|---|
class |
ConflictManager
|
Uses of StoreConstants in com.jalios.jcms.tools.storemerge.rule |
---|
Classes in com.jalios.jcms.tools.storemerge.rule that implement StoreConstants | |
---|---|
class |
ConflictResolutionRule
|
class |
DeleteRule
This rule resolves Update/Delete conflict by selecting the Delete. |
class |
IgnoreEmptyItemRule
This rule resolves Update/Update conflict on array attribute by ignoring empty values. |
class |
IgnoreOrderRule
This rule resolves Update/Update conflict on array attribute by ignoring order. |
class |
IgnoreRule
This rule resolves Update/Update attribute conflict by ignoring this conflict. |
class |
MergeRule
This rule resolves Update/Update conflict on array attribute by merging the values. |
class |
NewValueRule
This rule resolves Update/Update conflict on attribute by setting a new value. |
class |
PreferNotEmptyRule
This rule resolves Update/Update conflict on attribute by selecting the non empty value. |
class |
Store1Rule
This rule resolves Update/Update conflict on attribute by setting the value of store1. |
class |
Store2Rule
This rule resolves Update/Update conflict on attribute by setting the value of store2. |
class |
UpdateRule
This rule resolves Update/Delete conflict by selecting the Update. |
Uses of StoreConstants in com.jalios.jstore |
---|
Classes in com.jalios.jstore that implement StoreConstants | |
---|---|
class |
LogCleaner
|
class |
LogManager
This class manages the log file |
class |
LogManagerDeltaHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to generate the suffix of the log beyond a given stamp |
class |
LogManagerHandler
This class is the super class of all the LogManager handlers |
class |
LogManagerLoadHandler
This class is the SAX handler which handles the LogEntry when the log is parsed. |
class |
LogManagerSyncHandler
This class is the LogManagerHandler which handles the LogEntry when the log is parsed to get the storable ids created or mutated since the given sync stamp. |
class |
LogManagerVersionHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to build all the version of storables. |
class |
StorableLogEntry
This abstract class represents a Store operation on a Storable object. |
class |
Store
This class is the facade of JStore framework. |
class |
StoreUtil
This class contains static utility methods |
class |
SyncManager
This class manages store synchronization |
Uses of StoreConstants in com.jalios.jstore.tools |
---|
Classes in com.jalios.jstore.tools that implement StoreConstants | |
---|---|
class |
jsc
JStore Storable Compiler (generates StorableHandler for a given Storable). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |