Class CopyContentItemCmd
- java.lang.Object
-
- com.flowable.content.engine.impl.cmd.CopyContentItemCmd
-
- All Implemented Interfaces:
Command<CoreContentItem>
public class CopyContentItemCmd extends Object implements Command<CoreContentItem>
-
-
Constructor Summary
Constructors Constructor Description CopyContentItemCmd(String contentItemId, String parentFolderId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreContentItem
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public CoreContentItem execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<CoreContentItem>
-
-