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