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