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
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description DeletePlatformIdentityInfoCmd(java.lang.String id)protectedDeletePlatformIdentityInfoCmd(java.lang.String id, java.lang.String userId) -
Method Summary
Modifier and Type Method Description static DeletePlatformIdentityInfoCmdbyId(java.lang.String id)static DeletePlatformIdentityInfoCmdbyUserId(java.lang.String userId)java.lang.Voidexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
DeletePlatformIdentityInfoCmd
public DeletePlatformIdentityInfoCmd(java.lang.String id) -
DeletePlatformIdentityInfoCmd
protected DeletePlatformIdentityInfoCmd(java.lang.String id, java.lang.String userId)
-
-
Method Details