public class DeleteIdentityLinkForProcessInstanceCmd extends Object implements Command<Object>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
processInstanceId |
protected String |
type |
protected String |
userId |
Constructor and Description |
---|
DeleteIdentityLinkForProcessInstanceCmd(String processInstanceId,
String userId,
String groupId,
String type) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
validateParams(String userId,
String groupId,
String processInstanceId,
String type) |
protected String processInstanceId
protected String userId
protected String groupId
protected String type
protected void validateParams(String userId, String groupId, String processInstanceId, String type)
public Void execute(CommandContext commandContext)
execute
in interface BaseCommand<Object,CommandContext>
execute
in interface Command<Object>
Copyright © 2016 Flowable. All rights reserved.