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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
deleteContentItemsInCascade
(CommandContext commandContext, ContentItemEntity contentItem) protected static void
deleteContentStorageObject
(CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName) 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) -
deleteContentStorageObject
protected static void deleteContentStorageObject(CommandContext commandContext, String contentStoreId, boolean contentAvailable, String contentStoreName)
-