Package com.flowable.idm.engine.impl.cmd
Class DeletePlatformIdentityInfoCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.DeletePlatformIdentityInfoCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class DeletePlatformIdentityInfoCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description DeletePlatformIdentityInfoCmd(String id)
protected
DeletePlatformIdentityInfoCmd(String userId, String tenantId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeletePlatformIdentityInfoCmd
byId(String id)
static DeletePlatformIdentityInfoCmd
byUserId(String userId)
static DeletePlatformIdentityInfoCmd
byUserIdAndTenantId(String userId, String tenantId)
Void
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
byId
public static DeletePlatformIdentityInfoCmd byId(String id)
-
byUserId
public static DeletePlatformIdentityInfoCmd byUserId(String userId)
-
byUserIdAndTenantId
public static DeletePlatformIdentityInfoCmd byUserIdAndTenantId(String userId, String tenantId)
-
-