public abstract class AbstractDeleteProcessDefinitionCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | cascade | 
| protected boolean | skipCustomListeners | 
| Constructor and Description | 
|---|
| AbstractDeleteProcessDefinitionCmd() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | deleteProcessDefinitionCmd(CommandContext commandContext,
                          String processDefinitionId,
                          boolean cascade,
                          boolean skipCustomListeners) | 
protected boolean cascade
protected boolean skipCustomListeners
protected void deleteProcessDefinitionCmd(CommandContext commandContext, String processDefinitionId, boolean cascade, boolean skipCustomListeners)
Copyright © 2018. All rights reserved.