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) |
Copyright © 2015. All rights reserved.