Class DeleteContentItemCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.DeleteContentItemCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<Void>
public class DeleteContentItemCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
deleteContentItemsInCascade
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem) protected static void
deleteRenditions
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem) execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
contentItemId
-
-
Constructor Details
-
DeleteContentItemCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
deleteContentItemsInCascade
protected static void deleteContentItemsInCascade(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem) -
deleteRenditions
protected static void deleteRenditions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, ContentItemEntity contentItem)
-