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