Class CreateRenditionItemCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.CreateRenditionItemCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<RenditionItem>
public class CreateRenditionItemCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<RenditionItem>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
CreateRenditionItemCmd
public CreateRenditionItemCmd()
-
-
Method Details
-
execute
public RenditionItem execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<RenditionItem>
-