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)
protected
DeletePlatformIdentityInfoCmd(java.lang.String id, java.lang.String userId)
-
Method Summary
Modifier and Type Method Description static DeletePlatformIdentityInfoCmd
byId(java.lang.String id)
static DeletePlatformIdentityInfoCmd
byUserId(java.lang.String userId)
java.lang.Void
execute(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