Class CreateContentByCopyFunction

All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider, LogEnabled, Serviceable

OSWorkflow function to create a content by copy of another The required transient variables: - CreateContentByCopyFunction.BASE_CONTENT_KEY - Content The content that will be used for duplication. - or CreateContentByCopyFunction.BASE_CONTENT_ID - String The id of content The content that will be used for duplication. - CreateContentByCopyFunction.COPY_MAP_KEY - Map<String, Object> The map of properties to copy. Can be null if CreateContentByCopyFunction.COPY_VIEW_NAME is used - CreateContentByCopyFunction.SITE_KEY - The content's site name