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 classJcmsCleanFilter - 
Uses of StoreConstants in com.jalios.jcms.tools
Classes in com.jalios.jcms.tools that implement StoreConstants Modifier and Type Class Description classStoreMerge - 
Uses of StoreConstants in com.jalios.jcms.tools.storemerge
Classes in com.jalios.jcms.tools.storemerge that implement StoreConstants Modifier and Type Class Description classConflictManagerclassStoreMergeUtil - 
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 classConflictResolutionRuleclassDeleteRuleThis rule resolves Update/Delete conflict by selecting the Delete.classIgnoreEmptyItemRuleThis rule resolves Update/Update conflict on array attribute by ignoring empty values.classIgnoreOrderRuleThis rule resolves Update/Update conflict on array attribute by ignoring order.classIgnoreRuleThis rule resolves Update/Update attribute conflict by ignoring this conflict.classMergeRuleThis rule resolves Update/Update conflict on array attribute by merging the values.classNewValueRuleThis rule resolves Update/Update conflict on attribute by setting a new value.classPreferNotEmptyRuleThis rule resolves Update/Update conflict on attribute by selecting the non empty value.classStore1RuleThis rule resolves Update/Update conflict on attribute by setting the value of store1.classStore2RuleThis rule resolves Update/Update conflict on attribute by setting the value of store2.classUpdateRuleThis 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 classLogCleanerclassLogManagerThis class manages the log fileclassLogManagerDeltaHandlerThis class is the SAX handler which handles the LogEntry when the log is parsed to generate the suffix of the log beyond a given stampclassLogManagerHandlerThis class is the super class of all the LogManager handlersclassLogManagerLoadHandlerThis class is the SAX handler which handles the LogEntry when the log is parsed.classLogManagerSyncHandlerThis 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.classLogManagerVersionHandlerThis class is the SAX handler which handles the LogEntry when the log is parsed to build all the version of storables.classStorableLogEntryThis abstract class represents a Store operation on a Storable object.classStoreThis class is the facade of JStore framework.classStoreUtilThis class contains static utility methodsclassSyncManagerThis 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 classjscJStore Storable Compiler (generates StorableHandler for a given Storable). 
 -