Uses of Interface
com.jalios.jcms.mashup.MashupConstants

Packages that use MashupConstants
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.accesscontrol   
com.jalios.jcms.ajax   
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.dbmember   
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.rest   
com.jalios.jcms.rest.resources   
com.jalios.jcms.test   
com.jalios.jcms.tracking   
com.jalios.jcms.workspace Contains classes about workspace features. 
 

Uses of MashupConstants in com.jalios.jcms
 

Classes in com.jalios.jcms that implement MashupConstants
 class AbstractReview
           
 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.
 

Uses of MashupConstants in com.jalios.jcms.accesscontrol
 

Classes in com.jalios.jcms.accesscontrol that implement MashupConstants
 class AccessControlList
          Define a collection of resources and their associated authorization.
 

Uses of MashupConstants in com.jalios.jcms.ajax
 

Classes in com.jalios.jcms.ajax that implement MashupConstants
 class PortletCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS Portlet.
 class PublicationCtxMenu
          This class is used to process AJAX Contextual Menu for a given JCMS publication id.
 

Uses of MashupConstants in com.jalios.jcms.calendar
 

Classes in com.jalios.jcms.calendar that implement MashupConstants
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 class AbstractEventResource
           
 

Uses of MashupConstants in com.jalios.jcms.dbmember
 

Classes in com.jalios.jcms.dbmember that implement MashupConstants
 class DBMember
           
 

Uses of MashupConstants in com.jalios.jcms.fileprocessor.processingmanagement
 

Classes in com.jalios.jcms.fileprocessor.processingmanagement that implement MashupConstants
 class FileProcessingInfo
           
 class FileProcessingLog
           
 

Uses of MashupConstants in com.jalios.jcms.mail
 

Classes in com.jalios.jcms.mail that implement MashupConstants
 class MailMessage
          Class used to build and send a mail message.
 

Uses of MashupConstants in com.jalios.jcms.mashup
 

Subinterfaces of MashupConstants in com.jalios.jcms.mashup
 interface ExportConstants
          This interface contains a set of constants for the ExportManager.
 interface ImportConstants
          This interface contains a set of constants for the ImportManager.
 

Classes in com.jalios.jcms.mashup that implement MashupConstants
 class ExportManager
          The ExportManager is the main class to manage data to export.
This class is a singleton (see ExportManager.getInstance()).
It provides method to export data from an id, a query or a dataSet.
 class ExportUtil
          This class provides utility methods for the ExportManager.
 class ImportManager
          The ImportManager is the main class to manage data import.
This class is a singleton (see ImportManager.getInstance()).
It provides method to import data from an ImportSource, an URL or a File.
It also manages import logs (ImportStatus).
 class ImportSource
          This class represents an Import Source.
 class ImportStatus
          This class represents an Import Status.
 class ImportUtil
          This class provides utility methods for the ImportManager.
 class MashupUtil
          This class provides utility methods for the Mashup package.
 

Uses of MashupConstants in com.jalios.jcms.portlet
 

Classes in com.jalios.jcms.portlet that implement MashupConstants
 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
 

Uses of MashupConstants in com.jalios.jcms.publicationfollower
 

Classes in com.jalios.jcms.publicationfollower that implement MashupConstants
 class PublicationFollower
           
 

Uses of MashupConstants in com.jalios.jcms.rest
 

Classes in com.jalios.jcms.rest that implement MashupConstants
 class DataCollectionRestResource
          The classes extending this one are representing a list of JCMS data resource.
 class DataRestResource
          The classes extending this one are representing a JCMS data resource.
 class JcmsRestResource
          Generic Abstract Restlet Resource for all JCMS OpenAPI resource.
 

Uses of MashupConstants in com.jalios.jcms.rest.resources
 

Classes in com.jalios.jcms.rest.resources that implement MashupConstants
 class AdminResource
          Implementation of a JcmsResource, used with GET method to return a represention of the channel through REST (actually, the result of statusXml.jsp).
 class DataChildrenResource
          Implementation of a JcmsResource, used to return the set of children of a given data.
 class DataResource
          Rest Resource for Data management.
 class DataTypeCollectionResource
          Implementation of a JcmsResource, used to return a represention of a list of DataType through REST.
 class DataTypeItemResource
          Implementation of a JcmsResource, used to return a represention of a DataType through REST.
 class MemberResource
          Implementation of a JcmsResource, used to return a represention of a member through REST.
 class SearchResource
          Implementation of a JcmsResource, used to return the result of a search in JCMS internal search engine through REST.
 class WorkflowItemResource
          Implementation of a JcmsResource, used to return the description of a workflow through REST.
 class WorkflowsResource
          Implementation of a JcmsResource, used to return a represention of the list of the workflows through REST.
 

Uses of MashupConstants in com.jalios.jcms.test
 

Classes in com.jalios.jcms.test that implement MashupConstants
 class AbstractTestType
           
 

Uses of MashupConstants in com.jalios.jcms.tracking
 

Classes in com.jalios.jcms.tracking that implement MashupConstants
 class ReaderTracker
           
 

Uses of MashupConstants in com.jalios.jcms.workspace
 

Classes in com.jalios.jcms.workspace that implement MashupConstants
 class WKRole
           
 class Workspace
          This class represents a Workspace
 class WSTypeEntry
          This class is a wrapper on TypeEntry handling type properties for each workspace.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.