Package com.flowable.idm.engine.impl.cmd
Class DeletePlatformIdentityInfoCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.DeletePlatformIdentityInfoCmd
- All Implemented Interfaces:
Serializable
,org.flowable.common.engine.impl.interceptor.Command<Void>
public class DeletePlatformIdentityInfoCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DeletePlatformIdentityInfoCmd
(String userId, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionbyUserIdAndTenantId
(String userId, String tenantId) execute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
id
-
userId
-
tenantId
-
-
Constructor Details
-
DeletePlatformIdentityInfoCmd
-
DeletePlatformIdentityInfoCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
byId
-
byUserId
-
byUserIdAndTenantId
-