Class RenameContentItemCmd

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

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

    • contentItemId

      protected final String contentItemId
    • newName

      protected final String newName
  • Constructor Details

    • RenameContentItemCmd

      public RenameContentItemCmd(String contentItemId, String newName)
  • 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>