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