Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.alert | |
com.jalios.jcms.calendar |
Contains the classes used to deal with calendar in JCMS.
|
com.jalios.jcms.comparator | |
com.jalios.jcms.db | |
com.jalios.jcms.dbmember | |
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.mail | |
com.jalios.jcms.mashup |
Contains classes used for data Import/Export.
|
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.publicationfollower | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.search |
Provides internal search engines classes of JCMS.
|
com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
com.jalios.jcms.test | |
com.jalios.jcms.tracking | |
com.jalios.jcms.vote | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
com.jalios.jstore |
Contains JStore core classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBTestType |
class |
AbstractWebPage |
class |
Category
A Category object is a node of the category tree.
|
class |
CategoryRight
This class represents the rights of a Member on a set of category
roots.
|
class |
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
class |
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
class |
DataExtension
This class contains extra fields for a given Data object.
|
class |
DataRight
This class represents the rights of a member on a Data object.
|
class |
DBFileDocument |
class |
FileDocument |
class |
Form
Form is the mother class of all form types.
|
class |
Group
A
Group object is referenced by a set of Member instances. |
class |
Member
A
Member object contains a set of information about a
JCMS referenced user. |
class |
Notification |
class |
NotificationCriteria |
class |
Publication
This abstract class is the super class of all the
Publication classes.
|
class |
StrongLock
This class represents a strong lock on a data.
|
class |
UserContent
UserContent is a tagging abstract class which a type implements
to indicates it is a user content.
|
class |
WFNote
This class represents a small note about a state change in the workflow.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<Storable,java.util.Set<java.lang.String>> |
Channel.virtualIDMap |
Modifier and Type | Method and Description |
---|---|
Storable |
Channel.getStorable(java.lang.String id)
Returns a storable from its id.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
Notification_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
NotificationCriteria_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
Member_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
Group_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
FileDocument_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
DataRight_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
Category_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
CategoryRight_HANDLER.getAttributes(Storable storable,
Store store) |
void |
WeakLinkManager.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
WKRoleListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
WFPublicationListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
PublicationListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
MemberSearchEngineListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
MemberListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
JSyncDataListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
GroupListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
FileDocumentVersionListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
FileDocumentListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
DescriptiveURLs.DescriptiveURLsListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
DataListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
CategoryListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
CacheManager.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
BasicStoreListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
AudienceRights.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstime) |
void |
WeakLinkManager.handleCreate(Storable storable,
boolean firstTime) |
void |
WKRoleListener.handleCreate(Storable storable,
boolean firstTime) |
void |
WFPublicationListener.handleCreate(Storable storable,
boolean firstTime) |
void |
PublicationListener.handleCreate(Storable storable,
boolean firstTime) |
void |
MemberSearchEngineListener.handleCreate(Storable storable,
boolean firstTime) |
void |
MemberListener.handleCreate(Storable storable,
boolean firstTime) |
void |
LimitControllerListener.handleCreate(Storable storable,
boolean firstTime) |
void |
JSyncDataListener.handleCreate(Storable storable,
boolean firstTime) |
void |
GroupListener.handleCreate(Storable storable,
boolean firstTime) |
void |
FileDocumentVersionListener.handleCreate(Storable storable,
boolean firstTime) |
void |
DataListener.handleCreate(Storable storable,
boolean firstTime) |
void |
CategoryListener.handleCreate(Storable storable,
boolean firstTime) |
void |
CacheManager.handleCreate(Storable storable,
boolean firstTime) |
void |
BasicStoreListener.handleCreate(Storable storable,
boolean firstTime) |
void |
AudienceRights.handleCreate(Storable storable,
boolean firstime) |
void |
WeakLinkManager.handleDelete(Storable storable,
boolean firstTime) |
void |
WKRoleListener.handleDelete(Storable storable,
boolean firstTime) |
void |
WFPublicationListener.handleDelete(Storable storable,
boolean firstTime) |
void |
PublicationListener.handleDelete(Storable storable,
boolean firstTime) |
void |
MemberSearchEngineListener.handleDelete(Storable storable,
boolean firstTime) |
void |
MemberListener.handleDelete(Storable storable,
boolean firstTime) |
void |
JSyncDataListener.handleDelete(Storable storable,
boolean firstTime) |
void |
GroupListener.handleDelete(Storable storable,
boolean firstTime) |
void |
FileDocumentVersionListener.handleDelete(Storable storable,
boolean firstTime) |
void |
FileDocumentListener.handleDelete(Storable storable,
boolean firstTime) |
void |
DescriptiveURLs.DescriptiveURLsListener.handleDelete(Storable storable,
boolean firstTime) |
void |
DataListener.handleDelete(Storable storable,
boolean firstTime) |
void |
CategoryListener.handleDelete(Storable storable,
boolean firstTime) |
void |
CacheManager.handleDelete(Storable storable,
boolean firstTime) |
void |
BasicStoreListener.handleDelete(Storable storable,
boolean firstTime) |
void |
AudienceRights.handleDelete(Storable storable,
boolean firstime) |
void |
FileDocumentVersionListener.handlePrepareUpdate(Storable storable,
java.util.Map<java.lang.String,java.lang.String> attributes,
boolean firstTime) |
void |
WKRoleListener.handlePrepareUpdate(Storable storable,
java.util.Map attributes,
boolean firstTime) |
void |
FileDocumentListener.handlePrepareUpdate(Storable storable,
java.util.Map attributes,
boolean firstTime) |
void |
BasicStoreListener.handlePrepareUpdate(Storable storable,
java.util.Map attributes,
boolean firstTime) |
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) |
protected void |
AudienceRights.updateStorableBS(Storable storable)
Reset the internal BitSet(s) depending on the modification of the given Storable.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlList
Define a collection of resources and their associated authorization.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
AccessControlList_HANDLER.getAttributes(Storable storable,
Store store) |
void |
AccessControlList_HANDLER.setAttributes(Storable storable,
StorableLogEntry sle,
Store store) |
Modifier and Type | Class and Description |
---|---|
class |
Alert |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base
methods for their manipulation
|
class |
AbstractEventResource |
Modifier and Type | Class and Description |
---|---|
class |
BasicComparator<T extends Storable>
Basic comparator class providing advanced contextual informations and
default comparison of Storable using their cdate.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Storable> |
ComparatorManager.getComparator(java.lang.Class<T> clazz,
java.lang.String comparatorName)
Retrieve a new Comparator from its short identifier to sort instances of the
specified class.
|
static <T extends Storable> |
ComparatorManager.getComparator(java.lang.Class<T> typeClazz,
java.lang.String comparatorName,
boolean reverse)
Retrieve a new Comparator from its short identifier to sort instances of the
specified class.
|
static <T extends Storable> |
ComparatorManager.getComparator(java.lang.Class<T> typeClazz,
java.lang.String comparatorName,
boolean reverse,
java.util.Map<java.lang.String,java.lang.Object> contextMap)
Retrieve a new Comparator from its short identifier to sort instances of the
specified class.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicDBListenerStoreListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
BasicDBListenerStoreListener.handleCreate(Storable storable,
boolean firstTime) |
void |
BasicDBListenerStoreListener.handleDelete(Storable storable,
boolean firstTime) |
void |
BasicDBListenerStoreListener.handlePrepareUpdate(Storable storable,
java.util.Map attributes,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
DBMember |
Modifier and Type | Method and Description |
---|---|
void |
FileProcessorDBListenerStoreListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
FileProcessorDBListenerStoreListener.handleCreate(Storable storable,
boolean firstTime) |
void |
FileProcessorDBListenerStoreListener.handleDelete(Storable storable,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
FileProcessingInfo |
class |
FileProcessingLog |
Modifier and Type | Class and Description |
---|---|
class |
MailMessage
Class used to build and send a mail message.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportDataListener.handleCreate(Storable storable,
boolean firstTime) |
void |
ImportDataListener.handleDelete(Storable storable,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
Portal
An abstract Portal representation with fields to implements
- String -> CSSFile
- String -> Header
- String -> Footer
- Publication -> Child
|
class |
PortalElement |
class |
PortalRedirect
An abstract Portal representation with fields to implements.
|
class |
Portlet
An abstract Portlet représentation with fields to implements
|
class |
PortletCollection
An abstract PortletCollection représentation with fields to implements
- PortalElement[] -> Children
|
class |
PortletParent
An abstract PortletParent représentation with fields to implements
- Publication -> Children
|
class |
PortletSkinable
An abstract Portlet représentation with fields to implements - String ->
DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSS
|
Modifier and Type | Class and Description |
---|---|
class |
PublicationFollower |
Modifier and Type | Class and Description |
---|---|
class |
Recommendation
The instance of Recommendation
|
Modifier and Type | Method and Description |
---|---|
void |
PublicationSearchEngineListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
CategorySearchEngineListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
PublicationSearchEngineListener.handleCreate(Storable storable,
boolean firstTime) |
void |
CategorySearchEngineListener.handleCreate(Storable storable,
boolean firstTime) |
void |
PublicationSearchEngineListener.handleDelete(Storable storable,
boolean firstTime) |
void |
CategorySearchEngineListener.handleDelete(Storable storable,
boolean firstTime) |
Modifier and Type | Method and Description |
---|---|
void |
StatReportListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
StatReportListener.handleCreate(Storable storable,
boolean firstTime) |
void |
StatReportListener.handleDelete(Storable storable,
boolean firstTime) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestType |
Modifier and Type | Class and Description |
---|---|
class |
ReaderTracker |
Modifier and Type | Class and Description |
---|---|
class |
Vote |
Modifier and Type | Class and Description |
---|---|
class |
WKRole |
class |
Workspace
This class represents a Workspace
|
class |
WSTypeEntry
This class is a wrapper on TypeEntry handling
type properties for each workspace.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
Workspace_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
WSTypeEntry_HANDLER.getAttributes(Storable storable,
Store store) |
java.util.Map |
WKRole_HANDLER.getAttributes(Storable storable,
Store store) |
void |
WorkspaceListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
WSTypeEntryListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime) |
void |
WorkspaceListener.handleCreate(Storable storable,
boolean firstTime) |
void |
WSTypeEntryListener.handleCreate(Storable storable,
boolean firstTime) |
void |
WorkspaceListener.handleDelete(Storable storable,
boolean firstTime) |
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 | Class and Description |
---|---|
static class |
BasicStorable.CdateComparator<T extends Storable>
Compares two Storables using their Cdate in descending order (newest date first).
|
static class |
BasicStorable.IdComparator<T extends Storable>
Compares two Storables using their ID.
|
static class |
BasicStorable.MdateComparator<T extends Storable>
Compares two Storables using their Mdate in descending order (newest date first).
|
Modifier and Type | Class and Description |
---|---|
class |
BasicStorable
This class is a convenient super class for any Storable classes.
|
class |
Test
This class runs a bunch of tests.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Storable> |
StoreCleaner.toCreate |
protected java.util.Map<Storable,Storable> |
StoreCleaner.toUpdate |
protected java.util.Map<Storable,Storable> |
StoreCleaner.toUpdate |
Modifier and Type | Method and Description |
---|---|
static <T extends Storable> |
BasicStorable.getCdateComparator() |
static <T extends Storable> |
BasicStorable.getIdComparator() |
static <T extends Storable> |
BasicStorable.getMdateComparator() |
Modifier and Type | Method and Description |
---|---|
static Storable |
StoreUtil.decodeStorable(java.lang.String id,
Store store) |
Storable |
Swizzler.getStorable(java.lang.String id) |
Storable |
Store.getStorable(java.lang.String id)
Return the storable given its id
|
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<? extends Storable> |
Store.getDeletedSet(java.lang.Class<?> clazz)
Get the latest version of the deleted Storable for a given class.
|
java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> |
StoreCleaner.getReferencedLinkMap(Storable storable,
java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fields
|
java.util.Set<Storable> |
StoreCleaner.getReferencedLinkSet(Storable storable,
java.lang.reflect.Field field)
Return all storable referenced by the given storable field
|
java.util.Set<Storable> |
StoreCleaner.getReferencedLinkSet(Storable storable,
java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fields
|
java.util.List<? extends Storable> |
Store.getVersionList(Storable storable)
Get all the version of a given Storable
|
java.util.List<? extends Storable> |
Store.getVersionList(java.lang.String id)
Get all the version of a given Storable ID
|
java.util.Iterator<Storable> |
Swizzler.iterator()
Return an iterator on the storable set
|
java.util.Iterator<Storable> |
Store.iterator()
Return an iterator on the storables registered in the swizzler
|
java.util.List<Storable> |
StoreCleaner.sortCreate(java.util.Collection<Storable> toSortCollection)
Sort a Collection by less update probability
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreCleaner.cleanUnknownLinks(Storable storable,
java.lang.reflect.Field field,
java.util.Set<Storable> storableSet)
Clean all unknown Storable from the given field of the given storable
|
boolean |
StoreCleaner.cleanUnknownLinks(Storable storable,
java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> referencedLinkMap)
Clean all unknown Storable from the given field map of the given storable
|
static int |
BasicStorable.IdComparator.compareStorableId(Storable s1,
Storable s2)
Compare two storable using their ID.
|
void |
StoreCleaner.convertLang(Storable data) |
void |
Store.create(Storable storable)
Create a storable, set storable id to stamp value.
|
void |
Store.create(Storable storable,
boolean overrideId)
Create a storable, if overrideId is false and storable have an id then do not override id.
|
void |
Swizzler.decRC(Storable storable)
Decrements the Reference Counter of the storable
|
void |
Store.delete(Storable storable)
Delete a storable (even if references remain on it).
|
void |
Store.delete(Storable storable,
boolean force)
Delete a storable.
|
static java.lang.String |
StoreUtil.encodeStorable(Storable storable,
Store store) |
java.util.Map<java.lang.String,java.lang.String> |
StorableHandler.getAttributes(Storable storable,
Store store)
Storable attributes getter
|
java.util.Set<java.lang.reflect.Field> |
StoreCleaner.getFieldSet(Storable storable)
Return all the fields of a given storable
|
java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> |
StoreCleaner.getReferencedLinkMap(Storable storable,
java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fields
|
java.util.Set<Storable> |
StoreCleaner.getReferencedLinkSet(Storable storable,
java.lang.reflect.Field field)
Return all storable referenced by the given storable field
|
java.util.Set<Storable> |
StoreCleaner.getReferencedLinkSet(Storable storable,
java.util.Set<java.lang.reflect.Field> fieldSet)
Return all storable referenced by the given storable fields
|
java.util.List<? extends Storable> |
Store.getVersionList(Storable storable)
Get all the version of a given Storable
|
void |
SyncManager.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime)
This method gets called when after a storable has been updated.
|
void |
StoreListener.handleCommitUpdate(Storable storable,
Storable oldStorable,
boolean firstTime)
This method gets called when after a storable has been updated.
|
void |
SyncManager.handleCreate(Storable storable,
boolean firstTime)
This method gets called when a storable is created.
|
void |
StoreListener.handleCreate(Storable storable,
boolean firstTime)
This method gets called when a storable is created.
|
void |
SyncManager.handleDelete(Storable storable,
boolean firstTime)
This method gets called when a storable is deleted.
|
void |
StoreListener.handleDelete(Storable storable,
boolean firstTime)
This method gets called when a storable is deleted.
|
void |
SyncManager.handlePrepareUpdate(Storable storable,
java.util.Map<java.lang.String,java.lang.String> attributes,
boolean firstTime)
This method gets called when before a storable will be updated.
|
void |
StoreListener.handlePrepareUpdate(Storable storable,
java.util.Map<java.lang.String,java.lang.String> attributes,
boolean firstTime)
This method gets called when before a storable will be updated.
|
void |
Swizzler.incRC(Storable storable)
Increments the Reference Counter of the storable
|
boolean |
Swizzler.isReferrenced(Storable storable) |
boolean |
Store.isReferrenced(Storable storable) |
boolean |
Store.isRegistered(Storable storable) |
boolean |
Swizzler.isSwizzled(Storable storable) |
void |
Swizzler.registerStorable(Storable storable,
java.util.Map<java.lang.String,java.lang.String> attributes)
Swizzler ID <==> Storable
|
void |
Swizzler.removeStorable(Storable storable) |
void |
StorableHandler.setAttributes(Storable storable,
StorableLogEntry sle,
Store store)
Storable attributes setter
|
static void |
StoreUtil.setFieldValue(Storable storable,
java.lang.reflect.Field field,
java.lang.Object fieldValue) |
protected void |
StoreCleaner.sortCreate(Storable storable,
java.util.Collection<Storable> toSortCollection,
java.util.Collection<Storable> isVisitedCollection,
java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.
|
void |
Store.update(Storable storable,
java.util.Map<java.lang.String,java.lang.String> attributes)
Update a storable.
|
void |
Store.update(Storable storable,
Storable updated)
Update a storable.
|
void |
Store.update(java.lang.String id,
Storable updated)
Update a storable.
|
void |
Swizzler.updateArrayOfReferences(Storable[] array,
Storable[] updatedArray) |
void |
Swizzler.updateArrayOfReferences(Storable[] array,
Storable[] updatedArray) |
void |
Swizzler.updateReferences(Storable storable,
Storable updated)
Updates the references of a storable and its update
|
void |
StoreCleaner.updateStore(Storable storable)
Write an update of a given Storable already created
If the Storable need an Update then doUpdate and remove it from the Update Table If the Storable doesn't need an update but exist in the Store (warning retrieve it by it's Id) then do an update. |
void |
StoreCleaner.updateStore(Storable storable,
Stamp stamp)
Write an update of a given Storable already created
If the Storable need an Update then doUpdate and remove it from the Update Table If the Storable doesn't need an update but exist in the Store (warning retrieve it by it's Id) then do an update. |
void |
StoreCleaner.writeStore(Storable storable)
Write create of a Storable then prepare update
|
void |
StoreCleaner.writeStore(Storable storable,
boolean overrideId)
Write create of a Storable then prepare update
|
void |
StoreCleaner.writeStore(Storable storable,
Stamp stamp)
Write create of a Storable then prepare update
|
void |
StoreCleaner.writeStore(Storable storable,
Stamp stamp,
boolean overrideId)
Write create of a Storable then prepare update
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreCleaner.cleanUnknownLinks(Storable storable,
java.lang.reflect.Field field,
java.util.Set<Storable> storableSet)
Clean all unknown Storable from the given field of the given storable
|
boolean |
StoreCleaner.cleanUnknownLinks(Storable storable,
java.util.Map<java.lang.reflect.Field,java.util.Set<Storable>> referencedLinkMap)
Clean all unknown Storable from the given field map of the given storable
|
java.util.List<Storable> |
StoreCleaner.sortCreate(java.util.Collection<Storable> toSortCollection)
Sort a Collection by less update probability
|
protected void |
StoreCleaner.sortCreate(Storable storable,
java.util.Collection<Storable> toSortCollection,
java.util.Collection<Storable> isVisitedCollection,
java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.
|
protected void |
StoreCleaner.sortCreate(Storable storable,
java.util.Collection<Storable> toSortCollection,
java.util.Collection<Storable> isVisitedCollection,
java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.
|
protected void |
StoreCleaner.sortCreate(Storable storable,
java.util.Collection<Storable> toSortCollection,
java.util.Collection<Storable> isVisitedCollection,
java.util.List<Storable> sortedList)
Recursive call to sort storables collection by less update probability.
|
void |
StoreCleaner.updateStore(java.util.Collection<Storable> collection)
Write all updates for the given collection
|
void |
StoreCleaner.updateStore(java.util.Collection<Storable> collection,
Stamp stamp)
Write all updates for the given collection
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
boolean sort)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
boolean sort,
boolean overrideId)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp,
boolean sort)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp,
boolean sort,
boolean overrideId)
Write create of a collection of Storable then prepare update
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.