Class CopyContentItemCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.CopyContentItemCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>

public class CopyContentItemCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
  • Constructor Details

    • CopyContentItemCmd

      public CopyContentItemCmd(String contentItemId, String parentFolderId)
  • Method Details

    • execute

      public CoreContentItem execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>