org.jboss.portal.cms
Interface CMS

All Known Implementing Classes:
HAJCRCMS, JCRCMS

public interface CMS

Version:
$Revision: 6112 $
Author:
Roy Russo, Julien Viet

Method Summary
 java.lang.Object execute(Command cmd)
          Execute the command.
 CommandFactory getCommandFactory()
          Return the command factory.
 java.lang.String getDefaultLocale()
          Return default locale
 boolean isWorkflowActivated()
           
 

Method Detail

getCommandFactory

CommandFactory getCommandFactory()
Return the command factory.


execute

java.lang.Object execute(Command cmd)
                         throws CMSException
Execute the command.

Throws:
CMSException

getDefaultLocale

java.lang.String getDefaultLocale()
Return default locale


isWorkflowActivated

boolean isWorkflowActivated()
Returns: