Class CreateRenditionItemCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.CreateRenditionItemCmd
All Implemented Interfaces:
java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<RenditionItem>

public class CreateRenditionItemCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<RenditionItem>, java.io.Serializable
Author:
Tijs Rademakers
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateRenditionItemCmd()  
  • Method Summary

    Modifier and Type Method Description
    RenditionItem execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

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