Uses of Interface
com.jalios.jstore.StoreConstants
-
Packages that use StoreConstants Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.tools This package contains various tools used for/by JPlatform.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 Modifier and Type Class Description class
JcmsCleanFilter
-
Uses of StoreConstants in com.jalios.jcms.tools
Classes in com.jalios.jcms.tools that implement StoreConstants Modifier and Type Class Description class
StoreMerge
-
Uses of StoreConstants in com.jalios.jcms.tools.storemerge
Classes in com.jalios.jcms.tools.storemerge that implement StoreConstants Modifier and Type Class Description class
ConflictManager
class
StoreMergeUtil
-
Uses of StoreConstants in com.jalios.jcms.tools.storemerge.rule
Classes in com.jalios.jcms.tools.storemerge.rule that implement StoreConstants Modifier and Type Class Description 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 Modifier and Type Class Description class
LogCleaner
class
LogManager
This class manages the log fileclass
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 stampclass
LogManagerHandler
This class is the super class of all the LogManager handlersclass
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 methodsclass
SyncManager
This class manages store synchronization -
Uses of StoreConstants in com.jalios.jstore.tools
Classes in com.jalios.jstore.tools that implement StoreConstants Modifier and Type Class Description class
jsc
JStore Storable Compiler (generates StorableHandler for a given Storable).
-