public class DeletePlatformIdentityInfoCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
userId |
Modifier | Constructor and Description |
---|---|
|
DeletePlatformIdentityInfoCmd(String id) |
protected |
DeletePlatformIdentityInfoCmd(String id,
String userId) |
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) |
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.