Class CreateContentByCopyFunction

  • All Implemented Interfaces:
    com.opensymphony.workflow.FunctionProvider, LogEnabled, Serviceable
    Direct Known Subclasses:
    AbstractCreateODFContentByCopyFunction, CreateContentByCopyFunction

    public class CreateContentByCopyFunction
    extends CreateContentFunction
    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_METADATASET_NAME is used