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