public class DeletePrivilegeMappingCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupId |
protected String |
privilegeId |
protected String |
userId |
| Constructor and Description |
|---|
DeletePrivilegeMappingCmd(String privilegeId,
String userId,
String groupId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Copyright © 2019. All rights reserved.