public abstract class AbstractDeleteProcessDefinitionCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
cascade |
protected boolean |
skipCustomListeners |
protected boolean |
skipIoMappings |
Constructor and Description |
---|
AbstractDeleteProcessDefinitionCmd() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteProcessDefinitionCmd(CommandContext commandContext,
String processDefinitionId,
boolean cascade,
boolean skipCustomListeners,
boolean skipIoMappings) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, isRetryable
protected boolean cascade
protected boolean skipCustomListeners
protected boolean skipIoMappings
protected void deleteProcessDefinitionCmd(CommandContext commandContext, String processDefinitionId, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings)
Copyright © 2022. All rights reserved.