Package com.flowable.idm.engine.impl.cmd
Class DeletePlatformIdentityInfoByGroupCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.DeletePlatformIdentityInfoByGroupCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
public class DeletePlatformIdentityInfoByGroupCmd
extends Object
implements Command<Void>, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DeletePlatformIdentityInfoByGroupCmd
(String groupId, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionbyGroupIdAndTenantId
(String groupId, String tenantId) execute
(CommandContext commandContext)