public class DeleteIdentityLinkForProcessDefinitionCmd extends Object implements Command<Object>, Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
groupId  | 
protected String | 
processDefinitionId  | 
protected String | 
userId  | 
| Constructor and Description | 
|---|
DeleteIdentityLinkForProcessDefinitionCmd(String processDefinitionId,
                                         String userId,
                                         String groupId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Void | 
execute(CommandContext commandContext)  | 
protected void | 
validateParams(String userId,
              String groupId,
              String processDefinitionId)  | 
Copyright © 2019. All rights reserved.