Class MoveContentItemCmd

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

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

    • contentItemId

      protected final String contentItemId
    • newParentFolderId

      protected final String newParentFolderId
  • Constructor Details

    • MoveContentItemCmd

      public MoveContentItemCmd(String contentItemId, String newParentFolderId)
  • 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>