public class DeleteContentItemCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentItemId |
| Constructor and Description |
|---|
DeleteContentItemCmd(String contentItemId) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
deleteContentItemsInCascade(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ContentItemEntity contentItem) |
protected static void |
deleteContentStorageObject(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String contentStoreId,
boolean contentAvailable) |
protected static void |
deleteRenditions(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ContentItemEntity contentItem) |
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected String contentItemId
public DeleteContentItemCmd(String contentItemId)
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>protected 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)
protected static void deleteContentStorageObject(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String contentStoreId,
boolean contentAvailable)
Copyright © 2019. All rights reserved.