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