Class and Description |
---|
AbstractDBTestType |
AbstractIndexManager
This abstract class provides generic methods to manage data indices.
|
AbstractWebPage |
AdminNotes
This class manage admin notes of JCMS.
|
AppServerInfo
This class manages information about the underlying application server.
|
AssociatedFileEvent |
AssociatedFileEvent.Type |
AssociatedFilesEventListener |
AssociatedFilesManager
Manager class to deal with associated files
|
AudienceRights
This class manages a Member's read right on publication using their categories.
|
BasicDataController
This class is a neutral implementation of DataController.
|
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
CacheManager
This class manages the cache of content fragements.
|
CacheManager.CacheEntry |
CacheManager.ServerCacheLRU
Helper class used to store the LRU collection of server's caches.
|
Category
A Category object is a node of the category tree.
|
Category.AuthorizedSelector
AuthorizedSelector selects all the categories a member is
authorized to read.
|
Category.LeafSelector |
Category.NameComparator |
Category.NodeSelector |
Category.OrderComparator |
CategoryIndexManager |
CategoryRight
This class represents the rights of a Member on a set of category
roots.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Channel.TypeLabelComparator
Sort type according their label in a given language.
|
ChannelListener
A listener called during the Channel life cycle.
|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
ControllerStatus
This class represents the status returned by a DataController.
|
CustomCleanFilter |
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Data.CdateSelector
DataSelector to select Data which have
a creation date between the given begin and end Date . |
Data.MdateSelector
DataSelector to select Data which have
a modification date between the given begin and end Date . |
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
DataExtension
This class contains extra fields for a given Data object.
|
DataIndexManager |
DataListener
This class listens to mutations of
Data objects. |
DataRight
This class represents the rights of a member on a Data object.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
DBFileDocument |
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
FaviconManager |
FieldStatus
This class represents the status of field for an edit form.
|
FileDocument |
FileDocument.HiddenSelector
This DataSelector selects all the Hidden FileDocument
|
FileDocument.MediaTypeSelector
This DataSelector selects all the FileDocument corresponding
to the given media type.
|
FileIndexManager
This class manages the Custom Type file index.
|
FileSize
represent size associated to a file
size is the size of the file itself
fullSize is the size with all associated files
|
Form
Form is the mother class of all form types.
|
Form.SubmitMemberSelector
This DataSelector selects all the forms the given member has
submitted (optionally, which are in a given state)
|
Group
A
Group object is referenced by a set of Member instances. |
Group.NameComparator |
GroupIndexManager |
JcmsConstants
This interface contains a set of constants.
|
JcmsInfo
This class manages information about JCMS release.
|
LimitController |
LinkIndexManager
This class manages the Custom Type link index.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Member.DisabledSelector
Select a subset of members which are disabled.
|
Member.UsageSelector
Select a subset of members matching the specified Usage.
|
MemberImport
Represents a Member during CSV Member import.
|
MemberIndexManager |
MemberQueryFilter
A MemberQueryFilter is notified for each member query.
|
MetaDataExtractor
This interface must be implemented by metadata extractor
|
Notification |
NotificationCriteria |
NotificationManager
This class is instantiated by a
Channel in method initAfterLoad()
only if property 'notification.enabled' is set to true. |
PhotoSize |
Publication
This abstract class is the super class of all the
Publication classes.
|
Publication.AdateSelector
AdateSelector selects all the publications with a adate in a given range
|
Publication.AudienceRightSelector
AudienceRightSelector selects all publications being audienced.
|
Publication.AuthorizedSelector
AuthorizedSelector selects all the publications a member is
authorized to read.
|
Publication.CanWorkOnSelector
CanWorkOnSelector selects all the publications a member can
work on.
|
Publication.EdateSelector
EdateSelector selects all the publications with a edate in a given range
|
Publication.PdateComparator
Compares two Publications using their Pdate in descending order (newest date first).
|
Publication.PdateSelector
PdateSelector selects all the publications with a pdate in a given range
|
Publication.PstatusSelector
PstatusSelector selects all the publications with a given pstatus.
|
Publication.ReadRightSelector
ReadRightSelector selects all publications which have any read right.
|
Publication.SdateSelector
SdateSelector select all the publications with a sdate in a given range
|
Publication.TitleComparator |
Publication.TrackedSelector
TrackedSelector selects all the publications which are tracked.
|
Publication.UdateSelector
UdateSelector selects all the publications with a udate in a given range
|
Publication.VisibleStateSelector
VisibleStateSelector selects all the publications which are in a visible state
|
Publication.VoteScoreComparator
Comparator to compare Publication using their score based the score of votes (positive votes - negative votes)
|
Publication.WorkspaceAuthorSelector
WorkspaceAuthorSelector selects all the publication the given
member is the author and which belong to the given workspace.
|
Publication.WorkspaceSelector
WorkspaceSelector selects all the publications which belong to
the given workspace.
|
PublicationIndexManager |
PublicationListener
This class listens to mutations of
Publication objects. |
QueryFilter
A QueryFilter is notified for each query.
|
QueryManager
This class manages queries on publications
|
QueryManager.QueryStep
Query manager steps, used to determintate which query processing is being performed.
|
QueryResultSet
This class holds results of a query.
|
QuotaElement |
QuotaManager |
QuotaManager.WorkspaceNode
Inner class to save a workspace and it's level in hierarchy
|
QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType |
ResourceHelper
Helper class used to retrieve relative paths of jsp/servlet or icons
used for various features of JCMS.
|
RightInfo
Provide information about right control.
|
RightInfo.Explanation |
StrongLock
This class represents a strong lock on a data.
|
StrongLockable
This tagging interface must be implemented to support StrongLocking
|
StrongLockManager
This class manages StrongLock.
|
TypeConstants |
TypeEntry
This class contains info about a Type.
|
TypeFieldEntry
This class holds all informations of a type's field.
|
TypeProcessor
This class generates all the resources (Java classes and JSPs) used
by the Custom Publication Types and Custom Extension
Types.
|
TypeTemplateEntry
This class contains info about Type's template.
|
UserContent
UserContent is a tagging abstract class which a type implements
to indicates it is a user content.
|
WeakLinkManager
This class manages the index of weak references on publications.
|
WeakLockManager |
WebAppInfo |
WFAction
This abstract class represents a workflow action attached to a WFState.
|
WFNote
This class represents a small note about a state change in the workflow.
|
WFRole
This class represent a Role.
|
WFState
This class represents a state in a Workflow
|
WFTransition
This class represents a transition in a Workflow
|
WikiRenderingHints
Contains rendering hints used by the WikiRenderer.
|
Workflow
This class represents a Workflow.
|
WorkflowConstants
This interface contains a set of constants used for Workflow.
|
WorkflowManager
This class manages JCMS workflows.
|
Class and Description |
---|
AbstractIndexManager
This abstract class provides generic methods to manage data indices.
|
ChannelListener
A listener called during the Channel life cycle.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
BasicDataController
This class is a neutral implementation of DataController.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
WFState
This class represents a state in a Workflow
|
Workflow
This class represents a Workflow.
|
Class and Description |
---|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
FileDocument |
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
ChannelListener
A listener called during the Channel life cycle.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataRight
This class represents the rights of a member on a Data object.
|
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Notification |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
ChannelListener
A listener called during the Channel life cycle.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataExtension
This class contains extra fields for a given Data object.
|
DeployManagerConstants |
FieldStatus
This class represents the status of field for an edit form.
|
FileDocument |
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
MemberImport
Represents a Member during CSV Member import.
|
MemberImportManager
A manager to be instanciated to import Members from a CSV input file.
|
Notification |
NotificationCriteria |
Publication
This abstract class is the super class of all the
Publication classes.
|
QueryResultSet
This class holds results of a query.
|
RightInfo
Provide information about right control.
|
TypeConstants |
TypeProcessor
This class generates all the resources (Java classes and JSPs) used
by the Custom Publication Types and Custom Extension
Types.
|
TypeTemplateEntry
This class contains info about Type's template.
|
WebAppInfo |
WFRole
This class represent a Role.
|
WFState
This class represents a state in a Workflow
|
Workflow
This class represents a Workflow.
|
Class and Description |
---|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
QueryFilter
A QueryFilter is notified for each query.
|
QueryResultSet
This class holds results of a query.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
Category
A Category object is a node of the category tree.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
QueryResultSet
This class holds results of a query.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
JcmsConstants
This interface contains a set of constants.
|
TypeTemplateEntry
This class contains info about Type's template.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
FileDocument |
Group
A
Group object is referenced by a set of Member instances. |
Member
A
Member object contains a set of information about a
JCMS referenced user. |
MemberQueryFilter
A MemberQueryFilter is notified for each member query.
|
Publication
This abstract class is the super class of all the
Publication classes.
|
RightInfo
Provide information about right control.
|
TypeTemplateEntry
This class contains info about Type's template.
|
WikiRenderingHints
Contains rendering hints used by the WikiRenderer.
|
Workflow
This class represents a Workflow.
|
Class and Description |
---|
BasicDataController
This class is a neutral implementation of DataController.
|
Category
A Category object is a node of the category tree.
|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Publication.TitleComparator |
TypeTemplateEntry
This class contains info about Type's template.
|
Class and Description |
---|
BasicDataController
This class is a neutral implementation of DataController.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
BasicDataController
This class is a neutral implementation of DataController.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
Category
A Category object is a node of the category tree.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
QueryFilter
A QueryFilter is notified for each query.
|
QueryManager
This class manages queries on publications
|
QueryResultSet
This class holds results of a query.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
FileDocument |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
PhotoSize |
Publication
This abstract class is the super class of all the
Publication classes.
|
TypeFieldEntry
This class holds all informations of a type's field.
|
Class and Description |
---|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Content
Content is a tagging abstract class which a type implements
to indicates it is an editorial publication.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
RightInfo.Explanation |
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
BasicDataController
This class is a neutral implementation of DataController.
|
Category
A Category object is a node of the category tree.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataController
A DataController is notified whenever data integrity must be
checked, write (create, update, delete, ...) must be accepted,
before and after the write is performed.
|
FieldStatus
This class represents the status of field for an edit form.
|
FileDocument |
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
Class and Description |
---|
JcmsConstants
This interface contains a set of constants.
|
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
FileDocument |
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
Category
A Category object is a node of the category tree.
|
Channel
The Channel singleton is the main access point of the JCMS API.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Class and Description |
---|
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
Category
A Category object is a node of the category tree.
|
ControllerStatus
This class represents the status returned by a DataController.
|
Data
This abstract class is the super class of all the persistent
classes of a JCMS Channel.
|
DataSelector
DataSelector instance can be passed to the method
JcmsUtil.applyDataSelector(java.util.Collection, DataSelector) to
allow precise control over the selection of Data in a
Collection . |
EditableData
EditableData is a tagging interface which a Data subclass implements
to indicates it can be edited with a dedicated editor.
|
Group
A
Group object is referenced by a set of Member instances. |
JcmsConstants
This interface contains a set of constants.
|
Member
A
Member object contains a set of information about a
JCMS referenced user. |
Publication
This abstract class is the super class of all the
Publication classes.
|
QuotaElement |
TypeEntry
This class contains info about a Type.
|
TypeTemplateEntry
This class contains info about Type's template.
|
WFRole
This class represent a Role.
|
Workflow
This class represents a Workflow.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.