Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jstore |
Contains JStore core classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<? extends Storable> |
Channel.getDeletedSet(java.lang.Class<? extends Storable> clazz)
Get the latest version of the deleted Data for a given class.
|
java.util.List<? extends Storable> |
Channel.getVersionList(Data data)
Get all the version of a given Data.
|
java.util.List<? extends Storable> |
Channel.getVersionList(java.lang.String id)
Get all the version of a Data, given its id.
|
protected void |
Channel.loadStore()
Load the JCMS store file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PubBrowserHandler.queryData()
Execute the query to prepare resultSet
|
Modifier and Type | Method and Description |
---|---|
int |
Store.generateDelta(java.io.OutputStream out,
Stamp startStamp,
boolean includeStart)
Ouput in a given stream all the log operations having a stamp greater that the given one.
|
void |
Store.load()
Load and process the log
|
void |
Store.load(boolean processStorable,
boolean processInner)
Load and process the log
|
void |
Store.parseLog(LogManagerHandler handler)
Parse the store with the given handler
|
void |
Store.parseLog(LogManagerHandler handler,
Stamp stamp)
Parse the store with the given handler from the given stamp
|
Constructor and Description |
---|
StoreCleaner(java.lang.String file)
Create a Store Cleaner that will not override IDs
|
StoreCleaner(java.lang.String file,
boolean overrideId)
Create a Store Cleaner that may override IDs of objects
|
StoreCleaner(java.lang.String file,
boolean overrideId,
boolean doClean)
Create a Store Cleaner that may override IDs of objects
|
StoreCleaner(java.lang.String file,
Stamp stamp)
Create a StoreCleaner with a starting specific stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId)
Create a Store Cleaner that may override IDs of objects and with starting Stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId,
boolean doClean)
Create a Store Cleaner that may override IDs of objects and with starting Stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId,
boolean doClean,
java.lang.String mainLang,
java.lang.String convLang) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.