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