public class AddIdentityLinkForProcessDefinitionCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
processDefinitionId |
protected String |
userId |
Constructor and Description |
---|
AddIdentityLinkForProcessDefinitionCmd(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) |
protected String processDefinitionId
protected String userId
protected String groupId
protected void validateParams(String userId, String groupId, String processDefinitionId)
public Void execute(CommandContext commandContext)
execute
in interface BaseCommand<Void,CommandContext>
execute
in interface Command<Void>
Copyright © 2017 Flowable. All rights reserved.