Class RevertContentItemCmd

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

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

    • currentContentItemId

      protected final String currentContentItemId
    • revertToContentItemId

      protected final String revertToContentItemId
  • Constructor Details

    • RevertContentItemCmd

      public RevertContentItemCmd(String currentContentItemId, String revertToContentItemId)
  • 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>