Package org.ametys.odf.workflow.copy
Class CopyContentClientInteraction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.cms.workflow.copy.CopyContentClientInteraction
-
- org.ametys.odf.workflow.copy.CopyContentClientInteraction
-
- All Implemented Interfaces:
Component
,LogEnabled
,Serviceable
public class CopyContentClientInteraction extends CopyContentClientInteraction
Client side element for ODF content copy. SeeCopyContentClientInteraction
-
-
Field Summary
-
Fields inherited from class org.ametys.cms.workflow.copy.CopyContentClientInteraction
_copyContentComponent
-
-
Constructor Summary
Constructors Constructor Description CopyContentClientInteraction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(ServiceManager sManager)
-
Methods inherited from class org.ametys.cms.workflow.copy.CopyContentClientInteraction
_buildReport, _buildReport, _buildReport, _getCreatedContentIds, _getCreatedContentIds, _getEditedContentIds, createContentByCopy, createContentByCopy, editContentByCopy
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Constructor Detail
-
CopyContentClientInteraction
public CopyContentClientInteraction()
-
-
Method Detail
-
service
public void service(ServiceManager sManager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classCopyContentClientInteraction
- Throws:
ServiceException
-
-