Class CreateContentItemCmd

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

public class CreateContentItemCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>, Serializable
Author:
Tijs Rademakers
See Also:
  • Constructor Details

    • CreateContentItemCmd

      public CreateContentItemCmd()
  • 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>