Class CreateNewVersionContentItemCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.CreateNewVersionContentItemCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
public class CreateNewVersionContentItemCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InputStreamprotected final Stringprotected final Stringprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionCreateNewVersionContentItemCmd(String originalContentItemId, String name, String mimeType, InputStream inputStream) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
originalContentItemId
-
name
-
mimeType
-
inputStream
-
-
Constructor Details
-
CreateNewVersionContentItemCmd
public CreateNewVersionContentItemCmd(String originalContentItemId, String name, String mimeType, InputStream inputStream)
-
-
Method Details
-
execute
public CoreContentItem execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<CoreContentItem>
-