Uses of Package
com.jalios.jcms

Packages that use com.jalios.jcms
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.accesscontrol   
com.jalios.jcms.accessibility   
com.jalios.jcms.ajax   
com.jalios.jcms.archive Contains the classes used to deal with archives management in JCMS. 
com.jalios.jcms.authentication   
com.jalios.jcms.authentication.handlers   
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.comparator   
com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean. 
com.jalios.jcms.db   
com.jalios.jcms.dbmember   
com.jalios.jcms.extradbdata   
com.jalios.jcms.fileprocessor   
com.jalios.jcms.fileprocessor.processingmanagement   
com.jalios.jcms.fileprocessor.test   
com.jalios.jcms.fileprocessor.ui   
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.mail   
com.jalios.jcms.mail.listener   
com.jalios.jcms.mashup Contains classes used for data Import/Export. 
com.jalios.jcms.media Contains all the classes to provide the Media Browser. 
com.jalios.jcms.plugin   
com.jalios.jcms.policy   
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcms.publicationfollower   
com.jalios.jcms.rest   
com.jalios.jcms.rss   
com.jalios.jcms.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.servlet Contains JCMS servlet classes. 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
com.jalios.jcms.stat.beautifier Contains classes that beautify Statistics results. 
com.jalios.jcms.stat.listener Contains listeners of statistics 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jcms.test   
com.jalios.jcms.tools This package contains various tools used for/by JCMS. 
com.jalios.jcms.tracking   
com.jalios.jcms.upload   
com.jalios.jcms.webdav Contains classes which provides webdav access to JCMS. 
com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JCMS. 
com.jalios.jcms.widget Contains widget classes that generate html component especially for Forms Input. 
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Classes in com.jalios.jcms used by com.jalios.jcms
AbstractIndexManager
          This abstract class provides generic methods to manage data indices.
AbstractReview
           
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.
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.
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.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.
ReviewManager
           
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.
WysiwygManager
          HTML manipulation methods for use inside JCMS.
 

Classes in com.jalios.jcms used by com.jalios.jcms.accesscontrol
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.accessibility
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.ajax
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.archive
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.authentication
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.authentication.handlers
Member
          A Member object contains a set of information about a JCMS referenced user.
 

Classes in com.jalios.jcms used by com.jalios.jcms.caddy
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.calendar
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.comparator
Channel
          The Channel singleton is the main access point of the JCMS API.
 

Classes in com.jalios.jcms used by com.jalios.jcms.context
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.db
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.dbmember
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.extradbdata
Data
          This abstract class is the super class of all the persistent classes of a JCMS Channel.
 

Classes in com.jalios.jcms used by com.jalios.jcms.fileprocessor
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.fileprocessor.processingmanagement
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.fileprocessor.test
FileDocument
           
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.fileprocessor.ui
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.handler
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.
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.mail
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.mail.listener
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.mashup
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.media
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.plugin
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.policy
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.portlet
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.publicationfollower
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.rest
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.rss
Member
          A Member object contains a set of information about a JCMS referenced user.
 

Classes in com.jalios.jcms used by com.jalios.jcms.search
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.servlet
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.stat
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.stat.beautifier
Data
          This abstract class is the super class of all the persistent classes of a JCMS Channel.
 

Classes in com.jalios.jcms used by com.jalios.jcms.stat.listener
Channel
          The Channel singleton is the main access point of the JCMS API.
 

Classes in com.jalios.jcms used by com.jalios.jcms.taglib
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.
Publication
          This abstract class is the super class of all the Publication classes.
TypeFieldEntry
          This class holds all informations of a type's field.
 

Classes in com.jalios.jcms used by com.jalios.jcms.test
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
           
 

Classes in com.jalios.jcms used by com.jalios.jcms.tools
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.tracking
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.upload
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.webdav
JcmsConstants
          This interface contains a set of constants.
 

Classes in com.jalios.jcms used by com.jalios.jcms.webdav.cat
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.widget
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.
 

Classes in com.jalios.jcms used by com.jalios.jcms.workspace
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.